Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

2.4.0 dependency on DocumentDB conflicts with 2.2.0 dependency in Microsoft.Azure.WebJobs.Extensions.CosmosDB #52

Open
ryanspletzer opened this issue Jun 10, 2019 · 0 comments

Comments

@ryanspletzer
Copy link

If you've already been using the Cosmos DB Azure Functions trigger / binding then adding this in later doesn't work as the function binding relies on 2.2.0 version of Microsoft.Azure.DocumentDB package.

Is there a reason that this package has a fixed dependency on exactly the 2.4.0 version of Microsoft.Azure.DocumentDB package?

I opened a related issue on the extensions repo to see if they can rev it to 2.4.0.

Azure/azure-webjobs-sdk-extensions#572

Would it be possible for this package take a dependency on Microsoft.Azure.DocumentDB.Core instead? Relying on DocumentClient via the DocumentDB parent package might be causing some issues vs. relying on the Core package.

Sidenote: is the source code for the BulkExecutor present somewhere? This repo just has samples.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant