Skip to content

Commit

Permalink
Add missing alias. Closes #856.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcodes committed Dec 18, 2022
1 parent d58737a commit 037f796
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/falconpy/firewall_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -1834,6 +1834,8 @@ def query_rules(self: object, parameters: dict = None, **kwargs) -> dict:
params=parameters
)

update_policy_container_v2 = update_policy_container


# The legacy name for this class does not conform to PascalCase / PEP8
# It is defined here for backwards compatibility purposes only.
Expand Down

0 comments on commit 037f796

Please sign in to comment.