From 308ce4cf7313225151569c74e42e67a25e830da2 Mon Sep 17 00:00:00 2001 From: Lu Han <32191031+luhan2017@users.noreply.github.com> Date: Wed, 9 Mar 2022 15:04:28 +0800 Subject: [PATCH 1/2] Add OutlookChannel to channelNames --- .../preview/2021-05-01-preview/botservice.json | 6 +++++- .../Microsoft.BotService/stable/2021-03-01/botservice.json | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json b/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json index 6242f5a09c67..6d157aba4ea3 100644 --- a/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json +++ b/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json @@ -3182,7 +3182,8 @@ "DirectLineChannel", "SmsChannel", "LineChannel", - "DirectLineSpeechChannel" + "DirectLineSpeechChannel", + "OutlookChannel" ], "x-ms-enum": { "name": "channelName", @@ -3226,6 +3227,9 @@ }, { "value": "DirectLineSpeechChannel" + }, + { + "value": "OutlookChannel" } ] }, diff --git a/specification/botservice/resource-manager/Microsoft.BotService/stable/2021-03-01/botservice.json b/specification/botservice/resource-manager/Microsoft.BotService/stable/2021-03-01/botservice.json index 375ba9d9f21e..1f9635005fb3 100644 --- a/specification/botservice/resource-manager/Microsoft.BotService/stable/2021-03-01/botservice.json +++ b/specification/botservice/resource-manager/Microsoft.BotService/stable/2021-03-01/botservice.json @@ -2879,7 +2879,8 @@ "DirectLineChannel", "SmsChannel", "LineChannel", - "DirectLineSpeechChannel" + "DirectLineSpeechChannel", + "OutlookChannel" ], "x-ms-enum": { "name": "channelName", @@ -2923,6 +2924,9 @@ }, { "value": "DirectLineSpeechChannel" + }, + { + "value": "OutlookChannel" } ] }, From 38843de1d56a4dffd772d09ade0643a36fcf825a Mon Sep 17 00:00:00 2001 From: Lu Han <32191031+luhan2017@users.noreply.github.com> Date: Tue, 15 Mar 2022 10:51:22 +0800 Subject: [PATCH 2/2] revert the change in stable version --- .../Microsoft.BotService/stable/2021-03-01/botservice.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/specification/botservice/resource-manager/Microsoft.BotService/stable/2021-03-01/botservice.json b/specification/botservice/resource-manager/Microsoft.BotService/stable/2021-03-01/botservice.json index 1f9635005fb3..375ba9d9f21e 100644 --- a/specification/botservice/resource-manager/Microsoft.BotService/stable/2021-03-01/botservice.json +++ b/specification/botservice/resource-manager/Microsoft.BotService/stable/2021-03-01/botservice.json @@ -2879,8 +2879,7 @@ "DirectLineChannel", "SmsChannel", "LineChannel", - "DirectLineSpeechChannel", - "OutlookChannel" + "DirectLineSpeechChannel" ], "x-ms-enum": { "name": "channelName", @@ -2924,9 +2923,6 @@ }, { "value": "DirectLineSpeechChannel" - }, - { - "value": "OutlookChannel" } ] },