Skip to content

Commit

Permalink
feat(panos_interface): Add gathered_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
shinmog committed Oct 12, 2022
1 parent 37adb74 commit 6406d44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/panos_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,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.template_only
- paloaltonetworks.panos.fragments.deprecated_commit
Expand All @@ -49,7 +50,6 @@
description:
- Name of the interface to configure.
type: str
required: true
mode:
description:
- The interface mode.
Expand Down Expand Up @@ -259,6 +259,7 @@ def main():
template=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,
with_set_vlan_reference=True,
Expand Down

0 comments on commit 6406d44

Please sign in to comment.