You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command mi key-vault:set-permissions results in the following output:
Examples from AI knowledge base:
az keyvault set-policy --name MyVault --object-id {object-id} --secret-permissions get
Update security policy settings for a Key Vault. (autogenerated)
az keyvault set-policy --key-permissions encrypt --name MyVault --object-id {object-id} --resource-group myresourcegroup
Update security policy settings for a Key Vault. (autogenerated)
https://docs.microsoft.com/en-US/cli/azure/keyvault#az_keyvault_set_policy
Read more about the command in reference docs
error invoking keyvault None error_message=KeyVault invocation failed returncode=2
The text was updated successfully, but these errors were encountered:
The command
mi key-vault:set-permissions
results in the following output:The text was updated successfully, but these errors were encountered: