Skip to content

Commit

Permalink
feat(panos_management_profile): Add gathered_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
shinmog committed Oct 12, 2022
1 parent 369dbf4 commit 2371f70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/panos_management_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
- paloaltonetworks.panos.fragments.transitional_provider
- paloaltonetworks.panos.fragments.full_template_support
- paloaltonetworks.panos.fragments.network_resource_module_state
- paloaltonetworks.panos.fragments.gathered_filter
- paloaltonetworks.panos.fragments.deprecated_commit
options:
panorama_template:
Expand All @@ -50,7 +51,6 @@
description:
- The management profile name.
type: str
required: true
ping:
description:
- Enable ping
Expand Down Expand Up @@ -157,6 +157,7 @@ def main():
template_stack=True,
with_classic_provider_spec=True,
with_network_resource_module_state=True,
with_gathered_filter=True,
min_pandevice_version=(0, 8, 0),
with_commit=True,
sdk_cls=("network", "ManagementProfile"),
Expand Down

0 comments on commit 2371f70

Please sign in to comment.