-
Notifications
You must be signed in to change notification settings - Fork 3.3k
BotService: Sprint 75 #10584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BotService: Sprint 75 #10584
Conversation
.../botservice/tests/latest/recordings/test_botservice_update_should_update_bot_properties.yaml
Show resolved
Hide resolved
|
@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') |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
|
Closing in favor of #11318. The PR feedback here will be addressed in the new PR. |
Fixes: microsoft/botbuilder-tools#1198
Fixes: microsoft/botbuilder-tools#1261
Changes:
--icon-urltoaz bot update--versionflag fromaz bot createThis 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.