From 39b49a59b5db52c5a2761ed2d53b7e0676c72ae0 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri, 29 Jul 2022 14:30:43 -0700 Subject: [PATCH] Fix misleading step name in az module install (#18764) Co-authored-by: Ben Broderick Phillips --- 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 ef400bcb1d12..a829b8dadfda 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