Python Authentication, creating SP, --password is not supported #6341
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Docs
Mgmt
This issue is related to a management-plane library.
On DOC:
https://docs.microsoft.com/en-us/azure/python/python-sdk-azure-authenticate?view=azure-python
it states:
az ad sp create-for-rbac --name "MY-PRINCIPAL-NAME" --password "STRONG-SECRET-PASSWORD"
"
As of Azure CLI 2.0.68, the --password parameter to create a service principal with a user-defined password is no longer supported to prevent the accidental use of weak passwords.
Per new release, --password is not supported.
"
https://docs.microsoft.com/en-us/cli/azure/create-an-azure-service-principal-azure-cli?view=azure-cli-latest
The text was updated successfully, but these errors were encountered: