Skip to content

Commit b220734

Browse files
authored
Merge pull request #196517 from jlichwa/patch-1
Update about-keys-details.md
2 parents ca95220 + 2e19e55 commit b220734

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/key-vault/keys/about-keys-details.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ Following table shows a summary of key types and supported algorithms.
6666
- **AES-GCM** - AES encryption in Galois Counter Mode ([NIST SP 800-38d](https://csrc.nist.gov/publications/sp800))
6767
- **AES-CBC** - AES encryption in Cipher Block Chaining Mode ([NIST SP 800-38a](https://csrc.nist.gov/publications/sp800))
6868

69+
> [!NOTE]
70+
> Sign and verify operations algorithms must match the key type, otherwise service will return key size is incorrect error.
71+
6972
## Key operations
7073

7174
Key Vault, including Managed HSM, supports the following operations on key objects:
@@ -98,12 +101,12 @@ Users may restrict any of the cryptographic operations that Key Vault supports o
98101

99102
For more information on JWK objects, see [JSON Web Key (JWK)](https://tools.ietf.org/html/draft-ietf-jose-json-web-key-41).
100103

101-
## Key rotation policy operations (preview)
104+
## Key rotation policy operations
102105

103106
Key vault key auto-rotation can be set by configuring key auto-rotation policy. It is only available on Key Vault resource.
104107

105-
- **Get Rotation Policy (preview)**: Allows a client to retrieve rotation policy configuration
106-
- **Set Rotation Policy (preview)**: Allows a client to set rotation policy configuration
108+
- **Get Rotation Policy**: Allows a client to retrieve rotation policy configuration
109+
- **Set Rotation Policy**: Allows a client to set rotation policy configuration
107110

108111
## Key attributes
109112

0 commit comments

Comments
 (0)