Skip to content

Commit

Permalink
Fix misleading step name in az module install (#3787)
Browse files Browse the repository at this point in the history
The name of this step is misleading and needed renaming.
benbp authored Jul 29, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent fb47586 commit 824b4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/TestResources/setup-environments.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 824b4d6

Please sign in to comment.