From 9307eca8caab149ee27cdb3a857d01b189084194 Mon Sep 17 00:00:00 2001 From: msalaman Date: Thu, 10 Sep 2026 15:50:10 -0500 Subject: [PATCH] Add dataLocation to Azure US Government JSON Add dataLocation field for Azure US Government. --- eng/common/TestResources/clouds/AzureUSGovernment.json | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/common/TestResources/clouds/AzureUSGovernment.json b/eng/common/TestResources/clouds/AzureUSGovernment.json index 989975aad843..1c17754f0bb7 100644 --- a/eng/common/TestResources/clouds/AzureUSGovernment.json +++ b/eng/common/TestResources/clouds/AzureUSGovernment.json @@ -4,6 +4,7 @@ "cognitiveServicesEndpointSuffix": ".cognitiveservices.azure.us", "containerRegistryEndpointSuffix": ".azurecr.us", "cosmosEndpointSuffix": "cosmos.azure.us", + "dataLocation": "usgov", "enableStorageVersioning": false, "formRecognizerLocation": "usgovvirginia", "keyVaultDomainSuffix": ".vault.usgovcloudapi.net",