Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions source/Public/Install-SqlDscServer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading