Mike Rieth

Results 3 issues of Mike Rieth

Lenovo seems to not permit a null payload to the Bios.ResetBios endpoint: ```` POST /redfish/v1/Systems/1/Bios/Actions/Bios.ResetBios HTTP/1.1 Host: localhost:8345 User-Agent: gofish/1.0 Connection: close Content-Length: 0 Accept: application/json Authorization: Basic ... Content-Type:...

`helpers/order/order.go`: ``` go // CheckBillingOrderStatus returns true if the status of the billing order for // the provided product order receipt is in the list of provided statuses. // Returns...

`UpdateService.firmwareInventory` stores the endpoint of the firmware inventory. In 6933b3e, the property was changed from exported to unexported, such that now the only way to access the data in the...