From e15186423f79960e398e0cd98735f8653cfbffb6 Mon Sep 17 00:00:00 2001 From: Daniel Jurek Date: Thu, 24 Sep 2020 16:41:24 -0700 Subject: [PATCH] Add Out-Null to prevent output of cmdlet's return value to the console. Logging is not affected. (#1029) --- eng/common/TestResources/deploy-test-resources.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/TestResources/deploy-test-resources.yml b/eng/common/TestResources/deploy-test-resources.yml index 87438443d6aa..4987fb43d126 100644 --- a/eng/common/TestResources/deploy-test-resources.yml +++ b/eng/common/TestResources/deploy-test-resources.yml @@ -36,5 +36,5 @@ steps: @subscriptionConfiguration ` -CI ` -Force ` - -Verbose + -Verbose | Out-Null displayName: Deploy test resources