Skip to content

Commit

Permalink
Adding autoMitigate flag with false as default value (Azure#13109)
Browse files Browse the repository at this point in the history
  • Loading branch information
simanor authored Apr 19, 2021
1 parent 89220a3 commit 0ed6db1
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,11 @@
"type": "string",
"description": "The display name of the alert rule"
},
"autoMitigate": {
"type": "boolean",
"default": false,
"description": "The flag that indicates whether the alert should be automatically resolved or not. The default is true."
},
"enabled": {
"type": "string",
"description": "The flag which indicates whether the Log Search rule is enabled. Value should be true or false",
Expand Down

0 comments on commit 0ed6db1

Please sign in to comment.