Skip to content

Commit d2d7bbc

Browse files
committed
Update CHANGELOG.md to include new private commands for SQL Server instance management
1 parent dd35650 commit d2d7bbc

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

CHANGELOG.md

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

0 commit comments

Comments
 (0)