Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[@azure/confidential-ledger-rest] Migrate to latest test recorder and externalize recordings #26305

Merged
merged 20 commits into from
Jun 23, 2023
Merged
Prev Previous commit
Next Next commit
fixup
  • Loading branch information
xirzec committed Jun 22, 2023
commit 2b1d69aa6524983cc74430c4e573e60fadac2b2e
2 changes: 1 addition & 1 deletion sdk/confidentialledger/test-resources.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ resource baseName_resource 'Microsoft.ConfidentialLedger/ledgers@2020-12-01-prev

output CONFIDENTIALLEDGER_CLIENT_OID string = testApplicationOid
output LEDGER_NAME string = ledgerName
output LEDGERURI string = ledgerUri
output LEDGER_URI string = ledgerUri
output IDENTITY_SERVICE_URL string = 'https://identity.confidential-ledger.core.azure.com'
2 changes: 1 addition & 1 deletion sdk/confidentialledger/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ stages:
AZURE_TENANT_ID: $(CONFIDENTIALLEDGER_TENANT_ID)
AZURE_CLIENT_OID: $(CONFIDENTIALLEDGER_CLIENT_OID)
AZURE_CLIENT_SECRET: $(CONFIDENTIALLEDGER_CLIENT_SECRET)
LEDGER_URI: $(LEDGERURI)
LEDGER_URI: $(LEDGER_URI)
LEDGER_NAME: $(LEDGER_NAME)
IDENTITY_SERVICE_URL: $(IDENTITY_SERVICE_URL)
Loading