Skip to content

Commit 1a6865c

Browse files
authored
Merge pull request #43 from alagoutte/new-release
New release 0.4.0
2 parents e99d5ed + a91e06f commit 1a6865c

File tree

1 file changed

+71
-71
lines changed

1 file changed

+71
-71
lines changed

PowerArubaCP/PowerArubaCP.psd1

+71-71
Original file line numberDiff line numberDiff line change
@@ -8,113 +8,113 @@
88

99
@{
1010

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'
1313

14-
# Version number of this module.
15-
ModuleVersion = '0.3.0'
14+
# Version number of this module.
15+
ModuleVersion = '0.4.0'
1616

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'
1919

20-
# Author of this module
21-
Author = 'Alexis La Goutte'
20+
# Author of this module
21+
Author = 'Alexis La Goutte'
2222

23-
# Company or vendor of this module
24-
#CompanyName = 'Unknown'
23+
# Company or vendor of this module
24+
#CompanyName = 'Unknown'
2525

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.'
2828

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'
3131

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'
3434

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 = ''
3737

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 = ''
4040

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 = ''
4343

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 = ''
4646

47-
# Processor architecture (None, X86, Amd64) required by this module
48-
# ProcessorArchitecture = ''
47+
# Processor architecture (None, X86, Amd64) required by this module
48+
# ProcessorArchitecture = ''
4949

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 = @()
5252

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 = @()
5555

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 = @()
5858

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 = @()
6161

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'
6464

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 = @()
6767

68-
# Functions to export from this module
69-
FunctionsToExport = '*'
68+
# Functions to export from this module
69+
FunctionsToExport = '*'
7070

71-
# Cmdlets to export from this module
72-
CmdletsToExport = '*'
71+
# Cmdlets to export from this module
72+
CmdletsToExport = '*'
7373

74-
# Variables to export from this module
75-
VariablesToExport = '*'
74+
# Variables to export from this module
75+
VariablesToExport = '*'
7676

77-
# Aliases to export from this module
78-
AliasesToExport = '*'
77+
# Aliases to export from this module
78+
AliasesToExport = '*'
7979

80-
# DSC resources to export from this module
81-
# DscResourcesToExport = @()
80+
# DSC resources to export from this module
81+
# DscResourcesToExport = @()
8282

83-
# List of all modules packaged with this module
84-
# ModuleList = @()
83+
# List of all modules packaged with this module
84+
# ModuleList = @()
8585

86-
# List of all files packaged with this module
87-
# FileList = @()
86+
# List of all files packaged with this module
87+
# FileList = @()
8888

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 = @{
9191

92-
PSData = @{
92+
PSData = @{
9393

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')
9696

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'
9999

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'
102102

103-
# A URL to an icon representing this module.
104-
# IconUri = ''
103+
# A URL to an icon representing this module.
104+
# IconUri = ''
105105

106-
# ReleaseNotes of this module
107-
# ReleaseNotes = ''
106+
# ReleaseNotes of this module
107+
# ReleaseNotes = ''
108108

109-
} # End of PSData hashtable
109+
} # End of PSData hashtable
110110

111-
} # End of PrivateData hashtable
111+
} # End of PrivateData hashtable
112112

113-
# HelpInfo URI of this module
114-
# HelpInfoURI = ''
113+
# HelpInfo URI of this module
114+
# HelpInfoURI = ''
115115

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 = ''
118118

119119
}
120120

0 commit comments

Comments
 (0)