Skip to content

Commit

Permalink
feat(panos_application_filter): Add gathered_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
shinmog committed Oct 12, 2022
1 parent 4364945 commit dd13a94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/panos_application_filter.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
category:
description:
- Application category
Expand Down Expand Up @@ -147,6 +147,7 @@ def main():
device_group=True,
with_classic_provider_spec=True,
with_network_resource_module_state=True,
with_gathered_filter=True,
sdk_cls=("objects", "ApplicationFilter"),
sdk_params=dict(
name=dict(type="str", required=True),
Expand Down

0 comments on commit dd13a94

Please sign in to comment.