Skip to content

Commit

Permalink
feat(panos_pg): Add gathered_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
shinmog committed Oct 12, 2022
1 parent 5a5ef22 commit 783c043
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/panos_pg.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
- paloaltonetworks.panos.fragments.vsys
- paloaltonetworks.panos.fragments.device_group
- paloaltonetworks.panos.fragments.network_resource_module_state
- paloaltonetworks.panos.fragments.gathered_filter
- paloaltonetworks.panos.fragments.deprecated_commit
options:
pg_name:
description:
- name of the security profile group
type: str
required: true
data_filtering:
description:
- name of the data filtering profile
Expand Down Expand Up @@ -100,6 +100,7 @@ def main():
vsys=True,
device_group=True,
with_network_resource_module_state=True,
with_gathered_filter=True,
with_classic_provider_spec=True,
with_commit=True,
sdk_cls=("objects", "SecurityProfileGroup"),
Expand Down

0 comments on commit 783c043

Please sign in to comment.