Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azure-rest-api-specs
Submodule azure-rest-api-specs updated from 545a9a to f83281
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"enableSoftDelete": true,
"softDeleteRetentionInDays": 90,
"enablePurgeProtection": true,
"hsmPoolUri": null,
"hsmUri": null,
"provisioningState": "Provisioning",
"statusMessage": "Allocating hardware"
},
Expand Down Expand Up @@ -64,7 +64,7 @@
"enableSoftDelete": true,
"softDeleteRetentionInDays": 90,
"enablePurgeProtection": true,
"hsmPoolUri": "https://westus.hsm1.managedhsm.azure.net",
"hsmUri": "https://westus.hsm1.managedhsm.azure.net",
"provisioningState": "Succeeded",
"statusMessage": "ManagedHsm is functional."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"enableSoftDelete": true,
"softDeleteRetentionInDays": 90,
"enablePurgeProtection": true,
"hsmPoolUri": "https://westus.hsm1.managedhsm.azure.net",
"hsmUri": "https://westus.hsm1.managedhsm.azure.net",
"provisioningState": "Succeeded",
"statusMessage": "ManagedHsm is functional."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"enableSoftDelete": true,
"softDeleteRetentionInDays": 90,
"enablePurgeProtection": true,
"hsmPoolUri": "https://westus.hsm1.managedhsm.azure.net",
"hsmUri": "https://westus.hsm1.managedhsm.azure.net",
"provisioningState": "Succeeded",
"statusMessage": "ManagedHsm is functional."
},
Expand All @@ -43,7 +43,7 @@
"enableSoftDelete": true,
"softDeleteRetentionInDays": 90,
"enablePurgeProtection": true,
"hsmPoolUri": "https://westus.hsm2.managedhsm.azure.net",
"hsmUri": "https://westus.hsm2.managedhsm.azure.net",
"provisioningState": "Succeeded",
"statusMessage": "ManagedHsm is functional."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"enableSoftDelete": true,
"softDeleteRetentionInDays": 90,
"enablePurgeProtection": true,
"hsmPoolUri": "https://westus.hsm1.managedhsm.azure.net",
"hsmUri": "https://westus.hsm1.managedhsm.azure.net",
"provisioningState": "Succeeded",
"statusMessage": "ManagedHsm is functional."
},
Expand All @@ -42,7 +42,7 @@
"enableSoftDelete": true,
"softDeleteRetentionInDays": 90,
"enablePurgeProtection": true,
"hsmPoolUri": "https://westus.hsm2.managedhsm.azure.net",
"hsmUri": "https://westus.hsm2.managedhsm.azure.net",
"provisioningState": "Succeeded",
"statusMessage": "ManagedHsm is functional."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"enableSoftDelete": true,
"softDeleteRetentionInDays": 90,
"enablePurgeProtection": true,
"hsmPoolUri": "https://westus.hsm1.managedhsm.azure.net",
"hsmUri": "https://westus.hsm1.managedhsm.azure.net",
"provisioningState": "Succeeded",
"statusMessage": "ManagedHsm is functional."
},
Expand Down Expand Up @@ -52,7 +52,7 @@
"enableSoftDelete": true,
"softDeleteRetentionInDays": 90,
"enablePurgeProtection": true,
"hsmPoolUri": "https://westus.hsm1.managedhsm.azure.net",
"hsmUri": "https://westus.hsm1.managedhsm.azure.net",
"provisioningState": "Updating",
"statusMessage": "ManagedHsm is updating."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"in": "path",
"required": true,
"type": "string",
"pattern": "^[a-zA-Z0-9]{3,24}$",
"description": "Name of the managed HSM Pool"
},
{
Expand Down Expand Up @@ -112,7 +111,6 @@
"in": "path",
"required": true,
"type": "string",
"pattern": "^[a-zA-Z0-9]{3,24}$",
"description": "Name of the managed HSM Pool"
},
{
Expand Down Expand Up @@ -393,7 +391,7 @@
},
"description": "Array of initial administrators object ids for this managed hsm pool."
},
"hsmPoolUri": {
"hsmUri": {
"type": "string",
"description": "The URI of the managed hsm pool for performing operations on keys."
},
Expand Down