Skip to content

Commit

Permalink
feat(panos_service_group): Add gathered_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
shinmog committed Oct 12, 2022
1 parent f808bee commit 1abba4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/panos_service_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
- paloaltonetworks.panos.fragments.vsys
- paloaltonetworks.panos.fragments.device_group
- paloaltonetworks.panos.fragments.network_resource_module_state
- paloaltonetworks.panos.fragments.gathered_filter
- paloaltonetworks.panos.fragments.deprecated_commit
options:
name:
description:
- Name of service group.
type: str
required: true
value:
description:
- List of service objects to be included in the group. Must specify if state is
Expand Down Expand Up @@ -88,6 +88,7 @@ def main():
device_group=True,
with_classic_provider_spec=True,
with_network_resource_module_state=True,
with_gathered_filter=True,
with_commit=True,
sdk_cls=("objects", "ServiceGroup"),
sdk_params=dict(
Expand Down

0 comments on commit 1abba4a

Please sign in to comment.