mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
remove panos_security_policy (#34433)
* remove panos_security_policy * added depreciation notice * - deprecation notice * properly document deprecated module * merge changes * merge changes * parser expects srt for deprecations attributes
This commit is contained in:
parent
e59d3dd524
commit
9ddf8b8ee5
3 changed files with 6 additions and 3 deletions
|
@ -36,9 +36,9 @@ description:
|
|||
author: "Ivan Bojer (@ivanbojer)"
|
||||
version_added: "2.3"
|
||||
deprecated:
|
||||
removed_in: "2.8"
|
||||
why: Renamed to M(panos_security_rule) in order to align with API calls and UI object references, which also has extra support for PanDevice SDK.
|
||||
alternative: Use M(panos_security_rule) instead.
|
||||
alternative: Use M(panos_security_rule) instead.
|
||||
removed_in: '2.9'
|
||||
why: This module depended on outdated and old SDK. In 2.4 use M(panos_security_rule) instead.
|
||||
requirements:
|
||||
- pan-python can be obtained from PyPi U(https://pypi.python.org/pypi/pan-python)
|
||||
- pandevice can be obtained from PyPi U(https://pypi.python.org/pypi/pandevice)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue