Skip to content

Commit a39b152

Browse files
authored
Fix errors in v1.0.5 patch (#49)
* Update script version * Correct issue with SDRS VM Overrides section
1 parent 053fe5a commit a39b152

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Src/Public/Invoke-AsBuiltReport.VMware.vSphere.ps1

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function Invoke-AsBuiltReport.VMware.vSphere {
55
.DESCRIPTION
66
Documents the configuration of VMware vSphere infrastucture in Word/HTML/XML/Text formats using PScribo.
77
.NOTES
8-
Version: 1.0.4
8+
Version: 1.0.5
99
Author: Tim Carman
1010
Twitter: @tpcarman
1111
Github: tpcarman
@@ -3087,9 +3087,6 @@ function Invoke-AsBuiltReport.VMware.vSphere {
30873087
($_.IntraVmAffinity -eq $null)
30883088
)
30893089
}
3090-
Section -Style Heading4 'SDRS VM Overrides' {
3091-
$VMOverrideDetails | Sort-Object 'Virtual Machine' | Table -Name 'SDRS VM Overrides'
3092-
}
30933090
}
30943091

30953092
if ($VMOverrides) {

0 commit comments

Comments
 (0)