-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix azd-pipeline-config for terraform forced client secret) #4295
Fix azd-pipeline-config for terraform forced client secret) #4295
Conversation
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
Fixing a nil credential due to a wrong validation when user did not use --auth-type arg.
The azdo provider was taking the empty argument as a way to default to Federated Credential, ignoring if
Terraform forced the use of client-secret before.
This fix uses the CI provider's credential options that are generated before configuring the pipeline to know
the authentication type, instead of looking at the commands arguments again.
Fix: #4273