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

Updating to support v8.11.1 #47

Open
bsnuggs1 opened this issue Aug 17, 2023 · 2 comments
Open

Updating to support v8.11.1 #47

bsnuggs1 opened this issue Aug 17, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@bsnuggs1
Copy link

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

@bsnuggs1 bsnuggs1 added the enhancement New feature or request label Aug 17, 2023
@frodenas
Copy link
Member

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.

@erikjacobssonrts
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants