Azure / azure-functions-microsoftgraph-extension

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

Improve one drive stream support #14

Closed ConnorMcMahon closed 7 years ago

ConnorMcMahon commented 7 years ago

Instead of having a separate input/output binding for streams, we now have a read or write stream based on the Access field on OneDriveAttribute. This is more similar to how we treat blobs. Hopefully we can make changes in azure-webjobs-sdk to autofill this property based on whether the direction property "in" vs "out".

dnfclas commented 7 years ago

@ConnorMcMahon, Thanks for having already signed the Contribution License Agreement. Your agreement was validated by .NET Foundation. We will now review your pull request. Thanks, .NET Foundation Pull Request Bot #Resolved