-
Notifications
You must be signed in to change notification settings - Fork 45
[Enabler][2147-2149]update_job_modules_interfaces #2208
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
Changes from 20 commits
cc5ee6c
2f7a1c4
1972bd6
47510bc
e9994da
75b09f7
f21e73e
33f8a0f
0d46bdc
84b4292
ade2f0b
cebe0b9
41e9653
3b5ee97
0ec0660
8886ca4
49f7997
4d8102c
14702c1
0327d58
b4ca89d
ed9905e
b46b1fd
cf8e264
1c1eb89
b991112
f69ba71
80dd2be
b88ca4f
ca75e70
afc2bf5
a39b28d
8030ad2
b70786b
c4e9db8
d8da79d
0b07a67
68cd698
5076094
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
breaking_changes: | ||
- zos_job_query - Return value ``message`` is deprecated in favor of ``msg``. Return value ``steps`` are no longer under `` but is now included under jobs. | ||
- zos_job_query - Return value ``message`` is deprecated in favor of ``msg``. Return value ``steps`` are no longer under ``ret_code`` but is now included under jobs. | ||
(https://github.com/ansible-collections/ibm_zos_core/pull/2204). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Shouldn't this be ...pull/2208 ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is the other changelog, this is form the previous PR of changes of zos_job_query, but I realize I miss one problem |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,12 @@ | ||||||
breaking_changes: | ||||||
- zos_job_output - Interface value ``ddname`` is substitute for ``dd_name``, but ``ddname`` is an alias. Return value ``changed`` is always retun, ``steps`` are no longer under `ret_code` | ||||||
|
- zos_job_output - Interface value ``ddname`` is substitute for ``dd_name``, but ``ddname`` is an alias. Return value ``changed`` is always retun, ``steps`` are no longer under `ret_code` | |
- zos_job_output - Option ``ddname`` is substituted for ``dd_name``, but retaining ``ddname`` as an alias. Return field ``changed`` is now always returned, ``steps`` is no longer under `ret_code` |
AndreMarcel99 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but is now included under `jobs`. Return value ``ddnames`` replaced by ``dds`` and value ``ddname`` under ``ddnames`` is replace by ``dd_name``. | |
but is now included under `jobs`. Return field ``ddnames`` is replaced by ``dds`` and field ``ddname`` under ``ddnames`` is replaced by ``dd_name``. |
Uh oh!
There was an error while loading. Please reload this page.