Skip to content

Commit

Permalink
Merge 766f94a into 65c395b
Browse files Browse the repository at this point in the history
  • Loading branch information
soninaren committed Sep 27, 2018
2 parents 65c395b + 766f94a commit 443e9d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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

0 comments on commit 443e9d8

Please sign in to comment.