-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove redundant aliases from NIOS modules #1223
Conversation
The test
The test
|
Thanks for fixing some of the sanity issues! You need to remove the corresponding lines in the ignore-*.txt files (see the bot post above) to make the tests pass. Since this is a user-observable change, it should also have a changelog fragment. |
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shipit
* remove redundant alias * remove redundant aliases * remove redundant aliases * remove parameter-alias-self for nios_* * add fragment * Update changelogs/fragments/1223-nios-remove-redundant-aliases.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/net_tools/nios/nios_host_record.py Co-authored-by: Felix Fontein <felix@fontein.de> * remove parameter-alias-self for nios_host_record Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit b661c94)
@zjpeterson thanks a lot for fixing this! :) |
* remove redundant alias * remove redundant aliases * remove redundant aliases * remove parameter-alias-self for nios_* * add fragment * Update changelogs/fragments/1223-nios-remove-redundant-aliases.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/net_tools/nios/nios_host_record.py Co-authored-by: Felix Fontein <felix@fontein.de> * remove parameter-alias-self for nios_host_record Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit b661c94) Co-authored-by: Zach Peterson <35381531+zjpeterson@users.noreply.github.com>
SUMMARY
Fixes #852.
Redundant aliases were present in the argument specs of these modules, causing unnecessary [WARNING] messages on execution.
ISSUE TYPE
COMPONENT NAME
nios_fixed_address
nios_host_record
nios_zone
ADDITIONAL INFORMATION
See #852