Zowe CLI
- Enhancement: Changed references in command output from 'Team Configuration' to 'Zowe client configuration' #2019.
Imperative
- LTS Breaking: Modified the @zowe/imperative SDK #1703
- Renamed class ProfileIO to V1ProfileConversion.
- Removed the following obsolete V1 profile functions:
- createProfileDirs
- deleteProfile
- exists
- writeMetaFile
- writeProfile
- Removed the following obsolete V1 profile constant:
- MAX_YAML_DEPTH
- Changed fileToProfileName from public to private
- Removed the following obsolete V1 profile functions:
- Removed deprecated function ConfigProfiles.expandPath
- Use ConfigProfiles.getProfilePathFromName
- Removed deprecated function ProcessUtils.execAndCheckOutput
- Use ExecUtils.spawnAndGetOutput
- Renamed class ProfileIO to V1ProfileConversion.