Azure / azure-functions-microsoftgraph-extension

Microsoft Graph extension for Azure Functions
MIT License
46 stars 23 forks source link

Update extension to work with WebJobs v3.0.0-beta5 #42

Closed ConnorMcMahon closed 6 years ago

ConnorMcMahon commented 6 years ago

There were some major breaking changes in this version of webjobs, so I had to rework how we structured the converters to avoid some bugs.

I also phased out support for List of POCOs, since it was just extra code to maintain for little utility when they can already bind to a POCO array.