Fixed caps

This commit is contained in:
William Lam
2018-09-20 05:04:18 -07:00
parent a1c3c01f05
commit 8402e69993

View File

@@ -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,