Skip to content

Commit b9683fb

Browse files
Update OAW package hash for 2501 release
1 parent 68d4858 commit b9683fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-stack/operator/operator-access-workstation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ param(
6868
[string]
6969
$DownloadedOAWZipFilePath
7070
)
71-
$expectedHash = '4B5CE0EA6FA12C4A95EBDE4223BEED5B9D98D7D9FC7DA1D5C72D3620725E5119'
71+
$expectedHash = 'F5172B3A97248826C73A3D7ABC0440CFA1EC3B31CAC6A1BC1100B9E241099780'
7272
$actualHash = (Get-FileHash -Path $DownloadedOAWZipFilePath).Hash
7373
Write-Host "Expected hash: $expectedHash"
7474
if ($expectedHash -eq $actualHash)
@@ -92,7 +92,7 @@ Another way to copy this script to your environment is to use the Test-FileHash
9292
2. After you import the Test-FileHash module, verify the hash of the OAW.zip file:
9393

9494
```powershell
95-
Test-FileHash -ExpectedHash "4B5CE0EA6FA12C4A95EBDE4223BEED5B9D98D7D9FC7DA1D5C72D3620725E5119" -FilePath "<path to the OAW.zip file>"
95+
Test-FileHash -ExpectedHash "F5172B3A97248826C73A3D7ABC0440CFA1EC3B31CAC6A1BC1100B9E241099780" -FilePath "<path to the OAW.zip file>"
9696
```
9797

9898
## Check HLH version

0 commit comments

Comments
 (0)