|
8 | 8 |
|
9 | 9 | @{
|
10 | 10 |
|
11 |
| -# Script module or binary module file associated with this manifest. |
12 |
| -RootModule = 'PowerArubaCP.psm1' |
| 11 | + # Script module or binary module file associated with this manifest. |
| 12 | + RootModule = 'PowerArubaCP.psm1' |
13 | 13 |
|
14 |
| -# Version number of this module. |
15 |
| -ModuleVersion = '0.3.0' |
| 14 | + # Version number of this module. |
| 15 | + ModuleVersion = '0.4.0' |
16 | 16 |
|
17 |
| -# ID used to uniquely identify this module |
18 |
| -GUID = '24e1a5ba-e4e3-4109-b079-04d4d657da93' |
| 17 | + # ID used to uniquely identify this module |
| 18 | + GUID = '24e1a5ba-e4e3-4109-b079-04d4d657da93' |
19 | 19 |
|
20 |
| -# Author of this module |
21 |
| -Author = 'Alexis La Goutte' |
| 20 | + # Author of this module |
| 21 | + Author = 'Alexis La Goutte' |
22 | 22 |
|
23 |
| -# Company or vendor of this module |
24 |
| -#CompanyName = 'Unknown' |
| 23 | + # Company or vendor of this module |
| 24 | + #CompanyName = 'Unknown' |
25 | 25 |
|
26 |
| -# Copyright statement for this module |
27 |
| -Copyright = '(c) 2018 Alexis La Goutte All rights reserved.' |
| 26 | + # Copyright statement for this module |
| 27 | + Copyright = '(c) 2018 Alexis La Goutte All rights reserved.' |
28 | 28 |
|
29 |
| -# Description of the functionality provided by this module |
30 |
| -Description = 'PowerShell module to query the Aruba ClearPass API' |
| 29 | + # Description of the functionality provided by this module |
| 30 | + Description = 'PowerShell module to query the Aruba ClearPass API' |
31 | 31 |
|
32 |
| -# Minimum version of the Windows PowerShell engine required by this module |
33 |
| -PowerShellVersion = '3.0' |
| 32 | + # Minimum version of the Windows PowerShell engine required by this module |
| 33 | + PowerShellVersion = '3.0' |
34 | 34 |
|
35 |
| -# Name of the Windows PowerShell host required by this module |
36 |
| -# PowerShellHostName = '' |
| 35 | + # Name of the Windows PowerShell host required by this module |
| 36 | + # PowerShellHostName = '' |
37 | 37 |
|
38 |
| -# Minimum version of the Windows PowerShell host required by this module |
39 |
| -# PowerShellHostVersion = '' |
| 38 | + # Minimum version of the Windows PowerShell host required by this module |
| 39 | + # PowerShellHostVersion = '' |
40 | 40 |
|
41 |
| -# Minimum version of Microsoft .NET Framework required by this module |
42 |
| -# DotNetFrameworkVersion = '' |
| 41 | + # Minimum version of Microsoft .NET Framework required by this module |
| 42 | + # DotNetFrameworkVersion = '' |
43 | 43 |
|
44 |
| -# Minimum version of the common language runtime (CLR) required by this module |
45 |
| -# CLRVersion = '' |
| 44 | + # Minimum version of the common language runtime (CLR) required by this module |
| 45 | + # CLRVersion = '' |
46 | 46 |
|
47 |
| -# Processor architecture (None, X86, Amd64) required by this module |
48 |
| -# ProcessorArchitecture = '' |
| 47 | + # Processor architecture (None, X86, Amd64) required by this module |
| 48 | + # ProcessorArchitecture = '' |
49 | 49 |
|
50 |
| -# Modules that must be imported into the global environment prior to importing this module |
51 |
| -# RequiredModules = @() |
| 50 | + # Modules that must be imported into the global environment prior to importing this module |
| 51 | + # RequiredModules = @() |
52 | 52 |
|
53 |
| -# Assemblies that must be loaded prior to importing this module |
54 |
| -# RequiredAssemblies = @() |
| 53 | + # Assemblies that must be loaded prior to importing this module |
| 54 | + # RequiredAssemblies = @() |
55 | 55 |
|
56 |
| -# Script files (.ps1) that are run in the caller's environment prior to importing this module. |
57 |
| -# ScriptsToProcess = @() |
| 56 | + # Script files (.ps1) that are run in the caller's environment prior to importing this module. |
| 57 | + # ScriptsToProcess = @() |
58 | 58 |
|
59 |
| -# Type files (.ps1xml) to be loaded when importing this module |
60 |
| -# TypesToProcess = @() |
| 59 | + # Type files (.ps1xml) to be loaded when importing this module |
| 60 | + # TypesToProcess = @() |
61 | 61 |
|
62 |
| -# Format files (.ps1xml) to be loaded when importing this module |
63 |
| -#FormatsToProcess = 'PowerArubaCP.Format.ps1xml' |
| 62 | + # Format files (.ps1xml) to be loaded when importing this module |
| 63 | + #FormatsToProcess = 'PowerArubaCP.Format.ps1xml' |
64 | 64 |
|
65 |
| -# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
66 |
| -# NestedModules = @() |
| 65 | + # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
| 66 | + # NestedModules = @() |
67 | 67 |
|
68 |
| -# Functions to export from this module |
69 |
| -FunctionsToExport = '*' |
| 68 | + # Functions to export from this module |
| 69 | + FunctionsToExport = '*' |
70 | 70 |
|
71 |
| -# Cmdlets to export from this module |
72 |
| -CmdletsToExport = '*' |
| 71 | + # Cmdlets to export from this module |
| 72 | + CmdletsToExport = '*' |
73 | 73 |
|
74 |
| -# Variables to export from this module |
75 |
| -VariablesToExport = '*' |
| 74 | + # Variables to export from this module |
| 75 | + VariablesToExport = '*' |
76 | 76 |
|
77 |
| -# Aliases to export from this module |
78 |
| -AliasesToExport = '*' |
| 77 | + # Aliases to export from this module |
| 78 | + AliasesToExport = '*' |
79 | 79 |
|
80 |
| -# DSC resources to export from this module |
81 |
| -# DscResourcesToExport = @() |
| 80 | + # DSC resources to export from this module |
| 81 | + # DscResourcesToExport = @() |
82 | 82 |
|
83 |
| -# List of all modules packaged with this module |
84 |
| -# ModuleList = @() |
| 83 | + # List of all modules packaged with this module |
| 84 | + # ModuleList = @() |
85 | 85 |
|
86 |
| -# List of all files packaged with this module |
87 |
| -# FileList = @() |
| 86 | + # List of all files packaged with this module |
| 87 | + # FileList = @() |
88 | 88 |
|
89 |
| -# 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. |
90 |
| -PrivateData = @{ |
| 89 | + # 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. |
| 90 | + PrivateData = @{ |
91 | 91 |
|
92 |
| - PSData = @{ |
| 92 | + PSData = @{ |
93 | 93 |
|
94 |
| - # Tags applied to this module. These help with module discovery in online galleries. |
95 |
| - Tags = @('Aruba', 'HPE', 'ClearPass', 'CPPM', 'PSEdition_Core', 'PSEdition_Desktop') |
| 94 | + # Tags applied to this module. These help with module discovery in online galleries. |
| 95 | + Tags = @('Aruba', 'HPE', 'ClearPass', 'CPPM', 'PSEdition_Core', 'PSEdition_Desktop') |
96 | 96 |
|
97 |
| - # A URL to the license for this module. |
98 |
| - LicenseUri = 'https://github.com/PowerAruba/PowerArubaCP/blob/master/LICENSE' |
| 97 | + # A URL to the license for this module. |
| 98 | + LicenseUri = 'https://github.com/PowerAruba/PowerArubaCP/blob/master/LICENSE' |
99 | 99 |
|
100 |
| - # A URL to the main website for this project. |
101 |
| - ProjectUri = 'https://github.com/PowerAruba/PowerArubaCP' |
| 100 | + # A URL to the main website for this project. |
| 101 | + ProjectUri = 'https://github.com/PowerAruba/PowerArubaCP' |
102 | 102 |
|
103 |
| - # A URL to an icon representing this module. |
104 |
| - # IconUri = '' |
| 103 | + # A URL to an icon representing this module. |
| 104 | + # IconUri = '' |
105 | 105 |
|
106 |
| - # ReleaseNotes of this module |
107 |
| - # ReleaseNotes = '' |
| 106 | + # ReleaseNotes of this module |
| 107 | + # ReleaseNotes = '' |
108 | 108 |
|
109 |
| - } # End of PSData hashtable |
| 109 | + } # End of PSData hashtable |
110 | 110 |
|
111 |
| -} # End of PrivateData hashtable |
| 111 | + } # End of PrivateData hashtable |
112 | 112 |
|
113 |
| -# HelpInfo URI of this module |
114 |
| -# HelpInfoURI = '' |
| 113 | + # HelpInfo URI of this module |
| 114 | + # HelpInfoURI = '' |
115 | 115 |
|
116 |
| -# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
117 |
| -# DefaultCommandPrefix = '' |
| 116 | + # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
| 117 | + # DefaultCommandPrefix = '' |
118 | 118 |
|
119 | 119 | }
|
120 | 120 |
|
0 commit comments