You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
If you supply a ControllerName input for New-NSXController, the code adds a duplicate entry to the XML, which then throws an error when sent to the API.
In the code below, the "name" element is defined twice if ControllerName is defined. Removing the first if clause (line 7619) fixes the issue, since $ControllerName is populated in the begin if it's not supplied.
If you supply a ControllerName input for New-NSXController, the code adds a duplicate entry to the XML, which then throws an error when sent to the API.
In the code below, the "name" element is defined twice if ControllerName is defined. Removing the first if clause (line 7619) fixes the issue, since $ControllerName is populated in the begin if it's not supplied.
The text was updated successfully, but these errors were encountered: