Skip to content

Commit c1b38dc

Browse files
committed
Revert "Add Checksum validation for Premium download to detect corrupt downloads (#487)"
This reverts commit 5efdfc2.
1 parent e7c7c9c commit c1b38dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Syndication/AzureStack.MarketplaceSyndication.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ function DownloadMarketplaceProduct {
503503
while (-not $completed) {
504504
try {
505505
if ($PremiumDownload) {
506-
& 'C:\Program Files (x86)\Microsoft SDKs\Azure\AzCopy\AzCopy.exe' /Source:$Source /Dest:$tmpDestination /Y /CheckMD5
506+
& 'C:\Program Files (x86)\Microsoft SDKs\Azure\AzCopy\AzCopy.exe' /Source:$Source /Dest:$tmpDestination /Y
507507
} else {
508508
$wc = New-Object System.Net.WebClient
509509
$wc.DownloadFile($Source, $tmpDestination)

0 commit comments

Comments
 (0)