File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131 ` Get-SqlDscInstalledComponent ` and ` Test-SqlDscIsInstalledComponent ` commands.
3232- Added public command ` Test-SqlDscIsInstalledInstance ` to test if an instance is
3333 installed on the current node.
34+ - New private commands:
35+ - ` ConvertFrom-ServiceStartMode ` - Converts the specified start mode to
36+ the equivalent normalized startup type.
37+ - ` Get-InstanceId ` - Returns the SQL Server instance id of the specified
38+ service type and instance name.
39+ - SqlServerDsc.Common
3440- New class-based resource:
3541 - ` SqlInstall ` - Handles the Microsoft SQL Server setup action ` Install ` .
3642
@@ -1130,13 +1136,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11301136 for a file.
11311137 - ` Assert-Feature ` - Throws an exception if a feature is not supported
11321138 for a specific Microsoft SQL Server major version.
1133- - ` Get-RegistryPropertyValue ` - Returns the value of the provided property
1134- at the provided registry path.
1135- - ` ConvertFrom-ServiceStartMode ` - Converts the specified start mode to
1136- the equivalent normalized startup type.
1137- - ` Get-InstanceId ` - Returns the SQL Server instance id of the specified
1138- service type and instance name.
1139- - SqlServerDsc.Common
11401139 - ` Connect-SQL ` .
11411140 - Add new parameter ` Encrypt ` .
11421141- ` Connect-SqlDscDatabaseEngine `
You can’t perform that action at this time.
0 commit comments