Skip to content

Commit f862edd

Browse files
committed
Update VMware.CloudFoundation.InstanceRecovery.psm1
Signed-off-by: Brian O'Connell <brian.oconnell@broadcom.com>
1 parent 3c321c5 commit f862edd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

VMware.CloudFoundation.InstanceRecovery.psm1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,10 +1131,6 @@ Function Update-ExtractdDataFromSDDCBackup {
11311131
$vds.dvsName = $vdsName
11321132

11331133
}
1134-
Foreach ($vds in $cluster.vdsDetails) {
1135-
$vdsName = (Invoke-VcfGetVdses -ClusterId $cluster.id | Where-Object {$_.id -eq $vds.id}).Name
1136-
$vds.dvsName = $vdsName
1137-
}
11381134
}
11391135
}
11401136
LogMessage -type INFO -message "[$jumpboxName] Updating Extracted Data"

0 commit comments

Comments
 (0)