Update mandatory parameter declaration
This commit is contained in:
@@ -17,7 +17,7 @@ function Get-ZAAlert {
|
||||
[Parameter(
|
||||
HelpMessage = "The alert Idnetifier",
|
||||
ParameterSetName = "alertId",
|
||||
Mandatory = $true
|
||||
Mandatory
|
||||
)]
|
||||
[ValidateNotNullOrEmpty()]
|
||||
[string]$alertIdentifier
|
||||
|
||||
Reference in New Issue
Block a user