From 3529a08bb3204fe99e48ab805aad0ea558ea0f21 Mon Sep 17 00:00:00 2001 From: Sameeksha Vaity Date: Thu, 19 Nov 2020 13:55:37 -0800 Subject: [PATCH] Update test resource region to Central US for FormRecognizer (#17693) --- sdk/formrecognizer/test-resources.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/formrecognizer/test-resources.json b/sdk/formrecognizer/test-resources.json index 0ec991412f24c..38634b4245e74 100644 --- a/sdk/formrecognizer/test-resources.json +++ b/sdk/formrecognizer/test-resources.json @@ -11,7 +11,7 @@ }, "location": { "type": "string", - "defaultValue": "westus2", + "defaultValue": "centraluseuap", "metadata": { "metadata": { "description": "The location of the resource. By default, this is the same as the resource group." @@ -73,7 +73,7 @@ }, "selectionMarkTrainingDataContainer": { "type": "string", - "defaultValue": "formselectionmark" + "defaultValue": "selectionmark" }, "testingDataSasProperties": { "type": "object",