|
8 | 8 |
|
9 | 9 | @{ |
10 | 10 |
|
11 | | -# Script module or binary module file associated with this manifest. |
12 | | -RootModule = 'AsBuiltReport.NetApp.ONTAP.psm1' |
| 11 | + # Script module or binary module file associated with this manifest. |
| 12 | + RootModule = 'AsBuiltReport.NetApp.ONTAP.psm1' |
13 | 13 |
|
14 | | -# Version number of this module. |
15 | | -ModuleVersion = '0.6.6' |
| 14 | + # Version number of this module. |
| 15 | + ModuleVersion = '0.6.7' |
16 | 16 |
|
17 | | -# Supported PSEditions |
18 | | -# CompatiblePSEditions = @() |
| 17 | + # Supported PSEditions |
| 18 | + # CompatiblePSEditions = @() |
19 | 19 |
|
20 | | -# ID used to uniquely identify this module |
21 | | -GUID = '0ca28a0b-504a-4754-af90-199b59da68f0' |
| 20 | + # ID used to uniquely identify this module |
| 21 | + GUID = '0ca28a0b-504a-4754-af90-199b59da68f0' |
22 | 22 |
|
23 | | -# Author of this module |
24 | | -Author = 'Jonathan Colon Feliciano' |
| 23 | + # Author of this module |
| 24 | + Author = 'Jonathan Colon Feliciano' |
25 | 25 |
|
26 | | -# Company or vendor of this module |
27 | | -#CompanyName = 'Unknown' |
| 26 | + # Company or vendor of this module |
| 27 | + #CompanyName = 'Unknown' |
28 | 28 |
|
29 | | -# Copyright statement for this module |
30 | | -Copyright = '(c) 2023 Jonathan Colon Feliciano. All rights reserved.' |
| 29 | + # Copyright statement for this module |
| 30 | + Copyright = '(c) 2024 Jonathan Colon Feliciano. All rights reserved.' |
31 | 31 |
|
32 | | -# Description of the functionality provided by this module |
33 | | -Description = 'A PowerShell module to generate an as built report on the configuration of NetApp ONTAP.' |
| 32 | + # Description of the functionality provided by this module |
| 33 | + Description = 'A PowerShell module to generate an as built report on the configuration of NetApp ONTAP.' |
34 | 34 |
|
35 | | -# Minimum version of the Windows PowerShell engine required by this module |
36 | | -#PowerShellVersion = '5.1' |
| 35 | + # Minimum version of the Windows PowerShell engine required by this module |
| 36 | + #PowerShellVersion = '5.1' |
37 | 37 |
|
38 | | -# Name of the Windows PowerShell host required by this module |
39 | | -# PowerShellHostName = '' |
| 38 | + # Name of the Windows PowerShell host required by this module |
| 39 | + # PowerShellHostName = '' |
40 | 40 |
|
41 | | -# Minimum version of the Windows PowerShell host required by this module |
42 | | -# PowerShellHostVersion = '' |
| 41 | + # Minimum version of the Windows PowerShell host required by this module |
| 42 | + # PowerShellHostVersion = '' |
43 | 43 |
|
44 | | -# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
45 | | -# DotNetFrameworkVersion = '' |
| 44 | + # Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 45 | + # DotNetFrameworkVersion = '' |
46 | 46 |
|
47 | | -# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
48 | | -# CLRVersion = '' |
| 47 | + # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 48 | + # CLRVersion = '' |
49 | 49 |
|
50 | | -# Processor architecture (None, X86, Amd64) required by this module |
51 | | -# ProcessorArchitecture = '' |
| 50 | + # Processor architecture (None, X86, Amd64) required by this module |
| 51 | + # ProcessorArchitecture = '' |
52 | 52 |
|
53 | | -# Modules that must be imported into the global environment prior to importing this module |
54 | | -RequiredModules = @( |
55 | | - @{ |
56 | | - ModuleName = 'AsBuiltReport.Core'; |
57 | | - ModuleVersion = '1.3.0' |
58 | | - }, |
59 | | - @{ |
60 | | - ModuleName = 'NetApp.ONTAP'; |
61 | | - ModuleVersion = '9.10.1.2111' |
62 | | - } |
63 | | -) |
| 53 | + # Modules that must be imported into the global environment prior to importing this module |
| 54 | + RequiredModules = @( |
| 55 | + @{ |
| 56 | + ModuleName = 'AsBuiltReport.Core'; |
| 57 | + ModuleVersion = '1.3.0' |
| 58 | + }, |
| 59 | + @{ |
| 60 | + ModuleName = 'NetApp.ONTAP'; |
| 61 | + ModuleVersion = '9.10.1.2111' |
| 62 | + } |
| 63 | + ) |
64 | 64 |
|
65 | | -# Assemblies that must be loaded prior to importing this module |
66 | | -# RequiredAssemblies = @() |
| 65 | + # Assemblies that must be loaded prior to importing this module |
| 66 | + # RequiredAssemblies = @() |
67 | 67 |
|
68 | | -# Script files (.ps1) that are run in the caller's environment prior to importing this module. |
69 | | -# ScriptsToProcess = @() |
| 68 | + # Script files (.ps1) that are run in the caller's environment prior to importing this module. |
| 69 | + # ScriptsToProcess = @() |
70 | 70 |
|
71 | | -# Type files (.ps1xml) to be loaded when importing this module |
72 | | -# TypesToProcess = @() |
| 71 | + # Type files (.ps1xml) to be loaded when importing this module |
| 72 | + # TypesToProcess = @() |
73 | 73 |
|
74 | | -# Format files (.ps1xml) to be loaded when importing this module |
75 | | -# FormatsToProcess = @() |
| 74 | + # Format files (.ps1xml) to be loaded when importing this module |
| 75 | + # FormatsToProcess = @() |
76 | 76 |
|
77 | | -# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
78 | | -# NestedModules = @() |
| 77 | + # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
| 78 | + # NestedModules = @() |
79 | 79 |
|
80 | | -# 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. |
81 | | -FunctionsToExport = @('Invoke-AsBuiltReport.NetApp.ONTAP') |
| 80 | + # 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. |
| 81 | + FunctionsToExport = @('Invoke-AsBuiltReport.NetApp.ONTAP') |
82 | 82 |
|
83 | | -# 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. |
84 | | -#CmdletsToExport = '*' |
| 83 | + # 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. |
| 84 | + #CmdletsToExport = '*' |
85 | 85 |
|
86 | | -# Variables to export from this module |
87 | | -#VariablesToExport = '*' |
| 86 | + # Variables to export from this module |
| 87 | + #VariablesToExport = '*' |
88 | 88 |
|
89 | | -# 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. |
90 | | -#AliasesToExport = '*' |
| 89 | + # 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. |
| 90 | + #AliasesToExport = '*' |
91 | 91 |
|
92 | | -# DSC resources to export from this module |
93 | | -# DscResourcesToExport = @() |
| 92 | + # DSC resources to export from this module |
| 93 | + # DscResourcesToExport = @() |
94 | 94 |
|
95 | | -# List of all modules packaged with this module |
96 | | -# ModuleList = @() |
| 95 | + # List of all modules packaged with this module |
| 96 | + # ModuleList = @() |
97 | 97 |
|
98 | | -# List of all files packaged with this module |
99 | | -# FileList = @() |
| 98 | + # List of all files packaged with this module |
| 99 | + # FileList = @() |
100 | 100 |
|
101 | | -# 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. |
102 | | -PrivateData = @{ |
| 101 | + # 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. |
| 102 | + PrivateData = @{ |
103 | 103 |
|
104 | | - PSData = @{ |
| 104 | + PSData = @{ |
105 | 105 |
|
106 | | - # Tags applied to this module. These help with module discovery in online galleries. |
107 | | - Tags = 'AsBuiltReport', 'Report', 'NetApp', 'ONTAP', 'Documentation', 'PScribo', 'Windows', 'Linux', 'MacOS', 'PSEdition_Desktop', 'PSEdition_Core' |
| 106 | + # Tags applied to this module. These help with module discovery in online galleries. |
| 107 | + Tags = 'AsBuiltReport', 'Report', 'NetApp', 'ONTAP', 'Documentation', 'PScribo', 'Windows', 'Linux', 'MacOS', 'PSEdition_Desktop', 'PSEdition_Core' |
108 | 108 |
|
109 | | - # A URL to the license for this module. |
110 | | - LicenseUri = 'https://raw.githubusercontent.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP/master/LICENSE' |
| 109 | + # A URL to the license for this module. |
| 110 | + LicenseUri = 'https://raw.githubusercontent.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP/master/LICENSE' |
111 | 111 |
|
112 | | - # A URL to the main website for this project. |
113 | | - ProjectUri = 'https://github.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP' |
| 112 | + # A URL to the main website for this project. |
| 113 | + ProjectUri = 'https://github.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP' |
114 | 114 |
|
115 | | - # A URL to an icon representing this module. |
116 | | - IconUri = 'https://github.com/AsBuiltReport.png' |
| 115 | + # A URL to an icon representing this module. |
| 116 | + IconUri = 'https://github.com/AsBuiltReport.png' |
117 | 117 |
|
118 | | - # ReleaseNotes of this module |
119 | | - ReleaseNotes = 'https://raw.githubusercontent.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP/master/CHANGELOG.md' |
| 118 | + # ReleaseNotes of this module |
| 119 | + ReleaseNotes = 'https://raw.githubusercontent.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP/master/CHANGELOG.md' |
120 | 120 |
|
121 | | - } # End of PSData hashtable |
| 121 | + } # End of PSData hashtable |
122 | 122 |
|
123 | | -} # End of PrivateData hashtable |
| 123 | + } # End of PrivateData hashtable |
124 | 124 |
|
125 | | -# HelpInfo URI of this module |
126 | | -# HelpInfoURI = '' |
| 125 | + # HelpInfo URI of this module |
| 126 | + # HelpInfoURI = '' |
127 | 127 |
|
128 | | -# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
129 | | -# DefaultCommandPrefix = '' |
| 128 | + # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
| 129 | + # DefaultCommandPrefix = '' |
130 | 130 |
|
131 | 131 | } |
132 | 132 |
|
|
0 commit comments