Skip to content

Commit

Permalink
fix CI checks which failed
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmuel committed Sep 9, 2020
1 parent 0792187 commit 4d798d5
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@
},
"severity": {
"type": "integer",
"format": "int32",
"description": "Alert severity {0, 1, 2, 3, 4}"
},
"enabled": {
Expand All @@ -574,6 +575,14 @@
"format": "duration",
"description": "the period of time (in ISO 8601 duration format) that is used to monitor alert activity based on the threshold."
},
"targetResourceType": {
"type": "string",
"description": "the resource type of the target resource(s) on which the alert is created/updated. Mandatory for MultipleResourceMultipleMetricCriteria."
},
"targetResourceRegion": {
"type": "string",
"description": "the region of the target resource(s) on which the alert is created/updated. Mandatory for MultipleResourceMultipleMetricCriteria."
},
"criteria": {
"$ref": "#/definitions/MetricAlertCriteria",
"description": "defines the specific alert criteria information."
Expand Down

0 comments on commit 4d798d5

Please sign in to comment.