From 99edeeb4f22d702226536267e950cc40030c2af5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?McCoy=20Pati=C3=B1o?= <39780829+mccoyp@users.noreply.github.com> Date: Fri, 23 Apr 2021 08:50:02 -0700 Subject: [PATCH] [Key Vault] Update default MHSM location for tests --- sdk/keyvault/test-resources.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) 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": {