I'm trying to create a new keyvault using AZ CLI. My command line is as follows:
az keyvault create -n 'comet-key-vault' -g 'jun-mgmt' --enable-soft-delete true --enabled-for-deployment true --enabled-for-template-deployment true
the response I get is:
Bad JSON content found in the request.
I am using AZ CLI on Windows, versions as follows:
azure-cli 2.0.60
keyvault 2.2.12
I am not able to see what is wrong in the request. Anyone here who can help?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
I'm trying to create a new keyvault using AZ CLI. My command line is as follows:
the response I get is:
Bad JSON content found in the request.I am using AZ CLI on Windows, versions as follows:
I am not able to see what is wrong in the request. Anyone here who can help?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.