Skip to content

Commit 41d1a1b

Browse files
SDKAutoKanchan Joshi
andcommitted
CodeGen from PR 18430 in Azure/azure-rest-api-specs
Set cache patching default time as 5 hours (#18430) Co-authored-by: Kanchan Joshi <[email protected]>
1 parent ffc0afa commit 41d1a1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schemas/2020-12-01/Microsoft.Cache.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,8 +817,9 @@
817817
},
818818
"maintenanceWindow": {
819819
"type": "string",
820+
"default": "PT5H",
820821
"format": "duration",
821-
"description": "ISO8601 timespan specifying how much time cache patching can take. "
822+
"description": "ISO8601 timespan specifying how much time cache patching can take."
822823
},
823824
"startHourUtc": {
824825
"oneOf": [

0 commit comments

Comments
 (0)