diff --git a/changelogs/fragments/913-deprecations.yml b/changelogs/fragments/913-deprecations.yml new file mode 100644 index 00000000000..7c5ede5d3da --- /dev/null +++ b/changelogs/fragments/913-deprecations.yml @@ -0,0 +1,3 @@ +breaking_changes: +- ec2_ami - the parameter aliases ``DeviceName``, ``VirtualName`` and ``NoDevice`` were previously deprecated and have been removed, please use ``device_name``, ``virtual_name`` and ``no_device`` instead (https://github.com/ansible-collections/amazon.aws/pull/913). +- ec2_vpc_dhcp_option_info - the parameter aliases ``DhcpOptionIds`` and ``DryRun`` were previously deprecated and have been removed, please use ``dhcp_options_ids`` and ``no_device`` instead (https://github.com/ansible-collections/amazon.aws/pull/913).