From ffb7be90c454feced31cae4a13adbb3ad7eda08c Mon Sep 17 00:00:00 2001 From: Samik Roy Date: Wed, 6 Apr 2022 22:21:11 +0530 Subject: [PATCH] Updated default name from Isolate-MDEMachine to Unisolate-MDEMachine Updated default name from Isolate-MDEMachine to Unisolate-MDEMachine Possible fix for #4556 --- .../Unisolate-MDEMachine/incident-trigger/azuredeploy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Playbooks/Unisolate-MDEMachine/incident-trigger/azuredeploy.json b/Playbooks/Unisolate-MDEMachine/incident-trigger/azuredeploy.json index 75609e0f48b..19713a85141 100644 --- a/Playbooks/Unisolate-MDEMachine/incident-trigger/azuredeploy.json +++ b/Playbooks/Unisolate-MDEMachine/incident-trigger/azuredeploy.json @@ -17,7 +17,7 @@ }, "parameters": { "PlaybookName": { - "defaultValue": "Isolate-MDEMachine", + "defaultValue": "Unisolate-MDEMachine", "type": "string" } }, @@ -235,4 +235,4 @@ } } ] -} \ No newline at end of file +}