From 0c83f36eb4457e62f8422cdcbf03cbfefa6b4662 Mon Sep 17 00:00:00 2001 From: xiluo Date: Fri, 21 Feb 2020 13:36:08 -0800 Subject: [PATCH 1/2] Add default=90 to softDeleteRetentionInDays Add default=90 to softDeleteRetentionInDays --- .../Microsoft.KeyVault/stable/2019-09-01/keyvault.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/keyvault.json b/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/keyvault.json index 3155ec665347..afd08ed03b30 100644 --- a/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/keyvault.json +++ b/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/keyvault.json @@ -1128,6 +1128,7 @@ "softDeleteRetentionInDays": { "type": "integer", "format": "int32", + "default": 90, "description": "softDelete data retention days. It accepts >=7 and <=90." }, "enableRbacAuthorization": { @@ -1208,6 +1209,7 @@ "softDeleteRetentionInDays": { "type": "integer", "format": "int32", + "default": 90, "description": "softDelete data retention days. It accepts >=7 and <=90." }, "enableRbacAuthorization": { From d23a2af90716192d4e575ffb53d28675982a49ac Mon Sep 17 00:00:00 2001 From: xiluo Date: Fri, 21 Feb 2020 14:16:16 -0800 Subject: [PATCH 2/2] Remove default softDeleteRetentionInDays when patching Remove default softDeleteRetentionInDays when patching. --- .../Microsoft.KeyVault/stable/2019-09-01/keyvault.json | 1 - 1 file changed, 1 deletion(-) diff --git a/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/keyvault.json b/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/keyvault.json index afd08ed03b30..1a4b28d22ab1 100644 --- a/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/keyvault.json +++ b/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/keyvault.json @@ -1209,7 +1209,6 @@ "softDeleteRetentionInDays": { "type": "integer", "format": "int32", - "default": 90, "description": "softDelete data retention days. It accepts >=7 and <=90." }, "enableRbacAuthorization": {