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

move previously approved Swagger from current to public master #2790

Merged
merged 1 commit into from
Mar 31, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"parameters": {
"subscriptionId": "subscription-id",
"api-version": "2017-01-01",
"parameters": {
"name": "samplebotname",
"type": "botservice"
}
},
"responses": {
"200": {
"body": {
"valid": true,
"message": ""
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
{
"parameters": {
"subscriptionId": "subscription-id",
"resourceGroupName": "OneResourceGroupName",
"api-version": "2017-01-01",
"resourceName": "samplebotname",
"parameters": {
"location": "West US",
"sku": {
"name": "S1"
},
"etag": "etag1",
"tags": {
"tag1": "value1",
"tag2": "value2"
},
"name": "samplename",
"type": "sampletype",
"id": "someid",
"kind": "sdk",
"properties": {
"description": "The description of the bot",
"developerAppInsightKey": "appinsightskey",
"developerAppInsightsApiKey": "appinsightsapikey",
"developerAppInsightsApplicationId": "appinsightsappid",
"displayName": "The Name of the bot",
"endpoint": "http://mybot.coffee",
"iconUrl": "http://myicon",
"luisAppIds": [
"luisappid1",
"luisappid2"
],
"luisKey": "luiskey",
"msaAppId": "exampleappid"
}
}
},
"responses": {
"200": {
"body": {
"location": "West US",
"tags": {
"tag1": "value1",
"tag2": "value2"
},
"name": "samplename",
"type": "sampletype",
"id": "someid",
"kind": "sdk",
"etag": "etag1",
"properties": {
"description": "The description of the bot",
"developerAppInsightKey": "appinsightskey",
"developerAppInsightsApplicationId": "appinsightsappid",
"displayName": "The Name of the bot",
"endpoint": "http://mybot.coffee",
"endpointVersion": "version",
"iconUrl": "http://myicon",
"luisAppIds": [
"luisappid1",
"luisappid2"
],
"msaAppId": "msaappid",
"configuredChannels": [
"facebook",
"groupme"
],
"enabledChannels": [
"facebook"
]
}
}
},
"201": {
"body": {
"location": "West US",
"tags": {
"tag1": "value1",
"tag2": "value2"
},
"name": "samplename",
"type": "sampletype",
"id": "someid",
"kind": "sdk",
"properties": {
"description": "The description of the bot",
"developerAppInsightsApplicationId": "appinsightsappid",
"displayName": "The Name of the bot",
"endpoint": "http://mybot.coffee",
"endpointVersion": "version",
"iconUrl": "http://myicon",
"luisAppIds": [
"luisappid1",
"luisappid2"
],
"msaAppId": "msaappid",
"configuredChannels": [
"facebook",
"groupme"
],
"enabledChannels": [
"facebook"
]
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parameters": {
"subscriptionId": "subscription-id",
"resourceGroupName": "OneResourceGroupName",
"api-version": "2017-01-01",
"resourceName": "samplebotname"
},
"responses": {
"200": {
},
"204": {
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"parameters": {
"subscriptionId": "subscription-id",
"resourceGroupName": "OneResourceGroupName",
"api-version": "2017-01-01",
"resourceName": "samplebotname"
},
"responses": {
"200": {
"body": {
"location": "West US",
"tags": {
"tag1": "value1",
"tag2": "value2"
},
"name": "samplename",
"type": "sampletype",
"id": "someid",
"kind": "sdk",
"etag": "etag1",
"properties": {
"description": "The description of the bot",
"developerAppInsightKey": "appinsightskey",
"developerAppInsightsApplicationId": "appinsightsappid",
"displayName": "The Name of the bot",
"endpoint": "http://mybot.coffee",
"endpointVersion": "version",
"iconUrl": "http://myicon",
"luisAppIds": [
"luisappid1",
"luisappid2"
],
"msaAppId": "msaappid",
"configuredChannels": [
"facebook",
"groupme"
],
"enabledChannels": [
"facebook"
]
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"parameters": {
"api-version": "2017-04-18"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Microsoft.BotService/botService/read",
"display": {
"provider": "Microsoft Bot Service",
"resource": "Bot Service",
"operation": "Read Bot Service",
"description": "Read Bot Service"
},
"origin": "user,system"
},
{
"name": "Microsoft.BotService/botService/write",
"display": {
"provider": "Microsoft Bot Service",
"resource": "Bot Service",
"operation": "Write Bot Service",
"description": "Writes Bot Service"
},
"origin": "user,system"
},
{
"name": "Microsoft.BotService/botService/delete",
"display": {
"provider": "Microsoft Bot Service",
"resource": "Bot Service",
"operation": "Delete Bot Service",
"description": "Deletes Bot Service"
},
"origin": "user,system"
},
{
"name": "Microsoft.BotService/botService/botName/read",
"display": {
"provider": "Microsoft Bot Service",
"resource": "Bot Service name availability",
"operation": "Check bot name availability",
"description": "Check bot name availability"
},
"origin": "user,system"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"parameters": {
"subscriptionId": "subscription-id",
"resourceGroupName": "OneResourceGroupName",
"api-version": "2017-01-01"
},
"responses": {
"200": {
"body": {
"value": [
{
"location": "West US",
"tags": {
"tag1": "value1",
"tag2": "value2"
},
"name": "samplename",
"type": "sampletype",
"id": "someid",
"etag": "etag1",
"kind": "sdk",
"properties": {
"description": "The description of the bot",
"developerAppInsightKey": "appinsightskey",
"developerAppInsightsApplicationId": "appinsightsappid",
"displayName": "The Name of the bot",
"endpoint": "http://mybot.coffee",
"endpointVersion": "version",
"iconUrl": "http://myicon",
"luisAppIds": [
"luisappid1",
"luisappid2"
],
"msaAppId": "msaappid",
"configuredChannels": [
"facebook",
"groupme"
],
"enabledChannels": [
"facebook"
]
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"parameters": {
"subscriptionId": "subscription-id",
"api-version": "2017-01-01"
},
"responses": {
"200": {
"body": {
"value": [
{
"location": "West US",
"tags": {
"tag1": "value1",
"tag2": "value2"
},
"name": "samplename",
"type": "sampletype",
"id": "someid",
"kind": "sdk",
"etag": "etag1",
"properties": {
"description": "The description of the bot",
"developerAppInsightKey": "appinsightskey",
"developerAppInsightsApplicationId": "appinsightsappid",
"displayName": "The Name of the bot",
"endpoint": "http://mybot.coffee",
"endpointVersion": "version",
"iconUrl": "http://myicon",
"luisAppIds": [
"luisappid1",
"luisappid2"
],
"msaAppId": "msaappid",
"configuredChannels": [
"facebook",
"groupme"
],
"enabledChannels": [
"facebook"
]
}
}
]
}
}
}
}
Loading