From d84dfd4e1fd67560cc55edaf294817f0e540557f Mon Sep 17 00:00:00 2001 From: eerus <115032728+eerus@users.noreply.github.com> Date: Fri, 23 Dec 2022 11:03:10 -0600 Subject: [PATCH] Update azuredeploy.json Fixed a typo (",") --- .../Playbooks/Cohesity_Send_Incident_Email/azuredeploy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Solutions/CohesitySecurity/Playbooks/Cohesity_Send_Incident_Email/azuredeploy.json b/Solutions/CohesitySecurity/Playbooks/Cohesity_Send_Incident_Email/azuredeploy.json index 8b056a36c3..a265436632 100644 --- a/Solutions/CohesitySecurity/Playbooks/Cohesity_Send_Incident_Email/azuredeploy.json +++ b/Solutions/CohesitySecurity/Playbooks/Cohesity_Send_Incident_Email/azuredeploy.json @@ -132,7 +132,7 @@ "outlook": { "connectionId": "[resourceId('Microsoft.Web/connections', variables('OutlookConnectionName'))]", "connectionName": "[variables('OutlookConnectionName')]", - "id": "[concat('/subscriptions/', subscription().subscriptionId, '/providers/Microsoft.Web/locations/', resourceGroup().location, '/managedApis/Outlook')]" + "id": "[concat('/subscriptions/', subscription().subscriptionId, '/providers/Microsoft.Web/locations/', resourceGroup().location, '/managedApis/Outlook')]", "connectionProperties": { "authentication": { "type": "ManagedServiceIdentity"