Skip to content

Commit

Permalink
[Key Vault] Update default MHSM location for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mccoyp authored Apr 23, 2021
1 parent 2f2a031 commit 99edeeb
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions sdk/keyvault/test-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,25 @@
},
"hsmLocation": {
"type": "string",
"defaultValue": "eastus2",
"defaultValue": "westus",
"allowedValues": [
"australiacentral",
"canadacentral",
"centralus",
"eastasia",
"eastus2",
"southcentralus",
"koreacentral",
"northeurope",
"westeurope"
"southafricanorth",
"southcentralus",
"southeastasia",
"switzerlandnorth",
"uksouth",
"westeurope",
"westus"
],
"metadata": {
"description": "The location of the Managed HSM. By default, this is 'southcentralus'."
"description": "The location of the Managed HSM. By default, this is 'westus'."
}
},
"enableHsm": {
Expand Down

0 comments on commit 99edeeb

Please sign in to comment.