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

Miscellaneous fixes in methods and tests #688

Merged
merged 4 commits into from
Jun 19, 2024

Conversation

adambarreiro
Copy link
Collaborator

@adambarreiro adambarreiro commented Jun 18, 2024

Contents

Bugfixes

  • Fixed a small bug in OpenAPIEdgeGatewayEdgeCluster type. The OpenApiReference was not a pointer, hence the marshaller automatically created an empty struct with empty "" values, that when sent to the VCD 10.6+ backend, caused errors. Now, OpenApiReference is a pointer. The test Test_NsxtEdgeCreate has been updated to reproduce the issue. Running it should pass if the fix is applied.

Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
#
Signed-off-by: abarreiro <abarreiro@vmware.com>
#
Signed-off-by: abarreiro <abarreiro@vmware.com>
@adambarreiro adambarreiro merged commit 3d05fb3 into vmware:main Jun 19, 2024
2 checks passed
@adambarreiro adambarreiro deleted the fixes branch June 19, 2024 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants