diff --git a/sdk/keyvault/test-resources.json b/sdk/keyvault/test-resources.json index b50cd4ce4166..ad86a7906503 100644 --- a/sdk/keyvault/test-resources.json +++ b/sdk/keyvault/test-resources.json @@ -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": {