Skip to content

Commit

Permalink
CodeGen from PR 18149 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
[BotService] Add OutlookChannel to channelNames (#18149)

* Add OutlookChannel to channelNames

* revert the change in stable version
  • Loading branch information
SDKAuto committed Apr 7, 2022
1 parent 25a4647 commit d821b80
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions schemas/2021-05-01-preview/Microsoft.BotService.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@
"DirectLineChannel",
"SmsChannel",
"LineChannel",
"DirectLineSpeechChannel"
"DirectLineSpeechChannel",
"OutlookChannel"
]
},
{
Expand Down Expand Up @@ -671,7 +672,8 @@
"DirectLineChannel",
"SmsChannel",
"LineChannel",
"DirectLineSpeechChannel"
"DirectLineSpeechChannel",
"OutlookChannel"
]
},
{
Expand Down

0 comments on commit d821b80

Please sign in to comment.