-
Notifications
You must be signed in to change notification settings - Fork 397
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
iam_role: replace UpdateRoleDescription with use UpdateRole #697
iam_role: replace UpdateRoleDescription with use UpdateRole #697
Conversation
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.
Change looks good. update_role looks like it was added in 1.9.19 (well within the collection's 'supported' range but a couple of years after the role was originally added).
I've not run the test suite. To any other reviewers: please run the test suite prior to gating.
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.
Tested locally with a non-CI account (since we dom't allow IAM tests in CI). Passes and lgtm with the minor review request.
changelogs/fragments/697-iam_role-replace-UpdateRoleDescription-with-UpdateRole.yml
Outdated
Show resolved
Hide resolved
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.
LGTM!
SUMMARY
Modified
iam_role.py
to replaceupdate_role_description
(deprecated) withupdate_role
action call.ISSUE TYPE
COMPONENT NAME
iam_role