SqlServerDsc.Common: Connect-SQL should have a parameter set #1403
Labels
enhancement
The issue is an enhancement request.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
If providing SetupCredential without adding the parameter
LoginType
the resource still using integrated login. I suggets making theSetupCredential
andLoginType
a parameter set so both parameters could be made mandatory. If the parameter set is not available, then default to login in as integrated.https://github.com/PowerShell/SqlServerDsc/blob/2d37a930d957d2bbe148d118a5065a2f6f33d29e/Modules/SqlServerDsc.Common/SqlServerDsc.Common.psm1#L961-L970
The text was updated successfully, but these errors were encountered: