-
Notifications
You must be signed in to change notification settings - Fork 341
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
module_utils.batch remove unused AWSConnection (#831)
module_utils.batch remove unused AWSConnection SUMMARY Remove deprecated and unused AWSConnection class from ansible_collections.amazon.aws.plugins.module_utils.batch ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/module_utils/batch.py ADDITIONAL INFORMATION See also ansible/ansible#67191 Reviewed-by: Alina Buzachis <None>
- Loading branch information
Showing
2 changed files
with
2 additions
and
48 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,2 @@ | ||
removed_features: | ||
- module_utils.batch - the class ``ansible_collections.amazon.aws.plugins.module_utils.batch.AWSConnection`` has been removed. Please use ``AnsibleAWSModule.client()`` instead (https://github.com/ansible-collections/amazon.aws/pull/831). |
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