Skip to content

Commit

Permalink
[ReleasePR redis] Set cache patching default time as 5 hours (#2143)
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Mar 30, 2022
2 parents ffc0afa + 41d1a1b commit 71d9e03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schemas/2020-12-01/Microsoft.Cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -817,8 +817,9 @@
},
"maintenanceWindow": {
"type": "string",
"default": "PT5H",
"format": "duration",
"description": "ISO8601 timespan specifying how much time cache patching can take. "
"description": "ISO8601 timespan specifying how much time cache patching can take."
},
"startHourUtc": {
"oneOf": [
Expand Down

0 comments on commit 71d9e03

Please sign in to comment.