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
+1 -1
View File
@@ -4,7 +4,7 @@ function Import-ZertoVpg {
param(
[Parameter(
HelpMessage = "VPG settings JSON file(s) to import.",
Mandatory = $true,
Mandatory,
ValueFromPipeline = $true,
ValueFromPipelineByPropertyName = $true
)]