diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cd73c849e..2ef64de6cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -145,6 +145,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- `Install-SqlDscServer` + - Removed misleading Uninstall parameter documentation from comment-based help + ([issue #2448](https://github.com/dsccommunity/SqlServerDsc/issues/2448)). - `SqlRS` - Refactored to use the public commands `Enable-SqlDscRsSecureConnection` and `Disable-SqlDscRsSecureConnection` for setting the secure connection level diff --git a/source/Public/Install-SqlDscServer.ps1 b/source/Public/Install-SqlDscServer.ps1 index 3af9cdca6f..0b7a862f82 100644 --- a/source/Public/Install-SqlDscServer.ps1 +++ b/source/Public/Install-SqlDscServer.ps1 @@ -11,9 +11,6 @@ .PARAMETER Install Specifies the setup action Install. - .PARAMETER Uninstall - Specifies the setup action Uninstall. - .PARAMETER PrepareImage Specifies the setup action PrepareImage.