You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/monitor/resource-manager/Microsoft.Insights/stable/2021-08-01/scheduledQueryRule_API.json
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -352,14 +352,15 @@
352
352
"description": "The display name of the alert rule"
353
353
},
354
354
"severity": {
355
-
"type": "number",
355
+
"type": "integer",
356
+
"format": "int64",
356
357
"description": "Severity of the alert. Should be an integer between [0-4]. Value of 0 is severest. Relevant and required only for rules of the kind LogAlert.",
357
358
"enum": [
358
-
"0",
359
-
"1",
360
-
"2",
361
-
"3",
362
-
"4"
359
+
0,
360
+
1,
361
+
2,
362
+
3,
363
+
4
363
364
],
364
365
"x-ms-enum": {
365
366
"name": "AlertSeverity",
@@ -524,7 +525,8 @@
524
525
"description": "A list of conditions to evaluate against the specified scopes",
0 commit comments