Imperative
- LTS Breaking: #2231
- Removed the obsolete V1
profiles
property fromIHandlerParameters
interface - 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
- UsegetOptValuesFromConfig
instead to load from team configCommandProfiles
- Use theV1ProfileRead
class if you still need to read V1 profiles
- Removed the obsolete V1
CLI Test Utils
- BugFix: Removed obsolete V1
profiles
property from the parameters object returned bymockHandlerParameters
method.