[windows] Remove checksum validation for WSL2 and AzCosmos db (#12425)

This commit is contained in:
kishorekumar-anchala
2025-06-19 21:59:20 +05:30
committed by GitHub
parent 9c685e8b41
commit 938abb9f14
3 changed files with 5 additions and 6 deletions

View File

@@ -4,7 +4,6 @@
####################################################################################
Install-Binary -Type MSI `
-Url "https://aka.ms/cosmosdb-emulator" `
-ExpectedSHA256Sum "BFBA892C3B9E27093A6AA36CD3C447D812CA32D6A4361DB64E753A63C90C2766"
-Url "https://aka.ms/cosmosdb-emulator"
Invoke-PesterTests -TestFile "Tools" -TestName "Azure Cosmos DB Emulator"

View File

@@ -7,8 +7,7 @@ $downloadUrl = Resolve-GithubReleaseAssetUrl `
-UrlMatchPattern "wsl.*.x64.msi"
Install-Binary -Type MSI `
-Url $downloadUrl `
-ExpectedSHA256Sum "AF1C1CBDB2F8E323A74224F200B3A4E25C0CF6DD5DAE7D0D14CB64109E429ED8"
-Url $downloadUrl
Write-Host "Performing wsl --install --no-distribution"
wsl.exe --install --no-distribution