We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c7c9c commit c1b38dcCopy full SHA for c1b38dc
Syndication/AzureStack.MarketplaceSyndication.psm1
@@ -503,7 +503,7 @@ function DownloadMarketplaceProduct {
503
while (-not $completed) {
504
try {
505
if ($PremiumDownload) {
506
- & 'C:\Program Files (x86)\Microsoft SDKs\Azure\AzCopy\AzCopy.exe' /Source:$Source /Dest:$tmpDestination /Y /CheckMD5
+ & 'C:\Program Files (x86)\Microsoft SDKs\Azure\AzCopy\AzCopy.exe' /Source:$Source /Dest:$tmpDestination /Y
507
} else {
508
$wc = New-Object System.Net.WebClient
509
$wc.DownloadFile($Source, $tmpDestination)
0 commit comments