File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
2626### Added
2727
28+ - Added public command ` Get-SqlDscInstalledComponent ` to retrieve installed SQL Server
29+ components on the system.
30+ - Added public command ` Test-SqlDscIsInstalledComponent ` to test whether a specific
31+ SQL Server component is installed on the system.
32+ - Added enum ` SqlServerComponent ` to define SQL Server component types used by the
33+ ` Get-SqlDscInstalledComponent ` and ` Test-SqlDscIsInstalledComponent ` commands.
2834- Added public command ` Test-SqlDscIsInstalledInstance ` to test if an instance is
2935 installed on the current node.
3036- Added public command ` Set-SqlDscDatabaseOwner ` to change the owner of a SQL Server
You can’t perform that action at this time.
0 commit comments