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.
Contents
Bugfixes
OpenAPIEdgeGatewayEdgeCluster
type. TheOpenApiReference
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 testTest_NsxtEdgeCreate
has been updated to reproduce the issue. Running it should pass if the fix is applied.