Skip to content

Commit cada6f8

Browse files
authored
[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.
1 parent 8b64c4f commit cada6f8

File tree

1 file changed

+4
-2
lines changed
  • specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2021-03-01

1 file changed

+4
-2
lines changed

specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2021-03-01/storagecache.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,8 @@
14011401
},
14021402
"ntpServer": {
14031403
"description": "NTP server IP Address or FQDN for the cache to use. The default is time.windows.com.",
1404-
"type": "string"
1404+
"type": "string",
1405+
"default": "time.windows.com"
14051406
}
14061407
}
14071408
},
@@ -2125,7 +2126,8 @@
21252126
},
21262127
"nfsAccessPolicy": {
21272128
"description": "Name of the access policy applied to this junction.",
2128-
"type": "string"
2129+
"type": "string",
2130+
"default": "default"
21292131
}
21302132
}
21312133
},

0 commit comments

Comments
 (0)