Skip to content

Commit

Permalink
feat(panos_email_server): Add gathered_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
shinmog committed Oct 12, 2022
1 parent 864e4cc commit 812de38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/panos_email_server.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:
email_profile:
description:
Expand All @@ -48,7 +49,6 @@
description:
- Server name.
type: str
required: True
display_name:
description:
- Display name
Expand Down Expand Up @@ -106,6 +106,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=(7, 1, 0),
Expand Down

0 comments on commit 812de38

Please sign in to comment.