[Ubuntu] Temporary pin the AzCopy version (#8982)

Co-authored-by: Alexey Ayupov <“alexey.ayupov@akvelon.com”>
This commit is contained in:
Alexey-Ayupov
2023-12-11 13:07:50 +01:00
committed by GitHub
parent 0e46595f81
commit 76d6f0f574
2 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ function Get-AptFastVersion {
}
function Get-AzCopyVersion {
$azcopyVersion = azcopy --version | Get-StringPart -Part 2
$azcopyVersion = [string]$(azcopy --version) | Get-StringPart -Part 2
return "$azcopyVersion - available by ``azcopy`` and ``azcopy10`` aliases"
}