diff --git a/specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2021-03-01/storagecache.json b/specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2021-03-01/storagecache.json index 5ff9d02c22d9..7cb1074a7e22 100644 --- a/specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2021-03-01/storagecache.json +++ b/specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2021-03-01/storagecache.json @@ -1401,7 +1401,8 @@ }, "ntpServer": { "description": "NTP server IP Address or FQDN for the cache to use. The default is time.windows.com.", - "type": "string" + "type": "string", + "default": "time.windows.com" } } }, @@ -2125,7 +2126,8 @@ }, "nfsAccessPolicy": { "description": "Name of the access policy applied to this junction.", - "type": "string" + "type": "string", + "default": "default" } } },