SqlServerLogin: Some verbose strings does not output correctly #1096
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
Details of the scenario you tried and the problem that is occurring
The verbose string below should contain the current state of each property, for example it should say
...is a WindowsUser rather than SqlLogin
but it says...is a rather than SqlLogin
(note the$null
value betweena rather
). This is thru for some of the other strings in the below output.This happens when the login does not exist. The verbose output should hanlde this better. For example maybe it should not write these lines of verbose output when the account is new ('Absent').
The DSC configuration that is using the resource (as detailed as possible)
Version of the operating system and PowerShell the target node is running
Any
SQL Server edition and version the target node is running
Any
What SQL Server PowerShell modules, and which version, are present on the target node.
n/a
Version of the DSC module you're using, or write 'dev' if you're using current dev branch
Dev
The text was updated successfully, but these errors were encountered: