Azure / Azure/azure-cli

Adding password not working.

Open
#17,061 1 comment 0 reactions 1 assignee Claimed by @jiasli View on GitHub
act-identity-squad feature-request Graph
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.