Francine SAUVAGE

Results 4 comments of Francine SAUVAGE

I agree : I cannot debug my angular vsphere plugin with augury, cause inside a vsphere iframe ...

Hi, Same on centos8 with latest crow_all.hpp (ninja error): ![image](https://user-images.githubusercontent.com/23147820/99180340-b80c0200-2725-11eb-9cfb-ec4d52ce1a74.png) source: ``` #include "include/crow_all.h" int main() { crow::SimpleApp _app; CROW_ROUTE(_app, "/")( []() { return "Hello World"; }); _app.port(80).multithreaded().run(); } ```...

Hi @The-EDev, thanks, That's the point. I didn't notice that incompatibility before. I should use a lower version, Regards,

Thank a lot, @jose-delarosa, Yes it is, SimpleUpdate is the only action for UpdateService : see https://redfish.dmtf.org/schemas/UpdateService.v1_4_0.json