-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop deprecated (CamelCase) aliases (#913)
Drop deprecated (CamelCase) aliases SUMMARY Complete the deprecation cycle on CamelCased aliases ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_ami ec2_vpc_dhcp_option_info ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None>
- Loading branch information
Showing
6 changed files
with
23 additions
and
52 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 @@ | ||
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). |
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
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 |
---|---|---|
@@ -1,9 +1,7 @@ | ||
plugins/modules/ec2_ami.py pylint:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_ami.py validate-modules:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_instance.py pylint:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_key.py pylint:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_vol.py pylint:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_vpc_dhcp_option_info.py validate-modules:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_vpc_endpoint.py pylint:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_vpc_net.py pylint:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_vpc_route_table.py pylint:collection-deprecated-version # Deprecation planned for 5.0.0 |
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 |
---|---|---|
@@ -1,9 +1,7 @@ | ||
plugins/modules/ec2_ami.py pylint:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_ami.py validate-modules:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_instance.py pylint:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_key.py pylint:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_vol.py pylint:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_vpc_dhcp_option_info.py validate-modules:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_vpc_endpoint.py pylint:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_vpc_net.py pylint:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_vpc_route_table.py pylint:collection-deprecated-version # Deprecation planned for 5.0.0 |
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 |
---|---|---|
@@ -1,9 +1,7 @@ | ||
plugins/modules/ec2_ami.py pylint:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_ami.py validate-modules:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_instance.py pylint:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_key.py pylint:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_vol.py pylint:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_vpc_dhcp_option_info.py validate-modules:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_vpc_endpoint.py pylint:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_vpc_net.py pylint:collection-deprecated-version # Deprecation planned for 5.0.0 | ||
plugins/modules/ec2_vpc_route_table.py pylint:collection-deprecated-version # Deprecation planned for 5.0.0 |