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
Most of the vRA services have started transitioning to the OpenAPI Specification 3 since vRA 8.11, but the current tooling (go-swagger) used in this project to generate the SDK from the swagger specs only supports OAS2.
Therefore, supporting newer versions of vRA (> 8.10) requires a significant effort, as it will involve switching to a new swagger generator that supports both OpenAPI spec versions, affecting downstream consumers (like the Terraform provider for vRA).
This work is on our roadmap, but, frankly, at this moment, I'm not able to provide any estimation of when we will be able to work on this.
Thanks for elaborating on this. We are also in need of this update as we are using the terraform provider to handle aria automation configuration. Currently the provider does not support configuration for kubernetes resources e.g. kubernetes zones and cluster plans.
Is your feature request related to a problem? Please describe.
It seems that the current master branch isn't updated to support v8.11.1 of vRA. Can it be updated to support this version?
Describe the solution you'd like
Update the SDK to support v8.11.1
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: