Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed an issue that prevented the creation of endpoints for a VM #83

Closed
wants to merge 1 commit into from

Conversation

pneumee
Copy link
Contributor

@pneumee pneumee commented May 15, 2013

Apparently the order of child xml elements on the InputEndpoint
matters, the order was causing the operation of adding a new endpoint
to a VM to fail with the error "InputEndpoint has a missing,
misspelled or out of order element.". Basically just moved the
EnableDirectServerReturn element from the beginning to the end of the
list of children under InputEndpoint.

Apparently the order of child xml elements on the InputEndpoint
matters, the order was causing the operation of adding a new endpoint
to a VM to fail with the error "InputEndpoint has a missing,
misspelled or out of order element.". Basically just moved the
EnableDirectServerReturn element from the beginning to the end of the
list of children under InputEndpoint.
@huguesv
Copy link
Contributor

huguesv commented May 20, 2013

Thank you very much! We will make sure this gets integrated into the next release.

@ogrisel
Copy link

ogrisel commented May 22, 2013

I got bitten by this bug as well.

@ghost ghost closed this Jul 15, 2013
changlong-liu added a commit to changlong-liu/azure-sdk-for-python that referenced this pull request Jun 10, 2020
changlong-liu added a commit that referenced this pull request Jun 11, 2020
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants