Skip to content

Commit

Permalink
Merge pull request #603 from Karl-WE/patch-3
Browse files Browse the repository at this point in the history
Update 1_Prereq.ps1 - updated diskspd Link to version 2.2
  • Loading branch information
jaromirk authored Oct 29, 2024
2 parents 0d3358c + 3ba705c commit 49bcbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/1_Prereq.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function Get-WindowsBuildNumber {
$downloadurl = $webcontent.BaseResponse.ResponseUri.AbsoluteUri.Substring(0,$webcontent.BaseResponse.ResponseUri.AbsoluteUri.LastIndexOf('/'))+($webcontent.Links | where-object { $_.'data-url' -match '/Diskspd.*zip$' }|Select-Object -ExpandProperty "data-url")
}
#>
$downloadurl="https://github.com/microsoft/diskspd/releases/download/v2.1/DiskSpd.ZIP"
$downloadurl="https://github.com/microsoft/diskspd/releases/download/v2.2/DiskSpd.ZIP"
Invoke-WebRequest -Uri $downloadurl -OutFile "$PSScriptRoot\Temp\ToolsVHD\DiskSpd\diskspd.zip"
}catch{
WriteError "`t Failed to download Diskspd!"
Expand Down

0 comments on commit 49bcbba

Please sign in to comment.