mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Removed parameter-list-no-elements validation errors from redfish modules (#1761)
* Removed parameter-list-no-elements validation errors from redfish modules * added changelog fragment per PR * Update changelogs/fragments/1761-redfish-tidy-up-validation.yml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
436bbb0077
commit
ba4a98b1be
9 changed files with 16 additions and 19 deletions
|
@ -290,12 +290,6 @@ plugins/modules/remote_management/oneview/oneview_san_manager.py validate-module
|
|||
plugins/modules/remote_management/oneview/oneview_san_manager.py validate-modules:undocumented-parameter
|
||||
plugins/modules/remote_management/oneview/oneview_san_manager_info.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/remote_management/oneview/oneview_san_manager_info.py validate-modules:undocumented-parameter
|
||||
plugins/modules/remote_management/redfish/idrac_redfish_command.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/remote_management/redfish/idrac_redfish_config.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/remote_management/redfish/idrac_redfish_info.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/remote_management/redfish/redfish_command.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/remote_management/redfish/redfish_config.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/remote_management/redfish/redfish_info.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/remote_management/stacki/stacki_host.py validate-modules:doc-default-does-not-match-spec
|
||||
plugins/modules/remote_management/stacki/stacki_host.py validate-modules:no-default-for-required-parameter
|
||||
plugins/modules/remote_management/stacki/stacki_host.py validate-modules:parameter-type-not-in-doc
|
||||
|
|
|
@ -289,12 +289,6 @@ plugins/modules/remote_management/oneview/oneview_san_manager.py validate-module
|
|||
plugins/modules/remote_management/oneview/oneview_san_manager.py validate-modules:undocumented-parameter
|
||||
plugins/modules/remote_management/oneview/oneview_san_manager_info.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/remote_management/oneview/oneview_san_manager_info.py validate-modules:undocumented-parameter
|
||||
plugins/modules/remote_management/redfish/idrac_redfish_command.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/remote_management/redfish/idrac_redfish_config.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/remote_management/redfish/idrac_redfish_info.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/remote_management/redfish/redfish_command.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/remote_management/redfish/redfish_config.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/remote_management/redfish/redfish_info.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/remote_management/stacki/stacki_host.py validate-modules:doc-default-does-not-match-spec
|
||||
plugins/modules/remote_management/stacki/stacki_host.py validate-modules:no-default-for-required-parameter
|
||||
plugins/modules/remote_management/stacki/stacki_host.py validate-modules:parameter-type-not-in-doc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue