`az bot directline update` will overwrite existing ones
Open
act-codegen-extensibility-squad
Bot Services
Service Attention
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
> ### `az feedback` auto-generates most of the information requested below, as of CLI version 2.0.62
**Describe the bug**
`az bot directline update` will overwrite existing ones
**To Reproduce**
**Expected behavior**
**Environment summary**
**Additional context**
From the code here https://github.com/Azure/azure-cli/blob/a89609125772d15a7a39ab2c2a267717c7198d1b/src/azure-cli/azure/cli/command_modules/botservice/channel_operations.py#L33 it only gets siteid from previous configuration, but overwrite everything else.
Maybe we should call it replace instead?
Contributor guide
Assessment
This issue has not been assessed yet.