From 074950b32e2875e38afafd75e52543c4a22b63b1 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Tue, 26 Feb 2019 10:00:22 -0500 Subject: [PATCH] Set vpgName alias to name --- ZertoApiWrapper/Public/Get-ZertoVpg.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/ZertoApiWrapper/Public/Get-ZertoVpg.ps1 b/ZertoApiWrapper/Public/Get-ZertoVpg.ps1 index 0a761cd..ad7df9d 100644 --- a/ZertoApiWrapper/Public/Get-ZertoVpg.ps1 +++ b/ZertoApiWrapper/Public/Get-ZertoVpg.ps1 @@ -84,6 +84,7 @@ function Get-ZertoVpg { ParameterSetName = "filter", HelpMessage = "The name of the VPG." )] + [Alias("vpgName")] [string]$name, [Parameter( ParameterSetName = "filter",