-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding dynamic_content and simulate_packet modules #31
Conversation
CHANGELOG.rst
Outdated
@@ -4,6 +4,23 @@ Check_Point.gaia Release Notes | |||
|
|||
.. contents:: Topics | |||
|
|||
v5.1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ameera:
since you are adding new module it should be v6.0.0
CHANGELOG.rst
Outdated
Release Summary | ||
--------------- | ||
|
||
this release 5.1.0 of ``check_point.gaia``, released on 2023-11-1. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ameera:
here also 6.0.0
wait_for_task: | ||
description: Wait for task or return immediately. | ||
required: False | ||
default: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make it False
default: True | ||
type: bool | ||
short_description: getting information of the chosen dynamic layer. | ||
version_added: '5.1.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6.0.0
default: True | ||
type: bool | ||
short_description: get the names and meta-data of all dynamic layers. | ||
version_added: '5.1.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6.0.0
default: True | ||
required: False | ||
short_description: installing policy | ||
version_added: '5.1.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6.0.0
added new modules :