Skip to content

BREAKING CHANGE: az login: Starting from version 2.67.0, --password no longer accepts service principal certificateΒ #30283

@jiasli

Description

@jiasli

Starting from version 2.67.0, for az login, --password no longer accepts service principal certificate. Use --certificate to pass a service principal certificate.

Log in with a service principal using certificate:

az login --service-principal --username APP_ID --certificate /path/to/cert.pem --tenant TENANT_ID

Log in with a service principal using client secret:

az login --service-principal --username APP_ID --password CLIENT_SECRET --tenant TENANT_ID

Metadata

Metadata

Assignees

Labels

Accountaz login/accountAuto-AssignAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamOKR CandidateThis label is used to track how many GitHub issues we have resolved for OKR purpose.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions