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",
HelpMessage = "The name of the VPG."
)]
[Alias("vpgName")]
[string]$name,
[Parameter(
ParameterSetName = "filter",