-
Notifications
You must be signed in to change notification settings - Fork 398
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
route53_info: Add RETURN block #1240
route53_info: Add RETURN block #1240
Conversation
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
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.
can you please add version_added
since these are new return values. Also, is it worth documenting the deprecated return values? Im not sure if thats necessary or not
sure added |
The CamelCased keys that will still be returned until we remove them |
I would document the deprecated keys with a note about the deprecation, but skip adding the |
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.
I think version added should be 3.4.0 if I'm not mistaken - aside from that LGTM!
route53_info: Add RETURN block SUMMARY Currently route53_info is mising a return block. This is a follow up on ansible-collections#1236 ISSUE TYPE Bugfix Pull Request COMPONENT NAME route53_info Reviewed-by: Joseph Torcasso <None> Reviewed-by: Mike Graves <[email protected]> Reviewed-by: Mandar Kulkarni <[email protected]> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@6e7f150
SUMMARY
Currently route53_info is mising a return block.
This is a follow up on #1236
ISSUE TYPE
COMPONENT NAME
route53_info