Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Update Office 365 Logic app to send emails with normal importance (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
jillcary authored Nov 15, 2018
1 parent ef70199 commit d7cf07f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1373,6 +1373,7 @@
"inputs": {
"body": {
"Body": "@body('Parse_JSON')?['body']",
"Importance": "Normal",
"IsHtml": true,
"Subject": "Rule Notification ",
"To": "@items('For_each')"
Expand Down
1 change: 1 addition & 0 deletions solutions/remotemonitoring/armtemplates/basic.json
Original file line number Diff line number Diff line change
Expand Up @@ -1443,6 +1443,7 @@
"inputs": {
"body": {
"Body": "@body('Parse_JSON')?['body']",
"Importance": "Normal",
"IsHtml": true,
"Subject": "@body('Parse_JSON')?['subject']",
"To": "@items('For_each')"
Expand Down
1 change: 1 addition & 0 deletions solutions/remotemonitoring/armtemplates/local.json
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,7 @@
"inputs": {
"body": {
"Body": "@body('Parse_JSON')?['body']",
"Importance": "Normal",
"IsHtml": true,
"Subject": "@body('Parse_JSON')?['subject']",
"To": "@items('For_each')"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1192,6 +1192,7 @@
"inputs": {
"body": {
"Body": "@body('Parse_JSON')?['body']",
"Importance": "Normal",
"IsHtml": true,
"Subject": "@body('Parse_JSON')?['subject']",
"To": "@items('For_each')"
Expand Down
1 change: 1 addition & 0 deletions solutions/remotemonitoring/armtemplates/standard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1229,6 +1229,7 @@
"inputs": {
"body": {
"Body": "@body('Parse_JSON')?['body']",
"Importance": "Normal",
"IsHtml": true,
"Subject": "@body('Parse_JSON')?['subject']",
"To": "@items('For_each')"
Expand Down

0 comments on commit d7cf07f

Please sign in to comment.