You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
glcm.Info(executableName+": A newer version "+remoteVersion+" is available to download\n")
Background: Trying to debug a problem with AzureFileCopy@4 Task on Devops. log is littered with messages stating a newer version is available, but there's no mention of the current version, so I'm left to guess if the problem we're having has been fixed in a newer version of azcopy.exe which the AzureFileCopy task needs to incorporate, or if it's a new problem.
Which version of the AzCopy was used?
Unknown - this is the problem.
Which platform are you using? (ex: Windows, Mac, Linux)
Azure DevOps - AzureFileCopy@4 task
What problem was encountered?
azcopy provides a message stating a new version is available, but that message doesn't indicate the current version. e.g. :
INFO: AzCopy.exe: A newer version 10.11.0 is available to download
How can we reproduce the problem in the simplest way?
Run any old version of azcopy.exe I'd presume, and check the relevant log.
Have you found a mitigation/solution?
no.
Ideally from my perspective, this INFO message would be improved to state the current version, and possibly a link to the release notes. Something like:
I don't know enough GO to change this myself, but this seems to be the line in question:
azure-storage-azcopy/cmd/root.go
Line 253 in 87cba06
Background: Trying to debug a problem with AzureFileCopy@4 Task on Devops. log is littered with messages stating a newer version is available, but there's no mention of the current version, so I'm left to guess if the problem we're having has been fixed in a newer version of azcopy.exe which the AzureFileCopy task needs to incorporate, or if it's a new problem.
Which version of the AzCopy was used?
Unknown - this is the problem.
Which platform are you using? (ex: Windows, Mac, Linux)
Azure DevOps - AzureFileCopy@4 task
What problem was encountered?
azcopy provides a message stating a new version is available, but that message doesn't indicate the current version. e.g. :
INFO: AzCopy.exe: A newer version 10.11.0 is available to download
How can we reproduce the problem in the simplest way?
Run any old version of azcopy.exe I'd presume, and check the relevant log.
Have you found a mitigation/solution?
no.
Ideally from my perspective, this INFO message would be improved to state the current version, and possibly a link to the release notes. Something like:
INFO: AzCopy.exe: A newer version 10.11.0 is available to download, currently 10.9.2, release notes: https://github.com/Azure/azure-storage-azcopy/releases
The text was updated successfully, but these errors were encountered: