Skip to content

Commit

Permalink
fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshaNalluru committed Jun 22, 2023
1 parent 98f33f6 commit c72d1f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion sdk/confidentialledger/test-resources.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ resource baseName_resource 'Microsoft.ConfidentialLedger/ledgers@2020-12-01-prev
output CONFIDENTIALLEDGER_CLIENT_OID string = testApplicationOid
output LEDGER_NAME string = ledgerName
output LEDGER_URI string = ledgerUri
output AZURE_CLIENT_OID string = testApplicationOid
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)

0 comments on commit c72d1f8

Please sign in to comment.