Skip to content

Commit 4b2113d

Browse files
authored
Merge pull request #1 from saintdle/saintdle-patch-1
Update VMware.VMC.NSXT.psm1
2 parents f4ef4b0 + d6b02fb commit 4b2113d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/VMware.VMC.NSXT/VMware.VMC.NSXT.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ Function Get-NSXTSegment {
9090
}
9191

9292
try {
93+
Write-Host "Retrieving NSX-T Segments ..."
9394
if($PSVersionTable.PSEdition -eq "Core") {
9495
$requests = Invoke-WebRequest -Uri $segmentsURL -Method $method -Headers $global:nsxtProxyConnection.headers -SkipCertificateCheck
9596
} else {

0 commit comments

Comments
 (0)