Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding DocDB and EasyTables input bindings #156

Merged
merged 1 commit into from
Mar 24, 2016
Merged

Conversation

brettsam
Copy link
Member

Adds:

  • Input bindings for DocumentDB. Non-C# bindings do not automatically update the document when the function exits but you can chain them with another DocumentDB ouput binding to do this. There is an E2E test that does this.
  • Non-C# input bindings for EasyTables. The binding will read the item but it is not automatically updated and you cannot chain them with an EasyTable output binding b/c EasyTables performs an insert rather than an upsert. C# is the better language to use if you want to update records.

When issue #49 is resolved, these input bindings will become more useful.

@mathewc
Copy link
Member

mathewc commented Mar 24, 2016

🚢

@brettsam brettsam merged commit d142eab into Azure:master Mar 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants