Skip to content

Commit

Permalink
feat(panos_region): Add gathered_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
shinmog committed Oct 12, 2022
1 parent 0458441 commit caf289e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/panos_region.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
- paloaltonetworks.panos.fragments.vsys
- paloaltonetworks.panos.fragments.device_group
- paloaltonetworks.panos.fragments.network_resource_module_state
- paloaltonetworks.panos.fragments.gathered_filter
options:
name:
description:
- Name of the object.
type: str
required: true
address:
description:
- List of IP networks
Expand Down Expand Up @@ -93,6 +93,7 @@ def main():
min_panos_version=(9, 1, 0),
with_classic_provider_spec=True,
with_network_resource_module_state=True,
with_gathered_filter=True,
sdk_cls=("objects", "Region"),
sdk_params=dict(
name=dict(type="str", required=True),
Expand Down

0 comments on commit caf289e

Please sign in to comment.