-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bot Service] BREAKING CHANGE:
az bot create
change: Remove `--kind…
…`, `--password`, `--lang` arguments. Add `--app-type`, `--tenant-id`, `--msi-resource-id` arguments (#22902) * remove two deprecated kinds 'webapp' 'registration', and add 'azurebot' for the default new kind Signed-off-by: jiaxuwu2021 <[email protected]> * fix test case * add app_type param, upgrade azure-mgmt-botservice * add param * fix test case * fix test error * fix test case * fix test case * fix test case * fix test case * fix test case * fix test case * fix * fix tests. update recoding * update recording * fix errorexception * update recording * add bot type test * change azure-mgmt-botservice version * use new error types * change import * format Co-authored-by: jiaxuwu2021 <[email protected]> Co-authored-by: fangyangci <[email protected]>
- Loading branch information
1 parent
53d1f59
commit 719e678
Showing
52 changed files
with
4,384 additions
and
97,753 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
167 changes: 0 additions & 167 deletions
167
src/azure-cli/azure/cli/command_modules/botservice/bot_template_deployer.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.