-
Notifications
You must be signed in to change notification settings - Fork 37
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
Prepare v3 version files #3847
Prepare v3 version files #3847
Conversation
- Copy config from v2 as a starting point. - Init all other files as empty.
The IdentityProperties type has changed between versions and is used by the resources: - CredentialSet - ExportPipeline - ImportPipeline - Registry - Task - TaskRun Therefore we have to manually pick these in the spec.
Exclude ReportConfig types which only have a single version (2018-05-31) but conflicts with the View resource. Remove old exclusion Go code for Budget and Report which doesn't actually have seemed to remove these resources in our v2 SDK.
- Exclude very old DatabaseAccount variations which are no longer used. - Move MongoCluster to its own module to match the SDK and fix additional conflicts as it's versioned completely separately. It still seems to show up as an addition for DocumentDB too, but isn't actually generated as a resource there.
Does the PR have any schema changes?Looking good! No breaking changes found. |
Only rename Urn properties directly on resource
Make it version-independent.
96b13e1
to
aa1b3c1
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3847 +/- ##
==========================================
- Coverage 56.99% 56.98% -0.02%
==========================================
Files 79 79
Lines 12284 12290 +6
==========================================
+ Hits 7001 7003 +2
- Misses 4758 4761 +3
- Partials 525 526 +1 ☔ View full report in Codecov by Sentry. |
This is the first bulk of work towards #3448 |
This PR has been shipped in release v2.83.0. |
Extracted from the work on the
v3
branch: #3846This has no impact until the major version is changed in the makefile.