-
Notifications
You must be signed in to change notification settings - Fork 210
CosmosDB support for ParameterBindingData reference type #802
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
Changes from 4 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,6 +8,7 @@ namespace Microsoft.Azure.WebJobs.Extensions.CosmosDB | |
| public static class Constants | ||
| { | ||
| public const string DefaultConnectionStringName = "CosmosDB"; | ||
| public const string WebJobsCosmosExtensionName = "CosmosDB"; | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Feels silly to have two strings with the same value, but didn't want to rename the connection string const. We could just have one const called "CosmosDB" but that requires making changes to 29 references that use |
||
| } | ||
|
|
||
| internal static class Events | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.