Skip to content

Commit e6a18f1

Browse files
Fix test resource deployment for ledger library (#42992)
* test ledger template update * Update sdk/confidentialledger/test-resources.bicep --------- Co-authored-by: catalinaperalta <[email protected]>
1 parent b2c2ee2 commit e6a18f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/confidentialledger/test-resources.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ param ledgerName string = 'pysdkci-${uniqueString(resourceGroup().id)}'
1111
param testApplicationOid string
1212

1313
@description('The location of the resource. Currently, not all regions are supported.')
14-
param location string = 'AustraliaEast' // Australia East is our frontier region for production testing
14+
param location string = 'westeurope'
1515
// Explicitly set a region due to regional restrictions e.g. ACL is not currently available in westus
1616

1717
var azureConfidentialLedgerUrl = 'https://${ledgerName}.confidential-ledger.azure.com'

0 commit comments

Comments
 (0)