deprecation dict not live yet (#34493)
This commit is contained in:
parent
fba178d852
commit
2be5ad4f08
1 changed files with 1 additions and 3 deletions
|
@ -25,9 +25,7 @@ DOCUMENTATION = '''
|
|||
module: nxos_switchport
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.1"
|
||||
deprecated:
|
||||
version: 2.5
|
||||
alternative: Use M(nxos_l2_interface) instead.
|
||||
deprecated: Use M(nxos_l2_interface) instead.
|
||||
short_description: Manages Layer 2 switchport interfaces.
|
||||
description:
|
||||
- Manages Layer 2 interfaces
|
||||
|
|
Loading…
Reference in a new issue