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

[AzureDeploy] Enable deploy button on newer samples #137

Merged
merged 30 commits into from
Jul 10, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
c9c347a
Renames
pcostantini May 19, 2017
4b59ae3
Link Node samples
pcostantini May 19, 2017
e36bbe8
Fix typo
pcostantini May 19, 2017
dfd7117
Link C# samples
pcostantini May 19, 2017
d43ea92
Fix lint issues
pcostantini May 22, 2017
ba3b6e1
Update to support Azure Deploy button
pcostantini May 22, 2017
4bab45f
Update to support Azure Deploy button
pcostantini May 22, 2017
1439c55
Update to support Azure Deploy button
pcostantini May 22, 2017
3b08400
Update to support Azure Deploy button
pcostantini May 22, 2017
4464636
Update to support Azure Deploy button
pcostantini May 22, 2017
873167a
Update to support Azure Deploy button
pcostantini May 22, 2017
15083a7
Merge remote-tracking branch 'remotes/origin/sample-payments-readmes'…
pcostantini May 23, 2017
8fec898
Update to support Azure Deploy button
pcostantini May 23, 2017
8a8ca9a
Merge remote-tracking branch 'remotes/origin/sample-payments-readmes'…
pcostantini May 23, 2017
8e8239d
Update to support Azure Deploy button
pcostantini May 23, 2017
38d700a
Update to support Azure Deploy button
pcostantini May 23, 2017
9bf9bbf
Update to support Azure Deploy button
pcostantini May 23, 2017
e948000
Update to support Azure Deploy button
pcostantini May 23, 2017
ff8a301
Update to support Azure Deploy button
pcostantini May 23, 2017
6358565
Update to support Azure Deploy button
pcostantini May 23, 2017
62ce826
Update to support Azure Deploy button
pcostantini May 23, 2017
0d346e4
Update to support Azure Deploy button
pcostantini May 23, 2017
af143b3
Merge remote-tracking branch 'origin/rollerskill-readmes' into azured…
pcostantini May 23, 2017
1e24191
Update to support Azure Deploy button
pcostantini May 23, 2017
64f80fd
Update to support Azure Deploy button
pcostantini May 23, 2017
b0bcb21
Update to support Azure Deploy button
pcostantini May 23, 2017
ad1c7c9
Update to support Azure Deploy button
pcostantini May 23, 2017
e210a8a
Merge branch 'master' into azuredeploy-updates
pcostantini Jun 23, 2017
f9def6d
Add default port
pcostantini Jun 23, 2017
6140d4e
Merge branch 'azuredeploy-updates'
pcostantini Jun 23, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into azuredeploy-updates
  • Loading branch information
pcostantini committed Jun 23, 2017
commit e210a8a1c3423f037f9cfa106508a49cb035b386
2 changes: 1 addition & 1 deletion Node/blog-customChannelData/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Microsoft Bot Framework bot written in NodeJS to test issues.",
"main": "node_bot.js",
"dependencies": {
"botbuilder": "^3.7.0",
"botbuilder": "^3.8.2",
"dotenv-extended": "^2.0.0",
"express": "^4.14.1",
"request-promise": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion Node/capability-middlewareLogging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"botbuilder": "^3.7.0",
"botbuilder": "^3.8.2",
"dotenv-extended": "^2.0.0",
"restify": "^4.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion Node/core-basicMultiDialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "core-basic-multidialog",
"version": "1.0.0",
"dependencies": {
"botbuilder": "^3.7.0",
"botbuilder": "^3.8.2",
"dotenv-extended": "^2.0.0",
"restify": "^4.3.0"
}
Expand Down
4 changes: 2 additions & 2 deletions Node/core-globalMessageHandlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "core-globalmessagehandlers",
"version": "1.0.0",
"dependencies": {
"botbuilder": "^3.7.0",
"botbuilder": "^3.8.4",
"dotenv-extended": "^2.0.0",
"restify": "^4.3.0"
}
}
}
2 changes: 1 addition & 1 deletion Node/sample-knowledgeBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"botbuilder": "^3.7.0",
"botbuilder": "^3.8.2",
"dotenv-extended": "^2.0.0",
"request": "^2.78.0",
"restify": "^4.2.0"
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.