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

Updating templates to add cosmosdb binding info #3243

Merged
merged 1 commit into from
Sep 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions client/src/app/shared/models/binding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export class BindingType {
static GraphWebhookCreator = "GraphWebhookCreator";
static eventGridTrigger = "eventGridTrigger";
static cosmosDBTrigger = "cosmosDBTrigger";
static cosmosDB = "cosmosDB";
static activityTrigger = "activityTrigger";
static orchestrationTrigger = "orchestrationTrigger";
static orchestrationClient = "orchestrationClient";
Expand Down
1 change: 1 addition & 0 deletions client/src/assets/schemas/function.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"http",
"mobileTable",
"documentDB",
"cosmosDB",
"table",
"notificationHub",
"twilioSms",
Expand Down
4 changes: 2 additions & 2 deletions server/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,9 @@ gulp.task('build-bindings', function (cb) {
const templateVersionMap = {
default: '1.0.3.10182',
'1': '1.0.3.10182',
beta: '2.0.0-10262',
beta: '2.0.0-10268',
'2.0.11961.0': '2.0.0-beta-10224',
'2': '2.0.0-10262',
'2': '2.0.0-10268',
};
/*****
* Download and unzip nuget packages with templates
Expand Down