Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -352,14 +352,15 @@
"description": "The display name of the alert rule"
},
"severity": {
"type": "number",
"type": "integer",
"format": "int64",
"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.",
"enum": [
"0",
"1",
"2",
"3",
"4"
0,
1,
2,
3,
4
],
"x-ms-enum": {
"name": "AlertSeverity",
Expand Down Expand Up @@ -524,7 +525,8 @@
"description": "A list of conditions to evaluate against the specified scopes",
"items": {
"$ref": "#/definitions/Condition"
}
},
"x-ms-identifiers": []
}
}
},
Expand Down Expand Up @@ -564,7 +566,8 @@
"items": {
"$ref": "#/definitions/Dimension"
},
"description": "List of Dimensions conditions"
"description": "List of Dimensions conditions",
"x-ms-identifiers": []
},
"operator": {
"type": "string",
Expand Down