Update Function to set variable to mandatory
This commit is contained in:
@@ -16,7 +16,8 @@ function Get-ZAAlert {
|
||||
[int]$limitTo,
|
||||
[Parameter(
|
||||
HelpMessage = "The VPG Idnetifier",
|
||||
ParameterSetName = "alertId"
|
||||
ParameterSetName = "alertId",
|
||||
Mandatory = $true
|
||||
)]
|
||||
[ValidateNotNullOrEmpty()]
|
||||
[string]$alertIdentifier
|
||||
|
||||
Reference in New Issue
Block a user