Skip to content

Commit

Permalink
Revert "Add Checksum validation for Premium download to detect corrup…
Browse files Browse the repository at this point in the history
…t downloads (#487)"

This reverts commit 5efdfc2.
  • Loading branch information
knithinc committed Jan 11, 2019
1 parent e7c7c9c commit c1b38dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syndication/AzureStack.MarketplaceSyndication.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ function DownloadMarketplaceProduct {
while (-not $completed) {
try {
if ($PremiumDownload) {
& '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
} else {
$wc = New-Object System.Net.WebClient
$wc.DownloadFile($Source, $tmpDestination)
Expand Down

0 comments on commit c1b38dc

Please sign in to comment.