From a265a61dc99d0081dfd02fb2433016072412af8a Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 5 Jul 2021 02:50:28 +0000 Subject: [PATCH] CodeGen from PR 15013 in Azure/azure-rest-api-specs [Hub Generated] Review request for Microsoft.StorageCache to add version stable/2021-03-01 (#15013) * Address missing defaults noted by s360 * Update to remove default of array of objects that failed to validate. --- schemas/2021-03-01/Microsoft.StorageCache.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/schemas/2021-03-01/Microsoft.StorageCache.json b/schemas/2021-03-01/Microsoft.StorageCache.json index 28276054a7..1a85077a35 100644 --- a/schemas/2021-03-01/Microsoft.StorageCache.json +++ b/schemas/2021-03-01/Microsoft.StorageCache.json @@ -337,6 +337,7 @@ }, "ntpServer": { "type": "string", + "default": "time.windows.com", "description": "NTP server IP Address or FQDN for the cache to use. The default is time.windows.com." } }, @@ -685,6 +686,7 @@ }, "nfsAccessPolicy": { "type": "string", + "default": "default", "description": "Name of the access policy applied to this junction." }, "nfsExport": {