Skip to content

Commit 5588bb1

Browse files
authored
Merge pull request #15595 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-stack-docs (branch main)
2 parents d2271f5 + 2072d56 commit 5588bb1

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 = '73BE1564EE7357691A44DB3BD01AD5BB931CD029DE613EC6F564E8CDEA59F09D'
71+
$expectedHash = '4B5CE0EA6FA12C4A95EBDE4223BEED5B9D98D7D9FC7DA1D5C72D3620725E5119'
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 "73BE1564EE7357691A44DB3BD01AD5BB931CD029DE613EC6F564E8CDEA59F09D" -FilePath "<path to the OAW.zip file>"
95+
Test-FileHash -ExpectedHash "4B5CE0EA6FA12C4A95EBDE4223BEED5B9D98D7D9FC7DA1D5C72D3620725E5119" -FilePath "<path to the OAW.zip file>"
9696
```
9797

9898
## Check HLH version

0 commit comments

Comments
 (0)