Adding password not working.
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
> ### `az feedback` auto-generates most of the information requested below, as of CLI version 2.0.62
**Describe the bug**
Once we add --password to the string the certificate is not created, there is no error messages in the Key Vault logs.
**To Reproduce**
Run the bellow without the --password you will see the certificate gets created. Once you add the --password field back on the certificate does not get created and there are no error messages in the logs.
az ad sp credential reset --name
[--append]
[--cert]
[--create-cert]
[--credential-description]
[--end-date]
[--keyvault]
[--password]
[--years]
**Expected behavior**
I would expect to see a Certificate be created in Azure KV just as you would with the manual creation.
**Environment summary**
Install method using CLI
**Additional context**
When creating a Certificate manually this does not call for a password to be created.
Contributor guide
Assessment
This issue has not been assessed yet.