diff --git a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/CHANGELOG.md b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/CHANGELOG.md index 76e66fa38f1f..62e2cadb19f4 100644 --- a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/CHANGELOG.md +++ b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/CHANGELOG.md @@ -1,14 +1,9 @@ # Release History -## 1.0.0-beta.4 (Unreleased) - -### Features Added +## 1.0.0-beta.4 (2024-10-31) ### Breaking Changes - -### Bugs Fixed - -### Other Changes +- Removed FipsApprovedMode Property from CloudHsmClusterProperties. ## 1.0.0-beta.3 (2024-09-09) diff --git a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/api/Azure.ResourceManager.HardwareSecurityModules.netstandard2.0.cs b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/api/Azure.ResourceManager.HardwareSecurityModules.netstandard2.0.cs index c9073c1eba3e..2157d7efffc5 100644 --- a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/api/Azure.ResourceManager.HardwareSecurityModules.netstandard2.0.cs +++ b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/api/Azure.ResourceManager.HardwareSecurityModules.netstandard2.0.cs @@ -236,7 +236,7 @@ public static partial class ArmHardwareSecurityModulesModelFactory public static Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateEndpointConnectionProperties CloudHsmClusterPrivateEndpointConnectionProperties(Azure.Core.ResourceIdentifier privateEndpointId = null, Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateLinkServiceConnectionState connectionState = null, Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateEndpointConnectionProvisioningState? provisioningState = default(Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateEndpointConnectionProvisioningState?), System.Collections.Generic.IEnumerable groupIds = null) { throw null; } public static Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateLinkData CloudHsmClusterPrivateLinkData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateLinkResourceProperties properties = null) { throw null; } public static Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateLinkResourceProperties CloudHsmClusterPrivateLinkResourceProperties(string groupId = null, System.Collections.Generic.IEnumerable requiredMembers = null, System.Collections.Generic.IEnumerable requiredZoneNames = null) { throw null; } - public static Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterProperties CloudHsmClusterProperties(Azure.ResourceManager.HardwareSecurityModules.Models.SecurityDomainActivationState? activationState = default(Azure.ResourceManager.HardwareSecurityModules.Models.SecurityDomainActivationState?), Azure.ResourceManager.HardwareSecurityModules.Models.AutoGeneratedDomainNameLabelScope? autoGeneratedDomainNameLabelScope = default(Azure.ResourceManager.HardwareSecurityModules.Models.AutoGeneratedDomainNameLabelScope?), bool? fipsApprovedMode = default(bool?), System.Collections.Generic.IEnumerable hsms = null, System.Collections.Generic.IEnumerable privateEndpointConnections = null, Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterProvisioningState? provisioningState = default(Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterProvisioningState?), Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPublicNetworkAccess? publicNetworkAccess = default(Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPublicNetworkAccess?), string statusMessage = null) { throw null; } + public static Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterProperties CloudHsmClusterProperties(Azure.ResourceManager.HardwareSecurityModules.Models.SecurityDomainActivationState? activationState = default(Azure.ResourceManager.HardwareSecurityModules.Models.SecurityDomainActivationState?), Azure.ResourceManager.HardwareSecurityModules.Models.AutoGeneratedDomainNameLabelScope? autoGeneratedDomainNameLabelScope = default(Azure.ResourceManager.HardwareSecurityModules.Models.AutoGeneratedDomainNameLabelScope?), System.Collections.Generic.IEnumerable hsms = null, System.Collections.Generic.IEnumerable privateEndpointConnections = null, Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterProvisioningState? provisioningState = default(Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterProvisioningState?), Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPublicNetworkAccess? publicNetworkAccess = default(Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPublicNetworkAccess?), string statusMessage = null) { throw null; } public static Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterRestoreContent CloudHsmClusterRestoreContent(System.Uri azureStorageBlobContainerUri = null, string token = null, string backupId = null) { throw null; } public static Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterRestoreResult CloudHsmClusterRestoreResult(Azure.ResourceManager.HardwareSecurityModules.Models.BackupRestoreBaseResultProperties properties = null) { throw null; } public static Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmProperties CloudHsmProperties(string fqdn = null, string state = null, string stateMessage = null) { throw null; } @@ -458,7 +458,6 @@ public partial class CloudHsmClusterProperties : System.ClientModel.Primitives.I public CloudHsmClusterProperties() { } public Azure.ResourceManager.HardwareSecurityModules.Models.SecurityDomainActivationState? ActivationState { get { throw null; } } public Azure.ResourceManager.HardwareSecurityModules.Models.AutoGeneratedDomainNameLabelScope? AutoGeneratedDomainNameLabelScope { get { throw null; } set { } } - public bool? FipsApprovedMode { get { throw null; } set { } } public System.Collections.Generic.IReadOnlyList Hsms { get { throw null; } } public System.Collections.Generic.IReadOnlyList PrivateEndpointConnections { get { throw null; } } public Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterProvisioningState? ProvisioningState { get { throw null; } } diff --git a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/assets.json b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/assets.json index f04ad599adf4..e51290324e66 100644 --- a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/assets.json +++ b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/assets.json @@ -2,5 +2,5 @@ "AssetsRepo": "Azure/azure-sdk-assets", "AssetsRepoPrefixPath": "net", "TagPrefix": "net/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules", - "Tag": "net/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules_eaf396b8d8" + "Tag": "net/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules_3f9f1a18e1" } diff --git a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/samples/Generated/Samples/Sample_CloudHsmClusterCollection.cs b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/samples/Generated/Samples/Sample_CloudHsmClusterCollection.cs index f1d454a0ca58..91d72ea673c4 100644 --- a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/samples/Generated/Samples/Sample_CloudHsmClusterCollection.cs +++ b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/samples/Generated/Samples/Sample_CloudHsmClusterCollection.cs @@ -46,7 +46,6 @@ public async Task CreateOrUpdate_CloudHsmClusterCreateOrUpdateMaximumSetGen() { Properties = new CloudHsmClusterProperties() { - FipsApprovedMode = false, PublicNetworkAccess = CloudHsmClusterPublicNetworkAccess.Disabled, }, Identity = new ManagedServiceIdentity("UserAssigned") diff --git a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/src/Generated/ArmHardwareSecurityModulesModelFactory.cs b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/src/Generated/ArmHardwareSecurityModulesModelFactory.cs index d752ff709976..2023751a3ffc 100644 --- a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/src/Generated/ArmHardwareSecurityModulesModelFactory.cs +++ b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/src/Generated/ArmHardwareSecurityModulesModelFactory.cs @@ -47,14 +47,13 @@ public static CloudHsmClusterData CloudHsmClusterData(ResourceIdentifier id = nu /// Initializes a new instance of . /// State of security domain activation. /// The Cloud HSM Cluster's auto-generated Domain Name Label Scope. - /// False: Non-FIPS Mode with single-factor authentication. True: FIPS Approved Mode with single-factor authentication. /// An array of Cloud HSM Cluster's HSMs. /// List of private endpoint connection resources. /// The Cloud HSM Cluster's provisioningState. /// The Cloud HSM Cluster public network access. /// Cloud HSM Cluster status message. /// A new instance for mocking. - public static CloudHsmClusterProperties CloudHsmClusterProperties(SecurityDomainActivationState? activationState = null, AutoGeneratedDomainNameLabelScope? autoGeneratedDomainNameLabelScope = null, bool? fipsApprovedMode = null, IEnumerable hsms = null, IEnumerable privateEndpointConnections = null, CloudHsmClusterProvisioningState? provisioningState = null, CloudHsmClusterPublicNetworkAccess? publicNetworkAccess = null, string statusMessage = null) + public static CloudHsmClusterProperties CloudHsmClusterProperties(SecurityDomainActivationState? activationState = null, AutoGeneratedDomainNameLabelScope? autoGeneratedDomainNameLabelScope = null, IEnumerable hsms = null, IEnumerable privateEndpointConnections = null, CloudHsmClusterProvisioningState? provisioningState = null, CloudHsmClusterPublicNetworkAccess? publicNetworkAccess = null, string statusMessage = null) { hsms ??= new List(); privateEndpointConnections ??= new List(); @@ -62,7 +61,6 @@ public static CloudHsmClusterProperties CloudHsmClusterProperties(SecurityDomain return new CloudHsmClusterProperties( activationState, autoGeneratedDomainNameLabelScope, - fipsApprovedMode, hsms?.ToList(), privateEndpointConnections?.ToList(), provisioningState, diff --git a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/src/Generated/Models/CloudHsmClusterProperties.Serialization.cs b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/src/Generated/Models/CloudHsmClusterProperties.Serialization.cs index 55140822b831..4bc2432a9dd6 100644 --- a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/src/Generated/Models/CloudHsmClusterProperties.Serialization.cs +++ b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/src/Generated/Models/CloudHsmClusterProperties.Serialization.cs @@ -46,11 +46,6 @@ protected virtual void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWrit writer.WritePropertyName("autoGeneratedDomainNameLabelScope"u8); writer.WriteStringValue(AutoGeneratedDomainNameLabelScope.Value.ToString()); } - if (Optional.IsDefined(FipsApprovedMode)) - { - writer.WritePropertyName("fipsApprovedMode"u8); - writer.WriteBooleanValue(FipsApprovedMode.Value); - } if (options.Format != "W" && Optional.IsCollectionDefined(Hsms)) { writer.WritePropertyName("hsms"u8); @@ -125,7 +120,6 @@ internal static CloudHsmClusterProperties DeserializeCloudHsmClusterProperties(J } SecurityDomainActivationState? activationState = default; AutoGeneratedDomainNameLabelScope? autoGeneratedDomainNameLabelScope = default; - bool? fipsApprovedMode = default; IReadOnlyList hsms = default; IReadOnlyList privateEndpointConnections = default; CloudHsmClusterProvisioningState? provisioningState = default; @@ -153,15 +147,6 @@ internal static CloudHsmClusterProperties DeserializeCloudHsmClusterProperties(J autoGeneratedDomainNameLabelScope = new AutoGeneratedDomainNameLabelScope(property.Value.GetString()); continue; } - if (property.NameEquals("fipsApprovedMode"u8)) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - continue; - } - fipsApprovedMode = property.Value.GetBoolean(); - continue; - } if (property.NameEquals("hsms"u8)) { if (property.Value.ValueKind == JsonValueKind.Null) @@ -222,7 +207,6 @@ internal static CloudHsmClusterProperties DeserializeCloudHsmClusterProperties(J return new CloudHsmClusterProperties( activationState, autoGeneratedDomainNameLabelScope, - fipsApprovedMode, hsms ?? new ChangeTrackingList(), privateEndpointConnections ?? new ChangeTrackingList(), provisioningState, @@ -272,22 +256,6 @@ private BinaryData SerializeBicep(ModelReaderWriterOptions options) } } - hasPropertyOverride = hasObjectOverride && propertyOverrides.TryGetValue(nameof(FipsApprovedMode), out propertyOverride); - if (hasPropertyOverride) - { - builder.Append(" fipsApprovedMode: "); - builder.AppendLine(propertyOverride); - } - else - { - if (Optional.IsDefined(FipsApprovedMode)) - { - builder.Append(" fipsApprovedMode: "); - var boolValue = FipsApprovedMode.Value == true ? "true" : "false"; - builder.AppendLine($"{boolValue}"); - } - } - hasPropertyOverride = hasObjectOverride && propertyOverrides.TryGetValue(nameof(Hsms), out propertyOverride); if (hasPropertyOverride) { diff --git a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/src/Generated/Models/CloudHsmClusterProperties.cs b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/src/Generated/Models/CloudHsmClusterProperties.cs index 24024957d84e..d1b79ab295a9 100644 --- a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/src/Generated/Models/CloudHsmClusterProperties.cs +++ b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/src/Generated/Models/CloudHsmClusterProperties.cs @@ -55,18 +55,16 @@ public CloudHsmClusterProperties() /// Initializes a new instance of . /// State of security domain activation. /// The Cloud HSM Cluster's auto-generated Domain Name Label Scope. - /// False: Non-FIPS Mode with single-factor authentication. True: FIPS Approved Mode with single-factor authentication. /// An array of Cloud HSM Cluster's HSMs. /// List of private endpoint connection resources. /// The Cloud HSM Cluster's provisioningState. /// The Cloud HSM Cluster public network access. /// Cloud HSM Cluster status message. /// Keeps track of any properties unknown to the library. - internal CloudHsmClusterProperties(SecurityDomainActivationState? activationState, AutoGeneratedDomainNameLabelScope? autoGeneratedDomainNameLabelScope, bool? fipsApprovedMode, IReadOnlyList hsms, IReadOnlyList privateEndpointConnections, CloudHsmClusterProvisioningState? provisioningState, CloudHsmClusterPublicNetworkAccess? publicNetworkAccess, string statusMessage, IDictionary serializedAdditionalRawData) + internal CloudHsmClusterProperties(SecurityDomainActivationState? activationState, AutoGeneratedDomainNameLabelScope? autoGeneratedDomainNameLabelScope, IReadOnlyList hsms, IReadOnlyList privateEndpointConnections, CloudHsmClusterProvisioningState? provisioningState, CloudHsmClusterPublicNetworkAccess? publicNetworkAccess, string statusMessage, IDictionary serializedAdditionalRawData) { ActivationState = activationState; AutoGeneratedDomainNameLabelScope = autoGeneratedDomainNameLabelScope; - FipsApprovedMode = fipsApprovedMode; Hsms = hsms; PrivateEndpointConnections = privateEndpointConnections; ProvisioningState = provisioningState; @@ -81,9 +79,6 @@ internal CloudHsmClusterProperties(SecurityDomainActivationState? activationStat /// The Cloud HSM Cluster's auto-generated Domain Name Label Scope. [WirePath("autoGeneratedDomainNameLabelScope")] public AutoGeneratedDomainNameLabelScope? AutoGeneratedDomainNameLabelScope { get; set; } - /// False: Non-FIPS Mode with single-factor authentication. True: FIPS Approved Mode with single-factor authentication. - [WirePath("fipsApprovedMode")] - public bool? FipsApprovedMode { get; set; } /// An array of Cloud HSM Cluster's HSMs. [WirePath("hsms")] public IReadOnlyList Hsms { get; } diff --git a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/src/autorest.md b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/src/autorest.md index 269a64cf05bc..a72f9286daff 100644 --- a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/src/autorest.md +++ b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/src/autorest.md @@ -7,7 +7,7 @@ azure-arm: true csharp: true library-name: HardwareSecurityModules namespace: Azure.ResourceManager.HardwareSecurityModules -require: https://github.com/emmeliaAra/azure-rest-api-specs/blob/db39221e04397a78418fcab59f68dfa1745c07c5/specification/hardwaresecuritymodules/resource-manager/readme.md +require: https://github.com/emmeliaAra/azure-rest-api-specs/blob/898ccbc6e7b837269b426dd54728ce020dc53ee1/specification/hardwaresecuritymodules/resource-manager/readme.md #tag: package-2024-06-preview output-folder: $(this-folder)/Generated clear-output-folder: true diff --git a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/Scenario/CloudHsmClustersPrivateEndpointConnectionTests.cs b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/Scenario/CloudHsmClustersPrivateEndpointConnectionTests.cs index bf149b3d552f..3369ea6481b8 100644 --- a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/Scenario/CloudHsmClustersPrivateEndpointConnectionTests.cs +++ b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/Scenario/CloudHsmClustersPrivateEndpointConnectionTests.cs @@ -115,10 +115,6 @@ protected async Task CreateCloudHsmClusterResourceAsync string resourceName = Recording.GenerateAssetName("CloudhsmSDKTest"); CloudHsmClusterData cloudHsmClusterBody = new CloudHsmClusterData(Location) { - Properties = new CloudHsmClusterProperties() - { - FipsApprovedMode = false - }, Sku = new CloudHsmClusterSku(CloudHsmClusterSkuFamily.B, CloudHsmClusterSkuName.StandardB1), Tags = { diff --git a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/Scenario/CloudHsmClustersTests.cs b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/Scenario/CloudHsmClustersTests.cs index 14f5c23d6174..f69fd05d0fdf 100644 --- a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/Scenario/CloudHsmClustersTests.cs +++ b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/Scenario/CloudHsmClustersTests.cs @@ -27,26 +27,24 @@ protected async Task SetUp() await BaseSetUpForTests(); } + [TestCase] [RecordedTest] public async Task CreateOrUpdateCloudHsmClusterTest() { string resourceName = Recording.GenerateAssetName("sdkT"); - //var userAssignedIdentity = await CreateUserAssignedIdentityAsync(); + var userAssignedIdentity = await CreateUserAssignedIdentityAsync(); var azureStorageBlobContainerUri = new Uri("https://myaccount.blob.core.windows.net/mycontainer"); CloudHsmClusterData cloudHsmClusterBody = new CloudHsmClusterData(Location) { - Properties = new CloudHsmClusterProperties() - { - FipsApprovedMode = false - }, - Sku = new CloudHsmClusterSku(CloudHsmClusterSkuFamily.B, CloudHsmClusterSkuName.StandardB1), Tags = { ["Dept"] = "SDK Testing", - ["Env"] = "df" - } + ["Env"] = "df", + ["UseMockHfc"] = "true", + ["MockHfcDelayInMs"] = "1" + }, //Identity = new ManagedServiceIdentity(ManagedServiceIdentityType.UserAssigned) }; @@ -64,7 +62,6 @@ public async Task CreateOrUpdateCloudHsmClusterTest() Location.Name, CloudHsmClusterSkuFamily.B.ToString(), CloudHsmClusterSkuName.StandardB1.ToString(), - cloudHsmClusterBody.Properties.FipsApprovedMode, new Dictionary(cloudHsmClusterBody.Tags)); //ManagedServiceIdentityType.UserAssigned); @@ -79,7 +76,6 @@ public async Task CreateOrUpdateCloudHsmClusterTest() Location.Name, CloudHsmClusterSkuFamily.B.ToString(), CloudHsmClusterSkuName.StandardB1.ToString(), - cloudHsmClusterBody.Properties.FipsApprovedMode, new Dictionary(cloudHsmClusterBody.Tags)); //ManagedServiceIdentityType.UserAssigned); @@ -104,10 +100,9 @@ private void ValidateCloudHsmResource( string expectedResourceLocation, string expectedSkuFamily, string expectedSkuName, - bool? expectedFipsState, - Dictionary expectedTags, + Dictionary expectedTags //ManagedServiceIdentityType expectedIdentityType, - int managedIdentityExpextedCount = 1 + //int managedIdentityExpextedCount = 1 ) { string resourceIdFormat = "/subscriptions/{0}/resourceGroups/{1}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{2}"; @@ -122,8 +117,6 @@ private void ValidateCloudHsmResource( Assert.AreEqual(expectedSkuName, cloudHsmClusterData.Sku.Name.ToString()); Assert.NotNull(cloudHsmClusterData.Tags); Assert.True(expectedTags.Count == cloudHsmClusterData.Tags.Count && !expectedTags.Except(cloudHsmClusterData.Tags).Any()); - //Assert.NotNull(cloudHsmClusterData.SecurityDomain); - Assert.AreEqual(expectedFipsState, cloudHsmClusterData.Properties.FipsApprovedMode); //Assert.AreEqual(expectedIdentityType, cloudHsmClusterData.Identity.ManagedServiceIdentityType); //Assert.AreEqual(managedIdentityExpextedCount, cloudHsmClusterData.Identity.UserAssignedIdentities.Count); } diff --git a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersPrivateEndpointConnectionTests/CreateOrUpdateAsyncPrivateEndpointConnection.json b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersPrivateEndpointConnectionTests/CreateOrUpdateAsyncPrivateEndpointConnection.json new file mode 100644 index 000000000000..e6a58e737a25 --- /dev/null +++ b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersPrivateEndpointConnectionTests/CreateOrUpdateAsyncPrivateEndpointConnection.json @@ -0,0 +1,2788 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-f99edc65c3fbbf437352db8d4a38bb96-f0511c704262ce4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3bf05392432d60fdc5feabbd99605087", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "448", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10: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": "c6b2b18d-3d00-4220-948c-d145b42f5262", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "c6b2b18d-3d00-4220-948c-d145b42f5262", + "x-ms-routing-request-id": "UKSOUTH:20230707T101243Z:c6b2b18d-3d00-4220-948c-d145b42f5262" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-e0bcac040b3b34d1c51085e65bdb7abd-7db0e03d19575c1e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1217c0f266a367a006860e46a0bb4ed5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "448", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:12:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f18d64c1-1eb7-4d29-8f42-975b6246cc58", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "f18d64c1-1eb7-4d29-8f42-975b6246cc58", + "x-ms-routing-request-id": "UKSOUTH:20230707T101243Z:f18d64c1-1eb7-4d29-8f42-975b6246cc58" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourcegroups/sdkTestsRg1159?api-version=**", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "21", + "Content-Type": "application/json", + "traceparent": "00-d4b77b911f18bf2c4df1f01270c30cb1-418efb7e11af0b3b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "971bc655d7c133d6fc2d7fb92c9d539a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "ukwest" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "225", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:12:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "01828e56-53c3-463f-ac8e-4c3693381c43", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "01828e56-53c3-463f-ac8e-4c3693381c43", + "x-ms-routing-request-id": "UKSOUTH:20230707T101244Z:01828e56-53c3-463f-ac8e-4c3693381c43" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159", + "name": "sdkTestsRg1159", + "type": "Microsoft.Resources/resourceGroups", + "location": "ukwest", + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "152", + "Content-Type": "application/json", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-62394e791fefc58d-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2fcbe95cb22c3488a735b7bf09b0d60a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "location": "ukwest", + "properties": { + "securityDomain": { + "fipsState": 2 + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:12:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2fbeed85-9770-4709-891a-9fa2dd6bb770", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "2fbeed85-9770-4709-891a-9fa2dd6bb770", + "x-ms-routing-request-id": "UKSOUTH:20230707T101249Z:2fbeed85-9770-4709-891a-9fa2dd6bb770" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-54270d8753bab552-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ecf2b46225e7689a0e8c30a17c3c23cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:12:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "aa16bebe-cf0d-4642-b2a3-e370b3bdb0c9", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "aa16bebe-cf0d-4642-b2a3-e370b3bdb0c9", + "x-ms-routing-request-id": "UKSOUTH:20230707T101250Z:aa16bebe-cf0d-4642-b2a3-e370b3bdb0c9" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-992690e5239083d3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b95922e24d6573d6a8ed88f491da5abe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:12:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f1b31bb0-4e89-49d5-bbf5-54c3332b98ad", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "f1b31bb0-4e89-49d5-bbf5-54c3332b98ad", + "x-ms-routing-request-id": "UKSOUTH:20230707T101252Z:f1b31bb0-4e89-49d5-bbf5-54c3332b98ad" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-a3d938c3957b641b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "555d0c7aeabe1e22ffcce1a4b89f626a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:12:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "740c4068-241f-41ca-8670-948be87871a8", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "740c4068-241f-41ca-8670-948be87871a8", + "x-ms-routing-request-id": "UKSOUTH:20230707T101253Z:740c4068-241f-41ca-8670-948be87871a8" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-e4a148938fbf26f1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b7cb5214018f1445dd7e43fa9da6d733", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:12:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8683bea0-4e3b-4f5f-bd0f-d0a845877f64", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "8683bea0-4e3b-4f5f-bd0f-d0a845877f64", + "x-ms-routing-request-id": "UKSOUTH:20230707T101255Z:8683bea0-4e3b-4f5f-bd0f-d0a845877f64" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-a841e191094c4d5e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6f267132cedff810ff3bb9996c32ba08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:12:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "316a8bf7-a142-4405-9b33-40ab67ec98b2", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "316a8bf7-a142-4405-9b33-40ab67ec98b2", + "x-ms-routing-request-id": "UKSOUTH:20230707T101257Z:316a8bf7-a142-4405-9b33-40ab67ec98b2" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-88026d51c4e21ce4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3fdf1d8aa20e782fc648783fa6288159", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:13:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ccf274f5-745e-4c2a-a035-9bada2676abd", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "ccf274f5-745e-4c2a-a035-9bada2676abd", + "x-ms-routing-request-id": "UKSOUTH:20230707T101302Z:ccf274f5-745e-4c2a-a035-9bada2676abd" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-01c5feda12f98c80-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4772adf4f278468b41d2b85347aba8ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:13:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d28aad14-5212-4111-9474-8144a1a36787", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "d28aad14-5212-4111-9474-8144a1a36787", + "x-ms-routing-request-id": "UKSOUTH:20230707T101311Z:d28aad14-5212-4111-9474-8144a1a36787" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-1c34e37f19a29533-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7f6f3bc498c68f2441aea99755d152d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:13:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "618eab22-0ac0-4ebc-9bda-0485b9e63a16", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "618eab22-0ac0-4ebc-9bda-0485b9e63a16", + "x-ms-routing-request-id": "UKSOUTH:20230707T101327Z:618eab22-0ac0-4ebc-9bda-0485b9e63a16" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-78ab52c2dc07dddb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bea560b972c0978f9199fe3ceadb311b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:14:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1004e465-9aeb-47dd-9782-cecdf2403527", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "1004e465-9aeb-47dd-9782-cecdf2403527", + "x-ms-routing-request-id": "UKSOUTH:20230707T101400Z:1004e465-9aeb-47dd-9782-cecdf2403527" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-3df328424d350e94-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6b7acd9f01b95c9288e205ca49f4f06f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:14:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4e7a3185-5cca-4784-9943-bca390b4142f", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "4e7a3185-5cca-4784-9943-bca390b4142f", + "x-ms-routing-request-id": "UKSOUTH:20230707T101433Z:4e7a3185-5cca-4784-9943-bca390b4142f" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-acf502655203144b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e79ae180ea0651eaabd7ed2d9ae8a465", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:15:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0ed33e5d-b1a9-4588-b3b9-a51ec42e0f53", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "0ed33e5d-b1a9-4588-b3b9-a51ec42e0f53", + "x-ms-routing-request-id": "UKSOUTH:20230707T101505Z:0ed33e5d-b1a9-4588-b3b9-a51ec42e0f53" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-14bbe057a185dd46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "88f78d7de756b81dcd4835dd6dc54d9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:15:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0bb748c1-a3e4-416b-ba81-08bad38ab1de", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "0bb748c1-a3e4-416b-ba81-08bad38ab1de", + "x-ms-routing-request-id": "UKSOUTH:20230707T101537Z:0bb748c1-a3e4-416b-ba81-08bad38ab1de" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-96c40d1dcbfb9368-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "08bb8ea94941b514e228c0e11365c2a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:16:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7b69a7cf-9aa1-461c-b400-1a83a418a1e7", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "7b69a7cf-9aa1-461c-b400-1a83a418a1e7", + "x-ms-routing-request-id": "UKSOUTH:20230707T101609Z:7b69a7cf-9aa1-461c-b400-1a83a418a1e7" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-d59f5e0b51085959-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bb4d9f3e67fd9919c4e119bdb50de4e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1170", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:16:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "90d7d537-9818-44c2-9d2a-22cb5494a10a", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "90d7d537-9818-44c2-9d2a-22cb5494a10a", + "x-ms-routing-request-id": "UKSOUTH:20230707T101642Z:90d7d537-9818-44c2-9d2a-22cb5494a10a" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm2.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm3.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "InitialProvisioning" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-a9493a689f9518ff-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0c8450899c2d33247942a62d273ca468", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1170", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:17:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "06e29243-08e4-4701-b026-7302ef2167eb", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "06e29243-08e4-4701-b026-7302ef2167eb", + "x-ms-routing-request-id": "UKSOUTH:20230707T101714Z:06e29243-08e4-4701-b026-7302ef2167eb" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm2.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm3.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "InitialProvisioning" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-9ceaf8a882c8dc57-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cd9f9586927741a0742243602f5600d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1159", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:17:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7c67f4f3-0006-4417-8744-7718f247562c", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "7c67f4f3-0006-4417-8744-7718f247562c", + "x-ms-routing-request-id": "UKSOUTH:20230707T101746Z:7c67f4f3-0006-4417-8744-7718f247562c" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm3.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "InitialProvisioning" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-427e9282fcf9eca3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c357da44b6e1a1727b1a42bac1eb7188", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:18:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a2cd2e6d-ddfd-4779-bd5f-18671173fb7b", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "a2cd2e6d-ddfd-4779-bd5f-18671173fb7b", + "x-ms-routing-request-id": "UKSOUTH:20230707T101819Z:a2cd2e6d-ddfd-4779-bd5f-18671173fb7b" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-f3fea2b4a8388aac-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1f37b13d176df76eb042970a58c40322", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:18:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b4878e0e-bd1b-4d68-9b42-631af8e4b2ff", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "b4878e0e-bd1b-4d68-9b42-631af8e4b2ff", + "x-ms-routing-request-id": "UKSOUTH:20230707T101851Z:b4878e0e-bd1b-4d68-9b42-631af8e4b2ff" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-cba39a7c668e78f7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4de9d042e1e4cf8722fd515d4fe57f88", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:19:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3fff20ac-d429-4529-9188-90d6fe5a2252", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "3fff20ac-d429-4529-9188-90d6fe5a2252", + "x-ms-routing-request-id": "UKSOUTH:20230707T101924Z:3fff20ac-d429-4529-9188-90d6fe5a2252" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-76cd0ef7ac743b3c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7e22bbb0e01e2c676b5f139e1e6849b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:19:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b07f591c-6f7d-48d1-8714-89262f3c443b", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "b07f591c-6f7d-48d1-8714-89262f3c443b", + "x-ms-routing-request-id": "UKSOUTH:20230707T101956Z:b07f591c-6f7d-48d1-8714-89262f3c443b" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-db4af2ed9481762c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f0781f1624015ca32a67fd70c511a8cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:20:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "83717717-f7c9-49d7-982c-4132a7b6e3ef", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "83717717-f7c9-49d7-982c-4132a7b6e3ef", + "x-ms-routing-request-id": "UKSOUTH:20230707T102028Z:83717717-f7c9-49d7-982c-4132a7b6e3ef" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-53b4cf9e145e798b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9d590ec385a1610469bde185cde8b0b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:21:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "321e4edd-e77e-4653-b3f4-52c4f6f9b8d4", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "321e4edd-e77e-4653-b3f4-52c4f6f9b8d4", + "x-ms-routing-request-id": "UKSOUTH:20230707T102101Z:321e4edd-e77e-4653-b3f4-52c4f6f9b8d4" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-af96093b5922fd04-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "30469ab48e6c8b8717c654b6e2f6665a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:21:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a429d164-1d63-48b4-b452-54755a374128", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "a429d164-1d63-48b4-b452-54755a374128", + "x-ms-routing-request-id": "UKSOUTH:20230707T102135Z:a429d164-1d63-48b4-b452-54755a374128" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-fddef00772769c25-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "10da47b7ac0e91161b178744431e8e41", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:22:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "95009723-8ea0-401d-b5a1-93ce0a77fc4e", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "95009723-8ea0-401d-b5a1-93ce0a77fc4e", + "x-ms-routing-request-id": "UKSOUTH:20230707T102207Z:95009723-8ea0-401d-b5a1-93ce0a77fc4e" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-666e127db4881d3c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2bbc43b778ca345e87cd85da304d7e72", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:22:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "aaf7484a-d678-4090-8348-c8b9bbcd92da", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "aaf7484a-d678-4090-8348-c8b9bbcd92da", + "x-ms-routing-request-id": "UKSOUTH:20230707T102240Z:aaf7484a-d678-4090-8348-c8b9bbcd92da" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm2.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm3.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Started" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d41fc70770b3c140c9c0f821435a27ad-d33ec3606fa7eef7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "85ce8656a00e07aa83b51455074248f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1131", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:23:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f0a1a68a-8aeb-4904-8b29-e4b6747ed0b8", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "f0a1a68a-8aeb-4904-8b29-e4b6747ed0b8", + "x-ms-routing-request-id": "UKSOUTH:20230707T102312Z:f0a1a68a-8aeb-4904-8b29-e4b6747ed0b8" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest6597", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Succeeded", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm2.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm3.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "state": "Started" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:12:44.969Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:12:44.969Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/virtualNetworks/pe-vnet-6016?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "260", + "Content-Type": "application/json", + "traceparent": "00-9332e5d8d7832f3cd523c80c8b26fb03-9bb194aeb4663136-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "903a3a9fe93e88a541273c60cd9814ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "ukwest", + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "properties": { + "addressPrefix": "10.0.1.0/24", + "privateEndpointNetworkPolicies": "Disabled" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/eccea9c6-3b06-4cb2-83bb-ed2b6e405e1f?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1337", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:23:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9e9b5f12-dd03-4f31-837f-356f87e612fc", + "x-ms-client-request-id": "903a3a9fe93e88a541273c60cd9814ee", + "x-ms-correlation-request-id": "641d9e97-fa8a-4358-9cda-e5df143b2f94", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "eccea9c6-3b06-4cb2-83bb-ed2b6e405e1f", + "x-ms-routing-request-id": "UKSOUTH:20230707T102314Z:641d9e97-fa8a-4358-9cda-e5df143b2f94" + }, + "ResponseBody": { + "name": "pe-vnet-6016", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/virtualNetworks/pe-vnet-6016", + "etag": "W/\u002272ad13f8-878f-48f7-bcac-f358ac51d415\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "ukwest", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "e5b65820-f2a1-4f97-a9b3-1d25294ce29d", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/virtualNetworks/pe-vnet-6016/subnets/default", + "etag": "W/\u002272ad13f8-878f-48f7-bcac-f358ac51d415\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.1.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/eccea9c6-3b06-4cb2-83bb-ed2b6e405e1f?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9332e5d8d7832f3cd523c80c8b26fb03-59cde417c618a5f9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "38df4d1ef61b9c8f681769e0475546bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:23:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "2a4fb756-9c32-45aa-9d9f-6bf2da7955f9", + "x-ms-client-request-id": "38df4d1ef61b9c8f681769e0475546bd", + "x-ms-correlation-request-id": "70ecd761-d30c-422d-821f-9efcefc305d9", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "c7ad4073-d0bc-4d6d-920a-5635908b4a2e", + "x-ms-routing-request-id": "UKSOUTH:20230707T102314Z:70ecd761-d30c-422d-821f-9efcefc305d9" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/eccea9c6-3b06-4cb2-83bb-ed2b6e405e1f?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9332e5d8d7832f3cd523c80c8b26fb03-feb1b90a85ab8fa5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "aa8c53f2df3006e985927cdbdf7843bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:23:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "8329ed88-4b64-4608-a3cb-4af014f3e171", + "x-ms-client-request-id": "aa8c53f2df3006e985927cdbdf7843bc", + "x-ms-correlation-request-id": "1f420e80-b272-4f0d-9a25-b5cff5260cfd", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "afe4bb15-b7a6-4fe3-a981-cbbcffb4c217", + "x-ms-routing-request-id": "UKSOUTH:20230707T102324Z:1f420e80-b272-4f0d-9a25-b5cff5260cfd" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/virtualNetworks/pe-vnet-6016?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9332e5d8d7832f3cd523c80c8b26fb03-f41055f189137d48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "80429a9bdbb8c6d3bf6bcbff2fd461bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1339", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:23:24 GMT", + "ETag": "W/\u0022503de1ed-df24-455b-8ce8-0ae5218c2241\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "dc127652-75bf-4c54-84e6-b21b9637a03b", + "x-ms-client-request-id": "80429a9bdbb8c6d3bf6bcbff2fd461bf", + "x-ms-correlation-request-id": "e22c5396-df78-47be-be3c-77a978ef0a19", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "77e016d5-a65e-4f7f-8261-ef72525d0576", + "x-ms-routing-request-id": "UKSOUTH:20230707T102325Z:e22c5396-df78-47be-be3c-77a978ef0a19" + }, + "ResponseBody": { + "name": "pe-vnet-6016", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/virtualNetworks/pe-vnet-6016", + "etag": "W/\u0022503de1ed-df24-455b-8ce8-0ae5218c2241\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "ukwest", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "e5b65820-f2a1-4f97-a9b3-1d25294ce29d", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/virtualNetworks/pe-vnet-6016/subnets/default", + "etag": "W/\u0022503de1ed-df24-455b-8ce8-0ae5218c2241\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.1.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/privateEndpoints/pe-6365?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "543", + "Content-Type": "application/json", + "traceparent": "00-6b3308bed427a0c983193ea64f2509d1-e37cf2cc3fee0875-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f13a4c1ce0f83f7164d9b3887ab4bdef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "ukwest", + "properties": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/virtualNetworks/pe-vnet-6016/subnets/default", + "properties": {} + }, + "manualPrivateLinkServiceConnections": [ + { + "name": "pec-7420", + "properties": { + "privateLinkServiceId": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "groupIds": [ + "cloudhsm" + ], + "requestMessage": "SDK testing" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/9b04fa21-106d-4ef3-a1b0-b5db4a98cc54?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1961", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:23:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "5ac17e31-3c0c-4594-80f7-4f4ea086637f", + "x-ms-client-request-id": "f13a4c1ce0f83f7164d9b3887ab4bdef", + "x-ms-correlation-request-id": "cb55c946-f859-4ed0-a123-32a428fce8f4", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "9b04fa21-106d-4ef3-a1b0-b5db4a98cc54", + "x-ms-routing-request-id": "UKSOUTH:20230707T102326Z:cb55c946-f859-4ed0-a123-32a428fce8f4" + }, + "ResponseBody": { + "name": "pe-6365", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/privateEndpoints/pe-6365", + "etag": "W/\u00229d083b52-aec3-4289-988c-7a5990e4fd83\u0022", + "type": "Microsoft.Network/privateEndpoints", + "location": "ukwest", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "d4e6b572-81b4-461a-9b32-f87bbd6f675e", + "privateLinkServiceConnections": [], + "manualPrivateLinkServiceConnections": [ + { + "name": "pec-7420", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/privateEndpoints/pe-6365/manualPrivateLinkServiceConnections/pec-7420", + "etag": "W/\u00229d083b52-aec3-4289-988c-7a5990e4fd83\u0022", + "properties": { + "provisioningState": "Succeeded", + "privateLinkServiceId": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "groupIds": [ + "cloudhsm" + ], + "requestMessage": "SDK testing", + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK testing", + "actionsRequired": "None" + } + }, + "type": "Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections" + } + ], + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/virtualNetworks/pe-vnet-6016/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/networkInterfaces/pe-6365.nic.3baa3afb-2a02-46eb-bee5-ee0ed8d50763" + } + ], + "customDnsConfigs": [] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/9b04fa21-106d-4ef3-a1b0-b5db4a98cc54?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6b3308bed427a0c983193ea64f2509d1-c6e363de6692bb11-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "92bebc31513dbac329021bde284a4b0b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:23:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "46bf0ce9-8b32-4db7-b4a2-d142ce183551", + "x-ms-client-request-id": "92bebc31513dbac329021bde284a4b0b", + "x-ms-correlation-request-id": "49a22dcd-520a-40bd-8720-9edcf0351c9f", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "4bbb6791-43b8-448a-acf9-e36d60dd2814", + "x-ms-routing-request-id": "UKSOUTH:20230707T102326Z:49a22dcd-520a-40bd-8720-9edcf0351c9f" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/9b04fa21-106d-4ef3-a1b0-b5db4a98cc54?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6b3308bed427a0c983193ea64f2509d1-0dd68623fb4ad36c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "822bdbadb49056ab47237132f6ac2b7a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:23:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "20", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "7695c2ea-874f-41ce-889b-0f206c51435a", + "x-ms-client-request-id": "822bdbadb49056ab47237132f6ac2b7a", + "x-ms-correlation-request-id": "6cfd80c7-26a3-43d0-b6de-a55bd6744f37", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "ee844a83-1279-4790-bba9-fca0857131be", + "x-ms-routing-request-id": "UKSOUTH:20230707T102336Z:6cfd80c7-26a3-43d0-b6de-a55bd6744f37" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/9b04fa21-106d-4ef3-a1b0-b5db4a98cc54?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6b3308bed427a0c983193ea64f2509d1-a76fc07f6b5291cf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bd5702022af681b2e9898210aa26ee35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:23:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "776a869a-cd5b-46c4-b9cb-7a4b833ec11d", + "x-ms-client-request-id": "bd5702022af681b2e9898210aa26ee35", + "x-ms-correlation-request-id": "0d17f646-eab9-40c6-b01e-b5575448f771", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "866c9f4b-73bc-453d-996b-4065e7a8b5f6", + "x-ms-routing-request-id": "UKSOUTH:20230707T102357Z:0d17f646-eab9-40c6-b01e-b5575448f771" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/privateEndpoints/pe-6365?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6b3308bed427a0c983193ea64f2509d1-f287c81745e9a415-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3817df7a54be7c2010684b1ae090c47d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2444", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:23:56 GMT", + "ETag": "W/\u0022999b4fe9-5d2b-4755-b3c1-540194d7eeef\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "c21e8d37-51ef-4231-a3b7-f418e8ed2fe5", + "x-ms-client-request-id": "3817df7a54be7c2010684b1ae090c47d", + "x-ms-correlation-request-id": "e753a29c-6f1c-4123-99a6-078063c574c1", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "77b34a46-5853-45f4-a936-3bedefcca580", + "x-ms-routing-request-id": "UKSOUTH:20230707T102357Z:e753a29c-6f1c-4123-99a6-078063c574c1" + }, + "ResponseBody": { + "name": "pe-6365", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/privateEndpoints/pe-6365", + "etag": "W/\u0022999b4fe9-5d2b-4755-b3c1-540194d7eeef\u0022", + "type": "Microsoft.Network/privateEndpoints", + "location": "ukwest", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "d4e6b572-81b4-461a-9b32-f87bbd6f675e", + "privateLinkServiceConnections": [], + "manualPrivateLinkServiceConnections": [ + { + "name": "pec-7420", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/privateEndpoints/pe-6365/manualPrivateLinkServiceConnections/pec-7420", + "etag": "W/\u0022999b4fe9-5d2b-4755-b3c1-540194d7eeef\u0022", + "properties": { + "provisioningState": "Succeeded", + "privateLinkServiceId": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "groupIds": [ + "cloudhsm" + ], + "requestMessage": "SDK testing", + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK testing", + "actionsRequired": "None" + } + }, + "type": "Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections" + } + ], + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/virtualNetworks/pe-vnet-6016/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/networkInterfaces/pe-6365.nic.3baa3afb-2a02-46eb-bee5-ee0ed8d50763" + } + ], + "customDnsConfigs": [ + { + "fqdn": "hsm1.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.4" + ] + }, + { + "fqdn": "hsm2.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.5" + ] + }, + { + "fqdn": "hsm3.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.6" + ] + } + ] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597/privateEndpointConnections?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-68e00e09b72dca87635fdf42e4416f2a-7d584a4fa9fa42a2-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "25dba1d78ef3821529a99806319bab21", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "679", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:23:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b23ddc43-f56f-438a-9a3c-1f1855ed9ed0", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "b23ddc43-f56f-438a-9a3c-1f1855ed9ed0", + "x-ms-routing-request-id": "UKSOUTH:20230707T102358Z:b23ddc43-f56f-438a-9a3c-1f1855ed9ed0" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597/privateEndpointConnections/pec-7420", + "name": "pec-7420", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters/privateEndpointConnections", + "etag": null, + "properties": { + "provisioningState": "SUCCEEDED", + "groupIds": [ + "cloudhsm" + ], + "privateEndpoint": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/privateEndpoints/pe-6365" + }, + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK testing", + "actionsRequired": "None" + } + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597/privateEndpointConnections/pec-7420?api-version=2022-08-31-preview", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "115", + "Content-Type": "application/json", + "traceparent": "00-14efc220bd6fc10300c15aef28d15c25-5c7a865302412373-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "17b83c34f294aebbe1daac8edf98a158", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Approve by sdk test case" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597/privateEndpointConnections/pec-7420?api-version=2022-08-31-preview\u0026chsm-operation=eyJjb2RlIjoicHJpdmF0ZUVuZHBvaW50Q29ubmVjdGlvbnMvYXBwcm92ZSIsInN0IjoiMjAyMy0wNy0wN1QxMDoyMzo1OC44NTY1MjExWiIsImV0YWciOiJiMzA1ODJiZmFlOTQ0NmE0YjAwYjVkNzUwN2I5MWY4YyJ9", + "Cache-Control": "no-cache", + "Content-Length": "710", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:23:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "66f79412-b526-4a56-b0e5-4a8c1787ae0b", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "66f79412-b526-4a56-b0e5-4a8c1787ae0b", + "x-ms-routing-request-id": "UKSOUTH:20230707T102358Z:66f79412-b526-4a56-b0e5-4a8c1787ae0b" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597/privateEndpointConnections/pec-7420", + "name": "pec-7420", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters/privateEndpointConnections", + "etag": "b30582bfae9446a4b00b5d7507b91f8c", + "properties": { + "provisioningState": "Updating", + "groupIds": [ + "cloudhsm" + ], + "privateEndpoint": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/privateEndpoints/pe-6365" + }, + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Approve by sdk test case", + "actionsRequired": "None" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/privateEndpoints/pe-6365?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-0c46b8de18ab4c0c8bc9fa8da0a5a132-8351550fa556d2d0-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "093805c4c84aeb42ca940f15bb194a75", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2458", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:23:58 GMT", + "ETag": "W/\u002244b1956f-8240-465b-8e40-eb6031d35eb7\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "031e5009-d6ce-4378-b7aa-53865a0433e2", + "x-ms-client-request-id": "093805c4c84aeb42ca940f15bb194a75", + "x-ms-correlation-request-id": "89b59fb5-60b4-4c28-af56-d30fb1b59097", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "3867f886-b1f9-422c-bb10-fcfebefa6752", + "x-ms-routing-request-id": "UKSOUTH:20230707T102359Z:89b59fb5-60b4-4c28-af56-d30fb1b59097" + }, + "ResponseBody": { + "name": "pe-6365", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/privateEndpoints/pe-6365", + "etag": "W/\u002244b1956f-8240-465b-8e40-eb6031d35eb7\u0022", + "type": "Microsoft.Network/privateEndpoints", + "location": "ukwest", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "d4e6b572-81b4-461a-9b32-f87bbd6f675e", + "privateLinkServiceConnections": [], + "manualPrivateLinkServiceConnections": [ + { + "name": "pec-7420", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/privateEndpoints/pe-6365/manualPrivateLinkServiceConnections/pec-7420", + "etag": "W/\u002244b1956f-8240-465b-8e40-eb6031d35eb7\u0022", + "properties": { + "provisioningState": "Succeeded", + "privateLinkServiceId": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597", + "groupIds": [ + "cloudhsm" + ], + "requestMessage": "SDK testing", + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Approve by sdk test case", + "actionsRequired": "None" + } + }, + "type": "Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections" + } + ], + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/virtualNetworks/pe-vnet-6016/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/networkInterfaces/pe-6365.nic.3baa3afb-2a02-46eb-bee5-ee0ed8d50763" + } + ], + "customDnsConfigs": [ + { + "fqdn": "hsm1.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.4" + ] + }, + { + "fqdn": "hsm2.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.5" + ] + }, + { + "fqdn": "hsm3.cloudhsmsdktest6597-fsfyaucrfvash7fn.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.6" + ] + } + ] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597/privateEndpointConnections/pec-7420?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-2650d4ad2a928020e6c4ea409d3b3f3e-f65fce006ad27783-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a4e529bcadd8e4e8e62d4418e286a290", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "710", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:23:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "42ddd22b-d1f8-480a-87f8-15ac87b04481", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "42ddd22b-d1f8-480a-87f8-15ac87b04481", + "x-ms-routing-request-id": "UKSOUTH:20230707T102359Z:42ddd22b-d1f8-480a-87f8-15ac87b04481" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest6597/privateEndpointConnections/pec-7420", + "name": "pec-7420", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters/privateEndpointConnections", + "etag": "b30582bfae9446a4b00b5d7507b91f8c", + "properties": { + "provisioningState": "Updating", + "groupIds": [ + "cloudhsm" + ], + "privateEndpoint": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg1159/providers/Microsoft.Network/privateEndpoints/pe-6365" + }, + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Approve by sdk test case", + "actionsRequired": "None" + } + } + } + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", + "RandomSeed": "150728944", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "75e96d09-a291-40e1-a5e6-cda78233d867" + } +} diff --git a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersPrivateEndpointConnectionTests/CreateOrUpdateAsyncPrivateEndpointConnectionAsync.json b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersPrivateEndpointConnectionTests/CreateOrUpdateAsyncPrivateEndpointConnectionAsync.json new file mode 100644 index 000000000000..cce4929672e0 --- /dev/null +++ b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersPrivateEndpointConnectionTests/CreateOrUpdateAsyncPrivateEndpointConnectionAsync.json @@ -0,0 +1,2883 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-921454366acb93dc041adeb10d2b1fbb-a7f93cb9d46ddf14-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ddcd99f6f35ea28351757fd78ad51b01", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "448", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:47:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5fe3c812-bcbf-4ce7-a5b6-4ecd38203d80", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "5fe3c812-bcbf-4ce7-a5b6-4ecd38203d80", + "x-ms-routing-request-id": "UKSOUTH:20230707T104738Z:5fe3c812-bcbf-4ce7-a5b6-4ecd38203d80" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-b87058d5292ce0398046e7ad6983cc2e-43300450a9a8a308-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cd95c9923a873af5ea5ed6aea28eddd3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "448", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:47:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ef5f1d29-2918-407c-8e55-0c8c98a7fa20", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "ef5f1d29-2918-407c-8e55-0c8c98a7fa20", + "x-ms-routing-request-id": "UKSOUTH:20230707T104738Z:ef5f1d29-2918-407c-8e55-0c8c98a7fa20" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourcegroups/sdkTestsRg6092?api-version=**", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "21", + "Content-Type": "application/json", + "traceparent": "00-5f9e7b89b6a1faf192e3abf43f27edcd-c1a63a818cc469ab-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "85b8d6bf57ac00084966311f0c5d41ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "ukwest" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "225", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:47:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6ea7f311-58c6-4729-a923-00905b02a53a", + "x-ms-ratelimit-remaining-subscription-writes": "1186", + "x-ms-request-id": "6ea7f311-58c6-4729-a923-00905b02a53a", + "x-ms-routing-request-id": "UKSOUTH:20230707T104739Z:6ea7f311-58c6-4729-a923-00905b02a53a" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092", + "name": "sdkTestsRg6092", + "type": "Microsoft.Resources/resourceGroups", + "location": "ukwest", + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "152", + "Content-Type": "application/json", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-b903d0270367f4c7-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f06a0916a3bbf393001dd400c398ab95", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "location": "ukwest", + "properties": { + "securityDomain": { + "fipsState": 2 + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "863", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:47:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6755a969-a651-46ed-8159-986ee6b7eac9", + "x-ms-ratelimit-remaining-subscription-writes": "1185", + "x-ms-request-id": "6755a969-a651-46ed-8159-986ee6b7eac9", + "x-ms-routing-request-id": "UKSOUTH:20230707T104744Z:6755a969-a651-46ed-8159-986ee6b7eac9" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-6868230fee148224-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cac7a9edcfd6151af2b957ea2b48a399", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "863", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:47:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f282526d-76b5-456a-a99e-421a3af2b707", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "f282526d-76b5-456a-a99e-421a3af2b707", + "x-ms-routing-request-id": "UKSOUTH:20230707T104744Z:f282526d-76b5-456a-a99e-421a3af2b707" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-a05235bd4c44df05-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "429277733857a3fe7b9db2e8df7815ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "863", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:47:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "df5cc1c4-b849-4a40-95a7-4c26255ae556", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "df5cc1c4-b849-4a40-95a7-4c26255ae556", + "x-ms-routing-request-id": "UKSOUTH:20230707T104745Z:df5cc1c4-b849-4a40-95a7-4c26255ae556" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-fc263c9b2a48b6f5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1913e088e1d1fbbfe34e892d1aa3a1f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "863", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:47:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "58e54d25-f874-4335-94b4-8550fbbe10b6", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "58e54d25-f874-4335-94b4-8550fbbe10b6", + "x-ms-routing-request-id": "UKSOUTH:20230707T104746Z:58e54d25-f874-4335-94b4-8550fbbe10b6" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-d56f529bfb04bbc2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "66a62a2f536eb49caa234f391c323579", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "863", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:47:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c9c0d5ad-d0e6-463d-b45f-ee2c0a0e87dc", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "c9c0d5ad-d0e6-463d-b45f-ee2c0a0e87dc", + "x-ms-routing-request-id": "UKSOUTH:20230707T104748Z:c9c0d5ad-d0e6-463d-b45f-ee2c0a0e87dc" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-a51530cdd0cfc788-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4b6258a3893592c8b7975e09afd088d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "863", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:47:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7b7d50ed-baa5-47b6-9164-b437c6d1fb38", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "7b7d50ed-baa5-47b6-9164-b437c6d1fb38", + "x-ms-routing-request-id": "UKSOUTH:20230707T104750Z:7b7d50ed-baa5-47b6-9164-b437c6d1fb38" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-c23a023db7fcca09-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b5b8bcfcaed23590445e6ead9285deb1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "863", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:47:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7670ed53-555c-476a-abd1-289561f18a89", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "7670ed53-555c-476a-abd1-289561f18a89", + "x-ms-routing-request-id": "UKSOUTH:20230707T104754Z:7670ed53-555c-476a-abd1-289561f18a89" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-a40a9d048a309402-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c2890f185541a6bf6114aed6f49204da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "863", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:48:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0bd5a586-f754-496e-8397-d72161f5134c", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "0bd5a586-f754-496e-8397-d72161f5134c", + "x-ms-routing-request-id": "UKSOUTH:20230707T104802Z:0bd5a586-f754-496e-8397-d72161f5134c" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-b7d658474078a052-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5f3d779a807af5a7c72c07d61a1a0032", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "863", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:48:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8ad1f76c-b116-4cc4-8fe6-4aca03be5e52", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "8ad1f76c-b116-4cc4-8fe6-4aca03be5e52", + "x-ms-routing-request-id": "UKSOUTH:20230707T104818Z:8ad1f76c-b116-4cc4-8fe6-4aca03be5e52" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-e0a714d43dd94192-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9ff1acb8c646a696fd1153beffba40b1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "863", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:48:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "40b2b1dd-b478-4e6a-8cb8-79e270c23087", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "40b2b1dd-b478-4e6a-8cb8-79e270c23087", + "x-ms-routing-request-id": "UKSOUTH:20230707T104851Z:40b2b1dd-b478-4e6a-8cb8-79e270c23087" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-9bbd26bc8fc88cef-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1a1394597e4897366894fb144ee98b46", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "863", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:49:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3291810c-9f75-4aa9-92f7-c3e0e14b99b6", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "3291810c-9f75-4aa9-92f7-c3e0e14b99b6", + "x-ms-routing-request-id": "UKSOUTH:20230707T104923Z:3291810c-9f75-4aa9-92f7-c3e0e14b99b6" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-b67ed92b190732f1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "481d7c1365a1d493e09662682ce9f50d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "863", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:49:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f6d453cf-de77-4c77-8933-e6bc583a2113", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "f6d453cf-de77-4c77-8933-e6bc583a2113", + "x-ms-routing-request-id": "UKSOUTH:20230707T104955Z:f6d453cf-de77-4c77-8933-e6bc583a2113" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-f781004f111b98d0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "867c55ece5073ae9765937b2ca825714", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "863", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:50:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8cafb2b0-b9be-4439-8d2d-2887eaf6dc5b", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "8cafb2b0-b9be-4439-8d2d-2887eaf6dc5b", + "x-ms-routing-request-id": "UKSOUTH:20230707T105027Z:8cafb2b0-b9be-4439-8d2d-2887eaf6dc5b" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-07a125281a53a3b3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "82aa0d86f89cf410013f39b11cce6b7e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "863", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:50:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "fbd6c16f-ae8b-4e60-9fc0-d399956993a9", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "fbd6c16f-ae8b-4e60-9fc0-d399956993a9", + "x-ms-routing-request-id": "UKSOUTH:20230707T105100Z:fbd6c16f-ae8b-4e60-9fc0-d399956993a9" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-79b3f811e41f8e5d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f927ee9e056c2e3f93e3d1472de0095e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "863", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:51:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3604c91f-149d-4fed-9928-27c6b8b3904a", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "3604c91f-149d-4fed-9928-27c6b8b3904a", + "x-ms-routing-request-id": "UKSOUTH:20230707T105132Z:3604c91f-149d-4fed-9928-27c6b8b3904a" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-0968de829ad99f4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1fe24e3f733ff470448884c8ab371da8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "863", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:52:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2ea0c8df-6e7a-48ca-9126-3d04f7ca1267", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "2ea0c8df-6e7a-48ca-9126-3d04f7ca1267", + "x-ms-routing-request-id": "UKSOUTH:20230707T105204Z:2ea0c8df-6e7a-48ca-9126-3d04f7ca1267" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-a28e4f67578cfb9d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dc13b8ee5d5a80a8cd7cefb826c8c720", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "863", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:52:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8a2fd579-f750-4b8d-8ae9-217e8d4813a6", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "8a2fd579-f750-4b8d-8ae9-217e8d4813a6", + "x-ms-routing-request-id": "UKSOUTH:20230707T105237Z:8a2fd579-f750-4b8d-8ae9-217e8d4813a6" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-6b668c002f4a3753-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cd72db364beb2b3f7d33b4e38077825b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "863", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:53:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "90475cfd-46b8-4ccb-9cdc-5e22a8c2f63b", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "90475cfd-46b8-4ccb-9cdc-5e22a8c2f63b", + "x-ms-routing-request-id": "UKSOUTH:20230707T105309Z:90475cfd-46b8-4ccb-9cdc-5e22a8c2f63b" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-e42073f9c560e38c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "745929c52dcde104a66151c283b8ce7c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1165", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:53:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "064772c7-24bb-40ed-abe7-b3a46c3d61c1", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "064772c7-24bb-40ed-abe7-b3a46c3d61c1", + "x-ms-routing-request-id": "UKSOUTH:20230707T105341Z:064772c7-24bb-40ed-abe7-b3a46c3d61c1" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm2.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm3.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "InitialProvisioning" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-f37a7f98eab6ec76-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d09264c050c5a3bc79e75e27a9c40056", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1165", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:54:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "71350bb2-b970-4f20-98bd-1675af8cdd3d", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "71350bb2-b970-4f20-98bd-1675af8cdd3d", + "x-ms-routing-request-id": "UKSOUTH:20230707T105413Z:71350bb2-b970-4f20-98bd-1675af8cdd3d" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm2.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm3.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "InitialProvisioning" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-ee2308851eb42f72-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fcf293f9526e0852d690278af97ca8c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1154", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:54:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "790d4ae8-1d45-4adc-85db-311c06d9e7ce", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "790d4ae8-1d45-4adc-85db-311c06d9e7ce", + "x-ms-routing-request-id": "UKSOUTH:20230707T105446Z:790d4ae8-1d45-4adc-85db-311c06d9e7ce" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm3.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "InitialProvisioning" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-ea790a2853a67074-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1c233864b1e475956db6fbe5cedd38e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1132", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:55:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a55dfd83-f09e-4b08-8b5b-feae59a3b6e3", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "a55dfd83-f09e-4b08-8b5b-feae59a3b6e3", + "x-ms-routing-request-id": "UKSOUTH:20230707T105518Z:a55dfd83-f09e-4b08-8b5b-feae59a3b6e3" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-5e1b441541d5e74d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "efc9fb61d1c56d0d1189fa342931a9fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1132", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:55:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b17aa1cf-7c2b-4b25-9e16-d646c21c5057", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "b17aa1cf-7c2b-4b25-9e16-d646c21c5057", + "x-ms-routing-request-id": "UKSOUTH:20230707T105551Z:b17aa1cf-7c2b-4b25-9e16-d646c21c5057" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-b6be9cb40c6911ca-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "71c2993fe3a04871fd7c8fb8576d3af9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1132", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:56:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6e48065e-3ad9-4942-bdf3-ba76452e554f", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "6e48065e-3ad9-4942-bdf3-ba76452e554f", + "x-ms-routing-request-id": "UKSOUTH:20230707T105623Z:6e48065e-3ad9-4942-bdf3-ba76452e554f" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-a2ce56b656b71939-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fe294458b8b393ff2ab50b5bb7614c3b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1132", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:56:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "bf6c6508-4b51-40e5-a700-9e1edd22f11f", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "bf6c6508-4b51-40e5-a700-9e1edd22f11f", + "x-ms-routing-request-id": "UKSOUTH:20230707T105655Z:bf6c6508-4b51-40e5-a700-9e1edd22f11f" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-66b85e45135e9f5e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "35a5fe0dc61a7d418980f149415516a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1132", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:57:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d19f169f-e5ed-4112-bdf8-eb78426891f5", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "d19f169f-e5ed-4112-bdf8-eb78426891f5", + "x-ms-routing-request-id": "UKSOUTH:20230707T105728Z:d19f169f-e5ed-4112-bdf8-eb78426891f5" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-19d3eb0112bbea9b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e4dc014eab088749992e46ebd716909c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1132", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:57:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c9eec83a-76af-4d89-91e1-b5cf3f0a0722", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "c9eec83a-76af-4d89-91e1-b5cf3f0a0722", + "x-ms-routing-request-id": "UKSOUTH:20230707T105800Z:c9eec83a-76af-4d89-91e1-b5cf3f0a0722" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-e16524bb6e810d9d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "58ab543005c791de02ab7532c6b651d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1129", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:58:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a3557aba-3649-4071-a9f2-7da6becb8629", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "a3557aba-3649-4071-a9f2-7da6becb8629", + "x-ms-routing-request-id": "UKSOUTH:20230707T105832Z:a3557aba-3649-4071-a9f2-7da6becb8629" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm2.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm3.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Started" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4510290775640f79df6d784fce80ffaf-5fa652fcaf0b5130-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b60d679e67846232b51e9bec8056a673", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1126", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:59:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a73e40f6-7d6e-4fc7-837f-a2ba1dcf9714", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "a73e40f6-7d6e-4fc7-837f-a2ba1dcf9714", + "x-ms-routing-request-id": "UKSOUTH:20230707T105904Z:a73e40f6-7d6e-4fc7-837f-a2ba1dcf9714" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest131", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Succeeded", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm2.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm3.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "state": "Started" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:47:39.629Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:47:39.629Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/virtualNetworks/pe-vnet-2432?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "260", + "Content-Type": "application/json", + "traceparent": "00-52abecdac383d12ad4a3786b6a854a5d-62c4a4dcecb7ef6c-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dcbda9ec2249e24a5d3516c0e3dc714c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "ukwest", + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "properties": { + "addressPrefix": "10.0.1.0/24", + "privateEndpointNetworkPolicies": "Disabled" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/355b9a7a-2827-447d-a52d-21d608d11f77?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1337", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:59:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "722c9f3f-e7e4-480d-8970-8744815c56e9", + "x-ms-client-request-id": "dcbda9ec2249e24a5d3516c0e3dc714c", + "x-ms-correlation-request-id": "1e0a7398-09e0-4be5-8777-3c9be12c750f", + "x-ms-ratelimit-remaining-subscription-writes": "1184", + "x-ms-request-id": "355b9a7a-2827-447d-a52d-21d608d11f77", + "x-ms-routing-request-id": "UKSOUTH:20230707T105905Z:1e0a7398-09e0-4be5-8777-3c9be12c750f" + }, + "ResponseBody": { + "name": "pe-vnet-2432", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/virtualNetworks/pe-vnet-2432", + "etag": "W/\u00221c5ec8dc-6097-46c6-ab9d-7340f89fc0aa\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "ukwest", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "6ce3774c-07f8-4dae-b694-421f083b445e", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/virtualNetworks/pe-vnet-2432/subnets/default", + "etag": "W/\u00221c5ec8dc-6097-46c6-ab9d-7340f89fc0aa\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.1.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/355b9a7a-2827-447d-a52d-21d608d11f77?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-52abecdac383d12ad4a3786b6a854a5d-4f787b99ff93ec7c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2b659d718be093c33a85d52c9f5db70f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:59:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "eef03e2d-51d0-4c21-8e1b-0f0803f3a633", + "x-ms-client-request-id": "2b659d718be093c33a85d52c9f5db70f", + "x-ms-correlation-request-id": "6b1ab448-9bb8-4b0d-b1a6-fb0de9748212", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "34159c0a-15fb-4aba-953f-76e59917098a", + "x-ms-routing-request-id": "UKSOUTH:20230707T105905Z:6b1ab448-9bb8-4b0d-b1a6-fb0de9748212" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/355b9a7a-2827-447d-a52d-21d608d11f77?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-52abecdac383d12ad4a3786b6a854a5d-822815a142e81bcf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6a35090e3c15ca4f601a33de30383557", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:59:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "e39e49be-2d0a-4eaa-ac0a-3049ba22a52b", + "x-ms-client-request-id": "6a35090e3c15ca4f601a33de30383557", + "x-ms-correlation-request-id": "3e9457c5-343e-4b02-a48f-cf2e5c5b8d18", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "5dbcea54-78cd-4a73-85ed-95c6836149ca", + "x-ms-routing-request-id": "UKSOUTH:20230707T105916Z:3e9457c5-343e-4b02-a48f-cf2e5c5b8d18" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/virtualNetworks/pe-vnet-2432?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-52abecdac383d12ad4a3786b6a854a5d-98f050c6412b3145-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "464fd3334577e46b4446dd434c1c034b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1339", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:59:16 GMT", + "ETag": "W/\u00225867abd2-c45e-426a-a1eb-edce5f1dbacf\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "e8e14ef4-b5a2-4d5a-8900-fca60a03176c", + "x-ms-client-request-id": "464fd3334577e46b4446dd434c1c034b", + "x-ms-correlation-request-id": "04446c49-226b-412e-b3ba-215e33999dfb", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "94b082e6-1691-4745-af0d-1ddfc247e6a3", + "x-ms-routing-request-id": "UKSOUTH:20230707T105917Z:04446c49-226b-412e-b3ba-215e33999dfb" + }, + "ResponseBody": { + "name": "pe-vnet-2432", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/virtualNetworks/pe-vnet-2432", + "etag": "W/\u00225867abd2-c45e-426a-a1eb-edce5f1dbacf\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "ukwest", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "6ce3774c-07f8-4dae-b694-421f083b445e", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/virtualNetworks/pe-vnet-2432/subnets/default", + "etag": "W/\u00225867abd2-c45e-426a-a1eb-edce5f1dbacf\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.1.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/privateEndpoints/pe-8758?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "542", + "Content-Type": "application/json", + "traceparent": "00-2eb261371c6216fa1f99191bd7e00960-afb7c1198dc4992f-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a302e3b398cf342c4d9acac658e56201", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "ukwest", + "properties": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/virtualNetworks/pe-vnet-2432/subnets/default", + "properties": {} + }, + "manualPrivateLinkServiceConnections": [ + { + "name": "pec-6791", + "properties": { + "privateLinkServiceId": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "groupIds": [ + "cloudhsm" + ], + "requestMessage": "SDK testing" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/34236779-87d9-472e-80aa-18cf05fbe0b3?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1960", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:59:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "1d1600f8-7af5-46a8-9fe2-fe29bb4e6995", + "x-ms-client-request-id": "a302e3b398cf342c4d9acac658e56201", + "x-ms-correlation-request-id": "4f470a9c-0f8c-4b87-a2de-4af202ee1c97", + "x-ms-ratelimit-remaining-subscription-writes": "1183", + "x-ms-request-id": "34236779-87d9-472e-80aa-18cf05fbe0b3", + "x-ms-routing-request-id": "UKSOUTH:20230707T105917Z:4f470a9c-0f8c-4b87-a2de-4af202ee1c97" + }, + "ResponseBody": { + "name": "pe-8758", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/privateEndpoints/pe-8758", + "etag": "W/\u00229e73358b-228f-4c2d-9a4b-9062ee8ad60e\u0022", + "type": "Microsoft.Network/privateEndpoints", + "location": "ukwest", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "927e14d4-9198-481c-924c-00d995902ab8", + "privateLinkServiceConnections": [], + "manualPrivateLinkServiceConnections": [ + { + "name": "pec-6791", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/privateEndpoints/pe-8758/manualPrivateLinkServiceConnections/pec-6791", + "etag": "W/\u00229e73358b-228f-4c2d-9a4b-9062ee8ad60e\u0022", + "properties": { + "provisioningState": "Succeeded", + "privateLinkServiceId": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "groupIds": [ + "cloudhsm" + ], + "requestMessage": "SDK testing", + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK testing", + "actionsRequired": "None" + } + }, + "type": "Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections" + } + ], + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/virtualNetworks/pe-vnet-2432/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/networkInterfaces/pe-8758.nic.5822f672-10ed-4b56-a218-1431292d598c" + } + ], + "customDnsConfigs": [] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/34236779-87d9-472e-80aa-18cf05fbe0b3?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2eb261371c6216fa1f99191bd7e00960-c7a8d92d67b0675a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4d2be71692369b87a71af8dd7ba58c5f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:59:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "8731f9b1-1552-4a18-8497-7b29baa96e64", + "x-ms-client-request-id": "4d2be71692369b87a71af8dd7ba58c5f", + "x-ms-correlation-request-id": "9f2b1167-5504-4314-a80d-c72d0041e1ae", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "73e04d2b-7e32-4314-b407-3874ba7c69d5", + "x-ms-routing-request-id": "UKSOUTH:20230707T105918Z:9f2b1167-5504-4314-a80d-c72d0041e1ae" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/34236779-87d9-472e-80aa-18cf05fbe0b3?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2eb261371c6216fa1f99191bd7e00960-34cb55d73620bb12-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cef3dce43823423c4b39057e735dd541", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:59:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "20", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "92ff6a91-6347-4845-8d8d-80464cc2ea29", + "x-ms-client-request-id": "cef3dce43823423c4b39057e735dd541", + "x-ms-correlation-request-id": "0ced9749-c390-4b3d-b20b-2aa74e377259", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "9691e3d3-1b05-47d6-91fa-de113723b3a0", + "x-ms-routing-request-id": "UKSOUTH:20230707T105929Z:0ced9749-c390-4b3d-b20b-2aa74e377259" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/34236779-87d9-472e-80aa-18cf05fbe0b3?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2eb261371c6216fa1f99191bd7e00960-69daa69683b75d57-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "70af861c14b9bdcbf65d24f478b94df7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:59:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "e0827ff2-32bd-4854-bd86-0425845352a3", + "x-ms-client-request-id": "70af861c14b9bdcbf65d24f478b94df7", + "x-ms-correlation-request-id": "b1e0b61b-f13c-4327-a009-4d3c3b9bb4a5", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "76b55772-173b-40df-a24f-bc19d402f852", + "x-ms-routing-request-id": "UKSOUTH:20230707T105949Z:b1e0b61b-f13c-4327-a009-4d3c3b9bb4a5" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/privateEndpoints/pe-8758?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2eb261371c6216fa1f99191bd7e00960-30d8a4449a2a6e03-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "82eac5c4af18de20aae901fc8c092849", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2440", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:59:49 GMT", + "ETag": "W/\u002276e1f0ea-24d8-48c6-b13b-3f1b8993f7ad\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "46d728df-6dd3-4033-b889-7e66b664f81a", + "x-ms-client-request-id": "82eac5c4af18de20aae901fc8c092849", + "x-ms-correlation-request-id": "fae8d8d5-37fc-4555-a480-c96cb8effccf", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "999e5ea1-988d-4757-aca6-45b78ba7b808", + "x-ms-routing-request-id": "UKSOUTH:20230707T105950Z:fae8d8d5-37fc-4555-a480-c96cb8effccf" + }, + "ResponseBody": { + "name": "pe-8758", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/privateEndpoints/pe-8758", + "etag": "W/\u002276e1f0ea-24d8-48c6-b13b-3f1b8993f7ad\u0022", + "type": "Microsoft.Network/privateEndpoints", + "location": "ukwest", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "927e14d4-9198-481c-924c-00d995902ab8", + "privateLinkServiceConnections": [], + "manualPrivateLinkServiceConnections": [ + { + "name": "pec-6791", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/privateEndpoints/pe-8758/manualPrivateLinkServiceConnections/pec-6791", + "etag": "W/\u002276e1f0ea-24d8-48c6-b13b-3f1b8993f7ad\u0022", + "properties": { + "provisioningState": "Succeeded", + "privateLinkServiceId": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "groupIds": [ + "cloudhsm" + ], + "requestMessage": "SDK testing", + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK testing", + "actionsRequired": "None" + } + }, + "type": "Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections" + } + ], + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/virtualNetworks/pe-vnet-2432/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/networkInterfaces/pe-8758.nic.5822f672-10ed-4b56-a218-1431292d598c" + } + ], + "customDnsConfigs": [ + { + "fqdn": "hsm1.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.4" + ] + }, + { + "fqdn": "hsm2.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.5" + ] + }, + { + "fqdn": "hsm3.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.6" + ] + } + ] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131/privateEndpointConnections?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f4c0b6441bf6cfa61136d8c51448c992", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "678", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:59:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4f286f2f-7378-458a-9e5e-b061337bd23f", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "4f286f2f-7378-458a-9e5e-b061337bd23f", + "x-ms-routing-request-id": "UKSOUTH:20230707T105950Z:4f286f2f-7378-458a-9e5e-b061337bd23f" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131/privateEndpointConnections/pec-6791", + "name": "pec-6791", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters/privateEndpointConnections", + "etag": null, + "properties": { + "provisioningState": "SUCCEEDED", + "groupIds": [ + "cloudhsm" + ], + "privateEndpoint": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/privateEndpoints/pe-8758" + }, + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK testing", + "actionsRequired": "None" + } + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131/privateEndpointConnections/pec-6791?api-version=2022-08-31-preview", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "115", + "Content-Type": "application/json", + "traceparent": "00-77d5a890e5fc18e266bd128bfbd7d963-c08c0f22e7d36141-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "adb90eeb52736c2966d0c5cf12ce30ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Approve by sdk test case" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131/privateEndpointConnections/pec-6791?api-version=2022-08-31-preview\u0026chsm-operation=eyJjb2RlIjoicHJpdmF0ZUVuZHBvaW50Q29ubmVjdGlvbnMvYXBwcm92ZSIsInN0IjoiMjAyMy0wNy0wN1QxMDo1OTo1MS4xNDg1MzQ4WiIsImV0YWciOiJjYWY4YmIyODA5ZDY0NmZmOTA1ODg2NmMzYzZjNDUzMiJ9", + "Cache-Control": "no-cache", + "Content-Length": "709", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:59:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8e73138a-8ac7-4632-8b5a-68a60dc5b282", + "x-ms-ratelimit-remaining-subscription-writes": "1182", + "x-ms-request-id": "8e73138a-8ac7-4632-8b5a-68a60dc5b282", + "x-ms-routing-request-id": "UKSOUTH:20230707T105951Z:8e73138a-8ac7-4632-8b5a-68a60dc5b282" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131/privateEndpointConnections/pec-6791", + "name": "pec-6791", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters/privateEndpointConnections", + "etag": "caf8bb2809d646ff9058866c3c6c4532", + "properties": { + "provisioningState": "Updating", + "groupIds": [ + "cloudhsm" + ], + "privateEndpoint": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/privateEndpoints/pe-8758" + }, + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Approve by sdk test case", + "actionsRequired": "None" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/privateEndpoints/pe-8758?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-7b8b07ca8f9e8ed16d9983d17499c529-f150cf99876a6071-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c1b0da3559f8a9001e1a71e1d65aca62", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2454", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:59:50 GMT", + "ETag": "W/\u0022a1bb4e22-bedc-44b7-a825-e2af4f710caa\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "69409c5a-a788-4971-b611-17a5ed6329d8", + "x-ms-client-request-id": "c1b0da3559f8a9001e1a71e1d65aca62", + "x-ms-correlation-request-id": "3687dc3b-6a1a-4435-80a6-3974edcfe3c0", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "1248e47e-51ba-4f87-9389-54f786f093a8", + "x-ms-routing-request-id": "UKSOUTH:20230707T105951Z:3687dc3b-6a1a-4435-80a6-3974edcfe3c0" + }, + "ResponseBody": { + "name": "pe-8758", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/privateEndpoints/pe-8758", + "etag": "W/\u0022a1bb4e22-bedc-44b7-a825-e2af4f710caa\u0022", + "type": "Microsoft.Network/privateEndpoints", + "location": "ukwest", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "927e14d4-9198-481c-924c-00d995902ab8", + "privateLinkServiceConnections": [], + "manualPrivateLinkServiceConnections": [ + { + "name": "pec-6791", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/privateEndpoints/pe-8758/manualPrivateLinkServiceConnections/pec-6791", + "etag": "W/\u0022a1bb4e22-bedc-44b7-a825-e2af4f710caa\u0022", + "properties": { + "provisioningState": "Succeeded", + "privateLinkServiceId": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131", + "groupIds": [ + "cloudhsm" + ], + "requestMessage": "SDK testing", + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Approve by sdk test case", + "actionsRequired": "None" + } + }, + "type": "Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections" + } + ], + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/virtualNetworks/pe-vnet-2432/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/networkInterfaces/pe-8758.nic.5822f672-10ed-4b56-a218-1431292d598c" + } + ], + "customDnsConfigs": [ + { + "fqdn": "hsm1.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.4" + ] + }, + { + "fqdn": "hsm2.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.5" + ] + }, + { + "fqdn": "hsm3.cloudhsmsdktest131-d9hcechcfnewbfdt.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.6" + ] + } + ] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131/privateEndpointConnections/pec-6791?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-001216fbe1c9d45bb530694dc980fd18-03500b227dc99f73-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7e106f1f7a50f1d68c538d2656d6bc42", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "709", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:59:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8b5a335b-77c7-49ff-95e2-497a94089b2a", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "8b5a335b-77c7-49ff-95e2-497a94089b2a", + "x-ms-routing-request-id": "UKSOUTH:20230707T105951Z:8b5a335b-77c7-49ff-95e2-497a94089b2a" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest131/privateEndpointConnections/pec-6791", + "name": "pec-6791", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters/privateEndpointConnections", + "etag": "caf8bb2809d646ff9058866c3c6c4532", + "properties": { + "provisioningState": "Updating", + "groupIds": [ + "cloudhsm" + ], + "privateEndpoint": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg6092/providers/Microsoft.Network/privateEndpoints/pe-8758" + }, + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Approve by sdk test case", + "actionsRequired": "None" + } + } + } + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", + "RandomSeed": "977911172", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "75e96d09-a291-40e1-a5e6-cda78233d867" + } +} diff --git a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersPrivateEndpointConnectionTests/DeletePrivateEndpointConnection.json b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersPrivateEndpointConnectionTests/DeletePrivateEndpointConnection.json new file mode 100644 index 000000000000..f8a4a4e98813 --- /dev/null +++ b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersPrivateEndpointConnectionTests/DeletePrivateEndpointConnection.json @@ -0,0 +1,2877 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-b87398181d48a1189453afe3f52460ed-ab6e359dfc08ba4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fd3c5b6ceea0d940304c246ede35b50c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "448", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:24:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a8b43926-41c3-43a0-88a6-0d727054d14f", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "a8b43926-41c3-43a0-88a6-0d727054d14f", + "x-ms-routing-request-id": "UKSOUTH:20230707T102402Z:a8b43926-41c3-43a0-88a6-0d727054d14f" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-9e7ea7abffcef491938996ac56c73632-4aa028669206441a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7e7d158f8ae8b1683fb037d266ce237f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "448", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:24:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "27d61c86-5bbe-453d-ae3e-9987ac704de8", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "27d61c86-5bbe-453d-ae3e-9987ac704de8", + "x-ms-routing-request-id": "UKSOUTH:20230707T102402Z:27d61c86-5bbe-453d-ae3e-9987ac704de8" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourcegroups/sdkTestsRg5591?api-version=**", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "21", + "Content-Type": "application/json", + "traceparent": "00-ec32e88a2e0553b0c663cf774ed8a4b2-5af77a2703053480-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1d8a323517865869830763de5f7941a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "ukwest" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "225", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:24:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "39f95c73-b78c-4332-b5d5-7121b99f1e90", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "39f95c73-b78c-4332-b5d5-7121b99f1e90", + "x-ms-routing-request-id": "UKSOUTH:20230707T102403Z:39f95c73-b78c-4332-b5d5-7121b99f1e90" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591", + "name": "sdkTestsRg5591", + "type": "Microsoft.Resources/resourceGroups", + "location": "ukwest", + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "152", + "Content-Type": "application/json", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-58331ac219bdd299-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b85b77a1f3e1be8befb76e736129a5ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "location": "ukwest", + "properties": { + "securityDomain": { + "fipsState": 2 + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:24:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1740e0ae-d59d-4ab9-a08f-d39c45d61f05", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "1740e0ae-d59d-4ab9-a08f-d39c45d61f05", + "x-ms-routing-request-id": "UKSOUTH:20230707T102408Z:1740e0ae-d59d-4ab9-a08f-d39c45d61f05" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-e78a7bff96c700d6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0882702f7d27975091c828b1ea10a63a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:24:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "985d2ccd-2ca5-4e00-b89b-57b26a8b7a7c", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "985d2ccd-2ca5-4e00-b89b-57b26a8b7a7c", + "x-ms-routing-request-id": "UKSOUTH:20230707T102408Z:985d2ccd-2ca5-4e00-b89b-57b26a8b7a7c" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-224e3b1481badc71-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3ed172394876a3556235535eeeb8ddb8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:24:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e5db9c0a-97af-47b1-a516-fc0b66f7aa93", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "e5db9c0a-97af-47b1-a516-fc0b66f7aa93", + "x-ms-routing-request-id": "UKSOUTH:20230707T102409Z:e5db9c0a-97af-47b1-a516-fc0b66f7aa93" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-752788d46f5e822a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f0433dc19da62bc4b2935d40d5633b55", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:24:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c455f9cf-57b5-49c6-aba1-641094e3f6a3", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "c455f9cf-57b5-49c6-aba1-641094e3f6a3", + "x-ms-routing-request-id": "UKSOUTH:20230707T102411Z:c455f9cf-57b5-49c6-aba1-641094e3f6a3" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-cf56b3970950afa1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6d99caddb765e6ba1bdfa5f22af2a9d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:24:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cda23eb8-ab24-49bf-9eda-975136c8082a", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "cda23eb8-ab24-49bf-9eda-975136c8082a", + "x-ms-routing-request-id": "UKSOUTH:20230707T102412Z:cda23eb8-ab24-49bf-9eda-975136c8082a" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-a487f2154bfd6c41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "acf06feab5cc9c93aea58be3ea14cdff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:24:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "03a0af80-8cfe-4525-b329-523ef569ece2", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "03a0af80-8cfe-4525-b329-523ef569ece2", + "x-ms-routing-request-id": "UKSOUTH:20230707T102415Z:03a0af80-8cfe-4525-b329-523ef569ece2" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-b639f5e242320e30-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2381fdf9701e0952835cd5c7f7d201c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:24:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cecc432a-afdb-481d-b684-3284d1177336", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "cecc432a-afdb-481d-b684-3284d1177336", + "x-ms-routing-request-id": "UKSOUTH:20230707T102420Z:cecc432a-afdb-481d-b684-3284d1177336" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-34d483b943391af3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "665683e98e73278936fdbebf2cd6fc07", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:24:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f6aaa76e-edaa-40c8-a198-32e30b0bc674", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "f6aaa76e-edaa-40c8-a198-32e30b0bc674", + "x-ms-routing-request-id": "UKSOUTH:20230707T102428Z:f6aaa76e-edaa-40c8-a198-32e30b0bc674" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-09e5d1a3b149d072-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2cf8a61185707abb1ce6296fdfcca4db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:24:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "29d35eab-0677-4059-a810-3f08c731ff22", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "29d35eab-0677-4059-a810-3f08c731ff22", + "x-ms-routing-request-id": "UKSOUTH:20230707T102445Z:29d35eab-0677-4059-a810-3f08c731ff22" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-68a5d7d1e36ea8a9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "67f9cba466be6a8c7459ed20b193ddac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:25:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0124c189-e6b6-49d7-99a1-d518f7a7ddb1", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "0124c189-e6b6-49d7-99a1-d518f7a7ddb1", + "x-ms-routing-request-id": "UKSOUTH:20230707T102517Z:0124c189-e6b6-49d7-99a1-d518f7a7ddb1" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-76fbf9c66a1f1946-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "51b5ce60d4d9644fc8dc498c6519476a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:25:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "eaa7dada-aec8-4962-825d-63d54ed9a78f", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "eaa7dada-aec8-4962-825d-63d54ed9a78f", + "x-ms-routing-request-id": "UKSOUTH:20230707T102549Z:eaa7dada-aec8-4962-825d-63d54ed9a78f" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-7143a5594535a88e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "601be35994dcab481a8eb817979ac889", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:26:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "25e2be40-1c45-4dbc-85a5-e109ebc1af2f", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "25e2be40-1c45-4dbc-85a5-e109ebc1af2f", + "x-ms-routing-request-id": "UKSOUTH:20230707T102621Z:25e2be40-1c45-4dbc-85a5-e109ebc1af2f" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-107bf5978289b266-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "110e7d085316cf027b959fe21dff055a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:26:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "fc99b396-6a4d-4c8d-8024-6e6099abd3a9", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "fc99b396-6a4d-4c8d-8024-6e6099abd3a9", + "x-ms-routing-request-id": "UKSOUTH:20230707T102654Z:fc99b396-6a4d-4c8d-8024-6e6099abd3a9" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-327a7c1207b1d802-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cec783117c77ccd0850a364b1c38cc2d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:27:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "57353f3d-2560-4ac2-a6cc-679a0c7e229e", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "57353f3d-2560-4ac2-a6cc-679a0c7e229e", + "x-ms-routing-request-id": "UKSOUTH:20230707T102726Z:57353f3d-2560-4ac2-a6cc-679a0c7e229e" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-e513b4031dcdb8a1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e884c013360b0653e04be546f5668e1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:27:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b3c4446b-f437-4450-9c71-df56033911df", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "b3c4446b-f437-4450-9c71-df56033911df", + "x-ms-routing-request-id": "UKSOUTH:20230707T102758Z:b3c4446b-f437-4450-9c71-df56033911df" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-ddd2c6a28a6796ba-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "14055e89fad38c12ac428b0c1cb6b342", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:28:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "36de4496-dbca-467a-bfb6-c17d31f2439f", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "36de4496-dbca-467a-bfb6-c17d31f2439f", + "x-ms-routing-request-id": "UKSOUTH:20230707T102830Z:36de4496-dbca-467a-bfb6-c17d31f2439f" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-4d1c5d97f40dd4de-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5dce72c91c7bdb4e30c1ed2b9789d71e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:29:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "031feebd-3b7d-4422-b40c-1b53f7388613", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "031feebd-3b7d-4422-b40c-1b53f7388613", + "x-ms-routing-request-id": "UKSOUTH:20230707T102903Z:031feebd-3b7d-4422-b40c-1b53f7388613" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-957e1006356bd4b8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bdc21b7cb8321959adf73bc8aa47e92a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1170", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:29:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c519497b-64ef-4a63-81b5-1bbba38415f2", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "c519497b-64ef-4a63-81b5-1bbba38415f2", + "x-ms-routing-request-id": "UKSOUTH:20230707T102935Z:c519497b-64ef-4a63-81b5-1bbba38415f2" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm2.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm3.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "InitialProvisioning" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-76c3443373b102d0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "827da29730986ca00f2ae3120ce6f523", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1170", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:30:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3b48a29c-04d1-4d1f-9d68-493d533dc7bc", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "3b48a29c-04d1-4d1f-9d68-493d533dc7bc", + "x-ms-routing-request-id": "UKSOUTH:20230707T103008Z:3b48a29c-04d1-4d1f-9d68-493d533dc7bc" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm2.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm3.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "InitialProvisioning" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-3994f4a452bb736e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "008f6c6bf6f4111018b5af83e18530e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1159", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:30:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "25fa0031-011c-4c81-982f-8ffad1c72025", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "25fa0031-011c-4c81-982f-8ffad1c72025", + "x-ms-routing-request-id": "UKSOUTH:20230707T103040Z:25fa0031-011c-4c81-982f-8ffad1c72025" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm3.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "InitialProvisioning" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-0c1ddaa7e1f2d4a5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f494c3d7540c4b867b56ad08d4470cc7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:31:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "60179abd-02af-4c5a-ba9a-f947712c4b42", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "60179abd-02af-4c5a-ba9a-f947712c4b42", + "x-ms-routing-request-id": "UKSOUTH:20230707T103112Z:60179abd-02af-4c5a-ba9a-f947712c4b42" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-44b066327bd6ec28-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3d5d1802e9b7a136926c6ae3811c8a89", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:31:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "11ae329e-e881-47e3-a460-ed2013fa711e", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "11ae329e-e881-47e3-a460-ed2013fa711e", + "x-ms-routing-request-id": "UKSOUTH:20230707T103144Z:11ae329e-e881-47e3-a460-ed2013fa711e" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-fc916a190a1bf6de-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "493afaf900521717e644849d48073cd0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:32:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "30ced9f7-af6b-4049-a4e0-f9342837cf37", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "30ced9f7-af6b-4049-a4e0-f9342837cf37", + "x-ms-routing-request-id": "UKSOUTH:20230707T103217Z:30ced9f7-af6b-4049-a4e0-f9342837cf37" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-2f74385a43b2066e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c980e7a8f328ee318df2619fe9a3c95e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:32:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2c0a811a-b847-49ea-8628-77397fa1564e", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "2c0a811a-b847-49ea-8628-77397fa1564e", + "x-ms-routing-request-id": "UKSOUTH:20230707T103249Z:2c0a811a-b847-49ea-8628-77397fa1564e" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-5f496cffd3ca4056-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d90e23cbc30d0275014657736498598a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:33:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "918fc353-1f5f-4db9-aaf8-ae13b67dfa4f", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "918fc353-1f5f-4db9-aaf8-ae13b67dfa4f", + "x-ms-routing-request-id": "UKSOUTH:20230707T103321Z:918fc353-1f5f-4db9-aaf8-ae13b67dfa4f" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-22d438940d5bd0ef-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9a3b992fc19c0661c94bbc5f9e772d42", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:33:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "99cbf802-15ed-437c-bbae-b861a72ebf9d", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "99cbf802-15ed-437c-bbae-b861a72ebf9d", + "x-ms-routing-request-id": "UKSOUTH:20230707T103354Z:99cbf802-15ed-437c-bbae-b861a72ebf9d" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-f80a787444cc439f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "24d1257a63f9e4c3717ec7e19bbd8af4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:34:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b97f9bde-4bf4-4a03-a361-5c06bd038c7b", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "b97f9bde-4bf4-4a03-a361-5c06bd038c7b", + "x-ms-routing-request-id": "UKSOUTH:20230707T103426Z:b97f9bde-4bf4-4a03-a361-5c06bd038c7b" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm2.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm3.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Started" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de4784d8526bf975d2dee94da159e668-4bece3ba64a108ec-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5070d7992e680ac2c1070fc10716638a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1131", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:34:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7eaddb0b-f3de-4d4c-bf58-52a65facce9e", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "7eaddb0b-f3de-4d4c-bf58-52a65facce9e", + "x-ms-routing-request-id": "UKSOUTH:20230707T103458Z:7eaddb0b-f3de-4d4c-bf58-52a65facce9e" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest3167", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Succeeded", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm2.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm3.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "state": "Started" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:24:03.578Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:24:03.578Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.Network/virtualNetworks/pe-vnet-9746?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "260", + "Content-Type": "application/json", + "traceparent": "00-fdcaeb2dce04972e18804d43006f6386-7b8597f9362fe0b5-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9134c63ed5cb29561ef9806b0bc1c7c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "ukwest", + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "properties": { + "addressPrefix": "10.0.1.0/24", + "privateEndpointNetworkPolicies": "Disabled" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/2741559e-3a15-46d7-b0f2-0ad27cae8c25?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1337", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:34:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "87dcb193-4077-48d2-ac8c-6c3eeee63561", + "x-ms-client-request-id": "9134c63ed5cb29561ef9806b0bc1c7c5", + "x-ms-correlation-request-id": "3cccb856-cdd6-4215-9978-fb85675601ad", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "2741559e-3a15-46d7-b0f2-0ad27cae8c25", + "x-ms-routing-request-id": "UKSOUTH:20230707T103459Z:3cccb856-cdd6-4215-9978-fb85675601ad" + }, + "ResponseBody": { + "name": "pe-vnet-9746", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.Network/virtualNetworks/pe-vnet-9746", + "etag": "W/\u0022a4cf3c42-288c-41ba-bf13-3a75e31eabc4\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "ukwest", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "8bc74dbf-abc4-4d94-afc3-f54041891489", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.Network/virtualNetworks/pe-vnet-9746/subnets/default", + "etag": "W/\u0022a4cf3c42-288c-41ba-bf13-3a75e31eabc4\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.1.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/2741559e-3a15-46d7-b0f2-0ad27cae8c25?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fdcaeb2dce04972e18804d43006f6386-9bd0d4c2e24c1240-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2d4bc48645657aa41205a410419c03ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:34:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "8d3adce3-b426-4837-ac8b-4cd319d106a2", + "x-ms-client-request-id": "2d4bc48645657aa41205a410419c03ff", + "x-ms-correlation-request-id": "9b63df70-f934-4caa-8481-29611ca004ec", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "c4f38ecd-0758-4451-90d6-1be3bf8f3066", + "x-ms-routing-request-id": "UKSOUTH:20230707T103500Z:9b63df70-f934-4caa-8481-29611ca004ec" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/2741559e-3a15-46d7-b0f2-0ad27cae8c25?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fdcaeb2dce04972e18804d43006f6386-a17c78a15618d23d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "839b503f3b3bdaadffd1a078d279ce02", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:35:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "f3f20e6d-d9fc-4dd7-8485-b3517afece6b", + "x-ms-client-request-id": "839b503f3b3bdaadffd1a078d279ce02", + "x-ms-correlation-request-id": "92798188-21e9-4c92-aaf9-c933e4c98209", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "60a936c0-f35f-4b7f-8a16-8623218e6193", + "x-ms-routing-request-id": "UKSOUTH:20230707T103510Z:92798188-21e9-4c92-aaf9-c933e4c98209" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.Network/virtualNetworks/pe-vnet-9746?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fdcaeb2dce04972e18804d43006f6386-e7580ce07e03a274-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "47e4b7bb997582606262c745bfb62054", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1339", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:35:10 GMT", + "ETag": "W/\u00224a8fd533-cd29-4011-b4d7-44e7362314a8\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "a0e2bf3b-8e4d-4dbe-b50e-87a3a7d60fcd", + "x-ms-client-request-id": "47e4b7bb997582606262c745bfb62054", + "x-ms-correlation-request-id": "850681e1-a14e-4ed9-812d-d72ec08d357a", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "f21cc2c6-0cac-4465-ae56-7b35e05376ff", + "x-ms-routing-request-id": "UKSOUTH:20230707T103510Z:850681e1-a14e-4ed9-812d-d72ec08d357a" + }, + "ResponseBody": { + "name": "pe-vnet-9746", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.Network/virtualNetworks/pe-vnet-9746", + "etag": "W/\u00224a8fd533-cd29-4011-b4d7-44e7362314a8\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "ukwest", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "8bc74dbf-abc4-4d94-afc3-f54041891489", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.Network/virtualNetworks/pe-vnet-9746/subnets/default", + "etag": "W/\u00224a8fd533-cd29-4011-b4d7-44e7362314a8\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.1.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.Network/privateEndpoints/pe-2056?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "542", + "Content-Type": "application/json", + "traceparent": "00-659e3ad96ba82dcb82d24575465f14fe-30f6cb1c3d8a934a-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0a9d034fba7f4a8c17712e93a52ca798", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "ukwest", + "properties": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.Network/virtualNetworks/pe-vnet-9746/subnets/default", + "properties": {} + }, + "manualPrivateLinkServiceConnections": [ + { + "name": "pec-896", + "properties": { + "privateLinkServiceId": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "groupIds": [ + "cloudhsm" + ], + "requestMessage": "SDK testing" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/1c85d105-5313-4086-b4e9-753d17f4e9e0?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1959", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:35:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "f043b8fa-43af-4eca-b342-0965d7e16998", + "x-ms-client-request-id": "0a9d034fba7f4a8c17712e93a52ca798", + "x-ms-correlation-request-id": "2d758599-7b73-422e-93df-9e1fff3c8e7b", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "1c85d105-5313-4086-b4e9-753d17f4e9e0", + "x-ms-routing-request-id": "UKSOUTH:20230707T103512Z:2d758599-7b73-422e-93df-9e1fff3c8e7b" + }, + "ResponseBody": { + "name": "pe-2056", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.Network/privateEndpoints/pe-2056", + "etag": "W/\u00227d16a58a-503a-41f4-91b5-13e313e83466\u0022", + "type": "Microsoft.Network/privateEndpoints", + "location": "ukwest", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "7ad8f37d-2c75-4dac-8bb7-52df0abda5c0", + "privateLinkServiceConnections": [], + "manualPrivateLinkServiceConnections": [ + { + "name": "pec-896", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.Network/privateEndpoints/pe-2056/manualPrivateLinkServiceConnections/pec-896", + "etag": "W/\u00227d16a58a-503a-41f4-91b5-13e313e83466\u0022", + "properties": { + "provisioningState": "Succeeded", + "privateLinkServiceId": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "groupIds": [ + "cloudhsm" + ], + "requestMessage": "SDK testing", + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK testing", + "actionsRequired": "None" + } + }, + "type": "Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections" + } + ], + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.Network/virtualNetworks/pe-vnet-9746/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.Network/networkInterfaces/pe-2056.nic.0d8d8f38-ba4b-45a6-b127-280a9e98d5d2" + } + ], + "customDnsConfigs": [] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/1c85d105-5313-4086-b4e9-753d17f4e9e0?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-659e3ad96ba82dcb82d24575465f14fe-832711d7c1b51d26-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cf284bb0c3dc01832a9930046bcddc35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:35:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b4b45003-a9f9-48cc-8d56-510d8d4c240e", + "x-ms-client-request-id": "cf284bb0c3dc01832a9930046bcddc35", + "x-ms-correlation-request-id": "d6e7d0aa-c205-49bc-b132-0e89c6e38cf3", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "b072686e-5fd1-49c3-8586-d91467b2ca6f", + "x-ms-routing-request-id": "UKSOUTH:20230707T103512Z:d6e7d0aa-c205-49bc-b132-0e89c6e38cf3" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/1c85d105-5313-4086-b4e9-753d17f4e9e0?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-659e3ad96ba82dcb82d24575465f14fe-a5dbe3943163c238-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1e0e2eba9661939c79f71b6699b3d6af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:35:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "20", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b920eee6-28ea-4b42-aedb-e02d59707ab9", + "x-ms-client-request-id": "1e0e2eba9661939c79f71b6699b3d6af", + "x-ms-correlation-request-id": "f880108c-3e24-4aec-bd28-6919bacd905e", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "e8f8ff33-d22c-4cb5-a02e-5640fe2d904f", + "x-ms-routing-request-id": "UKSOUTH:20230707T103522Z:f880108c-3e24-4aec-bd28-6919bacd905e" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/1c85d105-5313-4086-b4e9-753d17f4e9e0?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-659e3ad96ba82dcb82d24575465f14fe-fc72f2f0c606adf3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "59e2e655d80374bc1d545f1e8c843a21", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:35:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "30a98213-ab70-4f50-9e04-98de4843683f", + "x-ms-client-request-id": "59e2e655d80374bc1d545f1e8c843a21", + "x-ms-correlation-request-id": "f9073b8f-868b-4c2e-82ea-5a145123d94c", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "bc9d66d1-9cb5-456a-aa2a-4c3fc2d41a3b", + "x-ms-routing-request-id": "UKSOUTH:20230707T103543Z:f9073b8f-868b-4c2e-82ea-5a145123d94c" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.Network/privateEndpoints/pe-2056?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-659e3ad96ba82dcb82d24575465f14fe-2d4f1627f7815474-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "451eeb3cfd591ae6ae9555e4a71d6776", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2442", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:35:42 GMT", + "ETag": "W/\u00222e0f72b0-d1c6-4dcd-aabc-ee4f5ada4d8e\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "f1f93f2d-0f30-4381-b364-7986d2e652bd", + "x-ms-client-request-id": "451eeb3cfd591ae6ae9555e4a71d6776", + "x-ms-correlation-request-id": "59cfe31e-d610-45e6-8987-16932eaab198", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "c77cd26c-b11f-45ba-9120-28ee5207fc40", + "x-ms-routing-request-id": "UKSOUTH:20230707T103543Z:59cfe31e-d610-45e6-8987-16932eaab198" + }, + "ResponseBody": { + "name": "pe-2056", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.Network/privateEndpoints/pe-2056", + "etag": "W/\u00222e0f72b0-d1c6-4dcd-aabc-ee4f5ada4d8e\u0022", + "type": "Microsoft.Network/privateEndpoints", + "location": "ukwest", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "7ad8f37d-2c75-4dac-8bb7-52df0abda5c0", + "privateLinkServiceConnections": [], + "manualPrivateLinkServiceConnections": [ + { + "name": "pec-896", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.Network/privateEndpoints/pe-2056/manualPrivateLinkServiceConnections/pec-896", + "etag": "W/\u00222e0f72b0-d1c6-4dcd-aabc-ee4f5ada4d8e\u0022", + "properties": { + "provisioningState": "Succeeded", + "privateLinkServiceId": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167", + "groupIds": [ + "cloudhsm" + ], + "requestMessage": "SDK testing", + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK testing", + "actionsRequired": "None" + } + }, + "type": "Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections" + } + ], + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.Network/virtualNetworks/pe-vnet-9746/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.Network/networkInterfaces/pe-2056.nic.0d8d8f38-ba4b-45a6-b127-280a9e98d5d2" + } + ], + "customDnsConfigs": [ + { + "fqdn": "hsm1.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.4" + ] + }, + { + "fqdn": "hsm2.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.5" + ] + }, + { + "fqdn": "hsm3.cloudhsmsdktest3167-gnfebxajgvhbbfd7.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.6" + ] + } + ] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167/privateEndpointConnections?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-a5ee6e574069b85c96305cbfd21f576a-57d1014c38d56e02-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "85ae80c382ebe2327299000d367e06f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "677", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:35:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5424355d-df47-47ae-b9d7-0b10a1148fc0", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "5424355d-df47-47ae-b9d7-0b10a1148fc0", + "x-ms-routing-request-id": "UKSOUTH:20230707T103543Z:5424355d-df47-47ae-b9d7-0b10a1148fc0" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167/privateEndpointConnections/pec-896", + "name": "pec-896", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters/privateEndpointConnections", + "etag": null, + "properties": { + "provisioningState": "SUCCEEDED", + "groupIds": [ + "cloudhsm" + ], + "privateEndpoint": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.Network/privateEndpoints/pe-2056" + }, + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK testing", + "actionsRequired": "None" + } + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167/privateEndpointConnections/pec-896?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-d595bcedc1878bb172056871825069b5-5fb021ae32d7c413-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ae29f9bd91955856ffc7aa6e83d7cc00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "665", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:35:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "85d42a07-8b6b-4b1b-b1f1-4ce584ecc2d1", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "85d42a07-8b6b-4b1b-b1f1-4ce584ecc2d1", + "x-ms-routing-request-id": "UKSOUTH:20230707T103543Z:85d42a07-8b6b-4b1b-b1f1-4ce584ecc2d1" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167/privateEndpointConnections/pec-896", + "name": "pec-896", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters/privateEndpointConnections", + "etag": null, + "properties": { + "provisioningState": "SUCCEEDED", + "groupIds": [ + "cloudhsm" + ], + "privateEndpoint": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.Network/privateEndpoints/pe-2056" + }, + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK testing", + "actionsRequired": "None" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.Network/privateEndpoints/pe-2056?api-version=2021-02-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-095e1a72520752335f1ca8c89ab4a9dc-eb16f79040bc0d0a-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0c5ae8ecb4d6b936b93cd2bffcd9e330", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/3eace0b0-5cc0-4d68-a751-2d0899cdba01?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 07 Jul 2023 10:35:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operationResults/3eace0b0-5cc0-4d68-a751-2d0899cdba01?api-version=2021-02-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "88a82b4a-0b36-4b9d-86ee-12eb65ec1493", + "x-ms-client-request-id": "0c5ae8ecb4d6b936b93cd2bffcd9e330", + "x-ms-correlation-request-id": "83e0495d-7214-4b33-a3bb-c8e78b8bdbf1", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "3eace0b0-5cc0-4d68-a751-2d0899cdba01", + "x-ms-routing-request-id": "UKSOUTH:20230707T103544Z:83e0495d-7214-4b33-a3bb-c8e78b8bdbf1" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/3eace0b0-5cc0-4d68-a751-2d0899cdba01?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-095e1a72520752335f1ca8c89ab4a9dc-08edcf21dea81959-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4e21ffcdfa24081ec26ff559be975b26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:35:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9b7d49d0-e34c-4675-8090-3910a64dc46c", + "x-ms-client-request-id": "4e21ffcdfa24081ec26ff559be975b26", + "x-ms-correlation-request-id": "64bb2da2-063e-47eb-89bf-06b9226281c5", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "88af65b1-b659-48f3-8689-72cc40ea4afe", + "x-ms-routing-request-id": "UKSOUTH:20230707T103544Z:64bb2da2-063e-47eb-89bf-06b9226281c5" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/3eace0b0-5cc0-4d68-a751-2d0899cdba01?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-095e1a72520752335f1ca8c89ab4a9dc-ef8b3388129eeb0c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "22df7ae41eaf320d0728e2802e13e1f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:35:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "1264b4cc-e2c2-41d6-b067-6c5fb5aba828", + "x-ms-client-request-id": "22df7ae41eaf320d0728e2802e13e1f5", + "x-ms-correlation-request-id": "854fa465-b98c-45ae-a964-9773c6cfa408", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "d06c5c32-76a4-4151-85a8-c705db16356a", + "x-ms-routing-request-id": "UKSOUTH:20230707T103554Z:854fa465-b98c-45ae-a964-9773c6cfa408" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167/privateEndpointConnections?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-582cbbce0597e5afd1fd8cabb5474b78-b6f5e74066a521b8-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fdf136dc95b7940c411eeb84c4877392", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "12", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:35:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f22cb45a-6a51-48a2-87c2-9d76cbf414f1", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "f22cb45a-6a51-48a2-87c2-9d76cbf414f1", + "x-ms-routing-request-id": "UKSOUTH:20230707T103555Z:f22cb45a-6a51-48a2-87c2-9d76cbf414f1" + }, + "ResponseBody": { + "value": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167/privateEndpointConnections/pec-896?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-465377d415172b13c54025008819d3f3-b54f0ca3fbffe6c3-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5d3e60f93ce3afecf2ee46fb179edaaf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "124", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:35:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "556114c3-445c-483b-8739-b5a76f8824d6", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "556114c3-445c-483b-8739-b5a76f8824d6", + "x-ms-routing-request-id": "UKSOUTH:20230707T103555Z:556114c3-445c-483b-8739-b5a76f8824d6" + }, + "ResponseBody": { + "code": "PrivateEndpointWithGivenConnectionNameNotFound", + "message": "PrivateEndpoint with Connection Name pec-896 not found" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5591/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest3167/privateEndpointConnections/pec-896?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-260b5fd88a8a8be4a0097404b51e8266-6ad941c39af16285-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "887cff8d5ea54f6e6e4be19032886e7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "124", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:35:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ff7bceb9-61e3-48ed-90ac-474c7b6f09f2", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "ff7bceb9-61e3-48ed-90ac-474c7b6f09f2", + "x-ms-routing-request-id": "UKSOUTH:20230707T103555Z:ff7bceb9-61e3-48ed-90ac-474c7b6f09f2" + }, + "ResponseBody": { + "code": "PrivateEndpointWithGivenConnectionNameNotFound", + "message": "PrivateEndpoint with Connection Name pec-896 not found" + } + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", + "RandomSeed": "535884673", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "75e96d09-a291-40e1-a5e6-cda78233d867" + } +} diff --git a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersPrivateEndpointConnectionTests/DeletePrivateEndpointConnectionAsync.json b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersPrivateEndpointConnectionTests/DeletePrivateEndpointConnectionAsync.json new file mode 100644 index 000000000000..cdc96ed634c8 --- /dev/null +++ b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersPrivateEndpointConnectionTests/DeletePrivateEndpointConnectionAsync.json @@ -0,0 +1,2814 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-32f75854b09779c2ceecf3489e397975-630e3cc961db64df-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d0e5476b23286197858db9c7d1ab54de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "448", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:59:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f69cf453-42a7-4188-a967-da46838762b8", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "f69cf453-42a7-4188-a967-da46838762b8", + "x-ms-routing-request-id": "UKSOUTH:20230707T105956Z:f69cf453-42a7-4188-a967-da46838762b8" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-52df8799eb0cf2fa8d0898861c7ae6aa-a11e0f89e7b726bd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8f1306b7ab9927c8ea6bdd59142f7a1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "448", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:59:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f0fb5bc8-0f91-4c42-b1bc-5230e60fe4ed", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "f0fb5bc8-0f91-4c42-b1bc-5230e60fe4ed", + "x-ms-routing-request-id": "UKSOUTH:20230707T105956Z:f0fb5bc8-0f91-4c42-b1bc-5230e60fe4ed" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourcegroups/sdkTestsRg2870?api-version=**", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "21", + "Content-Type": "application/json", + "traceparent": "00-92cfb93c19c36542095b463f19ade83f-69ea41255cf9fde6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "22398d49482258a2800bced4351baa56", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "ukwest" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "225", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:59:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e3e4f43b-a34d-45a4-b865-2928e1d200b2", + "x-ms-ratelimit-remaining-subscription-writes": "1181", + "x-ms-request-id": "e3e4f43b-a34d-45a4-b865-2928e1d200b2", + "x-ms-routing-request-id": "UKSOUTH:20230707T105957Z:e3e4f43b-a34d-45a4-b865-2928e1d200b2" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870", + "name": "sdkTestsRg2870", + "type": "Microsoft.Resources/resourceGroups", + "location": "ukwest", + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "152", + "Content-Type": "application/json", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-430a762809b26c04-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "925fe7c07fbfe6bdbc463d4c55129e35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "location": "ukwest", + "properties": { + "securityDomain": { + "fipsState": 2 + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:00:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c4d7c96b-3295-4544-bb29-a747bd68f3cd", + "x-ms-ratelimit-remaining-subscription-writes": "1180", + "x-ms-request-id": "c4d7c96b-3295-4544-bb29-a747bd68f3cd", + "x-ms-routing-request-id": "UKSOUTH:20230707T110002Z:c4d7c96b-3295-4544-bb29-a747bd68f3cd" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-f1741c4b021604d6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "34ba83acb631b9ce643c8b5c1a33b5bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:00:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d634d03a-2a3a-4082-bd14-340a8c490110", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "d634d03a-2a3a-4082-bd14-340a8c490110", + "x-ms-routing-request-id": "UKSOUTH:20230707T110003Z:d634d03a-2a3a-4082-bd14-340a8c490110" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-13175fb13b09c4eb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8d94ff36ac3b02177629791e856a326c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:00:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8be6228b-b664-4eff-86aa-f954de534f6a", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "8be6228b-b664-4eff-86aa-f954de534f6a", + "x-ms-routing-request-id": "UKSOUTH:20230707T110004Z:8be6228b-b664-4eff-86aa-f954de534f6a" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-947597ce21abfebd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d2a03b146a58d0044f61575832141be5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:00:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "346e7cbe-4651-4ac7-9858-6b28923ff9e7", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "346e7cbe-4651-4ac7-9858-6b28923ff9e7", + "x-ms-routing-request-id": "UKSOUTH:20230707T110005Z:346e7cbe-4651-4ac7-9858-6b28923ff9e7" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-26e0f1fe2f793e81-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b51d3deba4bb00c66cb8bd083caf33fa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:00:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e70db8ec-862b-4e8e-bcf2-ad14bba5326b", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "e70db8ec-862b-4e8e-bcf2-ad14bba5326b", + "x-ms-routing-request-id": "UKSOUTH:20230707T110007Z:e70db8ec-862b-4e8e-bcf2-ad14bba5326b" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-94d798595d30cc2d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "df471e0ae293cb63fac33dda54becf61", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:00:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e59df7b6-3d34-4a5a-b872-f6fa7eb6433a", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "e59df7b6-3d34-4a5a-b872-f6fa7eb6433a", + "x-ms-routing-request-id": "UKSOUTH:20230707T110009Z:e59df7b6-3d34-4a5a-b872-f6fa7eb6433a" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-9b0d6b58bbff9a53-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4833940d7d4d6fb174a066a0acfc93a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:00:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "504e75c6-22d6-46e3-a5de-9b5f4846f6c9", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "504e75c6-22d6-46e3-a5de-9b5f4846f6c9", + "x-ms-routing-request-id": "UKSOUTH:20230707T110013Z:504e75c6-22d6-46e3-a5de-9b5f4846f6c9" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-eb1a38938e057575-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "144e5d2d3ccc0851d951baf867ecabad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:00:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3c056c9b-d34a-4dd1-b0a8-2e21f9e14265", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "3c056c9b-d34a-4dd1-b0a8-2e21f9e14265", + "x-ms-routing-request-id": "UKSOUTH:20230707T110021Z:3c056c9b-d34a-4dd1-b0a8-2e21f9e14265" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-0ed779aa37c110b4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a8fa5ce8eb7c8dad6dd86af37cc31ffe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:00:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "386f9885-7ac6-44e4-b4bd-c2a9ef2deb18", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "386f9885-7ac6-44e4-b4bd-c2a9ef2deb18", + "x-ms-routing-request-id": "UKSOUTH:20230707T110038Z:386f9885-7ac6-44e4-b4bd-c2a9ef2deb18" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-c5c353f03d28c486-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f7ac9d2fbb70d095432a6efbc3b80887", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:01:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "329c430f-ba29-4222-b45b-7d89699103b3", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "329c430f-ba29-4222-b45b-7d89699103b3", + "x-ms-routing-request-id": "UKSOUTH:20230707T110110Z:329c430f-ba29-4222-b45b-7d89699103b3" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-8faa5386590e49a1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "50b7b8f4eb014123afc1a6f3d15e8c16", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:01:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e4c3941b-4021-4b2f-b741-6c17a2f2f086", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "e4c3941b-4021-4b2f-b741-6c17a2f2f086", + "x-ms-routing-request-id": "UKSOUTH:20230707T110142Z:e4c3941b-4021-4b2f-b741-6c17a2f2f086" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-b233a366770e8cbf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c9c8bb32b4402d3dc62964517db1cab5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:02:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "23169301-6bdf-4300-a591-87d55473f2b5", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "23169301-6bdf-4300-a591-87d55473f2b5", + "x-ms-routing-request-id": "UKSOUTH:20230707T110215Z:23169301-6bdf-4300-a591-87d55473f2b5" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-c54c9b0b332d15dd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c4fee2d0ce0b43fc796a47af15a1ffe4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:02:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "697b4a51-1266-4738-971f-77e7a38545d6", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "697b4a51-1266-4738-971f-77e7a38545d6", + "x-ms-routing-request-id": "UKSOUTH:20230707T110247Z:697b4a51-1266-4738-971f-77e7a38545d6" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-cd3a36b03bea3839-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "07c9589e3eef40477b8a89d886d1c4fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:03:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "48a4a09f-523e-47b3-8bb9-8173f5674c1d", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "48a4a09f-523e-47b3-8bb9-8173f5674c1d", + "x-ms-routing-request-id": "UKSOUTH:20230707T110319Z:48a4a09f-523e-47b3-8bb9-8173f5674c1d" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-b83dbb9a9a136f82-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ef23f1f7c860630abe854fd56c8e1825", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:03:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1bfa7aec-3139-439e-852b-35bb48bba01b", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "1bfa7aec-3139-439e-852b-35bb48bba01b", + "x-ms-routing-request-id": "UKSOUTH:20230707T110351Z:1bfa7aec-3139-439e-852b-35bb48bba01b" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-ef9b5dc1b5a668a0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "25b3802ac2e791c59bbe48814524bca7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:04:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5f4224a4-5af6-4d19-9c9d-b6d215f3f593", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "5f4224a4-5af6-4d19-9c9d-b6d215f3f593", + "x-ms-routing-request-id": "UKSOUTH:20230707T110424Z:5f4224a4-5af6-4d19-9c9d-b6d215f3f593" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-a100b55704f7da3f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "23b749a50f7dd5844d66486aef71d3ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1170", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:04:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7fb8787c-8571-443d-a199-9702190f1012", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "7fb8787c-8571-443d-a199-9702190f1012", + "x-ms-routing-request-id": "UKSOUTH:20230707T110456Z:7fb8787c-8571-443d-a199-9702190f1012" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm2.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm3.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "InitialProvisioning" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-0753d2482bc94eda-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "06ad64719f1e34162c9154a27f881d9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1170", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:05:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ba869991-0bdb-41cd-8407-e15c53af1335", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "ba869991-0bdb-41cd-8407-e15c53af1335", + "x-ms-routing-request-id": "UKSOUTH:20230707T110528Z:ba869991-0bdb-41cd-8407-e15c53af1335" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm2.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm3.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "InitialProvisioning" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-32e480a1444d508c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "232fa7c8f4d61aa7fcddd781795aa229", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1159", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:06:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "dc84fc49-93ea-4d46-859d-efb318d93577", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "dc84fc49-93ea-4d46-859d-efb318d93577", + "x-ms-routing-request-id": "UKSOUTH:20230707T110600Z:dc84fc49-93ea-4d46-859d-efb318d93577" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm3.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "InitialProvisioning" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-169a0675f129e1b3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e10f5beab67705893283f7ecbbe256c4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:06:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8fa30015-45bf-4302-a559-f91ca553c441", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "8fa30015-45bf-4302-a559-f91ca553c441", + "x-ms-routing-request-id": "UKSOUTH:20230707T110633Z:8fa30015-45bf-4302-a559-f91ca553c441" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-0a0602c4e8563646-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "47a2ae48b0417d17bc920a40c895bad1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:07:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9e03866a-13a7-495c-9a30-5e2a385a6bf7", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "9e03866a-13a7-495c-9a30-5e2a385a6bf7", + "x-ms-routing-request-id": "UKSOUTH:20230707T110705Z:9e03866a-13a7-495c-9a30-5e2a385a6bf7" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-293135ccecf1a7ac-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "24b72bee3c7811231d2af053fcbb5f1a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:07:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "546e4378-e2e6-4bb0-980b-00cff255ae13", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "546e4378-e2e6-4bb0-980b-00cff255ae13", + "x-ms-routing-request-id": "UKSOUTH:20230707T110737Z:546e4378-e2e6-4bb0-980b-00cff255ae13" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-0fb0cc36ff20d790-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cb3812875bb839e7439224e4ab493d9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:08:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8eedbdfd-8b56-40dc-8d02-d53d31320e37", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "8eedbdfd-8b56-40dc-8d02-d53d31320e37", + "x-ms-routing-request-id": "UKSOUTH:20230707T110810Z:8eedbdfd-8b56-40dc-8d02-d53d31320e37" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-2fd061e5b99ee613-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "90fd26c8312a0c4b8b902917bfc48001", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:08:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cc18cc67-6b70-46c0-9b71-8481f2a0adce", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "cc18cc67-6b70-46c0-9b71-8481f2a0adce", + "x-ms-routing-request-id": "UKSOUTH:20230707T110842Z:cc18cc67-6b70-46c0-9b71-8481f2a0adce" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-9c9d1e9b7636e8fc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b5b8f033ef5c9318437ee0e6183e66d4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:09:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4743bfa6-aed5-431c-8365-d7ba731def96", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "4743bfa6-aed5-431c-8365-d7ba731def96", + "x-ms-routing-request-id": "UKSOUTH:20230707T110915Z:4743bfa6-aed5-431c-8365-d7ba731def96" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-d15688e861d666fd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d68a53eccebd55efc62c3f2831cf797f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:09:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cf5d18e1-c1b4-4d6c-ab97-3d51e6eb562e", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "cf5d18e1-c1b4-4d6c-ab97-3d51e6eb562e", + "x-ms-routing-request-id": "UKSOUTH:20230707T110947Z:cf5d18e1-c1b4-4d6c-ab97-3d51e6eb562e" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm2.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm3.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Started" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cdc98bc3c7539fde2f5ff55561cf253a-66f605a5c3fa56d0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bbb022128790d8400d6a4cab5165f34c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1131", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:10:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e26f029c-0976-403b-b88e-179eeea7b344", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "e26f029c-0976-403b-b88e-179eeea7b344", + "x-ms-routing-request-id": "UKSOUTH:20230707T111019Z:e26f029c-0976-403b-b88e-179eeea7b344" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest1192", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Succeeded", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm2.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm3.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "state": "Started" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:59:57.927Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:59:57.927Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.Network/virtualNetworks/pe-vnet-2997?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "260", + "Content-Type": "application/json", + "traceparent": "00-2c24683561480770c4eda30f6cbeb982-66211f1a57b18686-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "44a9396c0064ef6230aff061740460d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "ukwest", + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "properties": { + "addressPrefix": "10.0.1.0/24", + "privateEndpointNetworkPolicies": "Disabled" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/8dd30395-f978-479b-935c-5480e29badca?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1337", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:10:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9e80edd0-0263-43d8-9fd2-31d050fff409", + "x-ms-client-request-id": "44a9396c0064ef6230aff061740460d3", + "x-ms-correlation-request-id": "b5abe0c7-9996-467b-a31e-9bdab87cebdb", + "x-ms-ratelimit-remaining-subscription-writes": "1179", + "x-ms-request-id": "8dd30395-f978-479b-935c-5480e29badca", + "x-ms-routing-request-id": "UKSOUTH:20230707T111020Z:b5abe0c7-9996-467b-a31e-9bdab87cebdb" + }, + "ResponseBody": { + "name": "pe-vnet-2997", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.Network/virtualNetworks/pe-vnet-2997", + "etag": "W/\u0022fc73b95f-b58e-4f77-b799-0a461b7eb5c9\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "ukwest", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "f77165f7-8cbb-4046-8a87-f43b28592f57", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.Network/virtualNetworks/pe-vnet-2997/subnets/default", + "etag": "W/\u0022fc73b95f-b58e-4f77-b799-0a461b7eb5c9\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.1.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/8dd30395-f978-479b-935c-5480e29badca?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2c24683561480770c4eda30f6cbeb982-eb7d3caeb549f85e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "460da3dcde69bb4c2e9810281c09d7a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:10:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "e77eee3c-1b77-44e1-9c88-759691c767e5", + "x-ms-client-request-id": "460da3dcde69bb4c2e9810281c09d7a7", + "x-ms-correlation-request-id": "377871f3-d725-4b35-8018-41999224053d", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-request-id": "84684906-3ccb-4af6-964e-0047e2380598", + "x-ms-routing-request-id": "UKSOUTH:20230707T111021Z:377871f3-d725-4b35-8018-41999224053d" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/8dd30395-f978-479b-935c-5480e29badca?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2c24683561480770c4eda30f6cbeb982-4960d0a8d77d76f7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "befe92f0127f59c687e0f1e2bc5e8ef7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:10:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "f76a0b6b-e666-4e5d-b562-d2ebe7cd05a3", + "x-ms-client-request-id": "befe92f0127f59c687e0f1e2bc5e8ef7", + "x-ms-correlation-request-id": "892031c4-894b-4d92-a9d0-ca3609f7d8e1", + "x-ms-ratelimit-remaining-subscription-reads": "11812", + "x-ms-request-id": "27ea3f95-d6f1-4650-9213-bde0b221ace7", + "x-ms-routing-request-id": "UKSOUTH:20230707T111031Z:892031c4-894b-4d92-a9d0-ca3609f7d8e1" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.Network/virtualNetworks/pe-vnet-2997?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2c24683561480770c4eda30f6cbeb982-3507e6a02c006cc3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d185f3bc1af7176a41ee15cc0289ac49", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1339", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:10:30 GMT", + "ETag": "W/\u0022f050f41e-a2bb-4e4c-8de4-69ff3b44606a\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "01c29065-0db3-48c4-a941-3487531f4bad", + "x-ms-client-request-id": "d185f3bc1af7176a41ee15cc0289ac49", + "x-ms-correlation-request-id": "aee95b43-5990-457e-b530-b49905a94811", + "x-ms-ratelimit-remaining-subscription-reads": "11811", + "x-ms-request-id": "e4063deb-9e66-42a0-81b2-d5be357ce30c", + "x-ms-routing-request-id": "UKSOUTH:20230707T111031Z:aee95b43-5990-457e-b530-b49905a94811" + }, + "ResponseBody": { + "name": "pe-vnet-2997", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.Network/virtualNetworks/pe-vnet-2997", + "etag": "W/\u0022f050f41e-a2bb-4e4c-8de4-69ff3b44606a\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "ukwest", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "f77165f7-8cbb-4046-8a87-f43b28592f57", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.Network/virtualNetworks/pe-vnet-2997/subnets/default", + "etag": "W/\u0022f050f41e-a2bb-4e4c-8de4-69ff3b44606a\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.1.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.Network/privateEndpoints/pe-4829?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "543", + "Content-Type": "application/json", + "traceparent": "00-ae2e60176ad90351f6c8e209791d78c9-31a79ed5ff966a5d-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ce149daa343aca7ddcb3bf88ec69ffcf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "ukwest", + "properties": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.Network/virtualNetworks/pe-vnet-2997/subnets/default", + "properties": {} + }, + "manualPrivateLinkServiceConnections": [ + { + "name": "pec-4876", + "properties": { + "privateLinkServiceId": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "groupIds": [ + "cloudhsm" + ], + "requestMessage": "SDK testing" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/eb9a2bcc-c7fc-4206-8ca9-38be4ab9efd8?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1961", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:10:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "45935e88-4159-4a9a-95b7-160dd192807c", + "x-ms-client-request-id": "ce149daa343aca7ddcb3bf88ec69ffcf", + "x-ms-correlation-request-id": "019f5110-292b-45e6-800e-7970eb466beb", + "x-ms-ratelimit-remaining-subscription-writes": "1178", + "x-ms-request-id": "eb9a2bcc-c7fc-4206-8ca9-38be4ab9efd8", + "x-ms-routing-request-id": "UKSOUTH:20230707T111032Z:019f5110-292b-45e6-800e-7970eb466beb" + }, + "ResponseBody": { + "name": "pe-4829", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.Network/privateEndpoints/pe-4829", + "etag": "W/\u00225c1590b7-43e7-40ef-bac9-123ac0f4c64d\u0022", + "type": "Microsoft.Network/privateEndpoints", + "location": "ukwest", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "f9b556b5-0f73-41ee-b29a-b659fc476777", + "privateLinkServiceConnections": [], + "manualPrivateLinkServiceConnections": [ + { + "name": "pec-4876", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.Network/privateEndpoints/pe-4829/manualPrivateLinkServiceConnections/pec-4876", + "etag": "W/\u00225c1590b7-43e7-40ef-bac9-123ac0f4c64d\u0022", + "properties": { + "provisioningState": "Succeeded", + "privateLinkServiceId": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "groupIds": [ + "cloudhsm" + ], + "requestMessage": "SDK testing", + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK testing", + "actionsRequired": "None" + } + }, + "type": "Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections" + } + ], + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.Network/virtualNetworks/pe-vnet-2997/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.Network/networkInterfaces/pe-4829.nic.d946c3bb-c803-4ddc-acb1-7dee2c304af2" + } + ], + "customDnsConfigs": [] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/eb9a2bcc-c7fc-4206-8ca9-38be4ab9efd8?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-ae2e60176ad90351f6c8e209791d78c9-6a8f63217558f491-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1e37a833c04988bd75baf4445ae12bd8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:10:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "715c674d-421b-47b5-bd9b-5275c50690a9", + "x-ms-client-request-id": "1e37a833c04988bd75baf4445ae12bd8", + "x-ms-correlation-request-id": "927c5a1a-4f12-4acd-aa23-760c14527269", + "x-ms-ratelimit-remaining-subscription-reads": "11810", + "x-ms-request-id": "b21f6fd9-10c3-4ff1-abc3-586b70d90d80", + "x-ms-routing-request-id": "UKSOUTH:20230707T111032Z:927c5a1a-4f12-4acd-aa23-760c14527269" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/eb9a2bcc-c7fc-4206-8ca9-38be4ab9efd8?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-ae2e60176ad90351f6c8e209791d78c9-eae063c291497c54-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e9c245ef831da4c5ed3ea653b7eccde2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:10:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "20", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "e9444bb1-982b-47c3-b76a-85a1547313e5", + "x-ms-client-request-id": "e9c245ef831da4c5ed3ea653b7eccde2", + "x-ms-correlation-request-id": "c2c63bd2-fd4e-4973-bf00-bdd4ed5bcb7b", + "x-ms-ratelimit-remaining-subscription-reads": "11809", + "x-ms-request-id": "b3603c18-e3b5-4aeb-bdb0-1770f4ac6fd8", + "x-ms-routing-request-id": "UKSOUTH:20230707T111042Z:c2c63bd2-fd4e-4973-bf00-bdd4ed5bcb7b" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/eb9a2bcc-c7fc-4206-8ca9-38be4ab9efd8?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-ae2e60176ad90351f6c8e209791d78c9-9e3668ffdd74028d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4454c15be03149865be3b4c9126a7b46", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:11:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "e23339d9-6f93-45bb-905f-3aae6a1197ad", + "x-ms-client-request-id": "4454c15be03149865be3b4c9126a7b46", + "x-ms-correlation-request-id": "1afb9e7b-c1a6-4827-9a40-c8c87e86e346", + "x-ms-ratelimit-remaining-subscription-reads": "11808", + "x-ms-request-id": "de9aabb0-f890-4ef1-a6c0-c463582959e7", + "x-ms-routing-request-id": "UKSOUTH:20230707T111102Z:1afb9e7b-c1a6-4827-9a40-c8c87e86e346" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.Network/privateEndpoints/pe-4829?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-ae2e60176ad90351f6c8e209791d78c9-0189d9e74609d796-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b7a1a4bb6e38b0e1e293310b1a69d188", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2444", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:11:03 GMT", + "ETag": "W/\u0022d47e4365-3004-4f0a-9339-963756618b4a\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "de370bc6-0e0b-445e-ae75-a9c66ab96c8e", + "x-ms-client-request-id": "b7a1a4bb6e38b0e1e293310b1a69d188", + "x-ms-correlation-request-id": "26417baa-16f6-4930-940a-bb06acec9320", + "x-ms-ratelimit-remaining-subscription-reads": "11807", + "x-ms-request-id": "2e7d9b11-94ee-4beb-88a1-dd1d6be6123c", + "x-ms-routing-request-id": "UKSOUTH:20230707T111103Z:26417baa-16f6-4930-940a-bb06acec9320" + }, + "ResponseBody": { + "name": "pe-4829", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.Network/privateEndpoints/pe-4829", + "etag": "W/\u0022d47e4365-3004-4f0a-9339-963756618b4a\u0022", + "type": "Microsoft.Network/privateEndpoints", + "location": "ukwest", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "f9b556b5-0f73-41ee-b29a-b659fc476777", + "privateLinkServiceConnections": [], + "manualPrivateLinkServiceConnections": [ + { + "name": "pec-4876", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.Network/privateEndpoints/pe-4829/manualPrivateLinkServiceConnections/pec-4876", + "etag": "W/\u0022d47e4365-3004-4f0a-9339-963756618b4a\u0022", + "properties": { + "provisioningState": "Succeeded", + "privateLinkServiceId": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192", + "groupIds": [ + "cloudhsm" + ], + "requestMessage": "SDK testing", + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK testing", + "actionsRequired": "None" + } + }, + "type": "Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections" + } + ], + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.Network/virtualNetworks/pe-vnet-2997/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.Network/networkInterfaces/pe-4829.nic.d946c3bb-c803-4ddc-acb1-7dee2c304af2" + } + ], + "customDnsConfigs": [ + { + "fqdn": "hsm1.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.4" + ] + }, + { + "fqdn": "hsm2.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.5" + ] + }, + { + "fqdn": "hsm3.cloudhsmsdktest1192-ctfjhhhnewe6ffev.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.6" + ] + } + ] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192/privateEndpointConnections?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "99e911ede68c0ea6be788d39cffc9182", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "679", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:11:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f14ecc6f-e3c8-459a-afcc-274a4b464db2", + "x-ms-ratelimit-remaining-subscription-reads": "11806", + "x-ms-request-id": "f14ecc6f-e3c8-459a-afcc-274a4b464db2", + "x-ms-routing-request-id": "UKSOUTH:20230707T111103Z:f14ecc6f-e3c8-459a-afcc-274a4b464db2" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192/privateEndpointConnections/pec-4876", + "name": "pec-4876", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters/privateEndpointConnections", + "etag": null, + "properties": { + "provisioningState": "SUCCEEDED", + "groupIds": [ + "cloudhsm" + ], + "privateEndpoint": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.Network/privateEndpoints/pe-4829" + }, + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK testing", + "actionsRequired": "None" + } + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192/privateEndpointConnections/pec-4876?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-86b2654f8be47fa6fb1eb6cae0cca399-c3f31410e5323d7a-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "12985fc2154beda9e0a4619eaf7a2ff2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "667", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:11:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2f372975-9c8b-4674-a0b4-a8e5167cefa1", + "x-ms-ratelimit-remaining-subscription-reads": "11805", + "x-ms-request-id": "2f372975-9c8b-4674-a0b4-a8e5167cefa1", + "x-ms-routing-request-id": "UKSOUTH:20230707T111103Z:2f372975-9c8b-4674-a0b4-a8e5167cefa1" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192/privateEndpointConnections/pec-4876", + "name": "pec-4876", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters/privateEndpointConnections", + "etag": null, + "properties": { + "provisioningState": "SUCCEEDED", + "groupIds": [ + "cloudhsm" + ], + "privateEndpoint": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.Network/privateEndpoints/pe-4829" + }, + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK testing", + "actionsRequired": "None" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.Network/privateEndpoints/pe-4829?api-version=2021-02-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-5888fda345e284faef11a171e8311946-07598d2ef364d922-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "00db2b11e281d4bafe92f8c0e0a7e1e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/0d35bc56-5913-49b4-a0b8-8cdd622fd2f5?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 07 Jul 2023 11:11:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operationResults/0d35bc56-5913-49b4-a0b8-8cdd622fd2f5?api-version=2021-02-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "a43c4e30-b61b-4f1c-a534-2d47689de37d", + "x-ms-client-request-id": "00db2b11e281d4bafe92f8c0e0a7e1e5", + "x-ms-correlation-request-id": "c029634b-f551-48b2-ba26-f4a484ec7f06", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "0d35bc56-5913-49b4-a0b8-8cdd622fd2f5", + "x-ms-routing-request-id": "UKSOUTH:20230707T111103Z:c029634b-f551-48b2-ba26-f4a484ec7f06" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/0d35bc56-5913-49b4-a0b8-8cdd622fd2f5?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-5888fda345e284faef11a171e8311946-1958a27bc4b8c425-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a3289b499121e001a5c314b81ce90c39", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:11:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "4e9f5840-80bf-42dd-a9d7-a8be01f639ea", + "x-ms-client-request-id": "a3289b499121e001a5c314b81ce90c39", + "x-ms-correlation-request-id": "8953e126-d54a-40e4-b8cd-db14a64de2e9", + "x-ms-ratelimit-remaining-subscription-reads": "11804", + "x-ms-request-id": "687d786c-c20c-43ad-83fb-c50fe73f7b5d", + "x-ms-routing-request-id": "UKSOUTH:20230707T111104Z:8953e126-d54a-40e4-b8cd-db14a64de2e9" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/0d35bc56-5913-49b4-a0b8-8cdd622fd2f5?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-5888fda345e284faef11a171e8311946-2040a633f3588be7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "019c7bc274315220ed02988529d14ff5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:11:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9f53a06b-f21b-47ea-81e5-c8fc93667536", + "x-ms-client-request-id": "019c7bc274315220ed02988529d14ff5", + "x-ms-correlation-request-id": "e09cdeff-303a-43f3-8fbc-90a3a4e25463", + "x-ms-ratelimit-remaining-subscription-reads": "11803", + "x-ms-request-id": "271c4126-4c7e-4a4c-b86d-0def781e4b0f", + "x-ms-routing-request-id": "UKSOUTH:20230707T111114Z:e09cdeff-303a-43f3-8fbc-90a3a4e25463" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192/privateEndpointConnections?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4476b4333d7e70c4ac68150eaa84bc7e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "12", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:11:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ed5caa22-37b4-4640-ad39-ac0cfca28081", + "x-ms-ratelimit-remaining-subscription-reads": "11802", + "x-ms-request-id": "ed5caa22-37b4-4640-ad39-ac0cfca28081", + "x-ms-routing-request-id": "UKSOUTH:20230707T111114Z:ed5caa22-37b4-4640-ad39-ac0cfca28081" + }, + "ResponseBody": { + "value": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192/privateEndpointConnections/pec-4876?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-e0dfc50a182010a490692c37a558bfab-533a0db3549486e4-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "092580ef5e6bd4127ad5b51ff87bb7d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "125", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:11:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "296a5f72-e37a-482c-9eb9-6ee41ce217fc", + "x-ms-ratelimit-remaining-subscription-reads": "11801", + "x-ms-request-id": "296a5f72-e37a-482c-9eb9-6ee41ce217fc", + "x-ms-routing-request-id": "UKSOUTH:20230707T111114Z:296a5f72-e37a-482c-9eb9-6ee41ce217fc" + }, + "ResponseBody": { + "code": "PrivateEndpointWithGivenConnectionNameNotFound", + "message": "PrivateEndpoint with Connection Name pec-4876 not found" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg2870/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest1192/privateEndpointConnections/pec-4876?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-2c3cc6406bbdbb2054405d7eefc0231d-cba1b92da72c5e8c-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "67851e73c87285bab72b54c85e12a869", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "125", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:11:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "dc3ccd9c-d896-401a-862f-49d0dacd4b96", + "x-ms-ratelimit-remaining-subscription-reads": "11800", + "x-ms-request-id": "dc3ccd9c-d896-401a-862f-49d0dacd4b96", + "x-ms-routing-request-id": "UKSOUTH:20230707T111114Z:dc3ccd9c-d896-401a-862f-49d0dacd4b96" + }, + "ResponseBody": { + "code": "PrivateEndpointWithGivenConnectionNameNotFound", + "message": "PrivateEndpoint with Connection Name pec-4876 not found" + } + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", + "RandomSeed": "2004676772", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "75e96d09-a291-40e1-a5e6-cda78233d867" + } +} diff --git a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersPrivateEndpointConnectionTests/GetAllPrivateEndpointConnections.json b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersPrivateEndpointConnectionTests/GetAllPrivateEndpointConnections.json new file mode 100644 index 000000000000..f688519adeb9 --- /dev/null +++ b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersPrivateEndpointConnectionTests/GetAllPrivateEndpointConnections.json @@ -0,0 +1,2632 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-57936330df92d153cb49acbbf7ff7103-9c5b3a3a4d4a050b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "43d4c39f7093d4c39b972f963a95dff6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "448", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:35:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "81216a8e-3bfc-4b23-98f4-19eaf436ea31", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "81216a8e-3bfc-4b23-98f4-19eaf436ea31", + "x-ms-routing-request-id": "UKSOUTH:20230707T103558Z:81216a8e-3bfc-4b23-98f4-19eaf436ea31" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-db5591bef19b3cfaee7765037606c54d-dbfe75fab9730a7a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0c7c825edc2ec8667084a24022f98b17", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "448", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:35:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d88d559a-7207-4c28-9342-b5b7e0efae46", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "d88d559a-7207-4c28-9342-b5b7e0efae46", + "x-ms-routing-request-id": "UKSOUTH:20230707T103558Z:d88d559a-7207-4c28-9342-b5b7e0efae46" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourcegroups/sdkTestsRg956?api-version=**", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "21", + "Content-Type": "application/json", + "traceparent": "00-ad2a691275a79d3ed81aabef24c77e1b-01796aea3bd613cd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7808f48b976ac8c45b7321ab569f1168", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "ukwest" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "223", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:35:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f8abbc3e-0be4-4fb7-aad0-3ddd8e70a113", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "f8abbc3e-0be4-4fb7-aad0-3ddd8e70a113", + "x-ms-routing-request-id": "UKSOUTH:20230707T103558Z:f8abbc3e-0be4-4fb7-aad0-3ddd8e70a113" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956", + "name": "sdkTestsRg956", + "type": "Microsoft.Resources/resourceGroups", + "location": "ukwest", + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "152", + "Content-Type": "application/json", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-9254cfb47f153982-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f15221f45cc3d20c0ecd82b1a20c1812", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "location": "ukwest", + "properties": { + "securityDomain": { + "fipsState": 2 + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "864", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:36:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d9c8a9ac-e4a3-4c37-a1b2-8148174cb75d", + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-request-id": "d9c8a9ac-e4a3-4c37-a1b2-8148174cb75d", + "x-ms-routing-request-id": "UKSOUTH:20230707T103604Z:d9c8a9ac-e4a3-4c37-a1b2-8148174cb75d" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-1749d7b692be5fc4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f6964d0c9a31ab316c9788f645a9d114", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "864", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:36:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2b39159c-fbd1-4ddb-abe0-89abd8cc067d", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "2b39159c-fbd1-4ddb-abe0-89abd8cc067d", + "x-ms-routing-request-id": "UKSOUTH:20230707T103604Z:2b39159c-fbd1-4ddb-abe0-89abd8cc067d" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-21e70276f7493647-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "70f04392979109b8680e1f5917efb829", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "864", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:36:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c3cb9db9-7ac9-43e5-9b45-11fbc2cdd07b", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "c3cb9db9-7ac9-43e5-9b45-11fbc2cdd07b", + "x-ms-routing-request-id": "UKSOUTH:20230707T103605Z:c3cb9db9-7ac9-43e5-9b45-11fbc2cdd07b" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-6ecff7e49d214a2b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "54a4ab3c227514e16f2b115c62c1fd28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "864", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:36:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a2d8ed3b-ffe3-4103-afaa-d311c4a2fd6a", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "a2d8ed3b-ffe3-4103-afaa-d311c4a2fd6a", + "x-ms-routing-request-id": "UKSOUTH:20230707T103606Z:a2d8ed3b-ffe3-4103-afaa-d311c4a2fd6a" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-7fbd3b7077d2b0b1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d68a309820f47546958d8d227bd7947d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "864", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:36:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "bef8b36d-8c06-4070-a843-777af2ab7c87", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "bef8b36d-8c06-4070-a843-777af2ab7c87", + "x-ms-routing-request-id": "UKSOUTH:20230707T103608Z:bef8b36d-8c06-4070-a843-777af2ab7c87" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-103f6d96ebe6d247-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9ab95edf7c04709e62dc0165865ca6a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "864", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:36:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5a95e455-ef1d-4a34-89d0-2015832b4007", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "5a95e455-ef1d-4a34-89d0-2015832b4007", + "x-ms-routing-request-id": "UKSOUTH:20230707T103610Z:5a95e455-ef1d-4a34-89d0-2015832b4007" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-29dd48eebf85eece-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e6c1f610e2641c34652fbfe794be9997", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "864", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:36:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3df54f4f-9388-4be2-ac90-0cf66f80fd4f", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "3df54f4f-9388-4be2-ac90-0cf66f80fd4f", + "x-ms-routing-request-id": "UKSOUTH:20230707T103614Z:3df54f4f-9388-4be2-ac90-0cf66f80fd4f" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-c20c25061e84d98f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "047c939763071b23911973181ee0ee38", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "864", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:36:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7815a2ca-693b-4c8d-9894-80825cd9f47b", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "7815a2ca-693b-4c8d-9894-80825cd9f47b", + "x-ms-routing-request-id": "UKSOUTH:20230707T103622Z:7815a2ca-693b-4c8d-9894-80825cd9f47b" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-3ef067e273d44eea-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8412e5e7ad16fd19299d35d5bdb6dca4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "864", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:36:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "78ee5408-0ac3-4759-9949-0294555233f5", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "78ee5408-0ac3-4759-9949-0294555233f5", + "x-ms-routing-request-id": "UKSOUTH:20230707T103639Z:78ee5408-0ac3-4759-9949-0294555233f5" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-268393ffa50b9be6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f3ce6a42a2dfada0d2a6544a6e1bfd84", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "864", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:37:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2166657c-6aa7-4717-ae07-44a710c48c67", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "2166657c-6aa7-4717-ae07-44a710c48c67", + "x-ms-routing-request-id": "UKSOUTH:20230707T103711Z:2166657c-6aa7-4717-ae07-44a710c48c67" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-570746e6318dc40a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ae00864114abe9817a7fda6a2d4e5edb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "864", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:37:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ab5412d0-4b2c-4562-b51d-b20f1f8be76b", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "ab5412d0-4b2c-4562-b51d-b20f1f8be76b", + "x-ms-routing-request-id": "UKSOUTH:20230707T103743Z:ab5412d0-4b2c-4562-b51d-b20f1f8be76b" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-2ccc6c505c1b032e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b4d6ce3dfb1144584564b27059ce8e0d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "864", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:38:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b57dc369-cae1-437c-89b2-8855344c8205", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "b57dc369-cae1-437c-89b2-8855344c8205", + "x-ms-routing-request-id": "UKSOUTH:20230707T103816Z:b57dc369-cae1-437c-89b2-8855344c8205" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-0783e1a971e8f80d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3694b09f2db62df9e9e57860c8368084", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "864", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:38:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c9cfcf78-8633-4277-bdb0-14ed6d3c749c", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "c9cfcf78-8633-4277-bdb0-14ed6d3c749c", + "x-ms-routing-request-id": "UKSOUTH:20230707T103848Z:c9cfcf78-8633-4277-bdb0-14ed6d3c749c" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-d76f275c7655dd63-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9f0c7947494545732dbc6847621190ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "864", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:39:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e007badc-4536-4cd8-838d-973048075c22", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "e007badc-4536-4cd8-838d-973048075c22", + "x-ms-routing-request-id": "UKSOUTH:20230707T103920Z:e007badc-4536-4cd8-838d-973048075c22" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-b79b8d0314b01664-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7ccaccf027ba1025d5a8cb2c82f87c0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "864", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:39:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d86e4374-1356-4dc4-abcc-6ee459f8b5e4", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "d86e4374-1356-4dc4-abcc-6ee459f8b5e4", + "x-ms-routing-request-id": "UKSOUTH:20230707T103953Z:d86e4374-1356-4dc4-abcc-6ee459f8b5e4" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-0f5e3857cf8740ac-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "df282ee3efc156c83d4e08f9c4b1cbd7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "864", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:40:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a6372166-75d2-4a09-82d5-274766fcce86", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "a6372166-75d2-4a09-82d5-274766fcce86", + "x-ms-routing-request-id": "UKSOUTH:20230707T104025Z:a6372166-75d2-4a09-82d5-274766fcce86" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-3dac6867ce5667b5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fc6fcc54036b20c954fcca9d7d47c335", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1136", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:40:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9a5c78b4-b21d-4dbe-8240-108d884a5368", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "9a5c78b4-b21d-4dbe-8240-108d884a5368", + "x-ms-routing-request-id": "UKSOUTH:20230707T104057Z:9a5c78b4-b21d-4dbe-8240-108d884a5368" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-d556cee1d3f0f069-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "34635940b0e801ea04743f6b1e2b4b24", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1169", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:41:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3d133b6c-ea3c-49a3-a3cb-50bbd79e5a28", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "3d133b6c-ea3c-49a3-a3cb-50bbd79e5a28", + "x-ms-routing-request-id": "UKSOUTH:20230707T104130Z:3d133b6c-ea3c-49a3-a3cb-50bbd79e5a28" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm2.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm3.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "InitialProvisioning" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-6154f4a0b71903ea-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b5d7f3dc8089dfa364078bc4242ad8f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1169", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:42:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f963d7a7-f1f5-491f-97d8-173021f8a394", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "f963d7a7-f1f5-491f-97d8-173021f8a394", + "x-ms-routing-request-id": "UKSOUTH:20230707T104202Z:f963d7a7-f1f5-491f-97d8-173021f8a394" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm2.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm3.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "InitialProvisioning" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-8432411621f5f10f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6bb9d38b964ea4efe26df7f7c45e0128", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1158", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:42:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "108c7dd0-be52-4bc7-b739-1469ab4e9f0d", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "108c7dd0-be52-4bc7-b739-1469ab4e9f0d", + "x-ms-routing-request-id": "UKSOUTH:20230707T104234Z:108c7dd0-be52-4bc7-b739-1469ab4e9f0d" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm3.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "InitialProvisioning" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-ad70fbb2423b6a97-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "89c0a6b00d6fbfabb583d0e02525dcd9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1136", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:43:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "70dca78f-8cae-437a-ae8e-8bf9d2803933", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "70dca78f-8cae-437a-ae8e-8bf9d2803933", + "x-ms-routing-request-id": "UKSOUTH:20230707T104307Z:70dca78f-8cae-437a-ae8e-8bf9d2803933" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-aa024e3232a318d4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4be0489be07146d60433d31c88ac1a05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1136", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:43:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d8ea88e1-2a6e-4371-a25e-0c9a6a87aeef", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "d8ea88e1-2a6e-4371-a25e-0c9a6a87aeef", + "x-ms-routing-request-id": "UKSOUTH:20230707T104339Z:d8ea88e1-2a6e-4371-a25e-0c9a6a87aeef" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-c333b71927b51084-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7e1462064f697d8728f9b5cac60e7fbc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1136", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:44:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5bede5d8-8f56-4689-96e1-269345ee8a20", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "5bede5d8-8f56-4689-96e1-269345ee8a20", + "x-ms-routing-request-id": "UKSOUTH:20230707T104411Z:5bede5d8-8f56-4689-96e1-269345ee8a20" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-18105d82010c8b9e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7c5c1d90b67dd0b7cf7a853b3a8f3709", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1136", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:44:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c06d198e-2792-492f-87ba-5ec798de25bf", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "c06d198e-2792-492f-87ba-5ec798de25bf", + "x-ms-routing-request-id": "UKSOUTH:20230707T104443Z:c06d198e-2792-492f-87ba-5ec798de25bf" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-cdbf2861434b1779-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c2daca685d114c70c16322782a0b80f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1136", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:45:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "50b1c74d-1769-4574-a0f2-8de93d8066a0", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "50b1c74d-1769-4574-a0f2-8de93d8066a0", + "x-ms-routing-request-id": "UKSOUTH:20230707T104516Z:50b1c74d-1769-4574-a0f2-8de93d8066a0" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-860befa8affb9140-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6a8b17b49e505088ab43aeeec94b4298", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1136", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:45:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "af72ec26-8f55-4a1b-8e58-158cfd596845", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "af72ec26-8f55-4a1b-8e58-158cfd596845", + "x-ms-routing-request-id": "UKSOUTH:20230707T104548Z:af72ec26-8f55-4a1b-8e58-158cfd596845" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-2475a046e7fe6b4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fb61acc2bc3332abad10ba1a933fa5c4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:46:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1eefab3c-2cb9-424d-b7f7-848e60f53224", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "1eefab3c-2cb9-424d-b7f7-848e60f53224", + "x-ms-routing-request-id": "UKSOUTH:20230707T104620Z:1eefab3c-2cb9-424d-b7f7-848e60f53224" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm2.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm3.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Started" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-96ebdb72edfdaa409bfdbfd26f994d70-79d4410f454dbb9c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "23878efacd03c9b8428a17cdae828276", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1130", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:46:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "63faddb1-bf92-4afa-bc29-8918d61d5630", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "63faddb1-bf92-4afa-bc29-8918d61d5630", + "x-ms-routing-request-id": "UKSOUTH:20230707T104653Z:63faddb1-bf92-4afa-bc29-8918d61d5630" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest2459", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Succeeded", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm2.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm3.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "state": "Started" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T10:35:59.173Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T10:35:59.173Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.Network/virtualNetworks/pe-vnet-4896?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "260", + "Content-Type": "application/json", + "traceparent": "00-8b0079233588cb3f52815b3c62e7f817-6cdbcc78c833f220-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c284a97d6cf7bd5940e46ebc6c9deaf3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "ukwest", + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "properties": { + "addressPrefix": "10.0.1.0/24", + "privateEndpointNetworkPolicies": "Disabled" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/cde6e6b9-acd7-41d4-bf2c-d2899b2da411?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1335", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:46:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "49f3c6aa-69e3-4f82-96d3-0062f7ee0a16", + "x-ms-client-request-id": "c284a97d6cf7bd5940e46ebc6c9deaf3", + "x-ms-correlation-request-id": "01ee225d-c105-40ce-ab3b-f1a410c35da5", + "x-ms-ratelimit-remaining-subscription-writes": "1188", + "x-ms-request-id": "cde6e6b9-acd7-41d4-bf2c-d2899b2da411", + "x-ms-routing-request-id": "UKSOUTH:20230707T104653Z:01ee225d-c105-40ce-ab3b-f1a410c35da5" + }, + "ResponseBody": { + "name": "pe-vnet-4896", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.Network/virtualNetworks/pe-vnet-4896", + "etag": "W/\u0022deffd1e9-5f19-4c76-a209-9cbb2c0f3f0c\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "ukwest", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "70602cbe-1339-4324-87d5-04e800aa36c3", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.Network/virtualNetworks/pe-vnet-4896/subnets/default", + "etag": "W/\u0022deffd1e9-5f19-4c76-a209-9cbb2c0f3f0c\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.1.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/cde6e6b9-acd7-41d4-bf2c-d2899b2da411?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8b0079233588cb3f52815b3c62e7f817-58ee98cbbed6c695-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1a288909cc76b78faa0f78e5d3cdab2f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:46:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "3c942fa7-9ccd-4524-9723-1df4e4e8a17a", + "x-ms-client-request-id": "1a288909cc76b78faa0f78e5d3cdab2f", + "x-ms-correlation-request-id": "8b6cf492-cf14-4893-994a-2bf6f19dad1a", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "1810fe69-b921-4502-b135-e09bbbbb6fcb", + "x-ms-routing-request-id": "UKSOUTH:20230707T104653Z:8b6cf492-cf14-4893-994a-2bf6f19dad1a" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/cde6e6b9-acd7-41d4-bf2c-d2899b2da411?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8b0079233588cb3f52815b3c62e7f817-099662a10ae3e21f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b3478ec4f40089c111ca18528ed592b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:47:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9cf349a8-96a2-47af-a34e-647c8c9a7b7f", + "x-ms-client-request-id": "b3478ec4f40089c111ca18528ed592b2", + "x-ms-correlation-request-id": "4766d41d-296d-4493-b129-cdc37117ac8d", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "4a553893-8877-4c5e-a7a9-75ee2a0e58f8", + "x-ms-routing-request-id": "UKSOUTH:20230707T104704Z:4766d41d-296d-4493-b129-cdc37117ac8d" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.Network/virtualNetworks/pe-vnet-4896?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8b0079233588cb3f52815b3c62e7f817-c97d6b98c4150619-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e2b374a0cf756e7d3368eae57bb2e6dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1337", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:47:03 GMT", + "ETag": "W/\u002236c0fdfb-50ac-4c49-ae04-90ef8816fa78\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "7bdfcd0c-d2da-4409-b5dd-3e5883849ce0", + "x-ms-client-request-id": "e2b374a0cf756e7d3368eae57bb2e6dc", + "x-ms-correlation-request-id": "801faf1a-4c7d-4164-81bb-516034ddce22", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "c5cda1a3-8add-4336-859e-fb5ec76848f0", + "x-ms-routing-request-id": "UKSOUTH:20230707T104704Z:801faf1a-4c7d-4164-81bb-516034ddce22" + }, + "ResponseBody": { + "name": "pe-vnet-4896", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.Network/virtualNetworks/pe-vnet-4896", + "etag": "W/\u002236c0fdfb-50ac-4c49-ae04-90ef8816fa78\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "ukwest", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "70602cbe-1339-4324-87d5-04e800aa36c3", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.Network/virtualNetworks/pe-vnet-4896/subnets/default", + "etag": "W/\u002236c0fdfb-50ac-4c49-ae04-90ef8816fa78\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.1.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.Network/privateEndpoints/pe-8997?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "538", + "Content-Type": "application/json", + "traceparent": "00-8031d51fbf5593655308a4b7397cd921-19e41824baf6af1b-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9cbfadf9904614f8c89e09abb33c28d4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "ukwest", + "properties": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.Network/virtualNetworks/pe-vnet-4896/subnets/default", + "properties": {} + }, + "manualPrivateLinkServiceConnections": [ + { + "name": "pec-1", + "properties": { + "privateLinkServiceId": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "groupIds": [ + "cloudhsm" + ], + "requestMessage": "SDK testing" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/30e8b896-a035-4fa1-ba7f-e8d9452ec098?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1950", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:47:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "a7359523-22d0-40c5-a814-a71667a61a3e", + "x-ms-client-request-id": "9cbfadf9904614f8c89e09abb33c28d4", + "x-ms-correlation-request-id": "f049dab3-2656-4223-95ee-a2d2528ab6e0", + "x-ms-ratelimit-remaining-subscription-writes": "1187", + "x-ms-request-id": "30e8b896-a035-4fa1-ba7f-e8d9452ec098", + "x-ms-routing-request-id": "UKSOUTH:20230707T104704Z:f049dab3-2656-4223-95ee-a2d2528ab6e0" + }, + "ResponseBody": { + "name": "pe-8997", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.Network/privateEndpoints/pe-8997", + "etag": "W/\u0022e7a1e24a-bcf3-4567-b175-a76b19356744\u0022", + "type": "Microsoft.Network/privateEndpoints", + "location": "ukwest", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "e0019cea-53bb-4550-9914-a8fa13c25aad", + "privateLinkServiceConnections": [], + "manualPrivateLinkServiceConnections": [ + { + "name": "pec-1", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.Network/privateEndpoints/pe-8997/manualPrivateLinkServiceConnections/pec-1", + "etag": "W/\u0022e7a1e24a-bcf3-4567-b175-a76b19356744\u0022", + "properties": { + "provisioningState": "Succeeded", + "privateLinkServiceId": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "groupIds": [ + "cloudhsm" + ], + "requestMessage": "SDK testing", + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK testing", + "actionsRequired": "None" + } + }, + "type": "Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections" + } + ], + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.Network/virtualNetworks/pe-vnet-4896/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.Network/networkInterfaces/pe-8997.nic.eb6fdb8b-1202-4bac-875d-b0663f28a244" + } + ], + "customDnsConfigs": [] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/30e8b896-a035-4fa1-ba7f-e8d9452ec098?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8031d51fbf5593655308a4b7397cd921-e223bd4e55c42847-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e1593be4f6160f6b7c9e1ad7c6d2baf6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:47:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "e2bc687a-15bf-4c4d-9e99-206423e61855", + "x-ms-client-request-id": "e1593be4f6160f6b7c9e1ad7c6d2baf6", + "x-ms-correlation-request-id": "1d02bfeb-4a3a-4007-be25-58e2b05899da", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "348322d4-f345-4898-83d6-a006272b79dc", + "x-ms-routing-request-id": "UKSOUTH:20230707T104705Z:1d02bfeb-4a3a-4007-be25-58e2b05899da" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/30e8b896-a035-4fa1-ba7f-e8d9452ec098?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8031d51fbf5593655308a4b7397cd921-24ab59b9868cfc29-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b4671540876c31c2f3ca8b6d10600bec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:47:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "20", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "191d9b8e-0b2d-4ea8-b992-d8459ff21e2d", + "x-ms-client-request-id": "b4671540876c31c2f3ca8b6d10600bec", + "x-ms-correlation-request-id": "b159c71e-9f91-41a2-bdbc-13550a2885b5", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "1906b328-697f-4bf3-beae-aca3b6bd350f", + "x-ms-routing-request-id": "UKSOUTH:20230707T104715Z:b159c71e-9f91-41a2-bdbc-13550a2885b5" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/30e8b896-a035-4fa1-ba7f-e8d9452ec098?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8031d51fbf5593655308a4b7397cd921-b7c2fee65cdc430c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "77c6a98f47e387be5a36e27bade22e3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:47:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "fca59250-21d4-446e-8682-cc2ec4a10020", + "x-ms-client-request-id": "77c6a98f47e387be5a36e27bade22e3e", + "x-ms-correlation-request-id": "0a14879f-a813-4219-8899-975d3200e31f", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "625ea29a-2e1f-4ce6-b931-43d4c72fcc07", + "x-ms-routing-request-id": "UKSOUTH:20230707T104735Z:0a14879f-a813-4219-8899-975d3200e31f" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.Network/privateEndpoints/pe-8997?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8031d51fbf5593655308a4b7397cd921-d00e58c6f16e539e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f457891e5a745df37928ed4c6afefe1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2433", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:47:35 GMT", + "ETag": "W/\u0022f2696a07-3e64-4877-8b31-9858b54e7bea\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "faf8753a-5562-4905-8d92-c321a5b3396c", + "x-ms-client-request-id": "f457891e5a745df37928ed4c6afefe1b", + "x-ms-correlation-request-id": "2b1ddfc7-272f-428f-b031-bef93194d732", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "35f064d8-9f94-4652-8cb2-e26327ed2189", + "x-ms-routing-request-id": "UKSOUTH:20230707T104735Z:2b1ddfc7-272f-428f-b031-bef93194d732" + }, + "ResponseBody": { + "name": "pe-8997", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.Network/privateEndpoints/pe-8997", + "etag": "W/\u0022f2696a07-3e64-4877-8b31-9858b54e7bea\u0022", + "type": "Microsoft.Network/privateEndpoints", + "location": "ukwest", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "e0019cea-53bb-4550-9914-a8fa13c25aad", + "privateLinkServiceConnections": [], + "manualPrivateLinkServiceConnections": [ + { + "name": "pec-1", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.Network/privateEndpoints/pe-8997/manualPrivateLinkServiceConnections/pec-1", + "etag": "W/\u0022f2696a07-3e64-4877-8b31-9858b54e7bea\u0022", + "properties": { + "provisioningState": "Succeeded", + "privateLinkServiceId": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459", + "groupIds": [ + "cloudhsm" + ], + "requestMessage": "SDK testing", + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK testing", + "actionsRequired": "None" + } + }, + "type": "Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections" + } + ], + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.Network/virtualNetworks/pe-vnet-4896/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.Network/networkInterfaces/pe-8997.nic.eb6fdb8b-1202-4bac-875d-b0663f28a244" + } + ], + "customDnsConfigs": [ + { + "fqdn": "hsm1.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.4" + ] + }, + { + "fqdn": "hsm2.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.5" + ] + }, + { + "fqdn": "hsm3.cloudhsmsdktest2459-hherg4ena9gzakb0.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.6" + ] + } + ] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459/privateEndpointConnections?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-a86dfdcc831e4eda58b54f31253b5c15-ae8a40b7c5461afd-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1c472e93420cf81257e05935a5468310", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "671", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 10:47:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "61c596ba-e74b-4bbd-bc8d-1b611d3e5868", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "61c596ba-e74b-4bbd-bc8d-1b611d3e5868", + "x-ms-routing-request-id": "UKSOUTH:20230707T104736Z:61c596ba-e74b-4bbd-bc8d-1b611d3e5868" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest2459/privateEndpointConnections/pec-1", + "name": "pec-1", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters/privateEndpointConnections", + "etag": null, + "properties": { + "provisioningState": "SUCCEEDED", + "groupIds": [ + "cloudhsm" + ], + "privateEndpoint": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg956/providers/Microsoft.Network/privateEndpoints/pe-8997" + }, + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK testing", + "actionsRequired": "None" + } + } + } + ] + } + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", + "RandomSeed": "1717004246", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "75e96d09-a291-40e1-a5e6-cda78233d867" + } +} diff --git a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersPrivateEndpointConnectionTests/GetAllPrivateEndpointConnectionsAsync.json b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersPrivateEndpointConnectionTests/GetAllPrivateEndpointConnectionsAsync.json new file mode 100644 index 000000000000..60b8a72935f1 --- /dev/null +++ b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersPrivateEndpointConnectionTests/GetAllPrivateEndpointConnectionsAsync.json @@ -0,0 +1,2705 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-9420ab0b3c87f1de053991e1b40316fd-ee35e584a259416d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "14c6327c8e14ebca0bbfbecdc5fa8416", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "448", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:11:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9f7bad59-3fb4-484b-8147-1b94e434e839", + "x-ms-ratelimit-remaining-subscription-reads": "11799", + "x-ms-request-id": "9f7bad59-3fb4-484b-8147-1b94e434e839", + "x-ms-routing-request-id": "UKSOUTH:20230707T111118Z:9f7bad59-3fb4-484b-8147-1b94e434e839" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-2e4f85b874aa81964e822ad8875b644d-d6047372557fb572-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9cea4d0ad70a91e79dc0452fd821d110", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "448", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:11:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "59da09dd-d97d-4264-bc44-811a02c52cf6", + "x-ms-ratelimit-remaining-subscription-reads": "11798", + "x-ms-request-id": "59da09dd-d97d-4264-bc44-811a02c52cf6", + "x-ms-routing-request-id": "UKSOUTH:20230707T111118Z:59da09dd-d97d-4264-bc44-811a02c52cf6" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourcegroups/sdkTestsRg4069?api-version=**", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "21", + "Content-Type": "application/json", + "traceparent": "00-427fb4be8e7084d918508b803581f98c-6a86938f9378dd01-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e5e21826313ef797b961d717cd38040f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "ukwest" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "225", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:11:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d6abe84b-eaf6-4ce6-8321-ac27170d53c7", + "x-ms-ratelimit-remaining-subscription-writes": "1177", + "x-ms-request-id": "d6abe84b-eaf6-4ce6-8321-ac27170d53c7", + "x-ms-routing-request-id": "UKSOUTH:20230707T111118Z:d6abe84b-eaf6-4ce6-8321-ac27170d53c7" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069", + "name": "sdkTestsRg4069", + "type": "Microsoft.Resources/resourceGroups", + "location": "ukwest", + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "152", + "Content-Type": "application/json", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-2a7f17f8a46086f5-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7e73d8b94ba4773553499b12e9eead5d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "location": "ukwest", + "properties": { + "securityDomain": { + "fipsState": 2 + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:11:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "da5d4c6d-580c-4079-af25-0c0660dac28f", + "x-ms-ratelimit-remaining-subscription-writes": "1176", + "x-ms-request-id": "da5d4c6d-580c-4079-af25-0c0660dac28f", + "x-ms-routing-request-id": "UKSOUTH:20230707T111124Z:da5d4c6d-580c-4079-af25-0c0660dac28f" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-e35d6200d472d6cb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "37170c12a7fc9673afc6dd4e5ba778e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:11:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "22b16b3a-6c0a-4271-b2b2-ff9383ff3c65", + "x-ms-ratelimit-remaining-subscription-reads": "11797", + "x-ms-request-id": "22b16b3a-6c0a-4271-b2b2-ff9383ff3c65", + "x-ms-routing-request-id": "UKSOUTH:20230707T111124Z:22b16b3a-6c0a-4271-b2b2-ff9383ff3c65" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-469f90c1cf99d677-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "21987069956d9d4885ce2d2e3cbba7cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:11:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b11b0e95-463c-4140-996b-87f803269beb", + "x-ms-ratelimit-remaining-subscription-reads": "11796", + "x-ms-request-id": "b11b0e95-463c-4140-996b-87f803269beb", + "x-ms-routing-request-id": "UKSOUTH:20230707T111125Z:b11b0e95-463c-4140-996b-87f803269beb" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-129cd609850f4fa5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ddff7b0876d7f8606f0b81063f0449a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:11:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9b521d9a-d0c1-4c2b-9286-2b2dbd1c4b39", + "x-ms-ratelimit-remaining-subscription-reads": "11795", + "x-ms-request-id": "9b521d9a-d0c1-4c2b-9286-2b2dbd1c4b39", + "x-ms-routing-request-id": "UKSOUTH:20230707T111126Z:9b521d9a-d0c1-4c2b-9286-2b2dbd1c4b39" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-9fe05c78e9ce1258-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5f1026fe1fef7db1c379b12e79445af3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:11:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "897585c6-8221-42c9-9020-a1e39cb22aea", + "x-ms-ratelimit-remaining-subscription-reads": "11794", + "x-ms-request-id": "897585c6-8221-42c9-9020-a1e39cb22aea", + "x-ms-routing-request-id": "UKSOUTH:20230707T111128Z:897585c6-8221-42c9-9020-a1e39cb22aea" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-5e00ab87b5d6593e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e045111e9aa7f2110fa0b26213425e81", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:11:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6b2dae89-fd84-44db-a377-7ddb55530de3", + "x-ms-ratelimit-remaining-subscription-reads": "11793", + "x-ms-request-id": "6b2dae89-fd84-44db-a377-7ddb55530de3", + "x-ms-routing-request-id": "UKSOUTH:20230707T111130Z:6b2dae89-fd84-44db-a377-7ddb55530de3" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-6c5c225870faa90d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1630848447abe9dbc982195dc5327e2a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:11:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ac4fa365-0727-4636-913c-8c0a6c78db90", + "x-ms-ratelimit-remaining-subscription-reads": "11792", + "x-ms-request-id": "ac4fa365-0727-4636-913c-8c0a6c78db90", + "x-ms-routing-request-id": "UKSOUTH:20230707T111134Z:ac4fa365-0727-4636-913c-8c0a6c78db90" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-a5dede485821dc87-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2de78db068bf6302141d504f6d4f6a81", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:11:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "64ba2a8a-8c78-47e9-a420-afef2f8762f5", + "x-ms-ratelimit-remaining-subscription-reads": "11791", + "x-ms-request-id": "64ba2a8a-8c78-47e9-a420-afef2f8762f5", + "x-ms-routing-request-id": "UKSOUTH:20230707T111142Z:64ba2a8a-8c78-47e9-a420-afef2f8762f5" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-0a2dafef38be9aab-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f5aa301b4414d748365c172481b32ddc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:11:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7647ea57-1510-4937-98b4-93b401abc483", + "x-ms-ratelimit-remaining-subscription-reads": "11790", + "x-ms-request-id": "7647ea57-1510-4937-98b4-93b401abc483", + "x-ms-routing-request-id": "UKSOUTH:20230707T111159Z:7647ea57-1510-4937-98b4-93b401abc483" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-f63b1220740404cc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "85b28722305b1bc281cd018ef78c7b7a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:12:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d4b09b96-a315-4398-a292-70305b7922b8", + "x-ms-ratelimit-remaining-subscription-reads": "11789", + "x-ms-request-id": "d4b09b96-a315-4398-a292-70305b7922b8", + "x-ms-routing-request-id": "UKSOUTH:20230707T111231Z:d4b09b96-a315-4398-a292-70305b7922b8" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-ef1db7d17ec56756-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9542981888886c164510f76250dee160", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:13:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c79e8ebd-0209-4f92-ab0c-dccb514cb79c", + "x-ms-ratelimit-remaining-subscription-reads": "11788", + "x-ms-request-id": "c79e8ebd-0209-4f92-ab0c-dccb514cb79c", + "x-ms-routing-request-id": "UKSOUTH:20230707T111303Z:c79e8ebd-0209-4f92-ab0c-dccb514cb79c" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-695ea3d1c6976d30-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e52c73efe49ceb266e8e744742bae0a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:13:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "63e45830-7570-409a-a990-53c9b5de1336", + "x-ms-ratelimit-remaining-subscription-reads": "11787", + "x-ms-request-id": "63e45830-7570-409a-a990-53c9b5de1336", + "x-ms-routing-request-id": "UKSOUTH:20230707T111335Z:63e45830-7570-409a-a990-53c9b5de1336" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-6646345779e4c93f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e90c9de0987199547145404a385fcaa3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:14:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "941f9470-b0fd-4c2d-9e16-4d21be23caf9", + "x-ms-ratelimit-remaining-subscription-reads": "11786", + "x-ms-request-id": "941f9470-b0fd-4c2d-9e16-4d21be23caf9", + "x-ms-routing-request-id": "UKSOUTH:20230707T111408Z:941f9470-b0fd-4c2d-9e16-4d21be23caf9" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-09e1bfb14c1cca51-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "839ea1eb965f34dd725727f914cf2a8b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:14:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7fe0277d-8606-4880-9878-58715751150d", + "x-ms-ratelimit-remaining-subscription-reads": "11785", + "x-ms-request-id": "7fe0277d-8606-4880-9878-58715751150d", + "x-ms-routing-request-id": "UKSOUTH:20230707T111440Z:7fe0277d-8606-4880-9878-58715751150d" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-7db8e044ca1c2b10-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b3824e30f8d157ee1f937456a4dbb20e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:15:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7d7ba598-8a33-4662-917d-1f9b2475edff", + "x-ms-ratelimit-remaining-subscription-reads": "11796", + "x-ms-request-id": "7d7ba598-8a33-4662-917d-1f9b2475edff", + "x-ms-routing-request-id": "UKSOUTH:20230707T111512Z:7d7ba598-8a33-4662-917d-1f9b2475edff" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-8cf12be83569d78b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a05bd1c35c1b4a4ac0d8771a715a85a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "865", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:15:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "36150886-089b-4fb1-8537-df1cfa0e63c9", + "x-ms-ratelimit-remaining-subscription-reads": "11795", + "x-ms-request-id": "36150886-089b-4fb1-8537-df1cfa0e63c9", + "x-ms-routing-request-id": "UKSOUTH:20230707T111546Z:36150886-089b-4fb1-8537-df1cfa0e63c9" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-1bdbc49eb553d472-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ea1ab41b17ddf2d1b24763cc22868f96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1170", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:16:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "23eeaa76-b044-428d-bc29-2186a4c13149", + "x-ms-ratelimit-remaining-subscription-reads": "11794", + "x-ms-request-id": "23eeaa76-b044-428d-bc29-2186a4c13149", + "x-ms-routing-request-id": "UKSOUTH:20230707T111618Z:23eeaa76-b044-428d-bc29-2186a4c13149" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm2.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm3.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "InitialProvisioning" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-55b8c5d595e28fd6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "433618a48973d3700438f2f981d4e5c4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1170", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:16:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e602c33b-bcb0-4d84-946d-f6cf74034c7a", + "x-ms-ratelimit-remaining-subscription-reads": "11793", + "x-ms-request-id": "e602c33b-bcb0-4d84-946d-f6cf74034c7a", + "x-ms-routing-request-id": "UKSOUTH:20230707T111651Z:e602c33b-bcb0-4d84-946d-f6cf74034c7a" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm2.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm3.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "InitialProvisioning" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-9c681f58ffb86259-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ef3ad20ec7c0ab31ff68edd4f87d2739", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1159", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:17:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2bc2dc7b-1f84-4998-886f-3e658e2713f7", + "x-ms-ratelimit-remaining-subscription-reads": "11792", + "x-ms-request-id": "2bc2dc7b-1f84-4998-886f-3e658e2713f7", + "x-ms-routing-request-id": "UKSOUTH:20230707T111723Z:2bc2dc7b-1f84-4998-886f-3e658e2713f7" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "InitialProvisioning" + }, + { + "fqdn": "hsm3.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "InitialProvisioning" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-4cd80d3bd9f95a02-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5875e0484224922e4447e6a525d770de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:17:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "676ca367-804d-4c8a-940d-2420d51a22e3", + "x-ms-ratelimit-remaining-subscription-reads": "11791", + "x-ms-request-id": "676ca367-804d-4c8a-940d-2420d51a22e3", + "x-ms-routing-request-id": "UKSOUTH:20230707T111755Z:676ca367-804d-4c8a-940d-2420d51a22e3" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-8e477e12a520eb93-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "50bd9f619f4bdcd5e78a430a9b9cda86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:18:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "72d27641-28dc-4e86-82ac-97cfc595f571", + "x-ms-ratelimit-remaining-subscription-reads": "11790", + "x-ms-request-id": "72d27641-28dc-4e86-82ac-97cfc595f571", + "x-ms-routing-request-id": "UKSOUTH:20230707T111827Z:72d27641-28dc-4e86-82ac-97cfc595f571" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-d7c1e099d0545b41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a1b1b8108d5fcca0a3a8ab79e18c8628", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:18:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "84eb73ff-da48-41e2-bf36-fbb195f9a6cc", + "x-ms-ratelimit-remaining-subscription-reads": "11789", + "x-ms-request-id": "84eb73ff-da48-41e2-bf36-fbb195f9a6cc", + "x-ms-routing-request-id": "UKSOUTH:20230707T111900Z:84eb73ff-da48-41e2-bf36-fbb195f9a6cc" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-b148170c7e601b92-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "59720ff7d7bfa8ed0a987199fe23f6a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:19:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1b463c4c-c206-4dfa-a7ba-30525ce2f5ca", + "x-ms-ratelimit-remaining-subscription-reads": "11788", + "x-ms-request-id": "1b463c4c-c206-4dfa-a7ba-30525ce2f5ca", + "x-ms-routing-request-id": "UKSOUTH:20230707T111932Z:1b463c4c-c206-4dfa-a7ba-30525ce2f5ca" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-8b4cb57202d8cf6e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6c95606ccf26d47ffef1aca3f45cfb5b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:20:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ed64be26-156a-4960-ab44-260b264a7564", + "x-ms-ratelimit-remaining-subscription-reads": "11797", + "x-ms-request-id": "ed64be26-156a-4960-ab44-260b264a7564", + "x-ms-routing-request-id": "UKSOUTH:20230707T112004Z:ed64be26-156a-4960-ab44-260b264a7564" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-abead3f141bd4efd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8b121b04802938c6cb0896c61b07cd7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:20:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "aa1432e2-752d-4a38-9e0c-698d54dc28a8", + "x-ms-ratelimit-remaining-subscription-reads": "11796", + "x-ms-request-id": "aa1432e2-752d-4a38-9e0c-698d54dc28a8", + "x-ms-routing-request-id": "UKSOUTH:20230707T112036Z:aa1432e2-752d-4a38-9e0c-698d54dc28a8" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-1f2430ea01183a1b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "810c03b11af72801909e5ace2b4ab4ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:21:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9bc3b236-6c52-4045-b6aa-15b7cdf0e973", + "x-ms-ratelimit-remaining-subscription-reads": "11795", + "x-ms-request-id": "9bc3b236-6c52-4045-b6aa-15b7cdf0e973", + "x-ms-routing-request-id": "UKSOUTH:20230707T112109Z:9bc3b236-6c52-4045-b6aa-15b7cdf0e973" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-4aeb1d7933b76929-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e394169d6b11eb7e995ca11e38b8b9f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1137", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:21:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "79eac2ed-f9d9-4eff-8863-d52112d50f42", + "x-ms-ratelimit-remaining-subscription-reads": "11794", + "x-ms-request-id": "79eac2ed-f9d9-4eff-8863-d52112d50f42", + "x-ms-routing-request-id": "UKSOUTH:20230707T112141Z:79eac2ed-f9d9-4eff-8863-d52112d50f42" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm2.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + }, + { + "fqdn": "hsm3.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Starting" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-d34ac0567c6f12d8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f1f12d24794fea6419eafa8b25f80d80", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:22:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "00075b63-c6c1-41eb-a4ab-ba21e22beccd", + "x-ms-ratelimit-remaining-subscription-reads": "11793", + "x-ms-request-id": "00075b63-c6c1-41eb-a4ab-ba21e22beccd", + "x-ms-routing-request-id": "UKSOUTH:20230707T112213Z:00075b63-c6c1-41eb-a4ab-ba21e22beccd" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm2.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm3.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Started" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15e35928d6925b5b8ea13f4ee0fb2779-9c0a61087371358a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0428e954ea72466e8420e79a78e3efd8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1131", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:22:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "617b4ccf-c96d-4996-8397-a2f6a52911d7", + "x-ms-ratelimit-remaining-subscription-reads": "11792", + "x-ms-request-id": "617b4ccf-c96d-4996-8397-a2f6a52911d7", + "x-ms-routing-request-id": "UKSOUTH:20230707T112245Z:617b4ccf-c96d-4996-8397-a2f6a52911d7" + }, + "ResponseBody": { + "name": "CloudhsmSDKTest4854", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Succeeded", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "securityDomain": { + "fipsState": 2, + "activationStatus": null + }, + "hsms": [ + { + "fqdn": "hsm1.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm2.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Started" + }, + { + "fqdn": "hsm3.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "state": "Started" + } + ], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-07T11:11:19.395Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-07T11:11:19.395Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.Network/virtualNetworks/pe-vnet-195?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "260", + "Content-Type": "application/json", + "traceparent": "00-703f11b55924d842a5965da1e9575006-76035347f2562ab9-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5dc359fdb224c9aa2670f3c6a14f20c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "ukwest", + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "properties": { + "addressPrefix": "10.0.1.0/24", + "privateEndpointNetworkPolicies": "Disabled" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/bf128899-42ab-48e9-983b-662f257d77b3?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1334", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:22:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9321d47f-1e57-4908-a8ed-cfbd9f2fdf47", + "x-ms-client-request-id": "5dc359fdb224c9aa2670f3c6a14f20c9", + "x-ms-correlation-request-id": "b7518f7b-0ad1-441a-8b88-0e75f18b6b93", + "x-ms-ratelimit-remaining-subscription-writes": "1177", + "x-ms-request-id": "bf128899-42ab-48e9-983b-662f257d77b3", + "x-ms-routing-request-id": "UKSOUTH:20230707T112246Z:b7518f7b-0ad1-441a-8b88-0e75f18b6b93" + }, + "ResponseBody": { + "name": "pe-vnet-195", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.Network/virtualNetworks/pe-vnet-195", + "etag": "W/\u002202c9d1dd-5ee3-4047-875b-88b4e3502d1d\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "ukwest", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "0bedce13-d75b-4451-8fa9-62532a881734", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.Network/virtualNetworks/pe-vnet-195/subnets/default", + "etag": "W/\u002202c9d1dd-5ee3-4047-875b-88b4e3502d1d\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.1.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/bf128899-42ab-48e9-983b-662f257d77b3?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-703f11b55924d842a5965da1e9575006-e8184076191fdb9b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "270f4ec28b915204c82047d6915a464a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:22:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b3251b78-e9c7-4eb9-b8ab-804ed947d487", + "x-ms-client-request-id": "270f4ec28b915204c82047d6915a464a", + "x-ms-correlation-request-id": "35444434-2eaa-465a-b92a-6a588cedc063", + "x-ms-ratelimit-remaining-subscription-reads": "11791", + "x-ms-request-id": "4e8488c5-f366-4f9d-8887-3c0c8fd7335d", + "x-ms-routing-request-id": "UKSOUTH:20230707T112247Z:35444434-2eaa-465a-b92a-6a588cedc063" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/bf128899-42ab-48e9-983b-662f257d77b3?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-703f11b55924d842a5965da1e9575006-60629a5e3bd2a8be-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "479f1958de303e70ae562e92e838922b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:22:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "18954dc1-2cfb-4805-8f26-348cc721bdd5", + "x-ms-client-request-id": "479f1958de303e70ae562e92e838922b", + "x-ms-correlation-request-id": "c6f54954-3e82-42e2-936e-efc896b2ac58", + "x-ms-ratelimit-remaining-subscription-reads": "11790", + "x-ms-request-id": "16b93fd4-1910-4fea-bf14-79c8316fd767", + "x-ms-routing-request-id": "UKSOUTH:20230707T112257Z:c6f54954-3e82-42e2-936e-efc896b2ac58" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.Network/virtualNetworks/pe-vnet-195?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-703f11b55924d842a5965da1e9575006-d238f69e1b778b2c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "53034d4df93fc4388c61bc1977d4dbd4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1336", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:22:56 GMT", + "ETag": "W/\u0022024c4a0a-d8b4-499b-bdaf-26fc1e1d1d24\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "4434f409-0662-42c0-b77e-67702ed1d5e1", + "x-ms-client-request-id": "53034d4df93fc4388c61bc1977d4dbd4", + "x-ms-correlation-request-id": "d1999b9b-b2f7-491f-8d0f-89b6ead09577", + "x-ms-ratelimit-remaining-subscription-reads": "11789", + "x-ms-request-id": "68ba12e5-d96e-4efa-ae45-fe76804bb147", + "x-ms-routing-request-id": "UKSOUTH:20230707T112257Z:d1999b9b-b2f7-491f-8d0f-89b6ead09577" + }, + "ResponseBody": { + "name": "pe-vnet-195", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.Network/virtualNetworks/pe-vnet-195", + "etag": "W/\u0022024c4a0a-d8b4-499b-bdaf-26fc1e1d1d24\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "ukwest", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "0bedce13-d75b-4451-8fa9-62532a881734", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.Network/virtualNetworks/pe-vnet-195/subnets/default", + "etag": "W/\u0022024c4a0a-d8b4-499b-bdaf-26fc1e1d1d24\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.1.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.Network/privateEndpoints/pe-3999?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "542", + "Content-Type": "application/json", + "traceparent": "00-23b6376be0169826105e62a009bd2c0e-bd54ea6156814e7b-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1c197f4bdb5be375ddd1783a5c716990", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "ukwest", + "properties": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.Network/virtualNetworks/pe-vnet-195/subnets/default", + "properties": {} + }, + "manualPrivateLinkServiceConnections": [ + { + "name": "pec-1003", + "properties": { + "privateLinkServiceId": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "groupIds": [ + "cloudhsm" + ], + "requestMessage": "SDK testing" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/22185dc4-8299-4203-ab60-9877a4b23e32?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1960", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:22:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "3aeb0304-dc47-4d0c-ba41-59e64018d9a1", + "x-ms-client-request-id": "1c197f4bdb5be375ddd1783a5c716990", + "x-ms-correlation-request-id": "75eadfd4-04b8-43b3-872b-b6d0a8dbb762", + "x-ms-ratelimit-remaining-subscription-writes": "1176", + "x-ms-request-id": "22185dc4-8299-4203-ab60-9877a4b23e32", + "x-ms-routing-request-id": "UKSOUTH:20230707T112258Z:75eadfd4-04b8-43b3-872b-b6d0a8dbb762" + }, + "ResponseBody": { + "name": "pe-3999", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.Network/privateEndpoints/pe-3999", + "etag": "W/\u002266536ef1-f09a-4f20-a395-54b7d9d4fbb0\u0022", + "type": "Microsoft.Network/privateEndpoints", + "location": "ukwest", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "81f1fbff-3a10-4936-bb79-46646586c0c1", + "privateLinkServiceConnections": [], + "manualPrivateLinkServiceConnections": [ + { + "name": "pec-1003", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.Network/privateEndpoints/pe-3999/manualPrivateLinkServiceConnections/pec-1003", + "etag": "W/\u002266536ef1-f09a-4f20-a395-54b7d9d4fbb0\u0022", + "properties": { + "provisioningState": "Succeeded", + "privateLinkServiceId": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "groupIds": [ + "cloudhsm" + ], + "requestMessage": "SDK testing", + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK testing", + "actionsRequired": "None" + } + }, + "type": "Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections" + } + ], + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.Network/virtualNetworks/pe-vnet-195/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.Network/networkInterfaces/pe-3999.nic.ea802c30-7f12-4b04-a57b-bda36ddb0588" + } + ], + "customDnsConfigs": [] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/22185dc4-8299-4203-ab60-9877a4b23e32?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-23b6376be0169826105e62a009bd2c0e-d71abb8d103993e8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6946597b761e72d0d71f756e80fe681a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:22:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "74af932d-e871-4daf-b744-13f258e76934", + "x-ms-client-request-id": "6946597b761e72d0d71f756e80fe681a", + "x-ms-correlation-request-id": "14b94ceb-92a1-44eb-925d-2b52923a02cd", + "x-ms-ratelimit-remaining-subscription-reads": "11788", + "x-ms-request-id": "101343fe-f675-46cc-bd46-f50d010fac34", + "x-ms-routing-request-id": "UKSOUTH:20230707T112258Z:14b94ceb-92a1-44eb-925d-2b52923a02cd" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/22185dc4-8299-4203-ab60-9877a4b23e32?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-23b6376be0169826105e62a009bd2c0e-41f87680b2f178bb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5c8b2bf7974c597d74bb3b801fa6c186", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:23:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "20", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "f32c144b-9d88-44c7-89b1-8fd760368845", + "x-ms-client-request-id": "5c8b2bf7974c597d74bb3b801fa6c186", + "x-ms-correlation-request-id": "ba1e4fa2-9373-40e8-9689-962ec4bee8bb", + "x-ms-ratelimit-remaining-subscription-reads": "11787", + "x-ms-request-id": "e4d26759-07df-4eb2-83c8-3f6a7cf5985f", + "x-ms-routing-request-id": "UKSOUTH:20230707T112308Z:ba1e4fa2-9373-40e8-9689-962ec4bee8bb" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/ukwest/operations/22185dc4-8299-4203-ab60-9877a4b23e32?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-23b6376be0169826105e62a009bd2c0e-98d5e97792897a07-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "02bf9f0b002b17714b156c377c9cdee3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:23:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "f2ca9269-4d03-47f1-a895-d9f4ae332476", + "x-ms-client-request-id": "02bf9f0b002b17714b156c377c9cdee3", + "x-ms-correlation-request-id": "b55babc6-c409-46d5-9a7b-93debe936966", + "x-ms-ratelimit-remaining-subscription-reads": "11786", + "x-ms-request-id": "f834d825-b003-4299-8b1f-2c2b439ec594", + "x-ms-routing-request-id": "UKSOUTH:20230707T112328Z:b55babc6-c409-46d5-9a7b-93debe936966" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.Network/privateEndpoints/pe-3999?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-23b6376be0169826105e62a009bd2c0e-b248282c6c49c17c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f6d7a0736acbe38ddcedf4633a4f5231", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2443", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:23:29 GMT", + "ETag": "W/\u0022276aa232-a602-4b5f-9b25-0a697379387c\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "6ea732a1-52c4-4acd-874f-588439e4b255", + "x-ms-client-request-id": "f6d7a0736acbe38ddcedf4633a4f5231", + "x-ms-correlation-request-id": "eeac82f5-62ab-4b00-b736-7d6b39c20558", + "x-ms-ratelimit-remaining-subscription-reads": "11785", + "x-ms-request-id": "b69b5528-6339-4a0d-b2fa-137d5290a847", + "x-ms-routing-request-id": "UKSOUTH:20230707T112329Z:eeac82f5-62ab-4b00-b736-7d6b39c20558" + }, + "ResponseBody": { + "name": "pe-3999", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.Network/privateEndpoints/pe-3999", + "etag": "W/\u0022276aa232-a602-4b5f-9b25-0a697379387c\u0022", + "type": "Microsoft.Network/privateEndpoints", + "location": "ukwest", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "81f1fbff-3a10-4936-bb79-46646586c0c1", + "privateLinkServiceConnections": [], + "manualPrivateLinkServiceConnections": [ + { + "name": "pec-1003", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.Network/privateEndpoints/pe-3999/manualPrivateLinkServiceConnections/pec-1003", + "etag": "W/\u0022276aa232-a602-4b5f-9b25-0a697379387c\u0022", + "properties": { + "provisioningState": "Succeeded", + "privateLinkServiceId": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854", + "groupIds": [ + "cloudhsm" + ], + "requestMessage": "SDK testing", + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK testing", + "actionsRequired": "None" + } + }, + "type": "Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections" + } + ], + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.Network/virtualNetworks/pe-vnet-195/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.Network/networkInterfaces/pe-3999.nic.ea802c30-7f12-4b04-a57b-bda36ddb0588" + } + ], + "customDnsConfigs": [ + { + "fqdn": "hsm1.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.4" + ] + }, + { + "fqdn": "hsm2.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.5" + ] + }, + { + "fqdn": "hsm3.cloudhsmsdktest4854-dkewabgqhsgya9cb.cloudhsm.azure.net", + "ipAddresses": [ + "10.0.1.6" + ] + } + ] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854/privateEndpointConnections?api-version=2022-08-31-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230707.1 (.NET 6.0.18; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e163ee5e653ef7efb97310362b46dcd8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "679", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 07 Jul 2023 11:23:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Kestrel", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a139b460-31a9-4d84-87d1-08ff38f58dc7", + "x-ms-ratelimit-remaining-subscription-reads": "11784", + "x-ms-request-id": "a139b460-31a9-4d84-87d1-08ff38f58dc7", + "x-ms-routing-request-id": "UKSOUTH:20230707T112329Z:a139b460-31a9-4d84-87d1-08ff38f58dc7" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/CloudhsmSDKTest4854/privateEndpointConnections/pec-1003", + "name": "pec-1003", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters/privateEndpointConnections", + "etag": null, + "properties": { + "provisioningState": "SUCCEEDED", + "groupIds": [ + "cloudhsm" + ], + "privateEndpoint": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg4069/providers/Microsoft.Network/privateEndpoints/pe-3999" + }, + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK testing", + "actionsRequired": "None" + } + } + } + ] + } + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", + "RandomSeed": "1410282409", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "75e96d09-a291-40e1-a5e6-cda78233d867" + } +} diff --git a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersTests/CreateOrUpdateCloudHsmClusterTest().json b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersTests/CreateOrUpdateCloudHsmClusterTest().json new file mode 100644 index 000000000000..3e7f061d0b45 --- /dev/null +++ b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersTests/CreateOrUpdateCloudHsmClusterTest().json @@ -0,0 +1,894 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=2022-12-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-234879c3be93901fcefbb1244678418f-166f3c77f55b6af8-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.26100)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 18 Oct 2024 13:58:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "48409721-11f8-4576-934b-2815f0bd433c", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "48409721-11f8-4576-934b-2815f0bd433c", + "x-ms-routing-request-id": "NORTHEUROPE:20241018T135846Z:48409721-11f8-4576-934b-2815f0bd433c", + "X-MSEdge-Ref": "Ref A: CF810603542748E6B587C1547C058C78 Ref B: AMS231020615025 Ref C: 2024-10-18T13:58:46Z" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "00000000-0000-0000-0000-000000000000", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=2022-12-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-4e272069c143e2e7a7491511f188024d-8b274f371f5327e4-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.26100)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 18 Oct 2024 13:58:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3f615955-2c57-4a32-90cf-781369e6c0e5", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "3f615955-2c57-4a32-90cf-781369e6c0e5", + "x-ms-routing-request-id": "NORTHEUROPE:20241018T135851Z:3f615955-2c57-4a32-90cf-781369e6c0e5", + "X-MSEdge-Ref": "Ref A: D40CBD931C4C494A96CDBAE5CD778DF0 Ref B: AMS231020615025 Ref C: 2024-10-18T13:58:51Z" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "00000000-0000-0000-0000-000000000000", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourcegroups/chsmSdkTest4572?api-version=2022-09-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "21", + "Content-Type": "application/json", + "traceparent": "00-f818183f2f26d8813d8bff16d67ff22d-7f02ce4534626ad7-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.26100)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "227", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 18 Oct 2024 13:58:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "42280c11-f2a8-4040-9672-4cccb309a3d0", + "x-ms-ratelimit-remaining-subscription-global-writes": "11999", + "x-ms-ratelimit-remaining-subscription-writes": "799", + "x-ms-request-id": "42280c11-f2a8-4040-9672-4cccb309a3d0", + "x-ms-routing-request-id": "NORTHEUROPE:20241018T135853Z:42280c11-f2a8-4040-9672-4cccb309a3d0", + "X-MSEdge-Ref": "Ref A: 505D501CDCBD49699E6E10301A180A6E Ref B: AMS231020615025 Ref C: 2024-10-18T13:58:52Z" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest4572", + "name": "chsmSdkTest4572", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.ManagedIdentity?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-05195ccdbbf0360c07489b765ea0e764-a8e61f9f360ddfb1-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.26100)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4445", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 18 Oct 2024 13:58:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "06caa112-2fd6-4e48-bb5e-fb6167111373", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "06caa112-2fd6-4e48-bb5e-fb6167111373", + "x-ms-routing-request-id": "NORTHEUROPE:20241018T135854Z:06caa112-2fd6-4e48-bb5e-fb6167111373", + "X-MSEdge-Ref": "Ref A: BA784DDB20D242CD8FDBD3E162ECA74C Ref B: AMS231020615025 Ref C: 2024-10-18T13:58:54Z" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.ManagedIdentity", + "namespace": "Microsoft.ManagedIdentity", + "resourceTypes": [ + { + "resourceType": "Identities", + "locations": [ + "Global", + "Asia", + "Australia", + "Brazil", + "Canada", + "Europe", + "France", + "Germany", + "India", + "Japan", + "Korea", + "Norway", + "South Africa", + "Sweden", + "Switzerland", + "UAE", + "UK", + "United States", + "Singapore", + "South Africa North", + "South Africa West", + "UAE North", + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Brazil South", + "Central India", + "West India", + "Jio India West", + "South India", + "Japan West", + "Japan East", + "East Asia", + "Southeast Asia", + "Israel Central", + "Italy North", + "Korea Central", + "Korea South", + "North Europe", + "Poland Central", + "Qatar Central", + "West Europe", + "UK West", + "UK South", + "Sweden Central", + "Switzerland West", + "Switzerland North", + "Germany West Central", + "Central US", + "North Central US", + "East US", + "East US 2", + "South Central US", + "West US", + "West US 2", + "West US 3", + "West Central US", + "France Central", + "Norway East", + "Mexico Central", + "Spain Central", + "New Zealand", + "Italy", + "Israel", + "Poland", + "Qatar", + "United States EUAP", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-07-31-PREVIEW", + "2023-01-31", + "2022-01-31-PREVIEW", + "2021-09-30-PREVIEW", + "2018-11-30", + "2015-08-31-PREVIEW" + ], + "defaultApiVersion": "2023-01-31", + "capabilities": "SupportsExtension" + }, + { + "resourceType": "userAssignedIdentities", + "locations": [ + "South Africa North", + "South Africa West", + "UAE North", + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Brazil South", + "Central India", + "West India", + "Jio India West", + "South India", + "Japan West", + "Japan East", + "East Asia", + "Israel Central", + "Italy North", + "Southeast Asia", + "Korea Central", + "Korea South", + "North Europe", + "Poland Central", + "Qatar Central", + "West Europe", + "UK West", + "UK South", + "Sweden Central", + "Switzerland West", + "Switzerland North", + "Germany West Central", + "Central US", + "North Central US", + "East US", + "East US 2", + "South Central US", + "West US", + "West US 2", + "West US 3", + "West Central US", + "France Central", + "Norway East", + "Mexico Central", + "Spain Central", + "New Zealand", + "Italy", + "Israel", + "Poland", + "Qatar", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-07-31-PREVIEW", + "2023-01-31", + "2022-01-31-PREVIEW", + "2021-09-30-PREVIEW", + "2018-11-30", + "2015-08-31-PREVIEW" + ], + "defaultApiVersion": "2023-01-31", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "operations", + "locations": [ + "South Africa North", + "South Africa West", + "UAE North", + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Brazil South", + "Central India", + "West India", + "Jio India West", + "South India", + "Japan West", + "Japan East", + "East Asia", + "Israel Central", + "Italy North", + "Southeast Asia", + "Korea Central", + "Korea South", + "North Europe", + "Poland Central", + "Qatar Central", + "West Europe", + "UK West", + "UK South", + "Sweden Central", + "Switzerland West", + "Switzerland North", + "Germany West Central", + "Central US", + "North Central US", + "East US", + "East US 2", + "South Central US", + "West US", + "West US 2", + "West US 3", + "West Central US", + "France Central", + "Norway East", + "Mexico Central", + "Spain Central", + "New Zealand", + "Italy", + "Israel", + "Poland", + "Qatar", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-07-31-PREVIEW", + "2023-01-31", + "2022-01-31-PREVIEW", + "2021-09-30-PREVIEW", + "2018-11-30", + "2015-08-31-PREVIEW" + ], + "defaultApiVersion": "2023-01-31", + "capabilities": "None" + }, + { + "resourceType": "userAssignedIdentities/federatedIdentityCredentials", + "locations": [ + "South Africa North", + "South Africa West", + "UAE North", + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Brazil South", + "Central India", + "West India", + "Jio India West", + "South India", + "Japan West", + "Japan East", + "East Asia", + "Israel Central", + "Italy North", + "Southeast Asia", + "Korea Central", + "Korea South", + "North Europe", + "Poland Central", + "Qatar Central", + "West Europe", + "UK West", + "UK South", + "Sweden Central", + "Switzerland West", + "Switzerland North", + "Germany West Central", + "Central US", + "North Central US", + "East US", + "East US 2", + "South Central US", + "West US", + "West US 2", + "West US 3", + "West Central US", + "France Central", + "Norway East", + "Mexico Central", + "Spain Central", + "New Zealand", + "Italy", + "Israel", + "Poland", + "Qatar", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-07-31-PREVIEW", + "2023-01-31", + "2022-01-31-PREVIEW" + ], + "defaultApiVersion": "2023-01-31", + "capabilities": "None" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest4572/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testRi-9957?api-version=2023-07-31-PREVIEW", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "21", + "Content-Type": "application/json", + "traceparent": "00-05195ccdbbf0360c07489b765ea0e764-7e21f4a177e59330-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.26100)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "ukwest" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "439", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 18 Oct 2024 13:58:56 GMT", + "Expires": "-1", + "Location": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourcegroups/chsmSdkTest4572/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testRi-9957", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4df74151-9779-4731-8c11-55606e745ac8", + "x-ms-ratelimit-remaining-subscription-global-writes": "11999", + "x-ms-ratelimit-remaining-subscription-writes": "799", + "x-ms-request-id": "4df74151-9779-4731-8c11-55606e745ac8", + "x-ms-routing-request-id": "NORTHEUROPE:20241018T135857Z:4df74151-9779-4731-8c11-55606e745ac8", + "X-MSEdge-Ref": "Ref A: F74631C2C8784052BE874F61B751A1C3 Ref B: AMS231020615025 Ref C: 2024-10-18T13:58:54Z" + }, + "ResponseBody": { + "location": "ukwest", + "tags": {}, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourcegroups/chsmSdkTest4572/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testRi-9957", + "name": "testRi-9957", + "type": "Microsoft.ManagedIdentity/userAssignedIdentities", + "properties": { + "tenantId": "00000000-0000-0000-0000-000000000000", + "principalId": "00000000-0000-0000-0000-000000000000", + "clientId": "00000000-0000-0000-0000-000000000000" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourcegroups/chsmSdkTest4572/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testRi-9957?api-version=2023-07-31-PREVIEW", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-05195ccdbbf0360c07489b765ea0e764-0a48244be41044ab-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.26100)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "439", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 18 Oct 2024 13:58:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3abc6b79-f79d-4a1b-8db6-4af7ebca081c", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "3abc6b79-f79d-4a1b-8db6-4af7ebca081c", + "x-ms-routing-request-id": "NORTHEUROPE:20241018T135857Z:3abc6b79-f79d-4a1b-8db6-4af7ebca081c", + "X-MSEdge-Ref": "Ref A: B45F41612AE44BC18D96C1EAB75D0ED6 Ref B: AMS231020615025 Ref C: 2024-10-18T13:58:57Z" + }, + "ResponseBody": { + "location": "ukwest", + "tags": {}, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourcegroups/chsmSdkTest4572/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testRi-9957", + "name": "testRi-9957", + "type": "Microsoft.ManagedIdentity/userAssignedIdentities", + "properties": { + "tenantId": "00000000-0000-0000-0000-000000000000", + "principalId": "00000000-0000-0000-0000-000000000000", + "clientId": "00000000-0000-0000-0000-000000000000" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest4572/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT8586?api-version=2024-06-30-preview", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "147", + "Content-Type": "application/json", + "traceparent": "00-abe787321f3dd98e181c60a4f2673b06-6a8d05b05864a24b-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20241018.1 (.NET 6.0.35; Microsoft Windows 10.0.26100)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "tags": { + "Dept": "SDK Testing", + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "location": "ukwest", + "sku": { + "family": "B", + "name": "Standard_B1" + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "839", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 18 Oct 2024 13:59:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e5907b73-1ba3-40f0-87af-ab070f18d452", + "x-ms-ratelimit-remaining-subscription-global-writes": "11999", + "x-ms-ratelimit-remaining-subscription-writes": "799", + "x-ms-request-id": "5d4f1158-eaec-47ba-aee3-65f8c95c1030", + "x-ms-routing-request-id": "NORTHEUROPE:20241018T135901Z:e5907b73-1ba3-40f0-87af-ab070f18d452", + "X-MSEdge-Ref": "Ref A: 1418B45751054A75B59C22CE7836F772 Ref B: AMS231020615025 Ref C: 2024-10-18T13:58:57Z" + }, + "ResponseBody": { + "name": "sdkT8586", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest4572/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT8586", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "statusMessage": null, + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "fipsApprovedMode": false, + "activationState": "NotDefined", + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "systemData": { + "createdBy": "Sanitized", + "createdByType": "User", + "createdAt": "2024-10-18T13:58:59.424Z", + "lastModifiedBy": "Sanitized", + "lastModifiedByType": "User", + "lastModifiedAt": "2024-10-18T13:58:59.424Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest4572/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT8586?api-version=2024-06-30-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-abe787321f3dd98e181c60a4f2673b06-fc50e44fb3f93511-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.26100)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "839", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 18 Oct 2024 13:59:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8ac28d0e-ed0f-4474-81e8-1561551a6053", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "bc87210d-cee2-403d-9986-7ef3b47abd09", + "x-ms-routing-request-id": "NORTHEUROPE:20241018T135901Z:8ac28d0e-ed0f-4474-81e8-1561551a6053", + "X-MSEdge-Ref": "Ref A: 8A33ECEA2B2C4B1EA41CB6956CFFD010 Ref B: AMS231020615025 Ref C: 2024-10-18T13:59:01Z" + }, + "ResponseBody": { + "name": "sdkT8586", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest4572/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT8586", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "statusMessage": null, + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "fipsApprovedMode": false, + "activationState": "NotDefined", + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "systemData": { + "createdBy": "Sanitized", + "createdByType": "User", + "createdAt": "2024-10-18T13:58:59.424Z", + "lastModifiedBy": "Sanitized", + "lastModifiedByType": "User", + "lastModifiedAt": "2024-10-18T13:58:59.424Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest4572/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT8586?api-version=2024-06-30-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-abe787321f3dd98e181c60a4f2673b06-b355f53e37d5b69c-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.26100)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "872", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 18 Oct 2024 13:59:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a4832518-969b-4cd3-bf5c-b2f20a36b127", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "68a1b530-0348-4d84-a875-12bf931e3499", + "x-ms-routing-request-id": "NORTHEUROPE:20241018T135902Z:a4832518-969b-4cd3-bf5c-b2f20a36b127", + "X-MSEdge-Ref": "Ref A: D4044E050BAC4229B9C2B6C5A1B34562 Ref B: AMS231020615025 Ref C: 2024-10-18T13:59:02Z" + }, + "ResponseBody": { + "name": "sdkT8586", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest4572/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT8586", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Succeeded", + "statusMessage": "HSM cluster provisioning successful.", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "fipsApprovedMode": false, + "activationState": "NotActivated", + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "systemData": { + "createdBy": "Sanitized", + "createdByType": "User", + "createdAt": "2024-10-18T13:58:59.424Z", + "lastModifiedBy": "Sanitized", + "lastModifiedByType": "User", + "lastModifiedAt": "2024-10-18T13:58:59.424Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest4572/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT8586?api-version=2024-06-30-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-596f06c2f193c5607fd450cef2d674da-590e670e3eef8ce4-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20241018.1 (.NET 6.0.35; Microsoft Windows 10.0.26100)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "872", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 18 Oct 2024 13:59:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2eb62d06-5fcd-4e97-a6f1-99607928472f", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "35976fc5-fe7d-4794-ae38-3d1bcad64f99", + "x-ms-routing-request-id": "NORTHEUROPE:20241018T135903Z:2eb62d06-5fcd-4e97-a6f1-99607928472f", + "X-MSEdge-Ref": "Ref A: C842AABAD6B2481DACB12BD71E386B28 Ref B: AMS231020615025 Ref C: 2024-10-18T13:59:03Z" + }, + "ResponseBody": { + "name": "sdkT8586", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest4572/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT8586", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Succeeded", + "statusMessage": "HSM cluster provisioning successful.", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "fipsApprovedMode": false, + "activationState": "NotActivated", + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "systemData": { + "createdBy": "Sanitized", + "createdByType": "User", + "createdAt": "2024-10-18T13:58:59.424Z", + "lastModifiedBy": "Sanitized", + "lastModifiedByType": "User", + "lastModifiedAt": "2024-10-18T13:58:59.424Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest4572/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters?api-version=2024-06-30-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-4ad627da628c0643762b0addefe52490-cca04c99dc444cb4-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20241018.1 (.NET 6.0.35; Microsoft Windows 10.0.26100)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "884", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 18 Oct 2024 13:59:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c704cb1b-9a3d-46ec-bc86-5a56d01f5631", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "511c8def-7edb-4c0d-9d27-ac9c868648e5", + "x-ms-routing-request-id": "NORTHEUROPE:20241018T135903Z:c704cb1b-9a3d-46ec-bc86-5a56d01f5631", + "X-MSEdge-Ref": "Ref A: C05A52F488864EFBBB9675B11BC31310 Ref B: AMS231020615025 Ref C: 2024-10-18T13:59:03Z" + }, + "ResponseBody": { + "value": [ + { + "name": "sdkT8586", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest4572/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT8586", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Succeeded", + "statusMessage": "HSM cluster provisioning successful.", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "fipsApprovedMode": false, + "activationState": "NotActivated", + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "systemData": { + "createdBy": "Sanitized", + "createdByType": "User", + "createdAt": "2024-10-18T13:58:59.424Z", + "lastModifiedBy": "Sanitized", + "lastModifiedByType": "User", + "lastModifiedAt": "2024-10-18T13:58:59.424Z" + } + } + ] + } + } + ], + "Variables": { + "RandomSeed": "992909360", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "75e96d09-a291-40e1-a5e6-cda78233d867" + } +} diff --git a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersTests/CreateOrUpdateCloudHsmClusterTest()Async.json b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersTests/CreateOrUpdateCloudHsmClusterTest()Async.json new file mode 100644 index 000000000000..77f443727fa9 --- /dev/null +++ b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersTests/CreateOrUpdateCloudHsmClusterTest()Async.json @@ -0,0 +1,893 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=2022-12-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-72bac9f278e7a26b3cdbf5e33504f48d-5fb1316e3a30c9d6-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.26100)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 18 Oct 2024 13:59:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "928253ae-59f9-4145-8d12-f4bad50a5f4b", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "928253ae-59f9-4145-8d12-f4bad50a5f4b", + "x-ms-routing-request-id": "NORTHEUROPE:20241018T135917Z:928253ae-59f9-4145-8d12-f4bad50a5f4b", + "X-MSEdge-Ref": "Ref A: D7E3633A09FD4B91A3695B615E592D67 Ref B: AMS231020615025 Ref C: 2024-10-18T13:59:17Z" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "00000000-0000-0000-0000-000000000000", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=2022-12-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-f126930d86ea0a3fdbee83e038328df2-2fb43607fda7abeb-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.26100)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 18 Oct 2024 13:59:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8fad10cc-0cf0-4138-a783-97a49f801284", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "8fad10cc-0cf0-4138-a783-97a49f801284", + "x-ms-routing-request-id": "NORTHEUROPE:20241018T135923Z:8fad10cc-0cf0-4138-a783-97a49f801284", + "X-MSEdge-Ref": "Ref A: 9042A753FAAA4BE3BCDD5D471B18790A Ref B: AMS231020615025 Ref C: 2024-10-18T13:59:23Z" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "00000000-0000-0000-0000-000000000000", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourcegroups/chsmSdkTest2216?api-version=2022-09-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "21", + "Content-Type": "application/json", + "traceparent": "00-90308ec765c893dde0a1d5038ed6e76c-82e5e296b7e16677-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.26100)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "227", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 18 Oct 2024 13:59:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6a2bc947-dff9-45de-94ef-027ed8d2a241", + "x-ms-ratelimit-remaining-subscription-global-writes": "11999", + "x-ms-ratelimit-remaining-subscription-writes": "799", + "x-ms-request-id": "6a2bc947-dff9-45de-94ef-027ed8d2a241", + "x-ms-routing-request-id": "NORTHEUROPE:20241018T135925Z:6a2bc947-dff9-45de-94ef-027ed8d2a241", + "X-MSEdge-Ref": "Ref A: ACAC2F44427342E9998C5FF27B047FC7 Ref B: AMS231020615025 Ref C: 2024-10-18T13:59:23Z" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2216", + "name": "chsmSdkTest2216", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.ManagedIdentity?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-460cc8b4eeec8deeb6d06091f3629c83-26699cd31a9a1a65-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.26100)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4445", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 18 Oct 2024 13:59:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ecf0b528-ca87-4d5a-aa32-ca6a51574123", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "ecf0b528-ca87-4d5a-aa32-ca6a51574123", + "x-ms-routing-request-id": "NORTHEUROPE:20241018T135925Z:ecf0b528-ca87-4d5a-aa32-ca6a51574123", + "X-MSEdge-Ref": "Ref A: A7FF767C36F64C3E8CE4C28562EB98FF Ref B: AMS231020615025 Ref C: 2024-10-18T13:59:25Z" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.ManagedIdentity", + "namespace": "Microsoft.ManagedIdentity", + "resourceTypes": [ + { + "resourceType": "Identities", + "locations": [ + "Global", + "Asia", + "Australia", + "Brazil", + "Canada", + "Europe", + "France", + "Germany", + "India", + "Japan", + "Korea", + "Norway", + "South Africa", + "Sweden", + "Switzerland", + "UAE", + "UK", + "United States", + "Singapore", + "South Africa North", + "South Africa West", + "UAE North", + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Brazil South", + "Central India", + "West India", + "Jio India West", + "South India", + "Japan West", + "Japan East", + "East Asia", + "Southeast Asia", + "Israel Central", + "Italy North", + "Korea Central", + "Korea South", + "North Europe", + "Poland Central", + "Qatar Central", + "West Europe", + "UK West", + "UK South", + "Sweden Central", + "Switzerland West", + "Switzerland North", + "Germany West Central", + "Central US", + "North Central US", + "East US", + "East US 2", + "South Central US", + "West US", + "West US 2", + "West US 3", + "West Central US", + "France Central", + "Norway East", + "Mexico Central", + "Spain Central", + "New Zealand", + "Italy", + "Israel", + "Poland", + "Qatar", + "United States EUAP", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-07-31-PREVIEW", + "2023-01-31", + "2022-01-31-PREVIEW", + "2021-09-30-PREVIEW", + "2018-11-30", + "2015-08-31-PREVIEW" + ], + "defaultApiVersion": "2023-01-31", + "capabilities": "SupportsExtension" + }, + { + "resourceType": "userAssignedIdentities", + "locations": [ + "South Africa North", + "South Africa West", + "UAE North", + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Brazil South", + "Central India", + "West India", + "Jio India West", + "South India", + "Japan West", + "Japan East", + "East Asia", + "Israel Central", + "Italy North", + "Southeast Asia", + "Korea Central", + "Korea South", + "North Europe", + "Poland Central", + "Qatar Central", + "West Europe", + "UK West", + "UK South", + "Sweden Central", + "Switzerland West", + "Switzerland North", + "Germany West Central", + "Central US", + "North Central US", + "East US", + "East US 2", + "South Central US", + "West US", + "West US 2", + "West US 3", + "West Central US", + "France Central", + "Norway East", + "Mexico Central", + "Spain Central", + "New Zealand", + "Italy", + "Israel", + "Poland", + "Qatar", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-07-31-PREVIEW", + "2023-01-31", + "2022-01-31-PREVIEW", + "2021-09-30-PREVIEW", + "2018-11-30", + "2015-08-31-PREVIEW" + ], + "defaultApiVersion": "2023-01-31", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "operations", + "locations": [ + "South Africa North", + "South Africa West", + "UAE North", + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Brazil South", + "Central India", + "West India", + "Jio India West", + "South India", + "Japan West", + "Japan East", + "East Asia", + "Israel Central", + "Italy North", + "Southeast Asia", + "Korea Central", + "Korea South", + "North Europe", + "Poland Central", + "Qatar Central", + "West Europe", + "UK West", + "UK South", + "Sweden Central", + "Switzerland West", + "Switzerland North", + "Germany West Central", + "Central US", + "North Central US", + "East US", + "East US 2", + "South Central US", + "West US", + "West US 2", + "West US 3", + "West Central US", + "France Central", + "Norway East", + "Mexico Central", + "Spain Central", + "New Zealand", + "Italy", + "Israel", + "Poland", + "Qatar", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-07-31-PREVIEW", + "2023-01-31", + "2022-01-31-PREVIEW", + "2021-09-30-PREVIEW", + "2018-11-30", + "2015-08-31-PREVIEW" + ], + "defaultApiVersion": "2023-01-31", + "capabilities": "None" + }, + { + "resourceType": "userAssignedIdentities/federatedIdentityCredentials", + "locations": [ + "South Africa North", + "South Africa West", + "UAE North", + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Brazil South", + "Central India", + "West India", + "Jio India West", + "South India", + "Japan West", + "Japan East", + "East Asia", + "Israel Central", + "Italy North", + "Southeast Asia", + "Korea Central", + "Korea South", + "North Europe", + "Poland Central", + "Qatar Central", + "West Europe", + "UK West", + "UK South", + "Sweden Central", + "Switzerland West", + "Switzerland North", + "Germany West Central", + "Central US", + "North Central US", + "East US", + "East US 2", + "South Central US", + "West US", + "West US 2", + "West US 3", + "West Central US", + "France Central", + "Norway East", + "Mexico Central", + "Spain Central", + "New Zealand", + "Italy", + "Israel", + "Poland", + "Qatar", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-07-31-PREVIEW", + "2023-01-31", + "2022-01-31-PREVIEW" + ], + "defaultApiVersion": "2023-01-31", + "capabilities": "None" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2216/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testRi-40?api-version=2023-07-31-PREVIEW", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "21", + "Content-Type": "application/json", + "traceparent": "00-460cc8b4eeec8deeb6d06091f3629c83-f1296188940f3c99-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.26100)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "ukwest" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "435", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 18 Oct 2024 13:59:27 GMT", + "Expires": "-1", + "Location": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourcegroups/chsmSdkTest2216/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testRi-40", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a1579fbf-74d7-42ab-b196-efedf8fffb96", + "x-ms-ratelimit-remaining-subscription-global-writes": "11999", + "x-ms-ratelimit-remaining-subscription-writes": "799", + "x-ms-request-id": "a1579fbf-74d7-42ab-b196-efedf8fffb96", + "x-ms-routing-request-id": "NORTHEUROPE:20241018T135928Z:a1579fbf-74d7-42ab-b196-efedf8fffb96", + "X-MSEdge-Ref": "Ref A: 3EA891E2C82142949EA467B02CC3863F Ref B: AMS231020615025 Ref C: 2024-10-18T13:59:25Z" + }, + "ResponseBody": { + "location": "ukwest", + "tags": {}, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourcegroups/chsmSdkTest2216/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testRi-40", + "name": "testRi-40", + "type": "Microsoft.ManagedIdentity/userAssignedIdentities", + "properties": { + "tenantId": "00000000-0000-0000-0000-000000000000", + "principalId": "00000000-0000-0000-0000-000000000000", + "clientId": "00000000-0000-0000-0000-000000000000" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourcegroups/chsmSdkTest2216/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testRi-40?api-version=2023-07-31-PREVIEW", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-460cc8b4eeec8deeb6d06091f3629c83-6fa3dccb4942babe-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.26100)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "435", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 18 Oct 2024 13:59:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6dc83fc4-d405-4919-9dfb-4ed0ac0b796d", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "6dc83fc4-d405-4919-9dfb-4ed0ac0b796d", + "x-ms-routing-request-id": "NORTHEUROPE:20241018T135928Z:6dc83fc4-d405-4919-9dfb-4ed0ac0b796d", + "X-MSEdge-Ref": "Ref A: 5D2C576FFC284930A3D5DFD91A1FE2BB Ref B: AMS231020615025 Ref C: 2024-10-18T13:59:28Z" + }, + "ResponseBody": { + "location": "ukwest", + "tags": {}, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourcegroups/chsmSdkTest2216/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testRi-40", + "name": "testRi-40", + "type": "Microsoft.ManagedIdentity/userAssignedIdentities", + "properties": { + "tenantId": "00000000-0000-0000-0000-000000000000", + "principalId": "00000000-0000-0000-0000-000000000000", + "clientId": "00000000-0000-0000-0000-000000000000" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2216/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT8351?api-version=2024-06-30-preview", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "147", + "Content-Type": "application/json", + "traceparent": "00-4cb88495adf3d02e97b928107e3268cf-7d5183810f18eb71-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20241018.1 (.NET 6.0.35; Microsoft Windows 10.0.26100)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "tags": { + "Dept": "SDK Testing", + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "location": "ukwest", + "sku": { + "family": "B", + "name": "Standard_B1" + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "839", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 18 Oct 2024 13:59:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f476a169-f605-45aa-91e2-5b3ef2e59530", + "x-ms-ratelimit-remaining-subscription-global-writes": "11999", + "x-ms-ratelimit-remaining-subscription-writes": "799", + "x-ms-request-id": "46c927b9-98bf-40cb-90e4-baff37c26011", + "x-ms-routing-request-id": "NORTHEUROPE:20241018T135931Z:f476a169-f605-45aa-91e2-5b3ef2e59530", + "X-MSEdge-Ref": "Ref A: 4D0DA36344424815B22FADC27A99B62D Ref B: AMS231020615025 Ref C: 2024-10-18T13:59:28Z" + }, + "ResponseBody": { + "name": "sdkT8351", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2216/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT8351", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "statusMessage": null, + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "fipsApprovedMode": false, + "activationState": "NotDefined", + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "systemData": { + "createdBy": "Sanitized", + "createdByType": "User", + "createdAt": "2024-10-18T13:59:29.662Z", + "lastModifiedBy": "Sanitized", + "lastModifiedByType": "User", + "lastModifiedAt": "2024-10-18T13:59:29.662Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2216/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT8351?api-version=2024-06-30-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4cb88495adf3d02e97b928107e3268cf-4cc5714703a86ad8-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.26100)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "839", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 18 Oct 2024 13:59:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "dbb71950-d3e8-4953-a4ff-0c008c3dce86", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "f0b48e92-b1c3-41cb-9629-0cc2c3a84f34", + "x-ms-routing-request-id": "NORTHEUROPE:20241018T135932Z:dbb71950-d3e8-4953-a4ff-0c008c3dce86", + "X-MSEdge-Ref": "Ref A: 9623F8DD15FA4114AAC62B97979AF996 Ref B: AMS231020615025 Ref C: 2024-10-18T13:59:32Z" + }, + "ResponseBody": { + "name": "sdkT8351", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2216/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT8351", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "statusMessage": null, + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "fipsApprovedMode": false, + "activationState": "NotDefined", + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "systemData": { + "createdBy": "Sanitized", + "createdByType": "User", + "createdAt": "2024-10-18T13:59:29.662Z", + "lastModifiedBy": "Sanitized", + "lastModifiedByType": "User", + "lastModifiedAt": "2024-10-18T13:59:29.662Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2216/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT8351?api-version=2024-06-30-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4cb88495adf3d02e97b928107e3268cf-3ce8c6d19d60602d-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.26100)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "872", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 18 Oct 2024 13:59:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2b60f144-5e8e-4c32-a844-6d58ffc57e0a", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "9e3dc915-044f-42ce-9b01-da035d523e80", + "x-ms-routing-request-id": "NORTHEUROPE:20241018T135933Z:2b60f144-5e8e-4c32-a844-6d58ffc57e0a", + "X-MSEdge-Ref": "Ref A: 29642C04B1FD40BB9AB76C1072D45FAE Ref B: AMS231020615025 Ref C: 2024-10-18T13:59:33Z" + }, + "ResponseBody": { + "name": "sdkT8351", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2216/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT8351", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Succeeded", + "statusMessage": "HSM cluster provisioning successful.", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "fipsApprovedMode": false, + "activationState": "NotActivated", + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "systemData": { + "createdBy": "Sanitized", + "createdByType": "User", + "createdAt": "2024-10-18T13:59:29.662Z", + "lastModifiedBy": "Sanitized", + "lastModifiedByType": "User", + "lastModifiedAt": "2024-10-18T13:59:29.662Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2216/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT8351?api-version=2024-06-30-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-0e35629bfa479670c6d684a616c5aaf1-48023d8ea0497c03-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20241018.1 (.NET 6.0.35; Microsoft Windows 10.0.26100)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "872", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 18 Oct 2024 13:59:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f2964a5c-78e2-4431-a192-5694bf36f841", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "6a93251c-f63e-4df0-8d68-6f5ca75d761b", + "x-ms-routing-request-id": "NORTHEUROPE:20241018T135933Z:f2964a5c-78e2-4431-a192-5694bf36f841", + "X-MSEdge-Ref": "Ref A: F2AD0AAC08844140AA18CC53DA1CAA6B Ref B: AMS231020615025 Ref C: 2024-10-18T13:59:33Z" + }, + "ResponseBody": { + "name": "sdkT8351", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2216/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT8351", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Succeeded", + "statusMessage": "HSM cluster provisioning successful.", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "fipsApprovedMode": false, + "activationState": "NotActivated", + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "systemData": { + "createdBy": "Sanitized", + "createdByType": "User", + "createdAt": "2024-10-18T13:59:29.662Z", + "lastModifiedBy": "Sanitized", + "lastModifiedByType": "User", + "lastModifiedAt": "2024-10-18T13:59:29.662Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2216/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters?api-version=2024-06-30-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20241018.1 (.NET 6.0.35; Microsoft Windows 10.0.26100)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "884", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 18 Oct 2024 13:59:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ef7571f5-4607-4ab1-bfce-728e657888a2", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "c008b71b-7370-4ba1-b0b2-ced11c4c0018", + "x-ms-routing-request-id": "NORTHEUROPE:20241018T135934Z:ef7571f5-4607-4ab1-bfce-728e657888a2", + "X-MSEdge-Ref": "Ref A: FE00CB007C7B4DBAA537B2EED091ED71 Ref B: AMS231020615025 Ref C: 2024-10-18T13:59:34Z" + }, + "ResponseBody": { + "value": [ + { + "name": "sdkT8351", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2216/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT8351", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Succeeded", + "statusMessage": "HSM cluster provisioning successful.", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "fipsApprovedMode": false, + "activationState": "NotActivated", + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "systemData": { + "createdBy": "Sanitized", + "createdByType": "User", + "createdAt": "2024-10-18T13:59:29.662Z", + "lastModifiedBy": "Sanitized", + "lastModifiedByType": "User", + "lastModifiedAt": "2024-10-18T13:59:29.662Z" + } + } + ] + } + } + ], + "Variables": { + "RandomSeed": "1278685139", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "75e96d09-a291-40e1-a5e6-cda78233d867" + } +} diff --git a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersTests/CreateOrUpdateCloudHsmClusterTest.json b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersTests/CreateOrUpdateCloudHsmClusterTest.json new file mode 100644 index 000000000000..596018ac415e --- /dev/null +++ b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersTests/CreateOrUpdateCloudHsmClusterTest.json @@ -0,0 +1,541 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=2022-12-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-f1fe5345e864c045d1369ffd1d689169-647691fb7d3368b4-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.22631)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 17 Oct 2024 12:34:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6fda2d2d-6939-4d10-8427-718b74359508", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "6fda2d2d-6939-4d10-8427-718b74359508", + "x-ms-routing-request-id": "NORTHEUROPE:20241017T123422Z:6fda2d2d-6939-4d10-8427-718b74359508", + "X-MSEdge-Ref": "Ref A: 4E5348BB18DB4F2982C9B1F40CD49B2A Ref B: DB3EDGE2809 Ref C: 2024-10-17T12:34:22Z" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "00000000-0000-0000-0000-000000000000", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=2022-12-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-1eac09524fb87a2fb7434f2b0ec8773f-f8265dc65ca44604-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.22631)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 17 Oct 2024 12:34:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d8c8673f-b68d-4dc3-b351-2e134567d6cb", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "d8c8673f-b68d-4dc3-b351-2e134567d6cb", + "x-ms-routing-request-id": "NORTHEUROPE:20241017T123424Z:d8c8673f-b68d-4dc3-b351-2e134567d6cb", + "X-MSEdge-Ref": "Ref A: 182825C68DC742AFBF39BC6528DA9AC3 Ref B: DB3EDGE2809 Ref C: 2024-10-17T12:34:24Z" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "00000000-0000-0000-0000-000000000000", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourcegroups/chsmSdkTest2271?api-version=2022-09-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "21", + "Content-Type": "application/json", + "traceparent": "00-a20e02f46d17ec0a3a75922def39c43d-d83328ab015061d1-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.22631)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "227", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 17 Oct 2024 12:34:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "545fe4b3-f4db-4e7d-bd6c-3cd72ef60fe9", + "x-ms-ratelimit-remaining-subscription-global-writes": "11999", + "x-ms-ratelimit-remaining-subscription-writes": "799", + "x-ms-request-id": "545fe4b3-f4db-4e7d-bd6c-3cd72ef60fe9", + "x-ms-routing-request-id": "NORTHEUROPE:20241017T123426Z:545fe4b3-f4db-4e7d-bd6c-3cd72ef60fe9", + "X-MSEdge-Ref": "Ref A: 2069BC7B5E2148BA8D32C74BD1579FF3 Ref B: DB3EDGE2809 Ref C: 2024-10-17T12:34:24Z" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2271", + "name": "chsmSdkTest2271", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2271/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT4017?api-version=2024-06-30-preview", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "traceparent": "00-6f5cc29eead1615950766e28512dd7b6-80b3602ee3ecad80-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20241017.1 (.NET 6.0.35; Microsoft Windows 10.0.22631)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "tags": { + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "location": "ukwest", + "sku": { + "family": "B", + "name": "Standard_B1" + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "818", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 17 Oct 2024 12:34:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7a3e2cbc-0b44-4b00-be66-c30b8613cfde", + "x-ms-ratelimit-remaining-subscription-global-writes": "11999", + "x-ms-ratelimit-remaining-subscription-writes": "799", + "x-ms-request-id": "5bda2c7e-d0f2-45bf-af2e-39ebe069578e", + "x-ms-routing-request-id": "NORTHEUROPE:20241017T123430Z:7a3e2cbc-0b44-4b00-be66-c30b8613cfde", + "X-MSEdge-Ref": "Ref A: E556D3240FEE42DB958B0ED0CC405721 Ref B: DB3EDGE2809 Ref C: 2024-10-17T12:34:26Z" + }, + "ResponseBody": { + "name": "sdkT4017", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2271/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT4017", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "statusMessage": null, + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "fipsApprovedMode": false, + "activationState": "NotDefined", + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "systemData": { + "createdBy": "Sanitized", + "createdByType": "User", + "createdAt": "2024-10-17T12:34:27.899Z", + "lastModifiedBy": "Sanitized", + "lastModifiedByType": "User", + "lastModifiedAt": "2024-10-17T12:34:27.899Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2271/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT4017?api-version=2024-06-30-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6f5cc29eead1615950766e28512dd7b6-1d4927e8042110b9-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.22631)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "818", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 17 Oct 2024 12:34:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "92c53732-671d-4016-b5fc-462f4c3fa385", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "fb7aa35c-d11d-4115-bb5e-ccd8be8d8b1a", + "x-ms-routing-request-id": "NORTHEUROPE:20241017T123430Z:92c53732-671d-4016-b5fc-462f4c3fa385", + "X-MSEdge-Ref": "Ref A: DBB85B28C93941EB86165573AD91A33B Ref B: DB3EDGE2809 Ref C: 2024-10-17T12:34:30Z" + }, + "ResponseBody": { + "name": "sdkT4017", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2271/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT4017", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "statusMessage": null, + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "fipsApprovedMode": false, + "activationState": "NotDefined", + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "systemData": { + "createdBy": "Sanitized", + "createdByType": "User", + "createdAt": "2024-10-17T12:34:27.899Z", + "lastModifiedBy": "Sanitized", + "lastModifiedByType": "User", + "lastModifiedAt": "2024-10-17T12:34:27.899Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2271/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT4017?api-version=2024-06-30-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6f5cc29eead1615950766e28512dd7b6-4834bf3b3b0d992a-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.22631)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "818", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 17 Oct 2024 12:34:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "eb052980-3eba-4f72-8265-47dd8c3e1c4e", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "bf98b58b-e476-4f23-ab22-b73e6403aaa3", + "x-ms-routing-request-id": "NORTHEUROPE:20241017T123432Z:eb052980-3eba-4f72-8265-47dd8c3e1c4e", + "X-MSEdge-Ref": "Ref A: C755514FD9E149D58969EB9BCAA34EA1 Ref B: DB3EDGE2809 Ref C: 2024-10-17T12:34:31Z" + }, + "ResponseBody": { + "name": "sdkT4017", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2271/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT4017", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "statusMessage": null, + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "fipsApprovedMode": false, + "activationState": "NotDefined", + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "systemData": { + "createdBy": "Sanitized", + "createdByType": "User", + "createdAt": "2024-10-17T12:34:27.899Z", + "lastModifiedBy": "Sanitized", + "lastModifiedByType": "User", + "lastModifiedAt": "2024-10-17T12:34:27.899Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2271/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT4017?api-version=2024-06-30-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6f5cc29eead1615950766e28512dd7b6-618ca317cfccee21-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.22631)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "851", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 17 Oct 2024 12:34:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a4c302c3-ab61-445f-9343-bb37c1d9c76f", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "32939495-2e29-4328-8a40-a75c982a2366", + "x-ms-routing-request-id": "NORTHEUROPE:20241017T123433Z:a4c302c3-ab61-445f-9343-bb37c1d9c76f", + "X-MSEdge-Ref": "Ref A: 44DB6188834F4DF68058373CF0DE7203 Ref B: DB3EDGE2809 Ref C: 2024-10-17T12:34:33Z" + }, + "ResponseBody": { + "name": "sdkT4017", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2271/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT4017", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Succeeded", + "statusMessage": "HSM cluster provisioning successful.", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "fipsApprovedMode": false, + "activationState": "NotActivated", + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "systemData": { + "createdBy": "Sanitized", + "createdByType": "User", + "createdAt": "2024-10-17T12:34:27.899Z", + "lastModifiedBy": "Sanitized", + "lastModifiedByType": "User", + "lastModifiedAt": "2024-10-17T12:34:27.899Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2271/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT4017?api-version=2024-06-30-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-234ec6c99a9aaf4cd4ba88f40d24a40b-ed8ef5300b05ffc6-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20241017.1 (.NET 6.0.35; Microsoft Windows 10.0.22631)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "851", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 17 Oct 2024 12:34:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ac27150f-e87f-4ac0-b8db-db93bbe601f6", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "363c3f59-f2d4-4e73-95af-df3082bc83fc", + "x-ms-routing-request-id": "NORTHEUROPE:20241017T123434Z:ac27150f-e87f-4ac0-b8db-db93bbe601f6", + "X-MSEdge-Ref": "Ref A: 8ECD7641DC1E4E6A902EF540725D5D3E Ref B: DB3EDGE2809 Ref C: 2024-10-17T12:34:34Z" + }, + "ResponseBody": { + "name": "sdkT4017", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2271/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT4017", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Succeeded", + "statusMessage": "HSM cluster provisioning successful.", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "fipsApprovedMode": false, + "activationState": "NotActivated", + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "systemData": { + "createdBy": "Sanitized", + "createdByType": "User", + "createdAt": "2024-10-17T12:34:27.899Z", + "lastModifiedBy": "Sanitized", + "lastModifiedByType": "User", + "lastModifiedAt": "2024-10-17T12:34:27.899Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2271/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters?api-version=2024-06-30-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-124bdc7fcced81507e6fdd9c38733afb-d90b72ee4b54641b-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20241017.1 (.NET 6.0.35; Microsoft Windows 10.0.22631)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "863", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 17 Oct 2024 12:34:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2d358f0e-ca83-43af-a660-98935644c4f6", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "1266a7b1-d757-4cd4-b18f-760a31084e25", + "x-ms-routing-request-id": "NORTHEUROPE:20241017T123434Z:2d358f0e-ca83-43af-a660-98935644c4f6", + "X-MSEdge-Ref": "Ref A: 00C5FB603BE248CCA8CFDB0FB2CFD940 Ref B: DB3EDGE2809 Ref C: 2024-10-17T12:34:34Z" + }, + "ResponseBody": { + "value": [ + { + "name": "sdkT4017", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest2271/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT4017", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Succeeded", + "statusMessage": "HSM cluster provisioning successful.", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "fipsApprovedMode": false, + "activationState": "NotActivated", + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "systemData": { + "createdBy": "Sanitized", + "createdByType": "User", + "createdAt": "2024-10-17T12:34:27.899Z", + "lastModifiedBy": "Sanitized", + "lastModifiedByType": "User", + "lastModifiedAt": "2024-10-17T12:34:27.899Z" + } + } + ] + } + } + ], + "Variables": { + "RandomSeed": "1481512075", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "75e96d09-a291-40e1-a5e6-cda78233d867" + } +} diff --git a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersTests/CreateOrUpdateCloudHsmClusterTestAsync.json b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersTests/CreateOrUpdateCloudHsmClusterTestAsync.json new file mode 100644 index 000000000000..ebee378884c5 --- /dev/null +++ b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/CloudHsmClustersTests/CreateOrUpdateCloudHsmClusterTestAsync.json @@ -0,0 +1,540 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=2022-12-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-6c55b4cf8a056226bb2680728e972a7b-5c14c1bf209676f0-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.22631)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 17 Oct 2024 12:34:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6fa49ae9-5e2a-4533-8778-66ddcb88f751", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "6fa49ae9-5e2a-4533-8778-66ddcb88f751", + "x-ms-routing-request-id": "NORTHEUROPE:20241017T123444Z:6fa49ae9-5e2a-4533-8778-66ddcb88f751", + "X-MSEdge-Ref": "Ref A: 43CD2C24B1BA4A4AA2123A04A2B3BB6A Ref B: DB3EDGE2809 Ref C: 2024-10-17T12:34:44Z" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "00000000-0000-0000-0000-000000000000", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=2022-12-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-2170248ff2ffaeca2f31d3097e28b9cb-1509af9642daa44d-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.22631)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 17 Oct 2024 12:34:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "78087167-1211-4015-89df-5452aa5e4e06", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "78087167-1211-4015-89df-5452aa5e4e06", + "x-ms-routing-request-id": "NORTHEUROPE:20241017T123446Z:78087167-1211-4015-89df-5452aa5e4e06", + "X-MSEdge-Ref": "Ref A: 86D9DDC5856C4CDBA1DEE03F98CDC94F Ref B: DB3EDGE2809 Ref C: 2024-10-17T12:34:46Z" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "00000000-0000-0000-0000-000000000000", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourcegroups/chsmSdkTest7347?api-version=2022-09-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "21", + "Content-Type": "application/json", + "traceparent": "00-dcf1028683776ebf27ab6953a0a01709-b84001121801fd9d-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.22631)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "227", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 17 Oct 2024 12:34:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a475ff21-3983-4f1e-83f9-d43101259baf", + "x-ms-ratelimit-remaining-subscription-global-writes": "11999", + "x-ms-ratelimit-remaining-subscription-writes": "799", + "x-ms-request-id": "a475ff21-3983-4f1e-83f9-d43101259baf", + "x-ms-routing-request-id": "NORTHEUROPE:20241017T123448Z:a475ff21-3983-4f1e-83f9-d43101259baf", + "X-MSEdge-Ref": "Ref A: D9DF73F4847A4B0FAE5ED9225447E59A Ref B: DB3EDGE2809 Ref C: 2024-10-17T12:34:46Z" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest7347", + "name": "chsmSdkTest7347", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest7347/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT6446?api-version=2024-06-30-preview", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "traceparent": "00-75b5f19198bd00d70fbf0d3f80d23835-aefff984447f8b60-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20241017.1 (.NET 6.0.35; Microsoft Windows 10.0.22631)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "tags": { + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "location": "ukwest", + "sku": { + "family": "B", + "name": "Standard_B1" + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "818", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 17 Oct 2024 12:34:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "faeed60a-1e95-48c3-be3f-d68a6fcca5f8", + "x-ms-ratelimit-remaining-subscription-global-writes": "11999", + "x-ms-ratelimit-remaining-subscription-writes": "799", + "x-ms-request-id": "b7638f00-a158-4bd3-a896-44c5b4b32e37", + "x-ms-routing-request-id": "NORTHEUROPE:20241017T123452Z:faeed60a-1e95-48c3-be3f-d68a6fcca5f8", + "X-MSEdge-Ref": "Ref A: 664751FF321842F68E2AED5ED8D2E2DB Ref B: DB3EDGE2809 Ref C: 2024-10-17T12:34:48Z" + }, + "ResponseBody": { + "name": "sdkT6446", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest7347/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT6446", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "statusMessage": null, + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "fipsApprovedMode": false, + "activationState": "NotDefined", + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "systemData": { + "createdBy": "Sanitized", + "createdByType": "User", + "createdAt": "2024-10-17T12:34:49.756Z", + "lastModifiedBy": "Sanitized", + "lastModifiedByType": "User", + "lastModifiedAt": "2024-10-17T12:34:49.756Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest7347/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT6446?api-version=2024-06-30-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-75b5f19198bd00d70fbf0d3f80d23835-66ee1bb2b1696855-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.22631)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "818", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 17 Oct 2024 12:34:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5755027e-d124-4692-aa8c-dfbae339886e", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "badc274b-b9a9-46c8-b954-22c2f8fe95d9", + "x-ms-routing-request-id": "NORTHEUROPE:20241017T123452Z:5755027e-d124-4692-aa8c-dfbae339886e", + "X-MSEdge-Ref": "Ref A: 160D419CCD2E42E6983A54A6E48671A3 Ref B: DB3EDGE2809 Ref C: 2024-10-17T12:34:52Z" + }, + "ResponseBody": { + "name": "sdkT6446", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest7347/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT6446", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "statusMessage": null, + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "fipsApprovedMode": false, + "activationState": "NotDefined", + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "systemData": { + "createdBy": "Sanitized", + "createdByType": "User", + "createdAt": "2024-10-17T12:34:49.756Z", + "lastModifiedBy": "Sanitized", + "lastModifiedByType": "User", + "lastModifiedAt": "2024-10-17T12:34:49.756Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest7347/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT6446?api-version=2024-06-30-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-75b5f19198bd00d70fbf0d3f80d23835-9ef88d0f9f8191c6-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.22631)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "903", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 17 Oct 2024 12:34:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5aef7f52-b0aa-47b2-bb16-6715d934e6da", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "ccf8f68f-2903-42f4-8ded-546972e447c4", + "x-ms-routing-request-id": "NORTHEUROPE:20241017T123453Z:5aef7f52-b0aa-47b2-bb16-6715d934e6da", + "X-MSEdge-Ref": "Ref A: 127391E43F48452580B0171D725E56C1 Ref B: DB3EDGE2809 Ref C: 2024-10-17T12:34:53Z" + }, + "ResponseBody": { + "name": "sdkT6446", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest7347/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT6446", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Provisioning", + "statusMessage": "Initial HSM cluster provisioning completed. Post-provisioning process is in progress.", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "fipsApprovedMode": false, + "activationState": "NotActivated", + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "systemData": { + "createdBy": "Sanitized", + "createdByType": "User", + "createdAt": "2024-10-17T12:34:49.756Z", + "lastModifiedBy": "Sanitized", + "lastModifiedByType": "User", + "lastModifiedAt": "2024-10-17T12:34:49.756Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest7347/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT6446?api-version=2024-06-30-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-75b5f19198bd00d70fbf0d3f80d23835-b4a9052a736c8b88-00", + "User-Agent": "azsdk-net-ResourceManager/1.13.0 (.NET 6.0.35; Microsoft Windows 10.0.22631)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "851", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 17 Oct 2024 12:34:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "008792ce-f8b4-4b08-be95-b4be015237c8", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "079629f3-be8f-471d-8a99-3fd69ede5c16", + "x-ms-routing-request-id": "NORTHEUROPE:20241017T123454Z:008792ce-f8b4-4b08-be95-b4be015237c8", + "X-MSEdge-Ref": "Ref A: 36787BE1456248319399CD7C4CB1A2FA Ref B: DB3EDGE2809 Ref C: 2024-10-17T12:34:54Z" + }, + "ResponseBody": { + "name": "sdkT6446", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest7347/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT6446", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Succeeded", + "statusMessage": "HSM cluster provisioning successful.", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "fipsApprovedMode": false, + "activationState": "NotActivated", + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "systemData": { + "createdBy": "Sanitized", + "createdByType": "User", + "createdAt": "2024-10-17T12:34:49.756Z", + "lastModifiedBy": "Sanitized", + "lastModifiedByType": "User", + "lastModifiedAt": "2024-10-17T12:34:49.756Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest7347/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT6446?api-version=2024-06-30-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-bab536a3af8c7f339e845d50e402761e-935aed80a82b0b6a-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20241017.1 (.NET 6.0.35; Microsoft Windows 10.0.22631)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "851", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 17 Oct 2024 12:34:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e18d6737-a04c-4d2a-9d22-f2e9ee1984a4", + "x-ms-ratelimit-remaining-subscription-global-reads": "16498", + "x-ms-ratelimit-remaining-subscription-reads": "1098", + "x-ms-request-id": "c0411ffa-ed3d-4f8c-bf5b-e8b32d25d460", + "x-ms-routing-request-id": "NORTHEUROPE:20241017T123454Z:e18d6737-a04c-4d2a-9d22-f2e9ee1984a4", + "X-MSEdge-Ref": "Ref A: 452725ED65524CC98873779A274D9C1F Ref B: DB3EDGE2809 Ref C: 2024-10-17T12:34:54Z" + }, + "ResponseBody": { + "name": "sdkT6446", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest7347/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT6446", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Succeeded", + "statusMessage": "HSM cluster provisioning successful.", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "fipsApprovedMode": false, + "activationState": "NotActivated", + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "systemData": { + "createdBy": "Sanitized", + "createdByType": "User", + "createdAt": "2024-10-17T12:34:49.756Z", + "lastModifiedBy": "Sanitized", + "lastModifiedByType": "User", + "lastModifiedAt": "2024-10-17T12:34:49.756Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest7347/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters?api-version=2024-06-30-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20241017.1 (.NET 6.0.35; Microsoft Windows 10.0.22631)", + "x-ms-client-request-id": "Sanitized", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "863", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 17 Oct 2024 12:34:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Cache": "CONFIG_NOCACHE", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "04b8c4d5-82ea-439c-b6ba-8615e627fd71", + "x-ms-ratelimit-remaining-subscription-global-reads": "16499", + "x-ms-ratelimit-remaining-subscription-reads": "1099", + "x-ms-request-id": "ec9bdc4b-e188-4faa-b752-5073a3ba11c2", + "x-ms-routing-request-id": "NORTHEUROPE:20241017T123455Z:04b8c4d5-82ea-439c-b6ba-8615e627fd71", + "X-MSEdge-Ref": "Ref A: 805F79D02C0049A7B47487F7652C9684 Ref B: DB3EDGE2809 Ref C: 2024-10-17T12:34:54Z" + }, + "ResponseBody": { + "value": [ + { + "name": "sdkT6446", + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", + "location": "ukwest", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/chsmSdkTest7347/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/sdkT6446", + "sku": { + "family": "B", + "name": "Standard_B1" + }, + "properties": { + "provisioningState": "Succeeded", + "statusMessage": "HSM cluster provisioning successful.", + "autoGeneratedDomainNameLabelScope": "TenantReuse", + "fipsApprovedMode": false, + "activationState": "NotActivated", + "hsms": [], + "privateEndpointConnections": [], + "publicNetworkAccess": "Disabled" + }, + "tags": { + "Env": "df", + "UseMockHfc": "true", + "MockHfcDelayInMs": "1" + }, + "systemData": { + "createdBy": "Sanitized", + "createdByType": "User", + "createdAt": "2024-10-17T12:34:49.756Z", + "lastModifiedBy": "Sanitized", + "lastModifiedByType": "User", + "lastModifiedAt": "2024-10-17T12:34:49.756Z" + } + } + ] + } + } + ], + "Variables": { + "RandomSeed": "533990658", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "75e96d09-a291-40e1-a5e6-cda78233d867" + } +} diff --git a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/DedicatedHsmTests/CreateOrUpdateDedicatedHsmTest.json b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/DedicatedHsmTests/CreateOrUpdateDedicatedHsmTest.json new file mode 100644 index 000000000000..0e759037c57f --- /dev/null +++ b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/DedicatedHsmTests/CreateOrUpdateDedicatedHsmTest.json @@ -0,0 +1,1687 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-2f2181b3d03059a99df48263cdff993e-e781a4269621e5a9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "61e5d330f85aabf3cf88cf712335a92d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "448", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:34:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "102a1baa-8c71-4552-9226-e5ac1e80fd58", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "102a1baa-8c71-4552-9226-e5ac1e80fd58", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123406Z:102a1baa-8c71-4552-9226-e5ac1e80fd58" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-3fd3c72712d7dae7f500d1e49f355891-381890d8fd36925c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f058e0eb9c2cca81b126e8b1f8719aea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "448", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:34:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c7b8832d-56dc-4f0b-bd05-28621bc9d5d2", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "c7b8832d-56dc-4f0b-bd05-28621bc9d5d2", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123406Z:c7b8832d-56dc-4f0b-bd05-28621bc9d5d2" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourcegroups/sdkTestsRg5805?api-version=**", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "21", + "Content-Type": "application/json", + "traceparent": "00-602caa42368ee5a5228a47c24ff7671b-20d4bb1cceb882cd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d7f4e2552b0f111c38f9f315f9a2fa19", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "225", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:34:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4f26b3e1-5aa9-4a2b-aa2e-7562c46f3061", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "4f26b3e1-5aa9-4a2b-aa2e-7562c46f3061", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123407Z:4f26b3e1-5aa9-4a2b-aa2e-7562c46f3061" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805", + "name": "sdkTestsRg5805", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet?api-version=2023-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "282", + "Content-Type": "application/json", + "traceparent": "00-a85901ad1475d218817708b2319320cb-c1f9b6318c4118de-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "027842a594771a51b0330f42b25deee4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus", + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "default", + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "myDelegation", + "properties": { + "serviceName": "Microsoft.HardwareSecurityModules/dedicatedHSMs" + } + } + ] + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/eastus/operations/d4ebb2e1-e998-44e9-af63-0bf4dbb23480?api-version=2023-02-01", + "Cache-Control": "no-cache", + "Content-Length": "2063", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:34:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "36f999d5-25c3-475a-b51e-8bf04b89ab1b", + "x-ms-client-request-id": "027842a594771a51b0330f42b25deee4", + "x-ms-correlation-request-id": "cf0aef3e-4f1d-4707-a1de-ea448f01d005", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "d4ebb2e1-e998-44e9-af63-0bf4dbb23480", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123409Z:cf0aef3e-4f1d-4707-a1de-ea448f01d005" + }, + "ResponseBody": { + "name": "dhsm-vnet", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet", + "etag": "W/\u00227f36c327-4b5e-4fa1-bbae-27bf6ba37c2e\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "e2ef351b-eb50-498a-b574-93958c554ff0", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "default", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default", + "etag": "W/\u00227f36c327-4b5e-4fa1-bbae-27bf6ba37c2e\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "myDelegation", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default/delegations/myDelegation", + "etag": "W/\u00227f36c327-4b5e-4fa1-bbae-27bf6ba37c2e\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/eastus/operations/d4ebb2e1-e998-44e9-af63-0bf4dbb23480?api-version=2023-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a85901ad1475d218817708b2319320cb-a090b6551196f8e3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "57cb729892724edea2bc5ff70dcf869c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:34:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "8b49186a-4255-4989-a818-10b46fec91ea", + "x-ms-client-request-id": "57cb729892724edea2bc5ff70dcf869c", + "x-ms-correlation-request-id": "78e6a49a-e831-4803-80dd-a7250c6765c1", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "17dffd69-9fd2-4abd-b321-2889bc6cb4de", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123410Z:78e6a49a-e831-4803-80dd-a7250c6765c1" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/eastus/operations/d4ebb2e1-e998-44e9-af63-0bf4dbb23480?api-version=2023-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a85901ad1475d218817708b2319320cb-b4c6661e1570d57e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d41c300463a7ca308c3c2283f1c265f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:34:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "0f6edda6-123d-43c9-9129-99b54c459585", + "x-ms-client-request-id": "d41c300463a7ca308c3c2283f1c265f9", + "x-ms-correlation-request-id": "5e3ad5c1-f4ca-47fb-902d-14b3f6dab6a9", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "9ff6d318-879e-48ed-b085-862bacdf2555", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123420Z:5e3ad5c1-f4ca-47fb-902d-14b3f6dab6a9" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet?api-version=2023-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a85901ad1475d218817708b2319320cb-7ccaeb277f92c399-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "40aa22af96914a72ef0412997bbd2e10", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2065", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:34:19 GMT", + "ETag": "W/\u0022a35d71fd-5f1c-42ec-8c0b-8aa787911d28\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "cd7e534f-c707-4344-b057-44994dc1667c", + "x-ms-client-request-id": "40aa22af96914a72ef0412997bbd2e10", + "x-ms-correlation-request-id": "93b9d842-124b-459d-80be-dadf33a11774", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "c3aca12f-1139-4b9a-a786-c492338f16bf", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123420Z:93b9d842-124b-459d-80be-dadf33a11774" + }, + "ResponseBody": { + "name": "dhsm-vnet", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet", + "etag": "W/\u0022a35d71fd-5f1c-42ec-8c0b-8aa787911d28\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "e2ef351b-eb50-498a-b574-93958c554ff0", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "default", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default", + "etag": "W/\u0022a35d71fd-5f1c-42ec-8c0b-8aa787911d28\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "myDelegation", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default/delegations/myDelegation", + "etag": "W/\u0022a35d71fd-5f1c-42ec-8c0b-8aa787911d28\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978?api-version=2021-11-30", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "665", + "Content-Type": "application/json", + "traceparent": "00-6ac90ab6e56596e2cccc29d2154f0ec4-c956b3c5ef812810-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230713.1 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8489066daf9a34454101cb356f5a5cdf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "location": "eastus", + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.4" + }, + { + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.6" + } + ] + }, + "stampId": "stamp1" + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1315", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:34:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8489066daf9a34454101cb356f5a5cdf", + "x-ms-correlation-request-id": "492ff24e-fa29-4778-bebe-dba8b6f9c5fc", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "31040847-415f-4480-afe2-1b807ea7a369", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123422Z:492ff24e-fa29-4778-bebe-dba8b6f9c5fc" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978", + "name": "DedicatedHsmTest2978", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:34:21.269Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:34:21.269Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.4" + }, + { + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "CheckingQuota", + "statusMessage": "Resource creation in progress. Validating subscription device quota...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ac90ab6e56596e2cccc29d2154f0ec4-03f021abdf709d10-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "eb16120de039005edc75fe90cb3cdb95", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1315", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:34:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb16120de039005edc75fe90cb3cdb95", + "x-ms-correlation-request-id": "12f3fc40-d908-436f-b162-74fe75e5a511", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "5c0ffec1-94b0-4a1c-906a-87a378c998c2", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123422Z:12f3fc40-d908-436f-b162-74fe75e5a511" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978", + "name": "DedicatedHsmTest2978", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:34:21.269Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:34:21.269Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.4" + }, + { + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "CheckingQuota", + "statusMessage": "Resource creation in progress. Validating subscription device quota...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ac90ab6e56596e2cccc29d2154f0ec4-c2a4097e1b8d3610-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "154132a7437627ebfc1bc5c8caa2e2aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1315", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:34:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "154132a7437627ebfc1bc5c8caa2e2aa", + "x-ms-correlation-request-id": "24fe3649-e700-4ee0-8e29-8544d05fc21a", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "c82d6e33-1073-4169-bb9c-e5e4eb3a7907", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123423Z:24fe3649-e700-4ee0-8e29-8544d05fc21a" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978", + "name": "DedicatedHsmTest2978", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:34:21.269Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:34:21.269Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.4" + }, + { + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "CheckingQuota", + "statusMessage": "Resource creation in progress. Validating subscription device quota...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ac90ab6e56596e2cccc29d2154f0ec4-96be5521e39a639b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5c27fcb2714477a607460eaf4779a282", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1302", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:34:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c27fcb2714477a607460eaf4779a282", + "x-ms-correlation-request-id": "c8fa2cf4-e050-44ce-8f83-738ec2efdaac", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "4ed5c67a-cc95-4159-9539-24ade76f77f4", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123425Z:c8fa2cf4-e050-44ce-8f83-738ec2efdaac" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978", + "name": "DedicatedHsmTest2978", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:34:21.269Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:34:21.269Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.4" + }, + { + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "Allocating", + "statusMessage": "Resource creation in progress. Creating network interface...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ac90ab6e56596e2cccc29d2154f0ec4-225d6d483785331a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1ffb4ff63955ca5827eeee1e1a953639", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1477", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:34:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ffb4ff63955ca5827eeee1e1a953639", + "x-ms-correlation-request-id": "3a434008-ff8c-421f-8942-69cfa5dae7d5", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "c7520c21-9afb-44d1-aadc-8c6e5dd723f5", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123426Z:3a434008-ff8c-421f-8942-69cfa5dae7d5" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978", + "name": "DedicatedHsmTest2978", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:34:21.269Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:34:21.269Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMHost1Nic", + "privateIpAddress": "10.0.0.4" + }, + { + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "Allocating", + "statusMessage": "Resource creation in progress. Creating host 2 network interface...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ac90ab6e56596e2cccc29d2154f0ec4-755a69930cc85f19-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cfde54927e1536518bca0d2f343be082", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1656", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:34:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cfde54927e1536518bca0d2f343be082", + "x-ms-correlation-request-id": "e34e2f7d-67aa-432c-82ca-a150a9d0ead2", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "4f0a2890-93d4-492d-93dc-964c4b9f3f65", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123428Z:e34e2f7d-67aa-432c-82ca-a150a9d0ead2" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978", + "name": "DedicatedHsmTest2978", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:34:21.269Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:34:21.269Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMHost1Nic", + "privateIpAddress": "10.0.0.4" + }, + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMHost2Nic", + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "Connecting", + "statusMessage": "Resource creation in progress. Connecting the device to the virtual network...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ac90ab6e56596e2cccc29d2154f0ec4-35481f802f7d22a1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7ad24378c3a67854a35d355582875c72", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1823", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:34:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ad24378c3a67854a35d355582875c72", + "x-ms-correlation-request-id": "173c21e0-67c6-4c19-80f2-e6a7b831766b", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "e0930df8-eb6c-42d4-908f-6b3feba3fee4", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123432Z:173c21e0-67c6-4c19-80f2-e6a7b831766b" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978", + "name": "DedicatedHsmTest2978", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:34:21.269Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:34:21.269Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMHost1Nic", + "privateIpAddress": "10.0.0.4" + }, + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMHost2Nic", + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMMgmtNic", + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "Connecting", + "statusMessage": "Resource creation in progress. Connecting the device to the virtual network...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ac90ab6e56596e2cccc29d2154f0ec4-671a7c6f1512e04b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f31cd510d39b786dfec5938b2b2995eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1814", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:34:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f31cd510d39b786dfec5938b2b2995eb", + "x-ms-correlation-request-id": "2d7a76e9-84ea-4701-afe1-edf28a370710", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "bb0ef953-8d5f-474d-bed8-ec4046b63e26", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123441Z:2d7a76e9-84ea-4701-afe1-edf28a370710" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978", + "name": "DedicatedHsmTest2978", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:34:21.269Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:34:21.269Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMHost1Nic", + "privateIpAddress": "10.0.0.4" + }, + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMHost2Nic", + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMMgmtNic", + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "Allocating", + "statusMessage": "Resource creation in progress. Updating Network Manager containers...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ac90ab6e56596e2cccc29d2154f0ec4-d1d8e731a3781fe1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d7a66c0ebbc3cf92ff652bb749fbb304", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1803", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:34:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7a66c0ebbc3cf92ff652bb749fbb304", + "x-ms-correlation-request-id": "9a42a892-2dba-4b1a-9b06-c3b275a23b07", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "c8a508ab-3686-4870-bdc1-85b98ca31d17", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123457Z:9a42a892-2dba-4b1a-9b06-c3b275a23b07" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978", + "name": "DedicatedHsmTest2978", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:34:21.269Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:34:21.269Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMHost1Nic", + "privateIpAddress": "10.0.0.4" + }, + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMHost2Nic", + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMMgmtNic", + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "Provisioning", + "statusMessage": "Resource creation in progress. Configuring the device...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ac90ab6e56596e2cccc29d2154f0ec4-5d4feee8def3d1b2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5f1e9b6ded1fa4e7d65a7ce130c94c79", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1803", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:35:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f1e9b6ded1fa4e7d65a7ce130c94c79", + "x-ms-correlation-request-id": "43cb98df-bc69-465e-ab4d-cb185b7eb442", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "4d11ca33-3bdf-47d6-b17c-3cbb7f191aea", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123529Z:43cb98df-bc69-465e-ab4d-cb185b7eb442" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978", + "name": "DedicatedHsmTest2978", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:34:21.269Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:34:21.269Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMHost1Nic", + "privateIpAddress": "10.0.0.4" + }, + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMHost2Nic", + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMMgmtNic", + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "Provisioning", + "statusMessage": "Resource creation in progress. Configuring the device...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ac90ab6e56596e2cccc29d2154f0ec4-8c9d5a1b8e401688-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "164749c885e155ae424df335a7b52e02", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1803", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:36:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "164749c885e155ae424df335a7b52e02", + "x-ms-correlation-request-id": "372beb0e-d5e3-443c-b2e6-fd9ed8483e3b", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "7854d055-1b1d-4cf6-a7e3-61df9449d42b", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123601Z:372beb0e-d5e3-443c-b2e6-fd9ed8483e3b" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978", + "name": "DedicatedHsmTest2978", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:34:21.269Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:34:21.269Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMHost1Nic", + "privateIpAddress": "10.0.0.4" + }, + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMHost2Nic", + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMMgmtNic", + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "Provisioning", + "statusMessage": "Resource creation in progress. Configuring the device...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ac90ab6e56596e2cccc29d2154f0ec4-fd83d9e6385debe6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "901d8f11350a21cc840100693eb19f36", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1803", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:36:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "901d8f11350a21cc840100693eb19f36", + "x-ms-correlation-request-id": "bd2bca8e-5870-488d-a740-e3aa499f6712", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "d4ba7fa7-0754-4325-b9b8-0a13568cf5d7", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123634Z:bd2bca8e-5870-488d-a740-e3aa499f6712" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978", + "name": "DedicatedHsmTest2978", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:34:21.269Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:34:21.269Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMHost1Nic", + "privateIpAddress": "10.0.0.4" + }, + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMHost2Nic", + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMMgmtNic", + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "Provisioning", + "statusMessage": "Resource creation in progress. Configuring the device...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ac90ab6e56596e2cccc29d2154f0ec4-965439fce91466de-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ffefb2199db4e822edc91cd2f9b2fd20", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1814", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:37:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ffefb2199db4e822edc91cd2f9b2fd20", + "x-ms-correlation-request-id": "bc1718e7-b83d-4ec3-a24c-0829b76a3b98", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "fb1cc018-523a-47ca-8e20-d4da8f740ab4", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123706Z:bc1718e7-b83d-4ec3-a24c-0829b76a3b98" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978", + "name": "DedicatedHsmTest2978", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:34:21.269Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:34:21.269Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMHost1Nic", + "privateIpAddress": "10.0.0.4" + }, + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMHost2Nic", + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMMgmtNic", + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "Succeeded", + "statusMessage": "The Dedicated HSM device is provisioned successfully and ready to use.", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-03e690accba75f04119b1a42f9d12a5f-4d3b0e1aa03790a4-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230713.1 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a0cf7a2bbcab926e7d2591e084441691", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1814", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:37:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a0cf7a2bbcab926e7d2591e084441691", + "x-ms-correlation-request-id": "5a3b8ce3-ff25-47df-ba40-0873ec548241", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "cf2de116-4167-4130-bf50-1e631d119407", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123706Z:5a3b8ce3-ff25-47df-ba40-0873ec548241" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978", + "name": "DedicatedHsmTest2978", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:34:21.269Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:34:21.269Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMHost1Nic", + "privateIpAddress": "10.0.0.4" + }, + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMHost2Nic", + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMMgmtNic", + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "Succeeded", + "statusMessage": "The Dedicated HSM device is provisioned successfully and ready to use.", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-30d0a0900ad1f9e95e0b26ba56cb0e68-4d797f0a21daa3f6-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230713.1 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f51bbdad2fc5744d6d34a24118f928d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1826", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:37:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f51bbdad2fc5744d6d34a24118f928d2", + "x-ms-correlation-request-id": "0b18b999-2865-431b-a035-78fe781ae778", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "95fdd05f-7261-460c-837c-234acfca868e", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123706Z:0b18b999-2865-431b-a035-78fe781ae778" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest2978", + "name": "DedicatedHsmTest2978", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:34:21.269Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:34:21.269Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMHost1Nic", + "privateIpAddress": "10.0.0.4" + }, + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMHost2Nic", + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg5805/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest2978_HSMMgmtNic", + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "Succeeded", + "statusMessage": "The Dedicated HSM device is provisioned successfully and ready to use.", + "stampId": "stamp1" + } + } + ] + } + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", + "RandomSeed": "1016654426", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "75e96d09-a291-40e1-a5e6-cda78233d867" + } +} diff --git a/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/DedicatedHsmTests/CreateOrUpdateDedicatedHsmTestAsync.json b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/DedicatedHsmTests/CreateOrUpdateDedicatedHsmTestAsync.json new file mode 100644 index 000000000000..459038805685 --- /dev/null +++ b/sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/tests/SessionRecords/DedicatedHsmTests/CreateOrUpdateDedicatedHsmTestAsync.json @@ -0,0 +1,1836 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-00e796898cbbdcbebc7176aad1ffb8bc-7db09eaa4fb6a7f9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2135d61cc4b9e6c003efadc4fb26d3d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "448", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:37:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8a7253e6-cb69-47d7-a046-d5e8bc33b9d4", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "8a7253e6-cb69-47d7-a046-d5e8bc33b9d4", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123709Z:8a7253e6-cb69-47d7-a046-d5e8bc33b9d4" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-d4587daa18278eea6c196882cc67577c-1cef603e09bd3c37-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fe0e411597beaa1abf86c0550cf4ad0c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "448", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:37:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "75121a75-aea9-45fe-959d-2fa7f7683a64", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "75121a75-aea9-45fe-959d-2fa7f7683a64", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123709Z:75121a75-aea9-45fe-959d-2fa7f7683a64" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867", + "authorizationSource": "RoleBased", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "subscriptionId": "75e96d09-a291-40e1-a5e6-cda78233d867", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "susolank Projects", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourcegroups/sdkTestsRg7821?api-version=**", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "21", + "Content-Type": "application/json", + "traceparent": "00-9cc11068678c20f00e1ca5d41807955b-70a9dd8a0ff5957d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c1f791ab4ef0e34fe5fb4dba64d41705", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "225", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:37:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d754924f-2ae6-451b-b0d5-7ac4e97ed696", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "d754924f-2ae6-451b-b0d5-7ac4e97ed696", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123710Z:d754924f-2ae6-451b-b0d5-7ac4e97ed696" + }, + "ResponseBody": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821", + "name": "sdkTestsRg7821", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet?api-version=2023-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "282", + "Content-Type": "application/json", + "traceparent": "00-4d7267dfb6d6d94f6491b4341be279a3-6332ac759e0fac8b-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7c4c92b785b38bbb6232046ada0f41a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus", + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "default", + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "myDelegation", + "properties": { + "serviceName": "Microsoft.HardwareSecurityModules/dedicatedHSMs" + } + } + ] + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/eastus/operations/92d851e8-d259-4e82-bad9-b27b5d35da7d?api-version=2023-02-01", + "Cache-Control": "no-cache", + "Content-Length": "2063", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:37:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9404bd60-5ec4-4ebc-85af-9cd5dc4f259f", + "x-ms-client-request-id": "7c4c92b785b38bbb6232046ada0f41a0", + "x-ms-correlation-request-id": "baff92de-07f0-41b5-a77a-c25b01d64199", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "92d851e8-d259-4e82-bad9-b27b5d35da7d", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123712Z:baff92de-07f0-41b5-a77a-c25b01d64199" + }, + "ResponseBody": { + "name": "dhsm-vnet", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet", + "etag": "W/\u002288403e70-399c-4650-a03a-bcc86a7effe2\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "98227892-c003-4e10-a1bd-c05b6d25fec0", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "default", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default", + "etag": "W/\u002288403e70-399c-4650-a03a-bcc86a7effe2\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "myDelegation", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default/delegations/myDelegation", + "etag": "W/\u002288403e70-399c-4650-a03a-bcc86a7effe2\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/eastus/operations/92d851e8-d259-4e82-bad9-b27b5d35da7d?api-version=2023-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4d7267dfb6d6d94f6491b4341be279a3-c0f6299039cf2f34-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1a3c5c5006c00cf83c368e1b4a790aeb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:37:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "6a4a8b00-f7df-4b03-99aa-5ccf7c12fa0c", + "x-ms-client-request-id": "1a3c5c5006c00cf83c368e1b4a790aeb", + "x-ms-correlation-request-id": "939940b6-78c2-423d-919a-174d5b58c38f", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "dd865869-31e2-4931-a51a-1191b88765a0", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123712Z:939940b6-78c2-423d-919a-174d5b58c38f" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/providers/Microsoft.Network/locations/eastus/operations/92d851e8-d259-4e82-bad9-b27b5d35da7d?api-version=2023-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4d7267dfb6d6d94f6491b4341be279a3-43f596f634c2e4b2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "85221a0b298391989f8c61dae9ee9c07", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:37:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "07e28a16-1b1a-4d4b-9326-bdde95d99b63", + "x-ms-client-request-id": "85221a0b298391989f8c61dae9ee9c07", + "x-ms-correlation-request-id": "e9fed07c-9cc0-402b-9124-9b4c7bb7e3bb", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "e00b0d12-e0d3-447e-81c6-15ba6b30626d", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123722Z:e9fed07c-9cc0-402b-9124-9b4c7bb7e3bb" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet?api-version=2023-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4d7267dfb6d6d94f6491b4341be279a3-54dfc0657adbf0e6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7e1a5b8026d33be057889fe097d874a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2065", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:37:22 GMT", + "ETag": "W/\u0022b5ed0398-4cad-4a1d-a99e-1c2ef1ab9503\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "fc48e2a9-c252-4392-8465-ffde15b78470", + "x-ms-client-request-id": "7e1a5b8026d33be057889fe097d874a1", + "x-ms-correlation-request-id": "347ebdf5-f341-4d00-a2a7-5ee74a0955d1", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "c23d4b64-7eb3-49cc-9a6e-05588caabbb5", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123722Z:347ebdf5-f341-4d00-a2a7-5ee74a0955d1" + }, + "ResponseBody": { + "name": "dhsm-vnet", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet", + "etag": "W/\u0022b5ed0398-4cad-4a1d-a99e-1c2ef1ab9503\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "98227892-c003-4e10-a1bd-c05b6d25fec0", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "default", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default", + "etag": "W/\u0022b5ed0398-4cad-4a1d-a99e-1c2ef1ab9503\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "myDelegation", + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default/delegations/myDelegation", + "etag": "W/\u0022b5ed0398-4cad-4a1d-a99e-1c2ef1ab9503\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496?api-version=2021-11-30", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "665", + "Content-Type": "application/json", + "traceparent": "00-3251a4a2db96cc7df1230d73992ed593-ad83c73b723387cf-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230713.1 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d4c2b0ce2c372725c3aa7b34a41d224d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "location": "eastus", + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.4" + }, + { + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.6" + } + ] + }, + "stampId": "stamp1" + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1315", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:37:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d4c2b0ce2c372725c3aa7b34a41d224d", + "x-ms-correlation-request-id": "f5fabcf2-b803-48a9-9c5d-2d7a75da27b2", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "5b7fb816-990a-4740-a2dc-d1c1c19221c5", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123724Z:f5fabcf2-b803-48a9-9c5d-2d7a75da27b2" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496", + "name": "DedicatedHsmTest7496", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:37:23.312Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:37:23.312Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.4" + }, + { + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "CheckingQuota", + "statusMessage": "Resource creation in progress. Validating subscription device quota...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3251a4a2db96cc7df1230d73992ed593-804105a2016693a0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "390bbf17c72b54cf36f2ba28abac9639", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1315", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:37:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "390bbf17c72b54cf36f2ba28abac9639", + "x-ms-correlation-request-id": "2f18246c-d9b9-445b-bfaf-bfe78028dc5b", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "14ea9359-95a3-4fe6-a23e-0426b8f19a4c", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123724Z:2f18246c-d9b9-445b-bfaf-bfe78028dc5b" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496", + "name": "DedicatedHsmTest7496", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:37:23.312Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:37:23.312Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.4" + }, + { + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "CheckingQuota", + "statusMessage": "Resource creation in progress. Validating subscription device quota...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3251a4a2db96cc7df1230d73992ed593-54268afd5f4a19c4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "10465165853d424297dd9b50fe2a9d0b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1315", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:37:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "10465165853d424297dd9b50fe2a9d0b", + "x-ms-correlation-request-id": "fbee0dd7-a309-4e3d-8bdf-ba972cf0a739", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "5a102468-7e6f-449b-bef1-845213e63490", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123725Z:fbee0dd7-a309-4e3d-8bdf-ba972cf0a739" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496", + "name": "DedicatedHsmTest7496", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:37:23.312Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:37:23.312Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.4" + }, + { + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "CheckingQuota", + "statusMessage": "Resource creation in progress. Validating subscription device quota...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3251a4a2db96cc7df1230d73992ed593-38d10c243e5ab486-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e51cb4b0e911d322b645b96cd1f0398d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1315", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:37:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e51cb4b0e911d322b645b96cd1f0398d", + "x-ms-correlation-request-id": "f14be223-15f8-430f-ae03-f3b5805f2b60", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "e4b03380-9842-429b-ba05-1df04ec7fa27", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123726Z:f14be223-15f8-430f-ae03-f3b5805f2b60" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496", + "name": "DedicatedHsmTest7496", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:37:23.312Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:37:23.312Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.4" + }, + { + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "CheckingQuota", + "statusMessage": "Resource creation in progress. Validating subscription device quota...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3251a4a2db96cc7df1230d73992ed593-d5242a4f8b379f68-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3795f351e97292887dc8a14e2b7f550b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1315", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:37:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3795f351e97292887dc8a14e2b7f550b", + "x-ms-correlation-request-id": "0d1a16c0-82cd-40e4-8bc3-db54d721ee8d", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "9cc6569f-8806-48d5-8001-c20336a16e23", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123727Z:0d1a16c0-82cd-40e4-8bc3-db54d721ee8d" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496", + "name": "DedicatedHsmTest7496", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:37:23.312Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:37:23.312Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.4" + }, + { + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "CheckingQuota", + "statusMessage": "Resource creation in progress. Validating subscription device quota...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3251a4a2db96cc7df1230d73992ed593-324e268c520f2221-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f678af55b1907b282f725af8cbd671a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1315", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:37:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f678af55b1907b282f725af8cbd671a7", + "x-ms-correlation-request-id": "2c404f05-94af-4ff6-8142-de12aa9fbd46", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "140eb804-5f0f-4992-9016-cd68a961c93f", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123731Z:2c404f05-94af-4ff6-8142-de12aa9fbd46" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496", + "name": "DedicatedHsmTest7496", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:37:23.312Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:37:23.312Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.4" + }, + { + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "CheckingQuota", + "statusMessage": "Resource creation in progress. Validating subscription device quota...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3251a4a2db96cc7df1230d73992ed593-137ed0e91fd1f142-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0aff0ea46594c6982b89674848d3a737", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1315", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:37:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0aff0ea46594c6982b89674848d3a737", + "x-ms-correlation-request-id": "90c2a9a9-2010-4bcc-87d5-1c0f0622bd4b", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "b7f9072c-9d70-42b6-ab8f-c32ab9a1bcac", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123735Z:90c2a9a9-2010-4bcc-87d5-1c0f0622bd4b" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496", + "name": "DedicatedHsmTest7496", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:37:23.312Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:37:23.312Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.4" + }, + { + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "CheckingQuota", + "statusMessage": "Resource creation in progress. Validating subscription device quota...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3251a4a2db96cc7df1230d73992ed593-ccc5b4990b4a2271-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2116adf04278a0fdcb1908ff8f90c6a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1315", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:37:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2116adf04278a0fdcb1908ff8f90c6a7", + "x-ms-correlation-request-id": "1b6a48bc-a4c5-41b6-8134-e1c339ca1c23", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "c3a37910-5e18-4aa5-adfb-c225e3470901", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123743Z:1b6a48bc-a4c5-41b6-8134-e1c339ca1c23" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496", + "name": "DedicatedHsmTest7496", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:37:23.312Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:37:23.312Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.4" + }, + { + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "CheckingQuota", + "statusMessage": "Resource creation in progress. Validating subscription device quota...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3251a4a2db96cc7df1230d73992ed593-4210543c9c5aac95-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1da9f9574a7fef7617b1ca0649df335b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1315", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:37:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1da9f9574a7fef7617b1ca0649df335b", + "x-ms-correlation-request-id": "bb71590f-8e1b-4bfe-a961-ab7bc9ee199e", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "c73c4f79-fab9-4b7f-914c-f0fcba1f1e6c", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123759Z:bb71590f-8e1b-4bfe-a961-ab7bc9ee199e" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496", + "name": "DedicatedHsmTest7496", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:37:23.312Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:37:23.312Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.4" + }, + { + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "CheckingQuota", + "statusMessage": "Resource creation in progress. Validating subscription device quota...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3251a4a2db96cc7df1230d73992ed593-4002c988428a758e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1e0722cb50bf612f105f3f7b5d99379a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1315", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:38:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e0722cb50bf612f105f3f7b5d99379a", + "x-ms-correlation-request-id": "8b7e3dbc-6111-406e-a229-0cfef0d86d05", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "f754ab35-aa29-4c7a-b8e4-4c6b58c4db5e", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123832Z:8b7e3dbc-6111-406e-a229-0cfef0d86d05" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496", + "name": "DedicatedHsmTest7496", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:37:23.312Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:37:23.312Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.4" + }, + { + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "CheckingQuota", + "statusMessage": "Resource creation in progress. Validating subscription device quota...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3251a4a2db96cc7df1230d73992ed593-17156dcc56bcdd23-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4ef1c0c3892aa5b737270ac678f756ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1803", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:39:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ef1c0c3892aa5b737270ac678f756ec", + "x-ms-correlation-request-id": "0e6ce11c-7037-41fd-8dff-2b85b56a72cb", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "11fd568b-0f12-4c8b-9e6a-a4394a8f4fbf", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123904Z:0e6ce11c-7037-41fd-8dff-2b85b56a72cb" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496", + "name": "DedicatedHsmTest7496", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:37:23.312Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:37:23.312Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest7496_HSMHost1Nic", + "privateIpAddress": "10.0.0.4" + }, + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest7496_HSMHost2Nic", + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest7496_HSMMgmtNic", + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "Provisioning", + "statusMessage": "Resource creation in progress. Configuring the device...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3251a4a2db96cc7df1230d73992ed593-938aa6a55c34c6d8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6c33ace6a88906e8ca480c200bfb927d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1803", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:39:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c33ace6a88906e8ca480c200bfb927d", + "x-ms-correlation-request-id": "54c81e27-dcd9-48e0-981e-344e174038f0", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "73c30dfd-da77-4dd1-a064-1a7a9e8a198c", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T123936Z:54c81e27-dcd9-48e0-981e-344e174038f0" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496", + "name": "DedicatedHsmTest7496", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:37:23.312Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:37:23.312Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest7496_HSMHost1Nic", + "privateIpAddress": "10.0.0.4" + }, + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest7496_HSMHost2Nic", + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest7496_HSMMgmtNic", + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "Provisioning", + "statusMessage": "Resource creation in progress. Configuring the device...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3251a4a2db96cc7df1230d73992ed593-f0069cd7d97c1847-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8842307ae4ed42316b62e7984668e919", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1803", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:40:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8842307ae4ed42316b62e7984668e919", + "x-ms-correlation-request-id": "c6d096c7-a892-491b-b304-71ad77e7bb72", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "47a62663-e828-416f-9647-6061eb168f70", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T124008Z:c6d096c7-a892-491b-b304-71ad77e7bb72" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496", + "name": "DedicatedHsmTest7496", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:37:23.312Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:37:23.312Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest7496_HSMHost1Nic", + "privateIpAddress": "10.0.0.4" + }, + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest7496_HSMHost2Nic", + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest7496_HSMMgmtNic", + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "Provisioning", + "statusMessage": "Resource creation in progress. Configuring the device...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3251a4a2db96cc7df1230d73992ed593-4dbec6abcf72bbdb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b1945208ca651b11d8eb84e17c96993b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1803", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:40:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b1945208ca651b11d8eb84e17c96993b", + "x-ms-correlation-request-id": "5be065ca-858c-452e-975a-399014db0fdf", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "9ddfd24c-ff71-41bc-9e11-746b3f0a3d2e", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T124041Z:5be065ca-858c-452e-975a-399014db0fdf" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496", + "name": "DedicatedHsmTest7496", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:37:23.312Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:37:23.312Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest7496_HSMHost1Nic", + "privateIpAddress": "10.0.0.4" + }, + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest7496_HSMHost2Nic", + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest7496_HSMMgmtNic", + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "Provisioning", + "statusMessage": "Resource creation in progress. Configuring the device...", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3251a4a2db96cc7df1230d73992ed593-f4f0f7db7b8ec1fd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "484c8c94cdb401fe7af10126c14fc061", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1814", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:41:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "484c8c94cdb401fe7af10126c14fc061", + "x-ms-correlation-request-id": "e4eb4421-bacf-46e3-aeab-5c21d0774f65", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "1c9c4865-cbc7-4ff0-8f73-b788cded9e84", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T124113Z:e4eb4421-bacf-46e3-aeab-5c21d0774f65" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496", + "name": "DedicatedHsmTest7496", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:37:23.312Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:37:23.312Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest7496_HSMHost1Nic", + "privateIpAddress": "10.0.0.4" + }, + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest7496_HSMHost2Nic", + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest7496_HSMMgmtNic", + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "Succeeded", + "statusMessage": "The Dedicated HSM device is provisioned successfully and ready to use.", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-56fb7a36749b93e3d128b2b5b8622b4a-2e9065e690cd91e7-00", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230713.1 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b818f35ee166af181e27b002604fc5d4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1814", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:41:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b818f35ee166af181e27b002604fc5d4", + "x-ms-correlation-request-id": "9f205187-10f3-408c-897f-44c296d2aebe", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "3471ba64-4962-4394-84f3-436c559bbb60", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T124113Z:9f205187-10f3-408c-897f-44c296d2aebe" + }, + "ResponseBody": { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496", + "name": "DedicatedHsmTest7496", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:37:23.312Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:37:23.312Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest7496_HSMHost1Nic", + "privateIpAddress": "10.0.0.4" + }, + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest7496_HSMHost2Nic", + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest7496_HSMMgmtNic", + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "Succeeded", + "statusMessage": "The Dedicated HSM device is provisioned successfully and ready to use.", + "stampId": "stamp1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs?api-version=2021-11-30", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.HardwareSecurityModules/1.0.0-alpha.20230713.1 (.NET 6.0.20; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ba03abc8a11b3a6554933673c8ea5a88", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1826", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Jul 2023 12:41:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-AspNet-Version": "4.0.30319", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ba03abc8a11b3a6554933673c8ea5a88", + "x-ms-correlation-request-id": "22405758-c01c-4ea1-93c4-04c3f3ad01bb", + "x-ms-keyvault-service-version": "1.5.851.0", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "dd66b604-3af7-40f5-9563-7a80fceb48d1", + "x-ms-routing-request-id": "NORTHEUROPE:20230713T124113Z:22405758-c01c-4ea1-93c4-04c3f3ad01bb" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "payShield10K_LMK1_CPS60" + }, + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/DedicatedHsmTest7496", + "name": "DedicatedHsmTest7496", + "type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", + "location": "eastus", + "tags": { + "Dept": "SDK Testing", + "Env": "df" + }, + "systemData": { + "createdBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "createdByType": "Application", + "createdAt": "2023-07-13T12:37:23.312Z", + "lastModifiedBy": "8c04e2a7-4a4a-43bf-bc08-53b4847b53f1", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-13T12:37:23.312Z" + }, + "properties": { + "networkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest7496_HSMHost1Nic", + "privateIpAddress": "10.0.0.4" + }, + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest7496_HSMHost2Nic", + "privateIpAddress": "10.0.0.5" + } + ] + }, + "managementNetworkProfile": { + "subnet": { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/virtualNetworks/dhsm-vnet/subnets/default" + }, + "networkInterfaces": [ + { + "id": "/subscriptions/75e96d09-a291-40e1-a5e6-cda78233d867/resourceGroups/sdkTestsRg7821/providers/Microsoft.Network/networkInterfaces/DedicatedHsmTest7496_HSMMgmtNic", + "privateIpAddress": "10.0.0.6" + } + ] + }, + "provisioningState": "Succeeded", + "statusMessage": "The Dedicated HSM device is provisioned successfully and ready to use.", + "stampId": "stamp1" + } + } + ] + } + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", + "RandomSeed": "481411601", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "75e96d09-a291-40e1-a5e6-cda78233d867" + } +}