Fixed caps
This commit is contained in:
@@ -688,7 +688,7 @@ Function New-NSXTGroup {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Function Remove-NSXTGROUP {
|
Function Remove-NSXTGroup {
|
||||||
<#
|
<#
|
||||||
.NOTES
|
.NOTES
|
||||||
===========================================================================
|
===========================================================================
|
||||||
@@ -704,7 +704,7 @@ Function Remove-NSXTGROUP {
|
|||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This cmdlet removes an NSX-T Group
|
This cmdlet removes an NSX-T Group
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
Remove-NSXTGROUP -Id Foo -GatewayType MGW -Troubleshoot
|
Remove-NSXTGroup -Id Foo -GatewayType MGW -Troubleshoot
|
||||||
#>
|
#>
|
||||||
Param (
|
Param (
|
||||||
[Parameter(Mandatory=$True)]$Id,
|
[Parameter(Mandatory=$True)]$Id,
|
||||||
|
|||||||
Reference in New Issue
Block a user