Skip to content

Conversation

@stevengum
Copy link
Contributor

@stevengum stevengum commented Sep 19, 2019

Fixes: microsoft/botbuilder-tools#1198
Fixes: microsoft/botbuilder-tools#1261

Changes:


This checklist is used to make sure that common guidelines for a pull request are followed.

  • The PR has modified HISTORY.rst describing any customer-facing, functional changes. Note that this does not include changes only to help content. (see Modifying change log).

  • I adhere to the Command Guidelines.

@stevengum stevengum changed the title BotService: add --icon-url to az bot update BotService: Sprint 75 Sep 28, 2019
@yonzhan
Copy link
Collaborator

yonzhan commented Oct 14, 2019

@qwordy please deal with this PR.

c.argument('password', options_list=['-p', '--password'], help='The Microsoft account (MSA) password for the bot. Used to authorize messages being sent to the bot.')
c.argument('tags', arg_type=tags_type)
c.argument('language', options_list=['--lang'], arg_type=get_enum_type(SUPPORTED_LANGUAGES), help='The language to be used to create the bot.', arg_group='Web Bot Specific')
c.argument('version', options_list=['-v', '--version'], help='The Microsoft Bot Builder SDK version to be used to create the bot', arg_type=get_enum_type(['v4']), arg_group='Web Bot Specific')
Copy link
Member

@qwordy qwordy Oct 17, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it a breaking change? Be careful with it. How many requests of this parameter?
You can also use deprecate argument.
https://github.com/Azure/azure-cli/blob/dev/doc/authoring_command_modules/authoring_commands.md#deprecating-commands-and-arguments

Add this change to history, and declare breaking change or deprecated

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR feedback regarding the history still needs to be added into #11318: command module is in preview. We only support v4 bots with the latest change, and use it by default so the flag --version is unnecessary.

@stevengum
Copy link
Contributor Author

Closing in favor of #11318. The PR feedback here will be addressed in the new PR.

@stevengum stevengum closed this Nov 19, 2019
@stevengum stevengum deleted the Sprint75 branch May 13, 2020 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

az bot: Update bot's icon URL

3 participants