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
@@ -15,6 +15,7 @@ function Stop-ZertoFailoverTest {
[Parameter(
HelpMessage = "Free text field for any notes to add to the test report."
)]
[ValidateNotNullOrEmpty()]
[string]$failoverTestSummary = "Stop Failover Test for $vpgName"
)