Skip to content

Commit eafadbb

Browse files
authored
Update resource-manager-alerts-log.md
window size parameters
1 parent 6481608 commit eafadbb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/azure-monitor/alerts/resource-manager-alerts-log.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,18 @@ param timeAggregation string = 'Average'
101101
@allowed([
102102
'PT1M'
103103
'PT5M'
104+
'PT10M'
104105
'PT15M'
105106
'PT30M'
107+
'PT45M'
106108
'PT1H'
109+
'PT2H'
110+
'PT3H'
111+
'PT4H'
112+
'PT5H'
107113
'PT6H'
108-
'PT12H'
109114
'PT24H'
115+
'PT48H'
110116
])
111117
param windowSize string = 'PT5M'
112118

0 commit comments

Comments
 (0)