Skip to content

Commit bdceb13

Browse files
Update perf tests to use federated auth (#37446)
Co-authored-by: Wes Haggard <[email protected]>
1 parent 1964984 commit bdceb13

File tree

1 file changed

+8
-0
lines changed
  • eng/common/pipelines/templates/jobs

1 file changed

+8
-0
lines changed

eng/common/pipelines/templates/jobs/perf.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ jobs:
120120
ServiceDirectory: ${{ parameters.ServiceDirectory }}
121121
Location: westus
122122
ResourceType: perf
123+
ServiceConnection: azure-sdk-tests
124+
SubscriptionConfigurationFilePaths:
125+
- eng/common/TestResources/sub-config/AzurePublicMsft.json
126+
UseFederatedAuth: true
123127

124128
- script: >-
125129
dotnet run -- run
@@ -179,3 +183,7 @@ jobs:
179183
parameters:
180184
ServiceDirectory: ${{ parameters.ServiceDirectory }}
181185
ResourceType: perf
186+
ServiceConnection: azure-sdk-tests
187+
SubscriptionConfigurationFilePaths:
188+
- eng/common/TestResources/sub-config/AzurePublicMsft.json
189+
UseFederatedAuth: true

0 commit comments

Comments
 (0)