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: powershell-adapter/Tests/TestClassResource/0.0.1/TestClassResource.psd1
+32-32Lines changed: 32 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -3,49 +3,49 @@
3
3
4
4
@{
5
5
6
-
# Script module or binary module file associated with this manifest.
7
-
RootModule='TestClassResource.psm1'
6
+
# Script module or binary module file associated with this manifest.
7
+
RootModule='TestClassResource.psm1'
8
8
9
-
# Version number of this module.
10
-
ModuleVersion='0.0.1'
9
+
# Version number of this module.
10
+
ModuleVersion='0.0.1'
11
11
12
-
# ID used to uniquely identify this module
13
-
GUID='b267fa32-e77d-48e6-9248-676cc6f2327f'
12
+
# ID used to uniquely identify this module
13
+
GUID='b267fa32-e77d-48e6-9248-676cc6f2327f'
14
14
15
-
# Author of this module
16
-
Author='Microsoft'
15
+
# Author of this module
16
+
Author='Microsoft'
17
17
18
-
# Company or vendor of this module
19
-
CompanyName='Microsoft Corporation'
18
+
# Company or vendor of this module
19
+
CompanyName='Microsoft Corporation'
20
20
21
-
# Copyright statement for this module
22
-
Copyright='(c) Microsoft. All rights reserved.'
21
+
# Copyright statement for this module
22
+
Copyright='(c) Microsoft. All rights reserved.'
23
23
24
-
# 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.
25
-
FunctionsToExport=@()
24
+
# 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.
25
+
FunctionsToExport=@()
26
26
27
-
# 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.
28
-
CmdletsToExport='*'
27
+
# 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.
28
+
CmdletsToExport='*'
29
29
30
-
# Variables to export from this module
31
-
VariablesToExport=@()
30
+
# Variables to export from this module
31
+
VariablesToExport=@()
32
32
33
-
# 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.
34
-
AliasesToExport=@()
33
+
# 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.
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
40
-
PrivateData=@{
41
-
PSData=@{
42
-
DscCapabilities=@(
43
-
'get'
44
-
'test'
45
-
'whatif'
46
-
)
39
+
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
0 commit comments