From db41b410ea38b168b4644ec00f900c15612941b7 Mon Sep 17 00:00:00 2001 From: Brunoga-MS Date: Fri, 20 Dec 2024 11:40:31 +0100 Subject: [PATCH] Set useCommonAlertSchema to false in Deploy-AlertProcessingRule-Deploy.json --- .../actionRules/Deploy-AlertProcessingRule-Deploy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/AlertsManagement/actionRules/Deploy-AlertProcessingRule-Deploy.json b/services/AlertsManagement/actionRules/Deploy-AlertProcessingRule-Deploy.json index 05613ded0..f48370bab 100644 --- a/services/AlertsManagement/actionRules/Deploy-AlertProcessingRule-Deploy.json +++ b/services/AlertsManagement/actionRules/Deploy-AlertProcessingRule-Deploy.json @@ -283,7 +283,7 @@ "input": { "name": "[[concat('AlzMail-', indexOf(parameters('ALZMonitorActionGroupEmail'), parameters('ALZMonitorActionGroupEmail')[copyIndex('varEmailReceivers')]))]", "emailAddress": "[[trim(parameters('ALZMonitorActionGroupEmail')[copyIndex('varEmailReceivers')])]", - "useCommonAlertSchema": true + "useCommonAlertSchema": false } }, {