From a8be4fa6eca0058afb690d4437a5f22ccb0ea7e8 Mon Sep 17 00:00:00 2001 From: Ben Broderick Phillips Date: Wed, 27 Jul 2022 20:16:44 -0400 Subject: [PATCH] Fix misleading step name in az module install --- eng/common/TestResources/setup-environments.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/TestResources/setup-environments.yml b/eng/common/TestResources/setup-environments.yml index ef400bcb1d..a829b8dadf 100644 --- a/eng/common/TestResources/setup-environments.yml +++ b/eng/common/TestResources/setup-environments.yml @@ -21,7 +21,7 @@ steps: condition: contains(variables['OSVmImage'], 'mac') - task: Powershell@2 - displayName: Register Dogfood environment + displayName: Setup Az Modules and Dogfood Environment inputs: targetType: inline pwsh: true