Zowe CLI
- Enhancement: Added
--tso-accountand--tso-procedureoptions tozowe zos-filescommands, and correspondingtsoAccount/tsoProcedureproperties to the zosmf profile. When set, they are sent as theX-IBM-Request-AcctnumandX-IBM-Request-Procheaders on data set and USS z/OSMF REST requests that support them. #2653 - Enhancement: Added a postinstall check that verifies the Secrets SDK has a keyring prebuild your platform can load. Because
@zowe/secrets-for-zowe-sdkis an optional dependency, npm silently omitted it whenever its install script failed, and the first sign of trouble was aFailed to load Keytar moduleerror the next time a command needed a credential. You now get a warning at the end of the install that names the binary that was expected and the steps to repair it, with the full workaround documented under Troubleshooting. #2777
Core SDK
- Enhancement: Added
X_IBM_REQUEST_ACCTNUMandX_IBM_REQUEST_PROCheader constants toZosmfHeadersfor sending a TSO account number and logon procedure on z/OSMF data set and file requests. #2653
Imperative
- BugFix: Updated the
ConfigSchema.buildSchemaAPI so the generated config schema setsadditionalProperties: falseon profile objects. Editors now report errors when profile properties such asuserorpasswordare mistakenly placed at the same level as thepropertiesobject, where they would be silently ignored. #2882
z/OS Files SDK
- Enhancement: Added support for the
tsoAccountandtsoProcedurez/OSMF profile properties. When set, they are sent as theX-IBM-Request-AcctnumandX-IBM-Request-Procheaders on data set and USS z/OSMF REST requests that support them. #2653
z/OSMF SDK
- Enhancement: Added
tsoAccountandtsoProcedureoptions to the zosmf profile/schema, allowing users to specify a TSO account number and logon procedure to use for z/OSMF data set and file operations. #2653