Zowe CLI
LTS Breaking: Removed the following previously deprecated items: #1981
- Moved the many constants from
zowe-cli/packages/cli/src/Constants.ts
tozowe-cli/packages/core/src/constants/Core.constants.ts
- Removing
ZosFilesCreateExtraOptions.showAttributes
without replacement - Moved all constants from
zowe-cli/packages/cli/src/zostso/constants/ZosTso.constants.ts
to@zowe/zos-tso-for-zowe-sdk
- Removed
isStderrEmptyForProfilesCommand
usestripProfileDeprecationMessages
fromzowe-cli/__tests__/__packages__/cli-test-utils/src/TestUtils.ts
instead - Removed
allDataSetsArchived
,datasetsDownloadedSuccessfully
,noDataSetsMatchingPatternRemain
andonlyEmptyPartitionedDataSets
from ZosFiles.messages.ts - Removed
getSpoolDownloadFile
usegetSpoolDownloadFilePath
instead - Removed constants from ZosmfSession
- ZOSMF_OPTION_HOST_PROFILE use ZOSMF_OPTION_HOST instead
- ZOSMF_OPTION_USER_PROFILE use ZOSMF_OPTION_USER instead
- ZOSMF_OPTION_PASSWORD_PROFILE use ZOSMF_OPTION_PASSWORD instead
- Removed constants from SshSession.ts
- SSH_OPTION_USER_PROFILE use SSH_OPTION_USER
- SSH_OPTION_HOST_PROFILE use SSH_OPTION_HOST
- Removed zosmfProfile from
ZosFilesBase.handler.ts
- Removed statCmdFlag as an export from Shell.ts
z/OS Files SDK
- LTS Breaking: Removed the following previously deprecated items:
- Removed
ZosFilesCreateExtraOptions.showAttributes
without replacement - Removed
allDataSetsArchived
,datasetsDownloadedSuccessfully
,noDataSetsMatchingPatternRemain
andonlyEmptyPartitionedDataSets
from ZosFiles.messages.ts
- Removed
z/OS Jobs SDK
- LTS Breaking: Removed
getSpoolDownloadFile
usegetSpoolDownloadFilePath
instead
z/OS TSO SDK
- LTS Breaking: Moved all constants from
zowe-cli/packages/cli/src/zostso/constants/ZosTso.constants.ts
to@zowe/zos-tso-for-zowe-sdk
z/OS USS SDK
- LTS Breaking: Removed the following previously deprecated items:
- Removed the following constants from SshSession.ts
- SSH_OPTION_USER_PROFILE use SSH_OPTION_USER
- SSH_OPTION_HOST_PROFILE use SSH_OPTION_HOST
- Removed statCmdFlag as an export from Shell.ts
- Removed the following constants from SshSession.ts
z/OSMF SDK
- LTS Breaking: Removed the following constants from ZosmfSession
- ZOSMF_OPTION_HOST_PROFILE use ZOSMF_OPTION_HOST instead
- ZOSMF_OPTION_USER_PROFILE use ZOSMF_OPTION_USER instead
- ZOSMF_OPTION_PASSWORD_PROFILE use ZOSMF_OPTION_PASSWORD instead