From 5cef2496c59cc033e6ceae1ece07d654eab9a880 Mon Sep 17 00:00:00 2001 From: Charles Lowell <10964656+chlowell@users.noreply.github.com> Date: Mon, 5 Dec 2022 15:25:09 -0800 Subject: [PATCH] Document that public_exponent applies only to MHSM --- .../data-plane/Microsoft.KeyVault/preview/7.2-preview/keys.json | 2 +- .../data-plane/Microsoft.KeyVault/preview/7.3-preview/keys.json | 2 +- .../Microsoft.KeyVault/preview/7.4-preview.1/keys.json | 2 +- .../keyvault/data-plane/Microsoft.KeyVault/stable/7.2/keys.json | 2 +- .../keyvault/data-plane/Microsoft.KeyVault/stable/7.3/keys.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.2-preview/keys.json b/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.2-preview/keys.json index 0d94c348ec13..58f40799cdbe 100644 --- a/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.2-preview/keys.json +++ b/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.2-preview/keys.json @@ -1373,7 +1373,7 @@ "public_exponent": { "type": "integer", "format": "int32", - "description": "The public exponent for a RSA key." + "description": "The public exponent for a RSA key. This applies only to keys created in a Managed HSM." }, "key_ops": { "type": "array", diff --git a/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.3-preview/keys.json b/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.3-preview/keys.json index b77c5a3b78b0..95b7f54dee1a 100644 --- a/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.3-preview/keys.json +++ b/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.3-preview/keys.json @@ -1662,7 +1662,7 @@ "public_exponent": { "type": "integer", "format": "int32", - "description": "The public exponent for a RSA key." + "description": "The public exponent for a RSA key. This applies only to keys created in a Managed HSM." }, "key_ops": { "type": "array", diff --git a/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.4-preview.1/keys.json b/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.4-preview.1/keys.json index d600616514ac..6d47b4798a27 100644 --- a/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.4-preview.1/keys.json +++ b/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.4-preview.1/keys.json @@ -1683,7 +1683,7 @@ "public_exponent": { "type": "integer", "format": "int32", - "description": "The public exponent for a RSA key." + "description": "The public exponent for a RSA key. This applies only to keys created in a Managed HSM." }, "key_ops": { "type": "array", diff --git a/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.2/keys.json b/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.2/keys.json index 78625b964131..8394e276202b 100644 --- a/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.2/keys.json +++ b/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.2/keys.json @@ -1373,7 +1373,7 @@ "public_exponent": { "type": "integer", "format": "int32", - "description": "The public exponent for a RSA key." + "description": "The public exponent for a RSA key. This applies only to keys created in a Managed HSM." }, "key_ops": { "type": "array", diff --git a/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.3/keys.json b/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.3/keys.json index cb0c38d1a043..1e208dd3d4e5 100644 --- a/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.3/keys.json +++ b/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.3/keys.json @@ -1663,7 +1663,7 @@ "public_exponent": { "type": "integer", "format": "int32", - "description": "The public exponent for a RSA key." + "description": "The public exponent for a RSA key. This applies only to keys created in a Managed HSM." }, "key_ops": { "type": "array",