Skip to content
Closed
Next Next commit
Update pipelines for non-SP auth
  • Loading branch information
mccoyp committed Aug 1, 2024
commit 6484fcfacf914015781f4742e4185b497463af74
4 changes: 1 addition & 3 deletions sdk/keyvault/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ extends:
Packages: ${{ parameters.Services }}
SupportedClouds: 'Public,UsGov,China'
TestTimeoutInMinutes: 240
UseFederatedAuth: true
CloudConfig:
Public:
ServiceConnection: azure-sdk-tests
Expand All @@ -36,7 +37,4 @@ extends:
AZURE_TEST_RUN_LIVE: true
AZURE_SKIP_LIVE_RECORDING: 'True'
AZURE_SUBSCRIPTION_ID: $(azure-subscription-id)
AZURE_TENANT_ID: $(aad-azure-sdk-test-tenant-id)
AZURE_CLIENT_ID: $(aad-azure-sdk-test-client-id)
AZURE_CLIENT_SECRET: $(aad-azure-sdk-test-client-secret)
AZURE_CLIENT_OID: $(aad-azure-sdk-test-client-oid)