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.
The key has expired.
[v16.3.1]
Changed
SqlServerDsc
Temporary disable integration tests for dbatools.
SqlAg
Added optional parameter SeedingMode that will set the SeedingMode for the
SQL Server 2016 and higher. This parameter can only be used together with the
module SqlServer installed (tested v21.0.17099). The parameter will be
ignored if SQLPS module will be used.
SqlAgReplica
Added optional parameter SeedingMode that will set the SeedingMode for the
SQL Server 2016 and higher (issue #487).
This parameter can only be used together with the module SqlServer installed
(tested v21.0.17099). The parameter will be ignored if SQLPS module will be
used.
Fixed
Import-SqlDscPreferredModule
Now the command does not fail when checking if SQLPS is loaded into the
session (issue #1928).