You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
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.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: