-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
Service AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.extension/botservice
Description
- If the issue is to do with Azure CLI 2.0 in-particular, create an issue here at Azure/azure-cli
Extension name (the extension in question)
botservice
Description of issue (in as much detail as possible)
Blocking
-
bot create: kind needs enum value (https://github.com/Azure/azure-cli/blob/dev/doc/authoring_command_modules/authoring_commands.md#registering-enums) -
bot create: Fix casing and help text. Group arguments (arg_groupkwarg) and expose other options that the ARM template exposes. Consider adding an example. - Rename
bot getcommand tobot show. (https://github.com/Azure/azure-cli/blob/dev/doc/command_guidelines.md#standard-command-types) - Rename
<channel> getcommands tochannel show. (https://github.com/Azure/azure-cli/blob/dev/doc/command_guidelines.md#standard-command-types) - for channels change
--enabledto use three_state_flag and make not required (flag to disable) https://github.com/Azure/azure-cli/blob/dev/doc/authoring_command_modules/authoring_commands.md#registering-flags - Remove _ characters from option names.
- Add missing help text. For "groups-mode" and "call-mode", use names that make it clear these are flags and not enums like "use-groups-mode" or "enable-groups-mode". https://github.com/Azure/azure-cli/blob/dev/doc/authoring_command_modules/authoring_commands.md#registering-flags
Additive Changes
- Support
--idsfor the bot service commands. https://github.com/Azure/azure-cli/blob/dev/doc/authoring_command_modules/authoring_commands.md#supporting-the-ids-parameter - Expose
bot listcommand. - Consider exposing convenience arguments on the update command. https://github.com/Azure/azure-cli/blob/dev/doc/authoring_command_modules/authoring_commands.md#generic-update-commands
- * (for me) investigate whether --ids should apply or not for the channel commands.
- generic_update_commands for channel commands. https://github.com/Azure/azure-cli/blob/dev/doc/authoring_command_modules/authoring_commands.md#generic-update-commands
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Service AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.extension/botservice