String Not Null or Empty Validators

This commit is contained in:
Wes Carroll
2019-04-16 22:46:21 -04:00
parent ed225024a6
commit 8ec3293ff4
31 changed files with 145 additions and 4 deletions
@@ -6,6 +6,7 @@ function Suspend-ZertoVpg {
HelpMessage = "Name(s) of VPG(s) to pause replication",
Mandatory = $true
)]
[ValidateNotNullOrEmpty()]
[string[]]$vpgName
)