From 15ae9f9c144936c2a7515286d1b837189aae129b Mon Sep 17 00:00:00 2001 From: Patrick Hallisey Date: Thu, 11 Jul 2024 16:37:31 -0700 Subject: [PATCH] Fix invoke call in deploy.ps1 --- tools/pipeline-witness/infrastructure/deploy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pipeline-witness/infrastructure/deploy.ps1 b/tools/pipeline-witness/infrastructure/deploy.ps1 index 31bfb16d65a..61ae7f5a912 100644 --- a/tools/pipeline-witness/infrastructure/deploy.ps1 +++ b/tools/pipeline-witness/infrastructure/deploy.ps1 @@ -60,7 +60,7 @@ try { $logsStorageAccountName = $parameters.logsStorageAccountName.value Invoke-LoggedCommand "az account set --subscription '$subscriptionName'" - $subscriptionId = Invoke "az account show --query id -o tsv" + $subscriptionId = Invoke-LoggedCommand "az account show --query id -o tsv" ./Merge-KustoScripts.ps1 -OutputPath "./artifacts/merged.kql" if ($?) {