SqlDatabase and siblings: Support for login type 'SqlLogin' #2056
Labels
enhancement
The issue is an enhancement request.
help wanted
The issue is up for grabs for anyone in the community.
This is a feature / improvement request.
From the examples a new database can be created like so:
But underneath the connection to the server is done with
Connect-SQL
like so:This means if you don't have Windows Authentication between the machine running the configuration and the machine running SQL Server, and would want to use
SqlLogin
for the login type, you're blocked at the moment.The text was updated successfully, but these errors were encountered: