Update mandatory parameter declaration

This commit is contained in:
Wes Carroll
2020-05-05 21:59:14 -04:00
parent aecd4fd1d5
commit e6ead11891
40 changed files with 167 additions and 167 deletions
@@ -4,7 +4,7 @@ function Start-ZertoFailoverTest {
param(
[Parameter(
HelpMessage = "Name of VPG to failover test",
Mandatory = $true
Mandatory
)]
[ValidateNotNullOrEmpty()]
[string]$vpgName,