Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/azure-cli-core/azure/cli/core/auth/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def aad_error_handler(error, tenant=None, scopes=None, claims_challenge=None):
recommendation = None
if error_codes and 7000215 in error_codes:
recommendation = PASSWORD_CERTIFICATE_WARNING
else:
elif tenant or scopes or claims_challenge:
login_command = _generate_login_command(tenant=tenant, scopes=scopes, claims_challenge=claims_challenge)
login_message = ('Run the command below to authenticate interactively; '
'additional arguments may be added as needed:\n'
Expand Down
Loading