Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #2661 1. Add inactive default versions report - which versions referenced from our default version are not currently marked as "live" by `az provider list`? 2. When picking a new tracking version, select from the live versions only, if any are live. Fall back to all versions if `az provider list` doesn't include any. 3. When checking for additional resources not in the default version, don't add new non-live versions. 4. Move most unit testing into gen_calculateVersionMetadata_test from defaultVersion_test as it's as close to e2e as possible and requires less mocking.
- Loading branch information