Skip to content

Commit 700d675

Browse files
committed
Update CHANGELOG.md to add details for New-SqlDscDatabase properties
1 parent af24e17 commit 700d675

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
### Added
9+
10+
- `New-SqlDscDatabase`
11+
- Added comprehensive set of settable database properties that were previously
12+
only available in `Set-SqlDscDatabaseProperty`
13+
([issue #2190](https://github.com/dsccommunity/SqlServerDsc/issues/2190)).
14+
815
## [17.3.0] - 2025-12-01
916

1017
### Removed
@@ -30,10 +37,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3037

3138
### Added
3239

33-
- `New-SqlDscDatabase`
34-
- Added comprehensive set of settable database properties that were previously
35-
only available in `Set-SqlDscDatabaseProperty
36-
([issue #2190](https://github.com/dsccommunity/SqlServerDsc/issues/2190)).
3740
- Added public command `Enable-SqlDscDatabaseSnapshotIsolation` to enable snapshot
3841
isolation for a database in a SQL Server Database Engine instance. This command
3942
uses the SMO `SetSnapshotIsolation()` method to enable row-versioning and snapshot

0 commit comments

Comments
 (0)