diff --git a/eng/pipelines/templates/steps/smoke-test-steps.yml b/eng/pipelines/templates/steps/smoke-test-steps.yml index 1fad47d699c2..562d7f6c628b 100644 --- a/eng/pipelines/templates/steps/smoke-test-steps.yml +++ b/eng/pipelines/templates/steps/smoke-test-steps.yml @@ -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 @@ -112,4 +113,5 @@ steps: parameters: ServiceDirectory: '$(Build.SourcesDirectory)/common/smoketest/' SubscriptionConfiguration: $(SubscriptionConfiguration) + UseFederatedAuth: false