Skip to content

Commit

Permalink
Merge pull request microsoft#88 from microsoft/fix/az-identity-missing
Browse files Browse the repository at this point in the history
.
  • Loading branch information
vplauzon authored Dec 14, 2021
2 parents 6893c77 + 812f1db commit 9751d45
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/perf-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,8 @@ jobs:
set -e
cd code/perf-test
# Package the login in a JSON payload
# login='{"tenantId":"${{ secrets.test_tenant_id }}","clientId":"${{ secrets.TESTER_SP_ID }}","secret":"${{ secrets.TESTER_SP_SECRET }}"}'
# ./delta-kusto -p from-parameters.yaml -o tokenProvider.login=$login
./delta-kusto -p from-parameters.yaml -o tokenProvider.systemManagedIdentity=true
login='{"tenantId":"${{ secrets.test_tenant_id }}","clientId":"${{ secrets.TESTER_SP_ID }}","secret":"${{ secrets.TESTER_SP_SECRET }}"}'
./delta-kusto -p from-parameters.yaml -o tokenProvider.login=$login
# Sleep to reset throttling
- name: Sleep
run: sleep 3s
Expand Down

0 comments on commit 9751d45

Please sign in to comment.