Skip to content

Commit 0266b75

Browse files
committed
Update mssql_script.py documentation
1 parent fafd6ee commit 0266b75

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

plugins/modules/mssql_script.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,16 @@
6464
version_added: 8.4.0
6565
encryption:
6666
description:
67-
- Specify whether to use encryption for the connection to the server, Please refer to the pymssql documentation for detailed information.
67+
- Specify whether to use encryption for the connection to the server.
68+
Please refer to the pymssql documentation for detailed information.
6869
type: str
70+
version_added: 11.4.0
6971
tds_version:
7072
description:
71-
- Specify the TDS protocol version to use when connecting to the server, Please refer to the pymssql documentation for detailed information.
73+
- Specify the TDS protocol version to use when connecting to the server.
74+
Please refer to the pymssql documentation for detailed information.
7275
type: str
76+
version_added: 11.4.0
7377
output:
7478
description:
7579
- With V(default) each row is returned as a list of values. See RV(query_results).

0 commit comments

Comments
 (0)