Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't include the default version as an explicit version in v3 (#3924)
Due to low confidence on the migration path in v2, we added all resource being used in the default version as explicit versions too. With the improved aliasing approach from #3872, this is not required any more. See the preview generation against the v3 branch: v3...dont-duplicate-default-as-explicit-v3-preview This has a net reduction of 1,118,866 lines of SDK code and an uncompressed size reduction of just under 7% to deliver a 48% overall reduction for v3. | SDK | v2 size | v3 size | new v3 size | |-----|-------|------|---------| | dotnet | 653M | 363M | 340M | | nodejs | 300M | 166M | 156M | | python | 717M | 401M | 376M |
- Loading branch information