Skip to content

Commit 4d5da4e

Browse files
rahulalapati43Rahul Alapati
andauthored
[Hub Generated] Review request for Microsoft.KeyVault to add version stable/2022-07-01 (#22212)
* Set default value for the $.properties.attributes.exportable in the GET Keys API endpoint schema. * Applied prettier fixes. Co-authored-by: Rahul Alapati <rahulalapati@microsoft.com>
1 parent 2d9846d commit 4d5da4e

File tree

1 file changed

+2
-1
lines changed
  • specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2022-07-01

1 file changed

+2
-1
lines changed

specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2022-07-01/keys.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,8 @@
481481
},
482482
"exportable": {
483483
"type": "boolean",
484-
"description": "Indicates if the private key can be exported."
484+
"description": "Indicates if the private key can be exported.",
485+
"default": false
485486
}
486487
},
487488
"description": "The object attributes managed by the Azure Key Vault service.",

0 commit comments

Comments
 (0)