-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(host_hide): allow api limit to be managed in module seamlessly (#473
) * fix(host_hide): allow api limit to be managed in module seamlessly This commit will allow a user to not have to worry about a) knowing there is a 100 max host limit per API call and b) having to batch chunks in Ansible to pass into the module. * chore(host_hide): update notes section * refactor batching and add changelog
- Loading branch information
1 parent
c2703c4
commit 70d9b23
Showing
2 changed files
with
68 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
bugfixes: | ||
- host_hide - api action was limited to 100 hosts. Fix now allows for processing of more than | ||
100 hosts. (https://github.com/CrowdStrike/ansible_collection_falcon/pull/473) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters