Zowe CLI
- Enhancement: Replaced logic in
ApimlAuthHandler.processLogin
with a call to a new common functionAuthOrder.putNewAuthsFirstOnDisk
. There are no changes to the external API and no changes to the functionality. #2568 - BugFix: Added a warning to users using a TSO command. It now warns them that a logon procedure is not being used when a non default logon procedure and
--ssm
option is used.#2528
Imperative
- Enhancement: Added the following
AuthOrder
functions:getPropNmFor
,putNewAuthsFirstInSess
,putNewAuthsFirstOnDisk
,formNewAuthOrderArray
,authArrayToCfgVal
,authCfgValToArray
. No external behavior is changed by this addition to/refactoring of the Zowe SDK logic. #2568 - Enhancement: When no credentials are available, prompt for the credentials related to the first entry in the
authOrder
property instead of arbitrarily prompting for user and password. #2568 - Enhancement: Reordered
authOrder
information in error messages to be easier for a user to follow the effect of theauthOrder
. #2568 - BugFix: Fixed invalid value for npm log level when
--verbose
option is true on thezowe plugins install
command. #2571