vmware-archive / powernsx

PowerShell module that abstracts the VMware NSX-v API to a set of easily used PowerShell functions
173 stars 90 forks source link

Repair-NSXEdge #560

Open clandeck opened 5 years ago

clandeck commented 5 years ago

Why does this work Get-NsxEdge | where {$_.edgesummary.isUpgradeAvailable -eq "true"} | repair-nsxedge -operation upgrade but this doesn't Get-NsxLogicalRouter | where {$_.edgesummary.isUpgradeAvailable -eq "true"} | repair-nsxedge -operation upgrade although "isUpgradeAvailable" is true Or, how can I update DLRs and UDLRs

alagoutte commented 5 years ago

Hi,

Because it is a missing feature => https://github.com/vmware/powernsx/pull/454#issuecomment-360703530