CircleCI-Public / azure-cli-orb

CircleCI orb to install and configure the Azure CLI
https://circleci.com/orbs/registry/orb/circleci/azure-cli
MIT License
2 stars 13 forks source link

Service Principal Passwords Starting With `-` Cause Login Failures #22

Open alex-kuck opened 2 years ago

alex-kuck commented 2 years ago

Orb version

1.2.2

What happened

The login via service principal fails when the password starts with -. This is a known python issue and can be prevented by using -p=<SP_PASSWORD> instead.

Expected behavior

Login via service principal should work, no matter the starting character of the password 😄

alex-kuck commented 2 years ago

@iynere do you need anything else to move forward with this?