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

[AutoPR botservice] [Hub Generated] Review request for Microsoft.BotService to add version stable/2020-06-02 #1440

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion schemas/2017-12-01/Microsoft.BotService.json
Original file line number Diff line number Diff line change
Expand Up @@ -1516,4 +1516,4 @@
"description": "A site for the Webchat channel"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-07-12/Microsoft.BotService.json
Original file line number Diff line number Diff line change
Expand Up @@ -1700,4 +1700,4 @@
"description": "A site for the Webchat channel"
}
}
}
}
16 changes: 8 additions & 8 deletions schemas/2020-06-02/Microsoft.BotService.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"$ref": "#/definitions/botServices_channels_childResource"
},
{
"$ref": "#/definitions/botServices_Connections_childResource"
"$ref": "#/definitions/botServices_connections_childResource"
}
]
}
Expand Down Expand Up @@ -229,7 +229,7 @@
],
"description": "Microsoft.BotService/botServices/channels"
},
"botServices_Connections": {
"botServices_connections": {
"type": "object",
"properties": {
"apiVersion": {
Expand Down Expand Up @@ -317,7 +317,7 @@
"type": {
"type": "string",
"enum": [
"Microsoft.BotService/botServices/Connections"
"Microsoft.BotService/botServices/connections"
]
}
},
Expand All @@ -327,7 +327,7 @@
"properties",
"type"
],
"description": "Microsoft.BotService/botServices/Connections"
"description": "Microsoft.BotService/botServices/connections"
}
},
"definitions": {
Expand Down Expand Up @@ -570,7 +570,7 @@
],
"description": "Microsoft.BotService/botServices/channels"
},
"botServices_Connections_childResource": {
"botServices_connections_childResource": {
"type": "object",
"properties": {
"apiVersion": {
Expand Down Expand Up @@ -658,7 +658,7 @@
"type": {
"type": "string",
"enum": [
"Connections"
"connections"
]
}
},
Expand All @@ -668,7 +668,7 @@
"properties",
"type"
],
"description": "Microsoft.BotService/botServices/Connections"
"description": "Microsoft.BotService/botServices/connections"
},
"Channel": {
"type": "object",
Expand Down Expand Up @@ -1716,4 +1716,4 @@
"description": "A site for the Webchat channel"
}
}
}
}