Azure / Azure/azure-rest-api-specs
BotService could not update `CallingWebHook` to empty for MS teams Channel
Open
Bot Service
Service Attention
- Dominant language
- TypeSpec
- Stars
- 3.1k
- Forks
- 5.9k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 424
Description
https://github.com/Azure/azure-rest-api-specs/blob/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2018-07-12/botservice.json#L363
when field `CallingWebHook` for MS teams Channel is not empty, we want to update it to empty field but no effect, because the update function is a patch api. The create Api could not update it either.
the data from get rest api will always contains non-empty data for `CallingWebHook`
Both the portal and swagger have this problem.
Contributor guide
Assessment
This issue has not been assessed yet.