-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IZosFilesResponse in SDK Refers to Commands #865
Comments
Thank you for raising this issue. |
To avoid introducing a breaking change, we do not want to change the property names, but we can change the comments to reflect that the properties could be used for other purposes than a CLI command. |
Thank you for raising this enhancement request. |
The
IZosFilesResponse
object that is returned from thezosfiles
SDK packages contains acommandResponse
:Outside the context of the Zowe CLI though,
commandResponse
doesn't make much sense. Can this be reworked for SDK / API users?The text was updated successfully, but these errors were encountered: