Skip to content

Commit

Permalink
Use regions with more MHSM availability (#27677)
Browse files Browse the repository at this point in the history
Resolves #25763
  • Loading branch information
heaths authored Nov 7, 2023
1 parent 8949ae5 commit f6c844e
Showing 1 changed file with 45 additions and 2 deletions.
47 changes: 45 additions & 2 deletions sdk/keyvault/test-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,52 @@
},
"hsmLocation": {
"type": "string",
"defaultValue": "[resourceGroup().location]",
"defaultValue": "australiaeast",
"allowedValues": [
"australiacentral",
"australiacentral2",
"australiaeast",
"brazilsouth",
"brazilsoutheast",
"canadacentral",
"canadaeast",
"centralindia",
"centralus",
"eastasia",
"eastus",
"eastus2",
"eastus2euap",
"francecentral",
"germanywestcentral",
"israelcentral",
"italynorth",
"japaneast",
"japanwest",
"koreacentral",
"northcentralus",
"northeurope",
"norwayeast",
"norwaywest",
"polandcentral",
"qatarcentral",
"southafricanorth",
"southcentralus",
"southindia",
"southeastasia",
"swedencentral",
"switzerlandnorth",
"switzerlandwest",
"uaenorth",
"uksouth",
"westcentralus",
"westeurope",
"westindia",
"westus",
"westus2",
"westus3"
],
"metadata": {
"description": "The location of the Managed HSM. By default, this is the same as the resource group."
"description": "The location of the Managed HSM. By default, this is 'australiaeast'."
}
},
"enableHsm": {
Expand Down

0 comments on commit f6c844e

Please sign in to comment.