From ef4f66e26afdde5b05be2f66bbdf82bd920ee346 Mon Sep 17 00:00:00 2001 From: catalinaperalta Date: Mon, 20 Oct 2025 15:33:29 -0700 Subject: [PATCH] location --- sdk/confidentialledger/test-resources.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/confidentialledger/test-resources.bicep b/sdk/confidentialledger/test-resources.bicep index 2e7af4302f52..935b5d11106c 100644 --- a/sdk/confidentialledger/test-resources.bicep +++ b/sdk/confidentialledger/test-resources.bicep @@ -11,7 +11,7 @@ param ledgerName string = 'pysdkci-${uniqueString(resourceGroup().id)}' param testApplicationOid string @description('The location of the resource. Currently, not all regions are supported.') -param location string = 'westeurope' +param location string = 'westus' // Explicitly set a region due to regional restrictions e.g. ACL is not currently available in westus var azureConfidentialLedgerUrl = 'https://${ledgerName}.confidential-ledger.azure.com'