From a4561fbb0b098374f28576bccd7b3873e59db4f4 Mon Sep 17 00:00:00 2001 From: Craig Treasure Date: Thu, 21 Jan 2021 10:57:47 -0800 Subject: [PATCH] Updating the Mixed Reality test location (#18113) Azure Spatial Anchors doesn't currently support West US 2, so the tests fail when run against that region. This change configures the test location to be a specific location (`eastus2`). This should resolve #17715. --- sdk/mixedreality/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/mixedreality/tests.yml b/sdk/mixedreality/tests.yml index f232da89454e..112379044ff6 100644 --- a/sdk/mixedreality/tests.yml +++ b/sdk/mixedreality/tests.yml @@ -4,3 +4,4 @@ extends: template: ../../eng/pipelines/templates/stages/archetype-sdk-tests.yml parameters: ServiceDirectory: mixedreality + Location: eastus2