You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[v17.5.1]
Added
SqlServerDsc
Added private functions ConvertTo-SqlString and ConvertTo-EscapedQueryString
to safely escape T-SQL string literals and query arguments
(issue #2442).
DSC_SqlReplication
Updated Install-RemoteDistributor to escape T-SQL arguments for SQL Server
2025 to prevent SQL injection and ensure proper password redaction
(issue #2442).
Changed
SqlServerDsc
Updated Pester test guidance in AI instructions in community style guidelines.
Added SChannelDsc as a required module for integration tests and enabled the
prerequisites tests Ensure TLS 1.2 is enabled (issue #2441).