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
+2 -2
View File
@@ -5,12 +5,12 @@ function Get-ZertoPeerSite {
[Parameter(
ParameterSetName = "pairingStatuses",
HelpMessage = "Switch to return possible paiting statuses.",
Mandatory = $true
Mandatory
)]
[switch]$pairingStatuses,
[Parameter(
ParameterSetName = "siteIdentifier",
Mandatory = $true,
Mandatory,
ValueFromPipeline = $true,
ValueFromPipelineByPropertyName = $true,
HelpMessage = "The identifier(s) of the peer site(s) for which information is to be returned."