Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `azure-pipelines.yml`
- Remove `windows-2019` images fixes [#2106](https://github.com/dsccommunity/SqlServerDsc/issues/2106).
- Move individual tasks to `windows-latest`.
- Removed `CmdletsToExport` from psd1 to fix [#2109](https://github.com/dsccommunity/SqlServerDsc/issues/2109).

## [17.1.0] - 2025-05-22

Expand Down
3 changes: 0 additions & 3 deletions source/SqlServerDsc.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
# Functions to export from this module
FunctionsToExport = @()

# Cmdlets to export from this module
CmdletsToExport = @()

# Variables to export from this module
VariablesToExport = @()

Expand Down
Loading