New issue checklist
Task name
AzurePowerShellV5
Task version
No response
Issue Description
There is a typo in the TryMakingModuleAvailable.ps1 file at lines: 45
Write-Host "Az version $targetVersion not avaiable locally on the agent. Downloading dynamically."
needs to be
Write-Host "Az version $targetVersion not available locally on the agent. Downloading it dynamically."
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
Windows
Relevant log output
==============================================================================
Task : Azure PowerShell
Description : Run a PowerShell script within an Azure environment
Version : 5.251.1
Author : Microsoft Corporation
Help : https://aka.ms/azurepowershelltroubleshooting
==============================================================================
Az version 12.2.0 not avaiable locally on the agent. Downloading dynamically.
Full task logs with system.debug enabled
[REPLACE THIS WITH YOUR INFORMATION]
Repro steps