Skip to content

Commit

Permalink
feat(panos_virtual_router): Add gathered_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
shinmog committed Oct 12, 2022
1 parent e400f2d commit 6857369
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/modules/panos_virtual_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
extends_documentation_fragment:
- paloaltonetworks.panos.fragments.transitional_provider
- paloaltonetworks.panos.fragments.network_resource_module_state
- paloaltonetworks.panos.fragments.gathered_filter
- paloaltonetworks.panos.fragments.vsys_import
- paloaltonetworks.panos.fragments.full_template_support
- paloaltonetworks.panos.fragments.deprecated_commit
Expand Down Expand Up @@ -114,6 +115,7 @@ def main():
template=True,
template_stack=True,
with_network_resource_module_state=True,
with_gathered_filter=True,
with_classic_provider_spec=True,
with_commit=True,
with_set_vsys_reference=True,
Expand Down

0 comments on commit 6857369

Please sign in to comment.