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

@@ -140,6 +140,7 @@ The following modules will be removed in Ansible 2.9. Please update update your
* :ref:`nxos_ip_interface <nxos_ip_interface>` use :ref:`nxos_l3_interface <nxos_l3_interface>` instead.
* :ref:`nxos_portchannel <nxos_portchannel>` use :ref:`nxos_linkagg <nxos_linkagg>` instead.
* :ref:`nxos_switchport <nxos_switchport>` use :ref:`nxos_l2_interface <nxos_l2_interface>` instead.
* :ref:`panos_security_policy <panos_security_policy>` use :ref:`panos_security_rule <panos_security_rule>` instead.
Noteworthy module changes
-------------------------