Patrick Delaney
Results
1
issues of
Patrick Delaney
In my code I have the following Cosmosdb change-feed function: ``` .CosmosDb("cosmosDbConnection", cosmos => cosmos .ChangeFeedFunction( "[scrubbed]", "[scrubbed]", leaseDatabaseName: "[scrubbed]", createLeaseCollectionIfNotExists: true, convertToPascalCase: true))); ``` providing both the `leaseDatabaseName` as...