Skip to content

Commit

Permalink
feat(panos_log_forwarding_profile_match_list): Add gathered_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
shinmog committed Oct 12, 2022
1 parent 4f60414 commit 8d51183
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/panos_log_forwarding_profile_match_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
- paloaltonetworks.panos.fragments.vsys_shared
- paloaltonetworks.panos.fragments.device_group
- paloaltonetworks.panos.fragments.network_resource_module_state
- paloaltonetworks.panos.fragments.gathered_filter
options:
log_forwarding_profile:
description:
Expand All @@ -48,7 +49,6 @@
description:
- Name of the profile.
type: str
required: true
description:
description:
- Profile description
Expand Down Expand Up @@ -126,6 +126,7 @@ def main():
vsys_shared=True,
device_group=True,
with_network_resource_module_state=True,
with_gathered_filter=True,
with_classic_provider_spec=True,
min_pandevice_version=(0, 11, 1),
min_panos_version=(8, 0, 0),
Expand Down

0 comments on commit 8d51183

Please sign in to comment.