From 845f2e2505266b7d4e699dcfc0ceb90cd9b8f6ea Mon Sep 17 00:00:00 2001 From: Rahul Alapati Date: Mon, 16 Jan 2023 23:50:47 -0500 Subject: [PATCH 1/2] Set default value for the $.properties.attributes.exportable in the GET Keys API endpoint schema. --- .../Microsoft.KeyVault/stable/2022-07-01/keys.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2022-07-01/keys.json b/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2022-07-01/keys.json index b5d6e5f9069e..ed051b77a567 100644 --- a/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2022-07-01/keys.json +++ b/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2022-07-01/keys.json @@ -481,7 +481,8 @@ }, "exportable": { "type": "boolean", - "description": "Indicates if the private key can be exported." + "description": "Indicates if the private key can be exported.", + "default": false } }, "description": "The object attributes managed by the Azure Key Vault service.", From b395f469491be00173dde281bf7aababa5883ca5 Mon Sep 17 00:00:00 2001 From: Rahul Alapati Date: Tue, 17 Jan 2023 14:47:46 -0500 Subject: [PATCH 2/2] Applied prettier fixes. --- .../Microsoft.KeyVault/stable/2022-07-01/keys.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2022-07-01/keys.json b/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2022-07-01/keys.json index ed051b77a567..ff6bced897b2 100644 --- a/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2022-07-01/keys.json +++ b/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2022-07-01/keys.json @@ -482,7 +482,7 @@ "exportable": { "type": "boolean", "description": "Indicates if the private key can be exported.", - "default": false + "default": false } }, "description": "The object attributes managed by the Azure Key Vault service.",