From 5be88eb886701388ac9ff00f946854137cb876ca Mon Sep 17 00:00:00 2001 From: kingwil <5839248+kingwil@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:58:29 +0000 Subject: [PATCH 1/4] fix broken link --- .../Package/3.2.0.zip | Bin 1285155 -> 1285205 bytes .../Package/mainTemplate.json | 2 +- .../azuredeploy.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Solutions/Microsoft Business Applications/Package/3.2.0.zip b/Solutions/Microsoft Business Applications/Package/3.2.0.zip index 84fbdbfc395856da5b1e6651753874201fe770a3..3ba6e83c4cd18248849ec8bb18c539fa5bb7c9b8 100644 GIT binary patch delta 206 zcmZ3y!|&=2KZyWuW)=|!5SS2I9cf)`n=7_Ph(T;kqeQC&W2*#Hs|0ha1WT&~YpVoX zs|0(i1V^g`XR8EPs|0te1W&63?^X%EA8yk<|CSRCv? c2(hKnb&b$;gEc}D(|P9z3$X2;EewNIa?U$FaUI@ BHYET6 diff --git a/Solutions/Microsoft Business Applications/Package/mainTemplate.json b/Solutions/Microsoft Business Applications/Package/mainTemplate.json index 2d61fea23b4..7af3027f44a 100644 --- a/Solutions/Microsoft Business Applications/Package/mainTemplate.json +++ b/Solutions/Microsoft Business Applications/Package/mainTemplate.json @@ -12252,7 +12252,7 @@ "2. An Exchange Online shared mailbox for the SOC.", "3. Email address for the workload owners to send alert notifications.", "4. Email address to send escalation notifications if workload owners do not respond.", - "5. Register a new provider at the [Actionable Email Developer Dashboard](https://aka.ms/publishoam) \n a. Add the SOC mailbox as the sender address. \n b. Add the Teams channel URL as the target URL. \n c. Select the workload owner and escalation email address as test users for validation. \n d. Take note of the Provider Id (originator)." + "5. Register a new provider at the [Actionable Email Developer Dashboard](https://learn.microsoft.com/outlook/actionable-messages/email-dev-dashboard) \n a. Add the SOC mailbox as the sender address. \n b. Add the Teams channel URL as the target URL. \n c. Select the workload owner and escalation email address as test users for validation. \n d. Take note of the Provider Id (originator)." ], "postDeployment": [ "1. In Logic Apps designer view, edit the 'Post adaptive card and wait for a reponse' action.", diff --git a/Solutions/Microsoft Business Applications/Playbooks/MSBizApps-Incident-From-Alert-Teams/azuredeploy.json b/Solutions/Microsoft Business Applications/Playbooks/MSBizApps-Incident-From-Alert-Teams/azuredeploy.json index b96341f5420..676aedbe25c 100644 --- a/Solutions/Microsoft Business Applications/Playbooks/MSBizApps-Incident-From-Alert-Teams/azuredeploy.json +++ b/Solutions/Microsoft Business Applications/Playbooks/MSBizApps-Incident-From-Alert-Teams/azuredeploy.json @@ -9,7 +9,7 @@ "2. An Exchange Online shared mailbox for the SOC.", "3. Email address for the workload owners to send alert notifications.", "4. Email address to send escalation notifications if workload owners do not respond.", - "5. Register a new provider at the [Actionable Email Developer Dashboard](https://aka.ms/publishoam) \n a. Add the SOC mailbox as the sender address. \n b. Add the Teams channel URL as the target URL. \n c. Select the workload owner and escalation email address as test users for validation. \n d. Take note of the Provider Id (originator)." + "5. Register a new provider at the [Actionable Email Developer Dashboard](https://learn.microsoft.com/outlook/actionable-messages/email-dev-dashboard) \n a. Add the SOC mailbox as the sender address. \n b. Add the Teams channel URL as the target URL. \n c. Select the workload owner and escalation email address as test users for validation. \n d. Take note of the Provider Id (originator)." ], "postDeployment": [ "1. In Logic Apps designer view, edit the 'Post adaptive card and wait for a reponse' action.", From f7514bca802ab3dd07b03ff18e0ad020a37097af Mon Sep 17 00:00:00 2001 From: v-atulyadav Date: Wed, 27 Nov 2024 18:42:55 +0530 Subject: [PATCH 2/4] Update ReleaseNotes.md --- Solutions/Microsoft Business Applications/ReleaseNotes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Solutions/Microsoft Business Applications/ReleaseNotes.md b/Solutions/Microsoft Business Applications/ReleaseNotes.md index 1e49ceef7bc..bff9e1a2256 100644 --- a/Solutions/Microsoft Business Applications/ReleaseNotes.md +++ b/Solutions/Microsoft Business Applications/ReleaseNotes.md @@ -1,4 +1,4 @@ | **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** | |-------------|--------------------------------|---------------------------------------------------------------------| -| 3.1.3 | 12-07-2024 |
  • Removal of Power Apps, Power Platform Connectors, Power Platform DLP data connectors. Associated logs are now ingested via Power Platform Admin Activity data connector.
  • Update of analytics rules to utilize PowerPlatfromAdminActivity table.
  • Update data connectors DCR properties.
| -| 3.2.0 | 15-11-2024 |
  • Renamed solution from Power Platform to Microsoft Business Applications.
  • Merge Dynamics 365 CE Apps and Dynamics 365 Finance & Operations into a unified solution.
  • New analytics rules, playbooks and hunting queries.
  • Replace Dynamics 365 Finance and Operations function app using Codeless Connector.
  • Retire PPInventory function app.
| \ No newline at end of file +| 3.2.0 | 15-11-2024 |
  • Renamed solution from Power Platform to Microsoft Business Applications.
  • Merge Dynamics 365 CE Apps and Dynamics 365 Finance & Operations into a unified solution.
  • New analytics rules, playbooks and hunting queries.
  • Replace Dynamics 365 Finance and Operations function app using Codeless Connector.
  • Retire PPInventory function app.
| +| 3.1.3 | 12-07-2024 |
  • Removal of Power Apps, Power Platform Connectors, Power Platform DLP data connectors. Associated logs are now ingested via Power Platform Admin Activity data connector.
  • Update of analytics rules to utilize PowerPlatfromAdminActivity table.
  • Update data connectors DCR properties.
| \ No newline at end of file From 31c7aa521f5e8c2975e30cac2dfd99b2197aae16 Mon Sep 17 00:00:00 2001 From: v-atulyadav Date: Wed, 27 Nov 2024 18:44:46 +0530 Subject: [PATCH 3/4] Revert "Update ReleaseNotes.md" This reverts commit f7514bca802ab3dd07b03ff18e0ad020a37097af. --- Solutions/Microsoft Business Applications/ReleaseNotes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Solutions/Microsoft Business Applications/ReleaseNotes.md b/Solutions/Microsoft Business Applications/ReleaseNotes.md index bff9e1a2256..1e49ceef7bc 100644 --- a/Solutions/Microsoft Business Applications/ReleaseNotes.md +++ b/Solutions/Microsoft Business Applications/ReleaseNotes.md @@ -1,4 +1,4 @@ | **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** | |-------------|--------------------------------|---------------------------------------------------------------------| -| 3.2.0 | 15-11-2024 |
  • Renamed solution from Power Platform to Microsoft Business Applications.
  • Merge Dynamics 365 CE Apps and Dynamics 365 Finance & Operations into a unified solution.
  • New analytics rules, playbooks and hunting queries.
  • Replace Dynamics 365 Finance and Operations function app using Codeless Connector.
  • Retire PPInventory function app.
| -| 3.1.3 | 12-07-2024 |
  • Removal of Power Apps, Power Platform Connectors, Power Platform DLP data connectors. Associated logs are now ingested via Power Platform Admin Activity data connector.
  • Update of analytics rules to utilize PowerPlatfromAdminActivity table.
  • Update data connectors DCR properties.
| \ No newline at end of file +| 3.1.3 | 12-07-2024 |
  • Removal of Power Apps, Power Platform Connectors, Power Platform DLP data connectors. Associated logs are now ingested via Power Platform Admin Activity data connector.
  • Update of analytics rules to utilize PowerPlatfromAdminActivity table.
  • Update data connectors DCR properties.
| +| 3.2.0 | 15-11-2024 |
  • Renamed solution from Power Platform to Microsoft Business Applications.
  • Merge Dynamics 365 CE Apps and Dynamics 365 Finance & Operations into a unified solution.
  • New analytics rules, playbooks and hunting queries.
  • Replace Dynamics 365 Finance and Operations function app using Codeless Connector.
  • Retire PPInventory function app.
| \ No newline at end of file From 660d8bafb22ab2035da6d832dd459f9db199ee8f Mon Sep 17 00:00:00 2001 From: kingwil <5839248+kingwil@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:54:43 +0000 Subject: [PATCH 4/4] Updated release notes --- Solutions/Microsoft Business Applications/ReleaseNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Solutions/Microsoft Business Applications/ReleaseNotes.md b/Solutions/Microsoft Business Applications/ReleaseNotes.md index 1e49ceef7bc..0c5d315a80c 100644 --- a/Solutions/Microsoft Business Applications/ReleaseNotes.md +++ b/Solutions/Microsoft Business Applications/ReleaseNotes.md @@ -1,4 +1,4 @@ | **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** | |-------------|--------------------------------|---------------------------------------------------------------------| +| 3.2.0 | 15-11-2024 |
  • Renamed solution from Power Platform to Microsoft Business Applications.
  • Merge Dynamics 365 CE Apps and Dynamics 365 Finance & Operations into a unified solution.
  • New analytics rules, playbooks and hunting queries.
  • Replace Dynamics 365 Finance and Operations function app using Codeless Connector.
  • Retire PPInventory function app.
| | 3.1.3 | 12-07-2024 |
  • Removal of Power Apps, Power Platform Connectors, Power Platform DLP data connectors. Associated logs are now ingested via Power Platform Admin Activity data connector.
  • Update of analytics rules to utilize PowerPlatfromAdminActivity table.
  • Update data connectors DCR properties.
| -| 3.2.0 | 15-11-2024 |
  • Renamed solution from Power Platform to Microsoft Business Applications.
  • Merge Dynamics 365 CE Apps and Dynamics 365 Finance & Operations into a unified solution.
  • New analytics rules, playbooks and hunting queries.
  • Replace Dynamics 365 Finance and Operations function app using Codeless Connector.
  • Retire PPInventory function app.
| \ No newline at end of file