Skip to content

Commit eecf176

Browse files
authored
[BotService] Add OutlookChannel to channelNames (#18149)
* Add OutlookChannel to channelNames * revert the change in stable version
1 parent 028cb20 commit eecf176

File tree

1 file changed

+5
-1
lines changed
  • specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview

1 file changed

+5
-1
lines changed

specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3182,7 +3182,8 @@
31823182
"DirectLineChannel",
31833183
"SmsChannel",
31843184
"LineChannel",
3185-
"DirectLineSpeechChannel"
3185+
"DirectLineSpeechChannel",
3186+
"OutlookChannel"
31863187
],
31873188
"x-ms-enum": {
31883189
"name": "channelName",
@@ -3226,6 +3227,9 @@
32263227
},
32273228
{
32283229
"value": "DirectLineSpeechChannel"
3230+
},
3231+
{
3232+
"value": "OutlookChannel"
32293233
}
32303234
]
32313235
},

0 commit comments

Comments
 (0)