You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ body:
70
70
attributes:
71
71
label: PowerShell Modules
72
72
description: Please provide information about the PowerShell modules are you using. Please provide the output from the following PowerShell command `Get-Module -ListAvailable @("AsBuiltReport.Core";"AsBuiltReport.NetApp.ONTAP";"PSPKI";"PScriboCharts";"PScribo") | Select Name, Version`
73
-
placeholder: Get-Module -ListAvailable @("AsBuiltReport.Core";"AsBuiltReport.NetApp.ONTAP";"PSPKI";"PScriboCharts";"PScribo") | Select Name, Version
73
+
placeholder: Get-Module -ListAvailable @("AsBuiltReport.Core";"AsBuiltReport.NetApp.ONTAP";"PScribo") | Select Name, Version
Copy file name to clipboardExpand all lines: AsBuiltReport.NetApp.ONTAP.Style.ps1
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ if ($ReportConfig.Report.ShowCoverPageImage) {
79
79
BlankLine -Count 1
80
80
} Catch {
81
81
Write-PScriboMessage-IsWarning "Unable to display cover page image. Please set 'ShowCoverPageImage' to 'false' in the report JSON configuration file to avoid this error."
Copy file name to clipboardExpand all lines: AsBuiltReport.NetApp.ONTAP.psd1
+83-85Lines changed: 83 additions & 85 deletions
Original file line number
Diff line number
Diff line change
@@ -8,126 +8,124 @@
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.4.0'
58
+
},
59
+
@{
60
+
ModuleName='NetApp.ONTAP';
61
+
ModuleVersion='9.15.1.2407'
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.
# 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.
# 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.
0 commit comments