Update mandatory parameter declaration
This commit is contained in:
@@ -4,7 +4,7 @@ function Import-ZertoVpg {
|
||||
param(
|
||||
[Parameter(
|
||||
HelpMessage = "VPG settings JSON file(s) to import.",
|
||||
Mandatory = $true,
|
||||
Mandatory,
|
||||
ValueFromPipeline = $true,
|
||||
ValueFromPipelineByPropertyName = $true
|
||||
)]
|
||||
|
||||
Reference in New Issue
Block a user