Skip to content

Commit 9e4a011

Browse files
committed
Update CHANGELOG.md to include newly added commands and enumeration for SQL Server components
1 parent a777a8c commit 9e4a011

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

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

0 commit comments

Comments
 (0)