Skip to content

Commit 4d798d5

Browse files
committed
fix CI checks which failed
1 parent 0792187 commit 4d798d5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

specification/monitor/resource-manager/Microsoft.Insights/stable/2018-03-01/metricAlert_API.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@
551551
},
552552
"severity": {
553553
"type": "integer",
554+
"format": "int32",
554555
"description": "Alert severity {0, 1, 2, 3, 4}"
555556
},
556557
"enabled": {
@@ -574,6 +575,14 @@
574575
"format": "duration",
575576
"description": "the period of time (in ISO 8601 duration format) that is used to monitor alert activity based on the threshold."
576577
},
578+
"targetResourceType": {
579+
"type": "string",
580+
"description": "the resource type of the target resource(s) on which the alert is created/updated. Mandatory for MultipleResourceMultipleMetricCriteria."
581+
},
582+
"targetResourceRegion": {
583+
"type": "string",
584+
"description": "the region of the target resource(s) on which the alert is created/updated. Mandatory for MultipleResourceMultipleMetricCriteria."
585+
},
577586
"criteria": {
578587
"$ref": "#/definitions/MetricAlertCriteria",
579588
"description": "defines the specific alert criteria information."

0 commit comments

Comments
 (0)