Skip to content

Commit 77dda01

Browse files
committed
Add CmdletsToExport entry to module manifest as per PR discussion
1 parent 9582aa0 commit 77dda01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/SqlServerDsc.psd1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
# Functions to export from this module
3030
FunctionsToExport = @()
3131

32+
# Cmdlets to export from this module
33+
CmdletsToExport = @('*')
34+
3235
# Variables to export from this module
3336
VariablesToExport = @()
3437

0 commit comments

Comments
 (0)