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.
  • Loading branch information
benbp authored Jul 29, 2022
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
Expand Up @@ -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
Expand Down

0 comments on commit 824b4d6

Please sign in to comment.