Skip to content

Commit 5b2b112

Browse files
author
msftbot[bot]
authored
2 parents 15438eb + b79e3c5 commit 5b2b112

File tree

3 files changed

+459
-0
lines changed

3 files changed

+459
-0
lines changed

schemas/2018-04-16/Microsoft.Insights.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,18 @@
312312
],
313313
"description": "Action descriptor."
314314
},
315+
"autoMitigate": {
316+
"oneOf": [
317+
{
318+
"type": "boolean",
319+
"default": false
320+
},
321+
{
322+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
323+
}
324+
],
325+
"description": "The flag that indicates whether the alert should be automatically resolved or not. The default is true."
326+
},
315327
"description": {
316328
"type": "string",
317329
"description": "The description of the Log Search rule."

0 commit comments

Comments
 (0)