From d821b809b7bf59292a5564bcd708c6b9648e56ae Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Thu, 7 Apr 2022 03:57:27 +0000 Subject: [PATCH] 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 --- schemas/2021-05-01-preview/Microsoft.BotService.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/schemas/2021-05-01-preview/Microsoft.BotService.json b/schemas/2021-05-01-preview/Microsoft.BotService.json index 5b62ba7dbc..4d39262e28 100644 --- a/schemas/2021-05-01-preview/Microsoft.BotService.json +++ b/schemas/2021-05-01-preview/Microsoft.BotService.json @@ -173,7 +173,8 @@ "DirectLineChannel", "SmsChannel", "LineChannel", - "DirectLineSpeechChannel" + "DirectLineSpeechChannel", + "OutlookChannel" ] }, { @@ -671,7 +672,8 @@ "DirectLineChannel", "SmsChannel", "LineChannel", - "DirectLineSpeechChannel" + "DirectLineSpeechChannel", + "OutlookChannel" ] }, {