From 104531fb1faa67113cdef2f14d8d29e304264626 Mon Sep 17 00:00:00 2001 From: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Date: Tue, 1 Mar 2022 13:12:14 +0000 Subject: [PATCH] ARM template and parameters deployed on 3-1-2022 13:12:12, based on the collaboration branch's commit ID: 2f415a56fc45d35b3a26e601120442a7b56ccc4a --- TrainingFactoryDev/ARMTemplateForFactory.json | 4 ++-- TrainingFactoryDev/linkedTemplates/ArmTemplate_0.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TrainingFactoryDev/ARMTemplateForFactory.json b/TrainingFactoryDev/ARMTemplateForFactory.json index ab4a065..89a7f92 100644 --- a/TrainingFactoryDev/ARMTemplateForFactory.json +++ b/TrainingFactoryDev/ARMTemplateForFactory.json @@ -2086,12 +2086,12 @@ "properties": { "activities": [ { - "name": "Wait 10", + "name": "Wait 15", "type": "Wait", "dependsOn": [], "userProperties": [], "typeProperties": { - "waitTimeInSeconds": 10 + "waitTimeInSeconds": 15 } } ], diff --git a/TrainingFactoryDev/linkedTemplates/ArmTemplate_0.json b/TrainingFactoryDev/linkedTemplates/ArmTemplate_0.json index f76a045..c461722 100644 --- a/TrainingFactoryDev/linkedTemplates/ArmTemplate_0.json +++ b/TrainingFactoryDev/linkedTemplates/ArmTemplate_0.json @@ -476,12 +476,12 @@ "properties": { "activities": [ { - "name": "Wait 10", + "name": "Wait 15", "type": "Wait", "dependsOn": [], "userProperties": [], "typeProperties": { - "waitTimeInSeconds": 10 + "waitTimeInSeconds": 15 } } ],