|
| 1 | +{ |
| 2 | + "parameters": { |
| 3 | + "subscriptionId": "00000000-0000-0000-0000-000000000000", |
| 4 | + "resourceGroupName": "rgcloudhsm", |
| 5 | + "cloudHsmClusterName": "chsm1", |
| 6 | + "api-version": "2022-08-31-preview", |
| 7 | + "body": { |
| 8 | + "location": "eastus2", |
| 9 | + "sku": { |
| 10 | + "family": "B", |
| 11 | + "name": "Standard_B1" |
| 12 | + }, |
| 13 | + "tags": { |
| 14 | + "Dept": "hsm", |
| 15 | + "Environment": "dogfood" |
| 16 | + }, |
| 17 | + "properties": { |
| 18 | + "securityDomain": { |
| 19 | + "fipsState": 2 |
| 20 | + } |
| 21 | + } |
| 22 | + } |
| 23 | + }, |
| 24 | + "responses": { |
| 25 | + "200": { |
| 26 | + "body": { |
| 27 | + "name": "chsm1", |
| 28 | + "location": "eastus2", |
| 29 | + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcloudhsm/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/chsm1", |
| 30 | + "sku": { |
| 31 | + "family": "B", |
| 32 | + "name": "Standard_B1" |
| 33 | + }, |
| 34 | + "tags": { |
| 35 | + "Dept": "hsm", |
| 36 | + "Environment": "dogfood" |
| 37 | + }, |
| 38 | + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", |
| 39 | + "systemData": { |
| 40 | + "createdBy": "CHsmUser1", |
| 41 | + "createdByType": "User", |
| 42 | + "createdAt": "2022-09-12T12:00:00.0000000Z", |
| 43 | + "lastModifiedBy": "CHsmUser2", |
| 44 | + "lastModifiedByType": "User", |
| 45 | + "lastModifiedAt": "2022-09-12T12:00:00.0000000Z" |
| 46 | + }, |
| 47 | + "properties": { |
| 48 | + "provisioningState": "Succeeded", |
| 49 | + "autoGeneratedDomainNameLabelScope": "TenantReuse", |
| 50 | + "securityDomain": { |
| 51 | + "fipsState": 2, |
| 52 | + "activationStatus": "null" |
| 53 | + }, |
| 54 | + "hsms": null, |
| 55 | + "publicNetworkAccess": "Disabled", |
| 56 | + "privateEndpointConnections": null |
| 57 | + } |
| 58 | + } |
| 59 | + }, |
| 60 | + "201": { |
| 61 | + "body": { |
| 62 | + "name": "chsm1", |
| 63 | + "location": "eastus2", |
| 64 | + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcloudhsm/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/chsm1", |
| 65 | + "sku": { |
| 66 | + "family": "B", |
| 67 | + "name": "Standard_B1" |
| 68 | + }, |
| 69 | + "tags": { |
| 70 | + "Dept": "hsm", |
| 71 | + "Environment": "dogfood" |
| 72 | + }, |
| 73 | + "type": "Microsoft.HardwareSecurityModules/cloudHsmClusters", |
| 74 | + "systemData": { |
| 75 | + "createdBy": "CHsmUser1", |
| 76 | + "createdByType": "User", |
| 77 | + "createdAt": "2022-09-12T12:00:00.0000000Z", |
| 78 | + "lastModifiedBy": "CHsmUser2", |
| 79 | + "lastModifiedByType": "User", |
| 80 | + "lastModifiedAt": "2022-09-12T12:00:00.0000000Z" |
| 81 | + }, |
| 82 | + "properties": { |
| 83 | + "provisioningState": "Succeeded", |
| 84 | + "autoGeneratedDomainNameLabelScope": "TenantReuse", |
| 85 | + "securityDomain": { |
| 86 | + "fipsState": 2, |
| 87 | + "activationStatus": "null" |
| 88 | + }, |
| 89 | + "hsms": null, |
| 90 | + "publicNetworkAccess": "Disabled", |
| 91 | + "privateEndpointConnections": null |
| 92 | + } |
| 93 | + } |
| 94 | + } |
| 95 | + } |
| 96 | +} |
0 commit comments