Skip to content

Commit 18f8496

Browse files
committed
Enhance New-SqlDscDatabase to support database snapshots with a new Snapshot parameter set
1 parent 4134edb commit 18f8496

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5151
(`Install-SqlDscServer.Integration.PrepareImage.Tests.ps1`) runs in the
5252
`Integration_Test_Commands_SqlServer_PreparedImage` pipeline job and prepares
5353
a DSCSQLTEST instance that is later completed by `Complete-SqlDscImage` tests
54-
55-
### Changed
56-
57-
- `New-SqlDscDatabase`
58-
- Added support for creating database snapshots through a new `Snapshot`
59-
parameter set. Use the `-DatabaseSnapshotBaseName` parameter to specify
60-
the source database name when creating a snapshot.
6154
[issue #2212](https://github.com/dsccommunity/SqlServerDsc/issues/2212).
6255
- Added integration tests for `Initialize-SqlDscRebuildDatabase` command to ensure
6356
command reliability. The test runs in group 8, alongside `Repair-SqlDscServer`,
@@ -247,6 +240,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
247240

248241
### Changed
249242

243+
- `New-SqlDscDatabase`
244+
- Added support for creating database snapshots through a new `Snapshot`
245+
parameter set. Use the `-DatabaseSnapshotBaseName` parameter to specify
246+
the source database name when creating a snapshot ([issue #2333](https://github.com/dsccommunity/SqlServerDsc/issues/2333)).
250247
- `Restart-ReportingServicesService`
251248
- BREAKING CHANGE: Removed the deprecated `InstanceName` parameter. All callers
252249
must now use the `ServiceName` parameter instead.

0 commit comments

Comments
 (0)