From 77c81752df06032974a7d91fc2c292a29d69006a Mon Sep 17 00:00:00 2001 From: Sivan Manor Date: Tue, 23 Feb 2021 10:39:00 +0200 Subject: [PATCH] Adding autoMitigate flag with false as default value --- .../stable/2018-04-16/scheduledQueryRule_API.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2018-04-16/scheduledQueryRule_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2018-04-16/scheduledQueryRule_API.json index 8a8848328974..05edf4093d50 100644 --- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2018-04-16/scheduledQueryRule_API.json +++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2018-04-16/scheduledQueryRule_API.json @@ -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",