String Not Null or Empty Validators
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user