azure-functions-extensions-cognitive-services
azure-functions-extensions-cognitive-services copied to clipboard
Microsoft.Azure.WebJobs.Extensions 3.0.0-rc1
Hi,
Preview 3 isn't compatible with WebJobs.Extensions 3.0.0-rc1 as they've added a few breaking changes - I forked the repo and have managed to get it all working.
https://github.com/HowardvanRooijen/azure-functions-extensions-cognitive-services/tree/features/update-functions
The only problem is that I can't get any of the "unit" tests to pass (I'm not sure any of them did before I made any changes) - mainly because regardless of what I try the vision key isn't picked up - which means that the attribute fails validation when run. I've tried pulling in code from the Durable Tasks Extension to align how they are doing testing, but I can't get it to work.
I've tested my upgrades by creating a local package and pulling it into my project and everything works well. Happy to issue a PR if you're interested in taking the changes.
Regards,
Howard