File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1212 RootModule = ' AsBuiltReport.VMware.vSphere.psm1'
1313
1414 # Version number of this module.
15- ModuleVersion = ' 1.0.6 '
15+ ModuleVersion = ' 1.0.7 '
1616
1717 # Supported PSEditions
1818 CompatiblePSEditions = ' Desktop'
100100 ProjectUri = ' https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere'
101101
102102 # A URL to an icon representing this module.
103- # IconUri = ''
103+ IconUri = ' https://raw.githubusercontent.com/AsBuiltReport/AsBuiltReport/master/AsBuiltReport.png '
104104
105105 # ReleaseNotes of this module
106- # ReleaseNotes = ''
106+ ReleaseNotes = ' https://raw.githubusercontent.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/master/CHANGELOG.md '
107107
108108 # Prerelease string of this module
109109 # Prerelease = ''
Original file line number Diff line number Diff line change 11# VMware vSphere As Built Report Changelog
22
3+ ## [ 1.0.7] - 2019-06-21
4+ ### Changed
5+ - Fixed font in default VMware style
6+ - Updated module manifest for icon and release notes
7+
38## [ 1.0.6] - 2019-05-16
49### Changed
510- Fixed code errors which prevented a report from being generated
Original file line number Diff line number Diff line change @@ -1788,7 +1788,7 @@ function Invoke-AsBuiltReport.VMware.vSphere {
17881788
17891789 # region ESXi Host Boot Device
17901790 Section - Style Heading5 ' Boot Device' {
1791- $ESXiBootDevice = Get-ESXiBootDevice - VMHost $VMHost
1791+ $ESXiBootDevice = Get-ESXiBootDevice - VMHost $VMHost - Server $vCenter
17921792 $VMHostBootDevice = [PSCustomObject ]@ {
17931793 ' Host' = $ESXiBootDevice.Host
17941794 ' Device' = $ESXiBootDevice.Device
You can’t perform that action at this time.
0 commit comments