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
Add .gitattributes file to checkout file correctly with CRLF.
Updated .vscode/analyzersettings.psd1 file to correct use PSSA rules
and custom rules in VS Code.
Fix hashtables to align with style guideline (issue #1437).
Updated most examples to remove the need for the variable $ConfigurationData,
and fixed style issues.
Ignore commit in GitVersion.yml to force the correct initial release.
Set a display name on all the jobs and tasks in the CI pipeline.
Removing file 'Tests.depend.ps1' as it is no longer required.
SqlServerMaxDop
Fix line endings in code which did not use the correct format.
SqlAlwaysOnService
The integration test has been temporarily disabled because when
the cluster feature is installed it requires a reboot on the
Windows Server 2019 build worker.
SqlDatabaseRole
Update unit test to have the correct description on the Describe-block
for the test of Set-TargetResource.
SqlServerRole
Add support for nested role membership (issue #1452)
Removed use of case-sensitive Contains() function when evalutating role membership.
(issue #1153)
Refactored mocks and unit tests to increase performance. (issue #979)
Fixed
SqlServerDsc
Fixed unit tests to call the function Invoke-TestSetup outside the
try-block.
Update GitVersion.yml with the correct regular expression.
Fix import statement in all tests, making sure it throws if module
DscResource.Test cannot be imported.
SqlAlwaysOnService
When failing to enable AlwaysOn the resource should now fail with an
error (issue #1190).
SqlAgListener
Fix IPv6 addresses failing Test-TargetResource after listener creation.