Skip to content

Commit 50d804b

Browse files
koderjokerKanchan Joshi
andauthored
Set cache patching default time as 5 hours (#18430)
Co-authored-by: Kanchan Joshi <[email protected]>
1 parent 29398c4 commit 50d804b

File tree

1 file changed

+2
-1
lines changed
  • specification/redis/resource-manager/Microsoft.Cache/stable/2020-12-01

1 file changed

+2
-1
lines changed

specification/redis/resource-manager/Microsoft.Cache/stable/2020-12-01/redis.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2397,7 +2397,8 @@
23972397
"maintenanceWindow": {
23982398
"type": "string",
23992399
"format": "duration",
2400-
"description": "ISO8601 timespan specifying how much time cache patching can take. "
2400+
"description": "ISO8601 timespan specifying how much time cache patching can take.",
2401+
"default": "PT5H"
24012402
}
24022403
},
24032404
"required": [

0 commit comments

Comments
 (0)