From d7cf07fbd649f67aa8861544740bac6657d09d6c Mon Sep 17 00:00:00 2001 From: Jill Bender Date: Thu, 15 Nov 2018 11:26:26 -0800 Subject: [PATCH] Update Office 365 Logic app to send emails with normal importance (#422) --- solutions/remotemonitoring/armtemplates/basic-static-map.json | 1 + solutions/remotemonitoring/armtemplates/basic.json | 1 + solutions/remotemonitoring/armtemplates/local.json | 1 + solutions/remotemonitoring/armtemplates/standard-static-map.json | 1 + solutions/remotemonitoring/armtemplates/standard.json | 1 + 5 files changed, 5 insertions(+) diff --git a/solutions/remotemonitoring/armtemplates/basic-static-map.json b/solutions/remotemonitoring/armtemplates/basic-static-map.json index ff587710..2c4be231 100644 --- a/solutions/remotemonitoring/armtemplates/basic-static-map.json +++ b/solutions/remotemonitoring/armtemplates/basic-static-map.json @@ -1373,6 +1373,7 @@ "inputs": { "body": { "Body": "@body('Parse_JSON')?['body']", + "Importance": "Normal", "IsHtml": true, "Subject": "Rule Notification ", "To": "@items('For_each')" diff --git a/solutions/remotemonitoring/armtemplates/basic.json b/solutions/remotemonitoring/armtemplates/basic.json index 520aab87..19d28e1c 100644 --- a/solutions/remotemonitoring/armtemplates/basic.json +++ b/solutions/remotemonitoring/armtemplates/basic.json @@ -1443,6 +1443,7 @@ "inputs": { "body": { "Body": "@body('Parse_JSON')?['body']", + "Importance": "Normal", "IsHtml": true, "Subject": "@body('Parse_JSON')?['subject']", "To": "@items('For_each')" diff --git a/solutions/remotemonitoring/armtemplates/local.json b/solutions/remotemonitoring/armtemplates/local.json index 53102ed4..3720febb 100644 --- a/solutions/remotemonitoring/armtemplates/local.json +++ b/solutions/remotemonitoring/armtemplates/local.json @@ -976,6 +976,7 @@ "inputs": { "body": { "Body": "@body('Parse_JSON')?['body']", + "Importance": "Normal", "IsHtml": true, "Subject": "@body('Parse_JSON')?['subject']", "To": "@items('For_each')" diff --git a/solutions/remotemonitoring/armtemplates/standard-static-map.json b/solutions/remotemonitoring/armtemplates/standard-static-map.json index ac51f64a..8ad55d5c 100644 --- a/solutions/remotemonitoring/armtemplates/standard-static-map.json +++ b/solutions/remotemonitoring/armtemplates/standard-static-map.json @@ -1192,6 +1192,7 @@ "inputs": { "body": { "Body": "@body('Parse_JSON')?['body']", + "Importance": "Normal", "IsHtml": true, "Subject": "@body('Parse_JSON')?['subject']", "To": "@items('For_each')" diff --git a/solutions/remotemonitoring/armtemplates/standard.json b/solutions/remotemonitoring/armtemplates/standard.json index 5c0ab6aa..7b274005 100644 --- a/solutions/remotemonitoring/armtemplates/standard.json +++ b/solutions/remotemonitoring/armtemplates/standard.json @@ -1229,6 +1229,7 @@ "inputs": { "body": { "Body": "@body('Parse_JSON')?['body']", + "Importance": "Normal", "IsHtml": true, "Subject": "@body('Parse_JSON')?['subject']", "To": "@items('For_each')"