Skip to content

Commit

Permalink
Opt smoke-test pipeline out of FederatedAuth for now (Azure#38037)
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard authored Oct 22, 2024
1 parent 3d74cb8 commit ab2debe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/pipelines/templates/steps/smoke-test-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ steps:
SubscriptionConfiguration: $(SubscriptionConfiguration)
Location: $(Location)
ArmTemplateParameters: $(ArmTemplateParameters)
UseFederatedAuth: false

- script: python $(Build.SourcesDirectory)/common/smoketest/program.py
displayName: Run Smoke Test
Expand All @@ -112,4 +113,5 @@ steps:
parameters:
ServiceDirectory: '$(Build.SourcesDirectory)/common/smoketest/'
SubscriptionConfiguration: $(SubscriptionConfiguration)
UseFederatedAuth: false

0 comments on commit ab2debe

Please sign in to comment.