Skip to content

Commit 8655aad

Browse files
committed
Update CHANGELOG.md to include newly added commands and enumeration for SQL Server components
1 parent 8fe15c9 commit 8655aad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)