-
Notifications
You must be signed in to change notification settings - Fork 80
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
Add management_group resources #332
Conversation
Signed-off-by: Omer Demirok <odemirok@chef.io>
Signed-off-by: Omer Demirok <odemirok@chef.io>
Signed-off-by: Omer Demirok <odemirok@chef.io>
Signed-off-by: Omer Demirok <odemirok@chef.io>
'$recurse' => opts[:recurse] || false, | ||
} | ||
opts[:query_parameters].merge!('$expand' => opts[:expand]) unless opts[:expand].nil? | ||
# Note that $expand=children must be passed up if $recurse is set to true. |
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.
This code answers my question... I think the wording should be changed slightly. $expand=children must be set if $recurse is set to true.
OR
$expand=children will be set if $recurse is set to true.
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.
could this comment also be updated for consistency?
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.
Thanks @omerdemirok great work as always. Just a small comment regarding wording.
Signed-off-by: Omer Demirok <odemirok@chef.io>
Description
Issues Resolved
Resolves #328
Check List
rake lint
passes