Skip to content

Commit

Permalink
Update region for MHSM deployment (#17056)
Browse files Browse the repository at this point in the history
In order to get live test deployments of MHSM healthy again
  • Loading branch information
maorleger authored Aug 24, 2021
1 parent f89f1a9 commit 847e11f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdk/keyvault/test-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
},
"hsmLocation": {
"type": "string",
"defaultValue": "eastus2",
"allowedValues": ["eastus2", "southcentralus", "northeurope", "westeurope"],
"defaultValue": "eastus",
"allowedValues": ["eastus", "eastus2", "southcentralus", "northeurope", "westeurope"],
"metadata": {
"description": "The location of the Managed HSM. By default, this is 'eastus2'."
"description": "The location of the Managed HSM. By default, this is 'eastus'."
}
},
"enableHsm": {
Expand Down

0 comments on commit 847e11f

Please sign in to comment.