From bd2fe8299a0179bb2409b6612b1d9f77052d8cb8 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 ef400bcb1d1..a829b8dadfd 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