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 ($?) {