We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2a031 commit 99edeebCopy full SHA for 99edeeb
sdk/keyvault/test-resources.json
@@ -32,15 +32,25 @@
32
},
33
"hsmLocation": {
34
"type": "string",
35
- "defaultValue": "eastus2",
+ "defaultValue": "westus",
36
"allowedValues": [
37
+ "australiacentral",
38
+ "canadacentral",
39
+ "centralus",
40
+ "eastasia",
41
"eastus2",
- "southcentralus",
42
+ "koreacentral",
43
"northeurope",
- "westeurope"
44
+ "southafricanorth",
45
+ "southcentralus",
46
+ "southeastasia",
47
+ "switzerlandnorth",
48
+ "uksouth",
49
+ "westeurope",
50
+ "westus"
51
],
52
"metadata": {
- "description": "The location of the Managed HSM. By default, this is 'southcentralus'."
53
+ "description": "The location of the Managed HSM. By default, this is 'westus'."
54
}
55
56
"enableHsm": {
0 commit comments