Skip to content

Commit 4e6f36c

Browse files
authored
Merge pull request #263 from troettinger/vnext
Correct Get-AzsUpdateLocation
2 parents a743d7f + 8cb0ad2 commit 4e6f36c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Infrastructure/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The command does the following:
6868
Review the Update Summary for a specified region.
6969

7070
```powershell
71-
Get-AzsUpdateSummary
71+
Get-AzsUpdateLocation
7272
```
7373

7474
The command does the following:
@@ -359,7 +359,7 @@ Get-AzsIpPool
359359

360360
```powershell
361361
#Review Current Region Update Summary
362-
Get-AzsUpdateSummary
362+
Get-AzsUpdateLocation
363363
364364
#Check for available and applicable updates
365365
Get-AzsUpdate
@@ -371,7 +371,7 @@ Install-AzsUpdate -Update "2.0.0.0"
371371
Get-AzsUpdateRun -Update "2.0.0.0"
372372
373373
#Review Region Update Summary after successful run
374-
Get-AzsUpdateSummary
374+
Get-AzsUpdateLocation
375375
```
376376

377377
### Perform FRU procedure
@@ -385,10 +385,10 @@ $node | fl
385385
#Enable Maintenance Mode for that node which drains all active resources
386386
Disable-AzsScaleUnitNode -Name $node.name
387387
388-
#Power Off Server using build in KVN or physical power button
388+
#Power Off Server using build in KVM or physical power button
389389
#BMC IP Address is returned by previous command $node.properties | fl
390390
#Apply FRU Procedure
391-
#Power On Server using build in KVN or physical power button
391+
#Power On Server using build in KVM or physical power button
392392
393393
#Resume ScaleUnitNode from Maintenance Mode
394394
Enable-AzsScaleUnitNode -Name $node.name

0 commit comments

Comments
 (0)