-
Notifications
You must be signed in to change notification settings - Fork 75
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
Drop support for VCD 9.5 (bump API version to 32.0) #330
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :) Please also raise a PR to drop support in Terraform provider (e.g. updating the front page of the docs).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove things like this also:
adminOrg.client.GetSpecificApiVersionOnCondition(">= 32.0", "32.0"))
True. I wiped some stuff. |
nice work. |
I think one more change is needed - merge from master and upgrade this |
Well spotted and I think there is room for improvement in |
…version when it is higher
Do have a look at commit 7e5e2e0. This improved on behavior of OpenAPI function |
Reran |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Validate with 10.1. Looks ok.
One thing:
now createVdcV97 and CreateVdc duplicates one another as other vDC functions
Not exactly duplicates. I removed createVdc, updateVdc etc, old functions. |
Missed that function is deprecated. So we will remove that and current will be latest. |
This PR does one thing - it drops support for VCD 9.5 by bumping default API version to 32.0.During PR reviews the following things were changed: