mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Remove deprecated options from modules (#50246)
* Remove deprecated options from modules * Update tests * Add porting guide notes
This commit is contained in:
parent
7f2b9a8a31
commit
9702893729
11 changed files with 25 additions and 121 deletions
|
@ -213,4 +213,9 @@ import and instantiate ``ansible.utils.display.Display`` on its own.
|
|||
Networking
|
||||
==========
|
||||
|
||||
No notable changes.
|
||||
* The ``eos_config``, ``ios_config``, and ``nxos_config`` modules have removed the deprecated
|
||||
``save`` and ``force`` parameters, use the ``save_when`` parameter to replicate their
|
||||
functionality.
|
||||
|
||||
* The ``nxos_vrf_af`` module has removed the ``safi`` paramter. This parameter was deprecated
|
||||
in Ansible 2.4 and has had no impact on the module since then.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue