We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d74cb8 commit ab2debeCopy full SHA for ab2debe
eng/pipelines/templates/steps/smoke-test-steps.yml
@@ -104,6 +104,7 @@ steps:
104
SubscriptionConfiguration: $(SubscriptionConfiguration)
105
Location: $(Location)
106
ArmTemplateParameters: $(ArmTemplateParameters)
107
+ UseFederatedAuth: false
108
109
- script: python $(Build.SourcesDirectory)/common/smoketest/program.py
110
displayName: Run Smoke Test
@@ -112,4 +113,5 @@ steps:
112
113
parameters:
114
ServiceDirectory: '$(Build.SourcesDirectory)/common/smoketest/'
115
116
117
0 commit comments