We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc8453 commit d3c1e9bCopy full SHA for d3c1e9b
AsBuiltReport.VMware.vSphere/Src/Private/Get-AbrVSphereVUM.ps1
@@ -79,7 +79,6 @@ function Get-AbrVSphereVUM {
79
Write-PScriboMessage -Message $LocalizedData.PatchNotAvailable
80
}
81
if ($VUMPatches -and $InfoLevel.VUM -ge 5) {
82
- BlankLine
83
Section -Style Heading3 $LocalizedData.Patches {
84
$VUMPatchInfo = foreach ($VUMPatch in $VUMPatches) {
85
[PSCustomObject]@{
@@ -104,7 +103,6 @@ function Get-AbrVSphereVUM {
104
103
105
#region Software Depots
106
if ($OnlineDepots -or $OfflineDepots) {
107
108
Section -Style Heading3 $LocalizedData.SoftwareDepots {
109
if ($OnlineDepots) {
110
Section -Style Heading4 $LocalizedData.OnlineDepots {
0 commit comments