String Not Null or Empty Validators
This commit is contained in:
@@ -6,6 +6,7 @@ function Suspend-ZertoVpg {
|
||||
HelpMessage = "Name(s) of VPG(s) to pause replication",
|
||||
Mandatory = $true
|
||||
)]
|
||||
[ValidateNotNullOrEmpty()]
|
||||
[string[]]$vpgName
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user