Skip to content

[BUG]: Typo in azure-pipelines-tasks/Tasks/AzurePowerShellV5 /TryMakingModuleAvailable.ps1 for word avaiable has to be available #20861

@aavdberg

Description

@aavdberg

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)

  • Self-Hosted
  • Microsoft Hosted
  • VMSS Pool
  • Container

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions