diff --git a/src/KeyVault/KeyVault/ChangeLog.md b/src/KeyVault/KeyVault/ChangeLog.md index af7523a43f49..b5fbdbdd492e 100644 --- a/src/KeyVault/KeyVault/ChangeLog.md +++ b/src/KeyVault/KeyVault/ChangeLog.md @@ -24,6 +24,7 @@ * Added support to bring your own key (BYOK) - `Add-AzKeyVaultKey` supports generating a key exchange key - `Get-AzKeyVaultKey` supports downloading a public key in PEM format +* Updated the "KeyOps" part of the help document of `Add-AzKeyVaultKey` ## Version 1.6.0 * Added a new cmdlet `Update-AzKeyVault` that can enable soft delete and purge protection on a vault diff --git a/src/KeyVault/KeyVault/help/Add-AzKeyVaultKey.md b/src/KeyVault/KeyVault/help/Add-AzKeyVaultKey.md index 84f713143a3b..2b1a0e130751 100644 --- a/src/KeyVault/KeyVault/help/Add-AzKeyVaultKey.md +++ b/src/KeyVault/KeyVault/help/Add-AzKeyVaultKey.md @@ -393,12 +393,13 @@ Specifies an array of operations that can be performed by using the key that thi If you do not specify this parameter, all operations can be performed. The acceptable values for this parameter are a comma-separated list of key operations as defined by the [JSON Web Key (JWK) specification](http://go.microsoft.com/fwlink/?LinkID=613300): -- Encrypt -- Decrypt -- Wrap -- Unwrap -- Sign -- Verify +- encrypt +- decrypt +- wrapKey +- unwrapKey +- sign +- verify +- import (for KEK only, see example 7) ```yaml Type: System.String[]