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
When retrieving an AdminVdc, the ResourcePoolRefs property is empty but when observing the raw xml, there are results.
Reproduction steps
Run the tests in https://github.com/ArnoSen/go-vcloud-director/blob/UNMARSHAL_OF_ADMINVDC_FAILING_TEST/types/v56/types_test.go
and they will fail.
The test uses a adminVcd xml representation that was taken from one of our test vcloud instances.
ResourcePoolRefs are not populated.
Expected behavior
I expect the resouce pool reference contains one reference with the values from the below xml content:
Describe the bug
When retrieving an AdminVdc, the ResourcePoolRefs property is empty but when observing the raw xml, there are results.
Reproduction steps
Expected behavior
I expect the resouce pool reference contains one reference with the values from the below xml content:
Additional context
No response
The text was updated successfully, but these errors were encountered: