-
Notifications
You must be signed in to change notification settings - Fork 118
Breaking changes introduced in deleteDataSet() #4039
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingpriority-highProduction outage - this quarter or at least next quarterProduction outage - this quarter or at least next quarterseverity-highBug for which there may be workaround but limits the usage of the Zowe for major use casesBug for which there may be workaround but limits the usage of the Zowe for major use cases
Milestone
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority-highProduction outage - this quarter or at least next quarterProduction outage - this quarter or at least next quarterseverity-highBug for which there may be workaround but limits the usage of the Zowe for major use casesBug for which there may be workaround but limits the usage of the Zowe for major use cases
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Closed
Describe the bug
an optional parameter, options, was added to deleteDataSet ZE API. There is no check for existence of options before checking if options.volume == "VSAM" in the zosmf use of ZE APIs. We should check for options && options.volume string includes/matches to not cause errors to extenders that use the ZE API
To Reproduce
Expected behavior
Screenshots
Desktop (please complete the following information):
Additional context