Skip to content

Commit 2b1260c

Browse files
author
Brian Peterson (ECG)
committed
Updating readme and test file for infrastructure to match renamed functions.
1 parent a02c19a commit 2b1260c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Infrastructure/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The command does the following:
167167
Does return the total capacity of the storage subsystem
168168

169169
```powershell
170-
Get-AzsStorageCapacity
170+
Get-AzSStorageSubsystem
171171
```
172172

173173
The command does the following:
@@ -223,7 +223,7 @@ The command does the following:
223223
Does list all SLB MUX Instances
224224

225225
```powershell
226-
Get-AzSLBMux
226+
Get-AzsSLBMux
227227
```
228228

229229
The command does the following:

Infrastructure/Tests/Infra.Tests.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ InModuleScope $script:ModuleName {
4444
{ Get-AzsScaleUnitNode } |
4545
Should Not Throw
4646
}
47-
It 'Get-AzsStorageCapacity should not throw' {
48-
{ Get-AzsStorageCapacity } |
47+
It 'Get-AzsStorageSubsystem should not throw' {
48+
{ Get-AzsStorageSubsystem } |
4949
Should Not Throw
5050
}
5151
It 'Get-AzsInfraRole should not throw' {
@@ -65,8 +65,8 @@ InModuleScope $script:ModuleName {
6565
Should Not Throw
6666
}
6767

68-
It 'Get-AzsUpdateSummary should not throw' {
69-
{ Get-AzsUpdateSummary } |
68+
It 'Get-AzsUpdateLocation should not throw' {
69+
{ Get-AzsUpdateLocation } |
7070
Should Not Throw
7171
}
7272
It 'Get-AzsUpdate should not throw' {

0 commit comments

Comments
 (0)