You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
72
-
FunctionsToExport='*'
72
+
FunctionsToExport=@()
73
73
74
74
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
75
-
CmdletsToExport='*'
75
+
CmdletsToExport=@()
76
76
77
77
# Variables to export from this module
78
78
VariablesToExport='*'
79
79
80
80
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
81
-
AliasesToExport='*'
81
+
AliasesToExport=@()
82
82
83
83
# DSC resources to export from this module
84
84
# DscResourcesToExport = @()
@@ -114,7 +114,7 @@ PrivateData = @{
114
114
# Prerelease = ''
115
115
116
116
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
0 commit comments