-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[Do Not Merge] SAP Hana backup support #10514
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
Conversation
fb15d83 to
b238cd6
Compare
b238cd6 to
e05c6c9
Compare
c7f3db0 to
e6bd3f5
Compare
| def transform_workload_policy_show(result): | ||
| columns = [] | ||
| columns.append(('Name', result['name'])) | ||
| columns.append(('WorkloadType', result['properties']['workLoadType'])) |
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.
columns = [
('Name', result['name']),
('WorkloadType', result['properties']['workLoadType'])
]
Maybe more readable
|
@qwordy please help deal with this PR. |
|
Some checks were not successful. Remember to fix. |
|
@siddharth7 Hello. Since it's a huge change, did you schedule a quick meeting before with any one of CLI team? We can have a quick meeting if you want. |
|
Close it since a new pr appears. #11066 |
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR has modified HISTORY.rst describing any customer-facing, functional changes. Note that this does not include changes only to help content. (see Modifying change log).
I adhere to the Command Guidelines.