Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down Expand Up @@ -2125,7 +2126,8 @@
},
"nfsAccessPolicy": {
"description": "Name of the access policy applied to this junction.",
"type": "string"
"type": "string",
"default": "default"
}
}
},
Expand Down