Skip to content

Commit

Permalink
Add changelog fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
alinabuzachis committed Oct 9, 2023
1 parent 69b393f commit d6ec7cc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
4 changes: 4 additions & 0 deletions changelogs/fragments/migrate_iam_password_policy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
breaking_changes:
- iam_password_policy - The module has been migrated from the ``community.aws`` collection.
Playbooks using the Fully Qualified Collection Name for this module should be updated
to use ``amazon.aws.iam_password_policy``.
14 changes: 8 additions & 6 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ action_groups:
- glue_job
- iam_access_key
- iam_access_key_info
- iam_managed_policy
- iam_password_policy
- iam_saml_federation
- iam_server_certificate
- iam_server_certificate_info
Expand Down Expand Up @@ -451,6 +449,14 @@ plugin_routing:
execute_lambda:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.lambda_execute
iam_group:
redirect: amazon.aws.iam_group
iam_managed_policy:
redirect: amazon.aws.iam_managed_policy
iam_mfa_device_info:
redirect: amazon.aws.iam_mfa_device_info
iam_password_policy:
redirect: amazon.aws.iam_password_policy
iam_role:
redirect: amazon.aws.iam_role
iam_role_info:
Expand Down Expand Up @@ -509,10 +515,6 @@ plugin_routing:
redirect: amazon.aws.route53_info
route53_zone:
redirect: amazon.aws.route53_zone
iam_group:
redirect: amazon.aws.iam_group
iam_password_policy:
redirect: amazon.aws.iam_password_policy
module_utils:
route53:
redirect: amazon.aws.route53

0 comments on commit d6ec7cc

Please sign in to comment.