lowlydba / lowlydba.sqlserver

:spoon: A cross-platform Ansible collection using PowerShell to configure and maintain SQL Server.
https://galaxy.ansible.com/ui/repo/published/lowlydba/sqlserver
GNU General Public License v3.0
20 stars 12 forks source link

Issue-189: Add sid as a optional parameter for login module #190

Closed OsirisDBA closed 1 year ago

OsirisDBA commented 1 year ago

Description

SQL Logins for always on instances require that the SID match across all nodes in the cluster. DBAtools already supports the sid parameter so just adding it as an optional parameter.

Fixes lowlydba/lowlydba.sqlserver#189

How Has This Been Tested?

Add sid to the integration test for login.

Types of changes

Checklist:

lowlydba commented 1 year ago

Thanks for the enhancement @OsirisDBA! I've fixed the broken tests on main, could you update your fork? If the workflows come back green I'm happy to merge.

OsirisDBA commented 1 year ago

will reissue pr