Skip to content

Commit

Permalink
Update perf tests to use federated auth (#2919)
Browse files Browse the repository at this point in the history
Co-authored-by: Wes Haggard <[email protected]>
  • Loading branch information
azure-sdk and weshaggard committed Sep 18, 2024
1 parent dc9bb91 commit 6735127
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions eng/common/pipelines/templates/jobs/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ jobs:
ServiceDirectory: ${{ parameters.ServiceDirectory }}
Location: westus
ResourceType: perf
ServiceConnection: azure-sdk-tests
SubscriptionConfigurationFilePaths:
- eng/common/TestResources/sub-config/AzurePublicMsft.json
UseFederatedAuth: true

- script: >-
dotnet run -- run
Expand Down Expand Up @@ -179,3 +183,7 @@ jobs:
parameters:
ServiceDirectory: ${{ parameters.ServiceDirectory }}
ResourceType: perf
ServiceConnection: azure-sdk-tests
SubscriptionConfigurationFilePaths:
- eng/common/TestResources/sub-config/AzurePublicMsft.json
UseFederatedAuth: true

0 comments on commit 6735127

Please sign in to comment.