From 7c0e6da2c0d7d62c41ffa414dbc022e03bb38219 Mon Sep 17 00:00:00 2001 From: Sreedhar Ande Date: Thu, 3 Dec 2020 21:46:44 -0800 Subject: [PATCH] Fixed ARMTemplate --- Playbooks/Get-MDATPInvestigationPackage/azuredeploy.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Playbooks/Get-MDATPInvestigationPackage/azuredeploy.json b/Playbooks/Get-MDATPInvestigationPackage/azuredeploy.json index 8cc2d1b191..46c37261ff 100644 --- a/Playbooks/Get-MDATPInvestigationPackage/azuredeploy.json +++ b/Playbooks/Get-MDATPInvestigationPackage/azuredeploy.json @@ -74,8 +74,7 @@ "[resourceId('Microsoft.Web/connections', variables('TeamsConnectionName'))]" ], "properties": { - "state": "Enabled", - { + "state": "Enabled", "definition": { "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#", "actions": { @@ -329,7 +328,8 @@ } } } - } + } + } ] } \ No newline at end of file