-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PR #2006/3974a823 backport][stable-7] Normalize refactor This is a backport of PR #2006 as merged into main (3974a82). SUMMARY fixes: #2001 ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/module_utils/iam.py plugins/module_utils/transformation.py ADDITIONAL INFORMATION Note: also tinkers a little with Type Hinting, not sure of the value TODO: Initial transform code Unit tests for transform code initial iam updates Basic unit tests for iam updates changelog Reviewed-by: Helen Bailey <[email protected]>
- Loading branch information
1 parent
5f41423
commit 0f97149
Showing
5 changed files
with
908 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
minor_changes: | ||
- module_utils.transformations - add ``boto3_resource_to_ansible_dict()`` and ``boto3_resource_list_to_ansible_dict()`` helpers (https://github.com/ansible-collections/amazon.aws/pull/2006). | ||
- module_utils.iam - refactored normalization functions to use ``boto3_resource_to_ansible_dict()`` and ``boto3_resource_list_to_ansible_dict()`` (https://github.com/ansible-collections/amazon.aws/pull/2006). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.