Set vpgName alias to name

This commit is contained in:
Wes Carroll
2019-02-26 10:00:22 -05:00
parent 9cac819f19
commit 074950b32e
+1
View File
@@ -84,6 +84,7 @@ function Get-ZertoVpg {
ParameterSetName = "filter", ParameterSetName = "filter",
HelpMessage = "The name of the VPG." HelpMessage = "The name of the VPG."
)] )]
[Alias("vpgName")]
[string]$name, [string]$name,
[Parameter( [Parameter(
ParameterSetName = "filter", ParameterSetName = "filter",