Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.StorageCache to add vers…
Browse files Browse the repository at this point in the history
…ion stable/2021-03-01 (Azure#15013)

* Address missing defaults noted by s360

* Update to remove default of array of objects that failed to validate.
  • Loading branch information
brpanask authored Jul 5, 2021
1 parent 8b64c4f commit cada6f8
Showing 1 changed file with 4 additions and 2 deletions.
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

0 comments on commit cada6f8

Please sign in to comment.