Skip to content

Commit 5101009

Browse files
jagpreetstamberpraries880
authored andcommitted
#5326 Fix the criteria definition (#5462)
1 parent 9a6d22e commit 5101009

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

specification/monitor/resource-manager/Microsoft.Insights/stable/2018-04-16/scheduledQueryRule_API.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,8 +728,11 @@
728728
],
729729
"properties": {
730730
"criteria": {
731-
"$ref": "#/definitions/Criteria",
732-
"description": "Severity of the alert"
731+
"type": "array",
732+
"items": {
733+
"$ref": "#/definitions/Criteria"
734+
},
735+
"description": "Criteria of Metric"
733736
}
734737
},
735738
"required": [

0 commit comments

Comments
 (0)