Skip to content

Commit ab2debe

Browse files
authored
Opt smoke-test pipeline out of FederatedAuth for now (Azure#38037)
1 parent 3d74cb8 commit ab2debe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/pipelines/templates/steps/smoke-test-steps.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ steps:
104104
SubscriptionConfiguration: $(SubscriptionConfiguration)
105105
Location: $(Location)
106106
ArmTemplateParameters: $(ArmTemplateParameters)
107+
UseFederatedAuth: false
107108

108109
- script: python $(Build.SourcesDirectory)/common/smoketest/program.py
109110
displayName: Run Smoke Test
@@ -112,4 +113,5 @@ steps:
112113
parameters:
113114
ServiceDirectory: '$(Build.SourcesDirectory)/common/smoketest/'
114115
SubscriptionConfiguration: $(SubscriptionConfiguration)
116+
UseFederatedAuth: false
115117

0 commit comments

Comments
 (0)