Adding PUT functionality to redfish_utils (Updated) (#5507)

* adding changelog fragment

* adding PUT functionality

* sanity fix

Co-authored-by: Kushal <t-s.kushal@hpe.com>
This commit is contained in:
TSKushal
2022-12-05 23:01:50 +05:30
committed by GitHub
parent f0b3bba030
commit b22638ba0c
2 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- redfish_utils module utils - added PUT (``put_request()``) functionality (https://github.com/ansible-collections/community.general/pull/5490).