[Windows] Update functions that get urls and hashes from Github (#8917)

* [Windows] Update function to get hash from github

* Remove redundant function and add documentation

* Fix aws-sam-cli url
This commit is contained in:
Vasilii Polikarpov
2023-11-30 17:12:17 +01:00
committed by GitHub
parent eb0e4ff100
commit d86c4900fa
5 changed files with 281 additions and 72 deletions

View File

@@ -22,7 +22,6 @@ Export-ModuleMember -Function @(
'Install-VSIXFromFile'
'Install-VSIXFromUrl'
'Get-VSExtensionVersion'
'Get-WinVersion'
'Test-IsWin22'
'Test-IsWin19'
'Install-ChocoPackage'
@@ -38,7 +37,7 @@ Export-ModuleMember -Function @(
'Get-VisualStudioInstance'
'Get-VisualStudioComponents'
'Get-WindowsUpdateStates'
'Get-HashFromGitHubReleaseBody'
'Get-GithubReleaseAssetHash'
'Test-FileChecksum'
'Test-FileSignature'
'Update-Environment'