File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323 ([ issue #2192 ] ( https://github.com/dsccommunity/SqlServerDsc/issues/2192 ) ).
2424- Added public command ` Test-SqlDscIsInstalledInstance ` to test if an instance is
2525 installed on the current node.
26+ - Added public command ` Get-SqlDscInstalledComponent ` to retrieve installed SQL Server
27+ components on the system.
28+ - Added public command ` Test-SqlDscIsInstalledComponent ` to test whether a specific
29+ SQL Server component is installed on the system.
30+ - Added enum ` SqlServerComponent ` to define SQL Server component types used by the
31+ ` Get-SqlDscInstalledComponent ` and ` Test-SqlDscIsInstalledComponent ` commands.
32+ - Added public command ` Test-SqlDscIsInstalledInstance ` to test if an instance is
33+ installed on the current node.
2634
2735### Changed
2836
You can’t perform that action at this time.
0 commit comments