mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-09 06:40:03 -07:00
removed panos_nat_policy (#34432)
* removed panos_nat_policy * merge * removed extra line
This commit is contained in:
parent
fb545b72c3
commit
196f2f382b
3 changed files with 9 additions and 9 deletions
|
@ -19,6 +19,10 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
ANSIBLE_METADATA = {'metadata_version': '1.1',
|
||||
'status': ['deprecated'],
|
||||
'supported_by': 'community'}
|
||||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: panos_nat_policy
|
||||
|
@ -31,9 +35,9 @@ version_added: "2.3"
|
|||
requirements:
|
||||
- pan-python
|
||||
deprecated:
|
||||
removed_in: "2.8"
|
||||
why: M(panos_nat_rule) uses next generation SDK (PanDevice).
|
||||
alternative: Use M(panos_nat_rule) instead.
|
||||
alternative: Use M(panos_nat_rule) instead.
|
||||
removed_in: '2.9'
|
||||
why: This module depended on outdated and old SDK, use M(panos_nat_rule) instead.
|
||||
options:
|
||||
ip_address:
|
||||
description:
|
||||
|
@ -145,11 +149,6 @@ RETURN = '''
|
|||
# Default return values
|
||||
'''
|
||||
|
||||
ANSIBLE_METADATA = {'metadata_version': '1.1',
|
||||
'status': ['deprecated'],
|
||||
'supported_by': 'community'}
|
||||
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
from ansible.module_utils.basic import get_exception
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue