|
8 | 8 |
|
9 | 9 | @{ |
10 | 10 |
|
11 | | -# Script module or binary module file associated with this manifest. |
12 | | -RootModule = 'AsBuiltReport.Fortinet.FortiGate.psm1' |
| 11 | + # Script module or binary module file associated with this manifest. |
| 12 | + RootModule = 'AsBuiltReport.Fortinet.FortiGate.psm1' |
13 | 13 |
|
14 | | -# Version number of this module. |
15 | | -ModuleVersion = '0.5.2' |
| 14 | + # Version number of this module. |
| 15 | + ModuleVersion = '0.5.3' |
16 | 16 |
|
17 | | -# Supported PSEditions |
18 | | -# CompatiblePSEditions = @() |
| 17 | + # Supported PSEditions |
| 18 | + # CompatiblePSEditions = @() |
19 | 19 |
|
20 | | -# ID used to uniquely identify this module |
21 | | -GUID = '731c345e-142c-48fe-86ac-b3bdb883c7b9' |
| 20 | + # ID used to uniquely identify this module |
| 21 | + GUID = '731c345e-142c-48fe-86ac-b3bdb883c7b9' |
22 | 22 |
|
23 | | -# Author of this module |
24 | | -Author = 'Alexis La Goutte' |
| 23 | + # Author of this module |
| 24 | + Author = 'Alexis La Goutte' |
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) 2022 Alexis La Goutte. All rights reserved.' |
| 29 | + # Copyright statement for this module |
| 30 | + Copyright = '(c) 2022 Alexis La Goutte. 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 Fortinet FortiGate.' |
| 32 | + # Description of the functionality provided by this module |
| 33 | + Description = 'A PowerShell module to generate an as built report on the configuration of Fortinet FortiGate.' |
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.4.3' |
58 | | - }, |
59 | | - @{ |
60 | | - ModuleName = 'PowerFGT'; |
61 | | - ModuleVersion = '0.9.1' |
62 | | - } |
| 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.5.1' |
| 58 | + }, |
| 59 | + @{ |
| 60 | + ModuleName = 'PowerFGT'; |
| 61 | + ModuleVersion = '0.9.1' |
| 62 | + } |
63 | 63 |
|
64 | | -) |
| 64 | + ) |
65 | 65 |
|
66 | | -# Assemblies that must be loaded prior to importing this module |
67 | | -# RequiredAssemblies = @() |
| 66 | + # Assemblies that must be loaded prior to importing this module |
| 67 | + # RequiredAssemblies = @() |
68 | 68 |
|
69 | | -# Script files (.ps1) that are run in the caller's environment prior to importing this module. |
70 | | -# ScriptsToProcess = @() |
| 69 | + # Script files (.ps1) that are run in the caller's environment prior to importing this module. |
| 70 | + # ScriptsToProcess = @() |
71 | 71 |
|
72 | | -# Type files (.ps1xml) to be loaded when importing this module |
73 | | -# TypesToProcess = @() |
| 72 | + # Type files (.ps1xml) to be loaded when importing this module |
| 73 | + # TypesToProcess = @() |
74 | 74 |
|
75 | | -# Format files (.ps1xml) to be loaded when importing this module |
76 | | -# FormatsToProcess = @() |
| 75 | + # Format files (.ps1xml) to be loaded when importing this module |
| 76 | + # FormatsToProcess = @() |
77 | 77 |
|
78 | | -# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
79 | | -# NestedModules = @() |
| 78 | + # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
| 79 | + # NestedModules = @() |
80 | 80 |
|
81 | | -# 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. |
82 | | -FunctionsToExport = @('Invoke-AsBuiltReport.Fortinet.FortiGate') |
| 81 | + # 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. |
| 82 | + FunctionsToExport = @('Invoke-AsBuiltReport.Fortinet.FortiGate') |
83 | 83 |
|
84 | | -# 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. |
85 | | -# CmdletsToExport = '*' |
| 84 | + # 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. |
| 85 | + # CmdletsToExport = '*' |
86 | 86 |
|
87 | | -# Variables to export from this module |
88 | | -# VariablesToExport = '*' |
| 87 | + # Variables to export from this module |
| 88 | + # VariablesToExport = '*' |
89 | 89 |
|
90 | | -# 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. |
91 | | -# AliasesToExport = '*' |
| 90 | + # 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. |
| 91 | + # AliasesToExport = '*' |
92 | 92 |
|
93 | | -# DSC resources to export from this module |
94 | | -# DscResourcesToExport = @() |
| 93 | + # DSC resources to export from this module |
| 94 | + # DscResourcesToExport = @() |
95 | 95 |
|
96 | | -# List of all modules packaged with this module |
97 | | -# ModuleList = @() |
| 96 | + # List of all modules packaged with this module |
| 97 | + # ModuleList = @() |
98 | 98 |
|
99 | | -# List of all files packaged with this module |
100 | | -# FileList = @() |
| 99 | + # List of all files packaged with this module |
| 100 | + # FileList = @() |
101 | 101 |
|
102 | | -# 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. |
103 | | -PrivateData = @{ |
| 102 | + # 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. |
| 103 | + PrivateData = @{ |
104 | 104 |
|
105 | | - PSData = @{ |
106 | | - # Tags applied to this module. These help with module discovery in online galleries. |
107 | | - Tags = 'AsBuiltReport', 'Report', 'Fortinet', 'FortiGate', 'Documentation', 'PScribo', 'PSEdition_Desktop', 'PSEdition_Core', 'Windows', 'MacOS', 'Linux' |
| 105 | + PSData = @{ |
| 106 | + # Tags applied to this module. These help with module discovery in online galleries. |
| 107 | + Tags = 'AsBuiltReport', 'Report', 'Fortinet', 'FortiGate', 'Documentation', 'PScribo', 'PSEdition_Desktop', 'PSEdition_Core', 'Windows', 'MacOS', 'Linux' |
108 | 108 |
|
109 | | - # A URL to the license for this module. |
110 | | - LicenseUri = 'https://raw.githubusercontent.com/AsBuiltReport/AsBuiltReport.Fortinet.FortiGate/master/LICENSE' |
| 109 | + # A URL to the license for this module. |
| 110 | + LicenseUri = 'https://raw.githubusercontent.com/AsBuiltReport/AsBuiltReport.Fortinet.FortiGate/master/LICENSE' |
111 | 111 |
|
112 | | - # A URL to the main website for this project. |
113 | | - ProjectUri = 'https://github.com/AsBuiltReport/AsBuiltReport.Fortinet.FortiGate' |
| 112 | + # A URL to the main website for this project. |
| 113 | + ProjectUri = 'https://github.com/AsBuiltReport/AsBuiltReport.Fortinet.FortiGate' |
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.Fortinet.FortiGate/master/CHANGELOG.md' |
| 118 | + # ReleaseNotes of this module |
| 119 | + ReleaseNotes = 'https://raw.githubusercontent.com/AsBuiltReport/AsBuiltReport.Fortinet.FortiGate/master/CHANGELOG.md' |
120 | 120 |
|
121 | | - # Prerelease string of this module |
122 | | - # Prerelease = '' |
| 121 | + # Prerelease string of this module |
| 122 | + # Prerelease = '' |
123 | 123 |
|
124 | | - # Flag to indicate whether the module requires explicit user acceptance for install/update/save |
125 | | - # RequireLicenseAcceptance = $false |
| 124 | + # Flag to indicate whether the module requires explicit user acceptance for install/update/save |
| 125 | + # RequireLicenseAcceptance = $false |
126 | 126 |
|
127 | | - # External dependent modules of this module |
128 | | - # ExternalModuleDependencies = @() |
| 127 | + # External dependent modules of this module |
| 128 | + # ExternalModuleDependencies = @() |
129 | 129 |
|
130 | | - } # End of PSData hashtable |
| 130 | + } # End of PSData hashtable |
131 | 131 |
|
132 | | -} # End of PrivateData hashtable |
| 132 | + } # End of PrivateData hashtable |
133 | 133 |
|
134 | | -# HelpInfo URI of this module |
135 | | -# HelpInfoURI = '' |
| 134 | + # HelpInfo URI of this module |
| 135 | + # HelpInfoURI = '' |
136 | 136 |
|
137 | | -# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
138 | | -# DefaultCommandPrefix = '' |
| 137 | + # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
| 138 | + # DefaultCommandPrefix = '' |
139 | 139 |
|
140 | 140 | } |
141 | 141 |
|
|
0 commit comments