Skip to content

Commit cfc371e

Browse files
authored
Merge pull request #3531 from utkarshpandey13/main
Update OAW package hash for 2501 release
2 parents c7ee325 + b9683fb commit cfc371e

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
@@ -66,7 +66,7 @@ param(
6666
[string]
6767
$DownloadedOAWZipFilePath
6868
)
69-
$expectedHash = '4B5CE0EA6FA12C4A95EBDE4223BEED5B9D98D7D9FC7DA1D5C72D3620725E5119'
69+
$expectedHash = 'F5172B3A97248826C73A3D7ABC0440CFA1EC3B31CAC6A1BC1100B9E241099780'
7070
$actualHash = (Get-FileHash -Path $DownloadedOAWZipFilePath).Hash
7171
Write-Host "Expected hash: $expectedHash"
7272
if ($expectedHash -eq $actualHash)
@@ -90,7 +90,7 @@ Another way to copy this script to your environment is to use the Test-FileHash
9090
2. After you import the Test-FileHash module, verify the hash of the OAW.zip file:
9191

9292
```powershell
93-
Test-FileHash -ExpectedHash "4B5CE0EA6FA12C4A95EBDE4223BEED5B9D98D7D9FC7DA1D5C72D3620725E5119" -FilePath "<path to the OAW.zip file>"
93+
Test-FileHash -ExpectedHash "F5172B3A97248826C73A3D7ABC0440CFA1EC3B31CAC6A1BC1100B9E241099780" -FilePath "<path to the OAW.zip file>"
9494
```
9595

9696
## Check HLH version

0 commit comments

Comments
 (0)