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: AsBuiltReport.VMware.vSphere.psd1
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@
7
7
#
8
8
9
9
@{
10
-
11
10
# Script module or binary module file associated with this manifest.
12
11
RootModule='AsBuiltReport.VMware.vSphere.psm1'
13
12
@@ -22,9 +21,9 @@
22
21
23
22
# Author of this module
24
23
Author='Tim Carman'
25
-
24
+
26
25
# Company or vendor of this module
27
-
CompanyName=''
26
+
#CompanyName = ''
28
27
29
28
# Copyright statement for this module
30
29
Copyright='(c) 2018 Tim Carman. All rights reserved.'
@@ -69,16 +68,18 @@
69
68
# NestedModules = @()
70
69
71
70
# 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.
# 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=@()
76
+
#CmdletsToExport = @()
76
77
77
78
# Variables to export from this module
78
-
# VariablesToExport = @()
79
+
# VariablesToExport = '*'
79
80
80
81
# 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=@()
82
+
#AliasesToExport = @()
82
83
83
84
# DSC resources to export from this module
84
85
# DscResourcesToExport = @()
@@ -93,7 +94,6 @@
93
94
PrivateData=@{
94
95
95
96
PSData=@{
96
-
97
97
# Tags applied to this module. These help with module discovery in online galleries.
0 commit comments