-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Value should be set as required #17461
Comments
hi @BigCat20196 could you pls help to have a look? thanks |
hi @gsuttie The docs say that for creating a keyvault secret that -value isn required is because the parameter '--value' or '--file' can be selected in the optional parameter description, and they cannot exist simultaneously. |
Hi There I think it needs to be a little clearer, if you try this az keyvault secret set --name $secretname --vault-name $keyvaultName It doesnt work so it needs to be pointed out that you should supply a --value or --file. I see the same issue with az keyvault secret show if you dont supply a --vault-name I think some examples of each should be included in the docs so that its clearer that in some instances if lets say you dont know the --id then you need to supply the --vault-name. |
[Enter feedback here]
The docs say that for creating a keyvault secret that the -value isnt required but it is required.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: