From 58842dd751771ce73e8739fb2d535dec6b4a0c92 Mon Sep 17 00:00:00 2001 From: Jorge Cotillo Date: Wed, 24 Jul 2019 07:04:08 -0700 Subject: [PATCH] fixed Link log analytics dependency --- Environments/SharedServices/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Environments/SharedServices/pipeline.yml b/Environments/SharedServices/pipeline.yml index f377097..7deb250 100644 --- a/Environments/SharedServices/pipeline.yml +++ b/Environments/SharedServices/pipeline.yml @@ -538,7 +538,7 @@ stages: timeoutInMinutes: 0 pool: name: 'vdc-self-hosted' - dependsOn: LogAnalytics + dependsOn: [LogAnalytics, AutomationAccounts] steps: - task: AzurePowerShell@4 displayName: "Link Log Analytics With Automation Account"