We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a777a8c commit 9e4a011Copy full SHA for 9e4a011
1 file changed
CHANGELOG.md
@@ -25,6 +25,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
26
### Added
27
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.
34
- Added public command `Test-SqlDscIsInstalledInstance` to test if an instance is
35
installed on the current node.
36
- Added public command `Set-SqlDscDatabaseOwner` to change the owner of a SQL Server
0 commit comments