Skip to content

Commit 65bdc57

Browse files
chlowellkayousef
authored andcommitted
Document that public_exponent applies only to MHSM (Azure#21762)
1 parent d046489 commit 65bdc57

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.2-preview/keys.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@
13731373
"public_exponent": {
13741374
"type": "integer",
13751375
"format": "int32",
1376-
"description": "The public exponent for a RSA key."
1376+
"description": "The public exponent for a RSA key. This applies only to keys created in a Managed HSM."
13771377
},
13781378
"key_ops": {
13791379
"type": "array",

specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.3-preview/keys.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@
16621662
"public_exponent": {
16631663
"type": "integer",
16641664
"format": "int32",
1665-
"description": "The public exponent for a RSA key."
1665+
"description": "The public exponent for a RSA key. This applies only to keys created in a Managed HSM."
16661666
},
16671667
"key_ops": {
16681668
"type": "array",

specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.4-preview.1/keys.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@
16831683
"public_exponent": {
16841684
"type": "integer",
16851685
"format": "int32",
1686-
"description": "The public exponent for a RSA key."
1686+
"description": "The public exponent for a RSA key. This applies only to keys created in a Managed HSM."
16871687
},
16881688
"key_ops": {
16891689
"type": "array",

specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.2/keys.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@
13731373
"public_exponent": {
13741374
"type": "integer",
13751375
"format": "int32",
1376-
"description": "The public exponent for a RSA key."
1376+
"description": "The public exponent for a RSA key. This applies only to keys created in a Managed HSM."
13771377
},
13781378
"key_ops": {
13791379
"type": "array",

specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.3/keys.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@
16631663
"public_exponent": {
16641664
"type": "integer",
16651665
"format": "int32",
1666-
"description": "The public exponent for a RSA key."
1666+
"description": "The public exponent for a RSA key. This applies only to keys created in a Managed HSM."
16671667
},
16681668
"key_ops": {
16691669
"type": "array",

0 commit comments

Comments
 (0)