Skip to content

Commit

Permalink
Issue #396
Browse files Browse the repository at this point in the history
Added maximum count of 1000 when building body content during requests for `Get-FalconAlert`
  • Loading branch information
bk-cs committed Mar 26, 2024
1 parent 9c6a12c commit a6a777a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified private/Private.ps1
Binary file not shown.
2 changes: 1 addition & 1 deletion public/alerts.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ https://github.com/crowdstrike/psfalcon/wiki/Get-FalconAlert
}
end {
if ($List) {
$PSBoundParameters['Id'] = @($List | Select-Object -Unique)
$PSBoundParameters['composite_ids'] = @($List | Select-Object -Unique)
Invoke-Falcon @Param -UserInput $PSBoundParameters
}
}
Expand Down

0 comments on commit a6a777a

Please sign in to comment.