Update mandatory parameter declaration
This commit is contained in:
@@ -4,7 +4,7 @@ function Start-ZertoFailoverTest {
|
||||
param(
|
||||
[Parameter(
|
||||
HelpMessage = "Name of VPG to failover test",
|
||||
Mandatory = $true
|
||||
Mandatory
|
||||
)]
|
||||
[ValidateNotNullOrEmpty()]
|
||||
[string]$vpgName,
|
||||
|
||||
Reference in New Issue
Block a user