Skip to content

Commit

Permalink
Merge pull request #392 from Microsoft/tomlm/export
Browse files Browse the repository at this point in the history
add export functionality to bot config
  • Loading branch information
Tom Laird-McConnell committed Sep 4, 2018
2 parents ff2b003 + bb45269 commit 4d02712
Show file tree
Hide file tree
Showing 11 changed files with 621 additions and 64 deletions.
63 changes: 63 additions & 0 deletions libraries/botframework-config/exporttest/bot.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"version": "1.0",
"resources": [
{
"type": "abs",
"id": "1",
"name": "testAbs"
},
{
"type": "blob",
"id": "2",
"name": "testBlob",
"container": "testContainer"
},
{
"type": "appInsights",
"id": "3",
"name": "testInsights"
},
{
"type": "dispatch",
"id": "4",
"name": "testDispatch",
"serviceIds": [
"6",
"7"
]
},
{
"type": "endpoint",
"id": "5",
"name": "testEndpoint",
"url": "https://test.azurewebsites.net/api/messages"
},
{
"type": "luis",
"id": "6",
"name": "testLuis"
},
{
"type": "qna",
"id": "7",
"name": "testQna"
},
{
"type": "cosmosdb",
"id": "8",
"name": "testCosmos",
"database": "testDatabase",
"collection": "testCollection"
},
{
"type": "file",
"id": "9",
"name": "testGeneric",
"url": "https://bing.com",
"configuration": {
"key1": "testKey1",
"key2": "testKey2"
}
}
]
}
17 changes: 16 additions & 1 deletion libraries/botframework-config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4d02712

Please sign in to comment.