Skip to content

Commit 3f2942e

Browse files
committed
add version_added information
1 parent eb4ecd0 commit 3f2942e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/modules/section.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
order_by:
6060
description: Specifies the field to use for sorting the returned subnets
6161
type: str
62+
version_added: 1.8.0
6263
choices: [ subnet, description ]
6364
required: false
6465
order_direction:
@@ -67,6 +68,7 @@
6768
- "'asc' sorts from A to Z or from smallest to largest number"
6869
- "'desc' sorts from Z to A or from largest to smallest number"
6970
type: str
71+
version_added: 1.8.0
7072
choices: [ asc, desc ]
7173
required: false
7274
show_vlan:

0 commit comments

Comments
 (0)