From f8dd08d0b7bf39d5523d4240bb987df13db9397c Mon Sep 17 00:00:00 2001 From: Maor Leger Date: Tue, 24 Aug 2021 08:53:16 -0700 Subject: [PATCH] Update region for MHSM deployment --- sdk/keyvault/test-resources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/keyvault/test-resources.json b/sdk/keyvault/test-resources.json index 0a70690a8899..aa24a28fad59 100644 --- a/sdk/keyvault/test-resources.json +++ b/sdk/keyvault/test-resources.json @@ -32,10 +32,10 @@ }, "hsmLocation": { "type": "string", - "defaultValue": "eastus2", - "allowedValues": ["eastus2", "southcentralus", "northeurope", "westeurope"], + "defaultValue": "eastus", + "allowedValues": ["eastus", "eastus2", "southcentralus", "northeurope", "westeurope"], "metadata": { - "description": "The location of the Managed HSM. By default, this is 'eastus2'." + "description": "The location of the Managed HSM. By default, this is 'eastus'." } }, "enableHsm": {