Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Directline sites has to be a list #1404

@damaca

Description

@damaca

Tool

Name: [Msbot]
Version: az cli
OS: all

Describe the bug

The azure cli create option for directline channel (az bot directline create ) just allow one site. In the web portal several can be added and the response object from the az bot directline show is even an array.
Running the command multiple times override the previous one.

To Reproduce

Steps to reproduce the behavior:
az bot directline create --name foo --resource-group bar -s Site1

Expected behavior

Several sites can be used as command parameter:
az bot directline create --name foo --resource-group bar -s Site1 Site2
Or
az bot directline create --name foo --resource-group bar -s Site1 -s Site2

[bug]

Metadata

Metadata

Assignees

Labels

Bot ServicesRequired for internal Azure reporting. Do not delete. Do not change color.customer-replied-toRequired for internal reporting. Do not delete.customer-reportedRequired for internal Azure reporting. Do not delete.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions