|
20 | 20 | # Version number of this module. |
21 | 21 | ModuleVersion = '1.0.0' |
22 | 22 |
|
23 | | -# Supported PSEditions |
24 | | -CompatiblePSEditions = 'Desktop' |
| 23 | + # Supported PSEditions |
| 24 | + CompatiblePSEditions = 'Desktop' |
25 | 25 |
|
26 | | -# ID used to uniquely identify this module |
27 | | -GUID = 'e1cbf1ce-cf01-4b6e-9cc2-56323da3c351' |
| 26 | + # ID used to uniquely identify this module |
| 27 | + GUID = 'e1cbf1ce-cf01-4b6e-9cc2-56323da3c351' |
28 | 28 |
|
29 | 29 | # Minimum version of the Windows PowerShell engine required by this module |
30 | 30 | PowerShellVersion = '5.1' |
31 | 31 |
|
32 | | -# Company or vendor of this module |
33 | | -CompanyName = '' |
| 32 | + # Company or vendor of this module |
| 33 | + CompanyName = '' |
34 | 34 |
|
35 | | -# Copyright statement for this module |
36 | | -Copyright = '(c) 2018 Tim Carman. All rights reserved.' |
| 35 | + # Copyright statement for this module |
| 36 | + Copyright = '(c) 2018 Tim Carman. All rights reserved.' |
37 | 37 |
|
38 | | -# Description of the functionality provided by this module |
39 | | -Description = 'A PowerShell module to generate an as built report on the configuration of VMware vSphere.' |
| 38 | + # Description of the functionality provided by this module |
| 39 | + Description = 'A PowerShell module to generate an as built report on the configuration of VMware vSphere.' |
40 | 40 |
|
41 | | -# Minimum version of the Windows PowerShell engine required by this module |
42 | | -PowerShellVersion = '5.1' |
| 41 | + # Minimum version of the Windows PowerShell engine required by this module |
| 42 | + PowerShellVersion = '5.1' |
43 | 43 |
|
44 | | -# Name of the Windows PowerShell host required by this module |
45 | | -# PowerShellHostName = '' |
| 44 | + # Name of the Windows PowerShell host required by this module |
| 45 | + # PowerShellHostName = '' |
46 | 46 |
|
47 | 47 | # Modules that must be imported into the global environment prior to importing this module |
48 | 48 | RequiredModules = @('AsBuiltReport.Core') |
49 | 49 |
|
50 | | -# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
51 | | -DotNetFrameworkVersion = '4.5' |
| 50 | + # Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 51 | + DotNetFrameworkVersion = '4.5' |
52 | 52 |
|
53 | | -# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
54 | | -# CLRVersion = '' |
| 53 | + # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 54 | + # CLRVersion = '' |
55 | 55 |
|
56 | | -# Processor architecture (None, X86, Amd64) required by this module |
57 | | -# ProcessorArchitecture = '' |
| 56 | + # Processor architecture (None, X86, Amd64) required by this module |
| 57 | + # ProcessorArchitecture = '' |
58 | 58 |
|
59 | | -# Modules that must be imported into the global environment prior to importing this module |
60 | | -RequiredModules = @('AsBuiltReport.Core') |
| 59 | + # Modules that must be imported into the global environment prior to importing this module |
| 60 | + RequiredModules = @('AsBuiltReport.Core') |
61 | 61 |
|
62 | | -# Assemblies that must be loaded prior to importing this module |
63 | | -# RequiredAssemblies = @() |
| 62 | + # Assemblies that must be loaded prior to importing this module |
| 63 | + # RequiredAssemblies = @() |
64 | 64 |
|
65 | | -# Script files (.ps1) that are run in the caller's environment prior to importing this module. |
66 | | -# ScriptsToProcess = @() |
| 65 | + # Script files (.ps1) that are run in the caller's environment prior to importing this module. |
| 66 | + # ScriptsToProcess = @() |
67 | 67 |
|
68 | | -# Type files (.ps1xml) to be loaded when importing this module |
69 | | -# TypesToProcess = @() |
| 68 | + # Type files (.ps1xml) to be loaded when importing this module |
| 69 | + # TypesToProcess = @() |
70 | 70 |
|
71 | | -# Format files (.ps1xml) to be loaded when importing this module |
72 | | -# FormatsToProcess = @() |
| 71 | + # Format files (.ps1xml) to be loaded when importing this module |
| 72 | + # FormatsToProcess = @() |
73 | 73 |
|
74 | | -# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
75 | | -# NestedModules = @() |
| 74 | + # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
| 75 | + # NestedModules = @() |
76 | 76 |
|
77 | | -# 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. |
78 | | -FunctionsToExport = 'Invoke-AsBuiltReport.VMware.vSphere' |
| 77 | + # 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. |
| 78 | + FunctionsToExport = 'Invoke-AsBuiltReport.VMware.vSphere' |
79 | 79 |
|
80 | | -# 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. |
81 | | -CmdletsToExport = @() |
| 80 | + # 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. |
| 81 | + CmdletsToExport = @() |
82 | 82 |
|
83 | | -# Variables to export from this module |
84 | | -# VariablesToExport = @() |
| 83 | + # Variables to export from this module |
| 84 | + # VariablesToExport = @() |
85 | 85 |
|
86 | | -# 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. |
87 | | -AliasesToExport = @() |
| 86 | + # 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. |
| 87 | + AliasesToExport = @() |
88 | 88 |
|
89 | 89 | PSData = @{ |
90 | 90 | # Tags applied to this module. These help with module discovery in online galleries. |
|
0 commit comments