Skip to content

Commit

Permalink
[ReleasePR monitor] Expose autoMitigate flag (#1589)
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Apr 19, 2021
2 parents 15438eb + b79e3c5 commit 5b2b112
Show file tree
Hide file tree
Showing 3 changed files with 459 additions and 0 deletions.
12 changes: 12 additions & 0 deletions schemas/2018-04-16/Microsoft.Insights.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,18 @@
],
"description": "Action descriptor."
},
"autoMitigate": {
"oneOf": [
{
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The flag that indicates whether the alert should be automatically resolved or not. The default is true."
},
"description": {
"type": "string",
"description": "The description of the Log Search rule."
Expand Down
Loading

0 comments on commit 5b2b112

Please sign in to comment.