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:
Ivan Bojer
2018-02-02 04:35:02 -08:00
committed by John R Barker
parent e59d3dd524
commit 9ddf8b8ee5
3 changed files with 6 additions and 3 deletions

View File

@@ -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)