From b73a2bab40e6aa5486c3d696663e37a01ffbe462 Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Tue, 12 May 2020 19:47:30 +0200 Subject: [PATCH] Update Change Log --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7d203b0a7..f335832be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,18 +11,18 @@ The documentation, examples, unit test, and integration tests have been removed for these deprecated resources. These resources will be removed in a future release. -- SqlServerEndpointState - - This resource is now deprecated. The functionality is covered by a - property in the resource _SqlServerEndpoint_ ([issue #968](https://github.com/dsccommunity/SqlServerDsc/issues/968)). -- SqlServerNetwork - - This resource is now deprecated. The functionality is now covered by - the resources _SqlServerProtocol_ and _SqlServerProtocolTcpIp_. - SqlDatabaseOwner - This resource is now deprecated. The functionality is now covered by a property in the resource _SqlDatabase_ ([issue #966](https://github.com/dsccommunity/SqlServerDsc/issues/966)). - SqlDatabaseRecoveryModel - This resource is now deprecated. The functionality is now covered by a property in the resource _SqlDatabase_ ([issue #967](https://github.com/dsccommunity/SqlServerDsc/issues/967)). +- SqlServerEndpointState + - This resource is now deprecated. The functionality is covered by a + property in the resource _SqlServerEndpoint_ ([issue #968](https://github.com/dsccommunity/SqlServerDsc/issues/968)). +- SqlServerNetwork + - This resource is now deprecated. The functionality is now covered by + the resources _SqlServerProtocol_ and _SqlServerProtocolTcpIp_. ### Added