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

AzureDevOps Windows 2019 - AZCopy missing #10142

Closed
2 of 14 tasks
bartchojnacki opened this issue Jun 28, 2024 · 5 comments
Closed
2 of 14 tasks

AzureDevOps Windows 2019 - AZCopy missing #10142

bartchojnacki opened this issue Jun 28, 2024 · 5 comments

Comments

@bartchojnacki
Copy link

Description

Windows 2019 - according to the official documentation it's still there
https://github.com/actions/runner-images/blob/main/images/windows/Windows2019-Readme.md (azcopy 10.25.1)
whilst in fact it has been removed :
89d7201

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • Ubuntu 24.04
  • macOS 11
  • macOS 12
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

20240624.1.0

Is it regression?

no

Expected behavior

AZ copy present

Actual behavior

AC copy missing

Repro steps

cd "C:\Program Files (x86)\Microsoft SDKs\Azure\AzCopy"

@hemanthmanga
Copy link
Contributor

@bartchojnacki We are looking into the issue, we will get back to you after investigating this issue, Thanks.

@kishorekumar-anchala
Copy link
Contributor

Hi @bartchojnacki ,

Could you please confirm What is the Azcopy version you're using ?

@bartchojnacki
Copy link
Author

bartchojnacki commented Jul 1, 2024

hi @kishorekumar-anchala ,
There is no version number available in the pre-update logs.
If i understand the agent specification correctly it used to be 10.25.1, although I presume it was was slightly older. The problem is that - since the agent runner update - it's missing at all from "C:\Program Files (x86)\Microsoft SDKs\Azure" directory (can't see any version at all)

edit: what I'm trying to say I was using the EXE as it was in the agent image by default (when the VM spins up), it was provided by MS, not being downloaded by the pipeline...

@kishorekumar-anchala
Copy link
Contributor

Hi @bartchojnacki ,

  1. The removal of AzCopy 8 from our images has impacted , but it was never explicitly installed and only came with Visual Studio 2019 as a dependency, which has now been removed due to its deprecation and lack of support. The Visual Studio team has confirmed they won't reintroduce it.
  2. To ensure future compatibility, we advise transitioning to AzCopy 10, which is already installed and accessible.

Kindly refer below documentation:

Migration Guide from AzCopy V8 to V10

Troubleshooting and usage information for AzCopy

@bartchojnacki
Copy link
Author

Hi @kishorekumar-anchala - that explains, thanks!

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

3 participants