From c758aabaa70e9ea3bdebcd83fa2667913efb2887 Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Tue, 22 Oct 2024 11:28:34 -0700 Subject: [PATCH] Opt smoke-test pipeline out of FederatedAuth for now --- eng/pipelines/templates/steps/smoke-test-steps.yml | 2 ++ 1 file changed, 2 insertions(+) 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