-
Notifications
You must be signed in to change notification settings - Fork 64
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
Add API 7.0.3 spec #443
Add API 7.0.3 spec #443
Conversation
mariolenz
commented
Nov 9, 2023
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #443 +/- ##
=======================================
Coverage 35.67% 35.67%
=======================================
Files 143 143
Lines 11305 11305
Branches 2291 2291
=======================================
Hits 4033 4033
- Misses 7197 7272 +75
+ Partials 75 0 -75
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
1c5248b
to
4c1b507
Compare
4c1b507
to
4bbbd35
Compare
Build succeeded. ✔️ build-ansible-collection SUCCESS in 10m 09s |
I wanted to generated the modules with the new spec like this:
build.yaml:
MANIFEST.yaml:
But I ran into this problem:
With
|
@alinabuzachis @GomathiselviS @jillr This collection is still based on the vSphere 7.0U2 (7.0.2) API. But vSphere 7.0U3, 8.0, 8.0U1 and 8.0U2 have been released meanwhile. I think we should update this collection to a newer vSphere release, preferably to 7.0U3 as a first step. But I'm not sure how to get the API spec. How did you get the spec for vSphere 7.0U2 / 7.0.2? Does what I did here looks correct to you? |
Using |
Add 7.0 U3 API spec Same as #443, but this time I've used the --deprecate-slash-rest and --fetch-authentication-metadata flags to generate the specs: python vmsgen.py -vc <vCenter IP> -o <output directory path> --oas 2 --deprecate-slash-rest --fetch-authentication-metadata Reviewed-by: Alina Buzachis