From 5d7e0d4fc634502b6f8c4fbeca95e1a156aea096 Mon Sep 17 00:00:00 2001 From: Prashant-Microsoft Date: Fri, 30 Aug 2024 11:29:09 +0530 Subject: [PATCH] testing automation flow --- .github/workflows/deploy-stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-stage.yml b/.github/workflows/deploy-stage.yml index fb2066f3b..7c93e426b 100644 --- a/.github/workflows/deploy-stage.yml +++ b/.github/workflows/deploy-stage.yml @@ -38,7 +38,7 @@ jobs: --location eastus \ --template-file infra/main.bicep \ --parameters environmentName=pslautomation location=eastus2 \ - -o json 2>&1) + --query-string "{outputs: properties.outputs, error: properties.error}" 2>&1)