File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
173173The 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
229229The command does the following:
Original file line number Diff line number Diff 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' {
You can’t perform that action at this time.
0 commit comments