Skip to content

Commit d821b80

Browse files
author
SDKAuto
committed
CodeGen from PR 18149 in Azure/azure-rest-api-specs
[BotService] Add OutlookChannel to channelNames (#18149) * Add OutlookChannel to channelNames * revert the change in stable version
1 parent 25a4647 commit d821b80

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

schemas/2021-05-01-preview/Microsoft.BotService.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@
173173
"DirectLineChannel",
174174
"SmsChannel",
175175
"LineChannel",
176-
"DirectLineSpeechChannel"
176+
"DirectLineSpeechChannel",
177+
"OutlookChannel"
177178
]
178179
},
179180
{
@@ -671,7 +672,8 @@
671672
"DirectLineChannel",
672673
"SmsChannel",
673674
"LineChannel",
674-
"DirectLineSpeechChannel"
675+
"DirectLineSpeechChannel",
676+
"OutlookChannel"
675677
]
676678
},
677679
{

0 commit comments

Comments
 (0)