Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
4 of 7 tasks
aavdberg opened this issue Feb 18, 2025 · 1 comment

Comments

@aavdberg
Copy link

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

@aavdberg
Copy link
Author

#20862 did a PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant