Imperative
- LTS Breaking: #2231
- Removed the obsolete V1
profilesproperty fromIHandlerParametersinterface - Deprecated the following obsolete V1 profile interfaces:
IProfileTypeConfiguration.dependencies- For team config, use nested profiles insteadIProfileTypeConfiguration.validationPlanModule- For team config, validate with JSON schema instead
- Deprecated the following obsolete V1 profile classes/functions:
CliUtils.getOptValueFromProfiles- UsegetOptValuesFromConfiginstead to load from team configCommandProfiles- Use theV1ProfileReadclass if you still need to read V1 profiles
- Removed the obsolete V1
CLI Test Utils
- BugFix: Removed obsolete V1
profilesproperty from the parameters object returned bymockHandlerParametersmethod.