mssql_*: named instances (#11664)

* mssql_*: named instances

* add changelog frag

* fix changelog

* Update plugins/modules/mssql_db.py

* Update plugins/modules/mssql_db.py

* Update plugins/modules/mssql_script.py

* Update plugins/modules/mssql_script.py

* fix backslashes

* Update plugins/modules/mssql_db.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/mssql_script.py

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Alexei Znamensky
2026-03-24 18:51:02 +13:00
committed by GitHub
parent 4d44ef2e4b
commit d48a066821
3 changed files with 35 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
bugfixes:
- mssql_db - fail with a clear error message when a named instance (``server\instance`` format)
is used together with ``login_port``, since these are mutually exclusive connection methods
(https://github.com/ansible-collections/community.general/issues/5693,
https://github.com/ansible-collections/community.general/pull/11664).
- mssql_script - fail with a clear error message when a named instance (``server\instance`` format)
is used together with ``login_port``, since these are mutually exclusive connection methods
(https://github.com/ansible-collections/community.general/issues/5693,
https://github.com/ansible-collections/community.general/pull/11664).