You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bot create: Fix casing and help text. Group arguments (arg_group kwarg) and expose other options that the ARM template exposes. Consider adding an example.
See here for documentation on extensions:
https://github.com/Azure/azure-cli/tree/master/doc/extensions
Since this issue is already open, feel free to reference it in your PR there.
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_group
kwarg) and expose other options that the ARM template exposes. Consider adding an example.bot get
command tobot show
. (https://github.com/Azure/azure-cli/blob/dev/doc/command_guidelines.md#standard-command-types)<channel> get
commands tochannel show
. (https://github.com/Azure/azure-cli/blob/dev/doc/command_guidelines.md#standard-command-types)--enabled
to 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-flagsAdditive Changes
--ids
for the bot service commands. https://github.com/Azure/azure-cli/blob/dev/doc/authoring_command_modules/authoring_commands.md#supporting-the-ids-parameterbot list
command.The text was updated successfully, but these errors were encountered: