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
Copy file name to clipboardExpand all lines: Modules/FIleContentDsc/FileContentDsc.psd1
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ModuleVersion = '1.0.0.0'
10
10
# CompatiblePSEditions = @()
11
11
12
12
# ID used to uniquely identify this module
13
-
GUID='4ac4593d-3f4d-44f0-95eb-4ea01fa7b2a5'
13
+
GUID='6c9fe2f4-8af9-4bad-bd95-5909188c0f0a'
14
14
15
15
# Author of this module
16
16
Author='Microsoft Corporation'
@@ -37,7 +37,7 @@ PowerShellVersion = '4.0'
37
37
# DotNetFrameworkVersion = ''
38
38
39
39
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
40
-
#CLRVersion = ''
40
+
CLRVersion='4.0'
41
41
42
42
# Processor architecture (None, X86, Amd64) required by this module
43
43
# ProcessorArchitecture = ''
@@ -61,19 +61,19 @@ PowerShellVersion = '4.0'
61
61
# NestedModules = @()
62
62
63
63
# 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.
64
-
FunctionsToExport='*'
64
+
FunctionsToExport=@()
65
65
66
66
# 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.
67
-
CmdletsToExport='*'
67
+
CmdletsToExport=@()
68
68
69
69
# Variables to export from this module
70
-
VariablesToExport='*'
70
+
VariablesToExport=@()
71
71
72
72
# 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.
0 commit comments