[macOS] Temporary pin the AzCopy version (#8979)
* Update Software Report to support azcopy output * [macOS] Temporary pin the AzCopy version --------- Co-authored-by: Alexey Ayupov <“[email protected]”>
This commit is contained in:
co-authored by
Alexey Ayupov
parent
63f2cea173
commit
126c302e7a
@@ -348,7 +348,7 @@ function Get-Aria2Version {
|
||||
}
|
||||
|
||||
function Get-AzcopyVersion {
|
||||
$azcopyVersion = Run-Command "azcopy --version" | Take-Part -Part 2
|
||||
$azcopyVersion = [string]$(Run-Command "azcopy --version") | Take-Part -Part 2
|
||||
return $azcopyVersion
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user