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
Msbot is dependant on the latest version of Azure CLI (AZ CLI), no mention in the documentation of this requirement, it is the cause of multiple errors/issues.
[msbot] Checking az botservice version
[msbot] [msbot] You need to upgrade your az botservice version to >= 0.4.0.
To do this run:
az extension remove -n botservice
az extension add -n botservice
Expected behavior
Msbot throws an Error about utilizing an outdated az cli. (az classic cli)
Msbot directs user to acquire latest CLI and provides direct Link to CLI download
after completing the above.
Running the nicely provided commands should then fix the issue.
Actual behavior.
Nothing changes, the error persists and there is no way to address it via Msbot.
Tool
Name: [Msbot]
Version: 4.0.7
OS: Win 10
Describe the bug
Msbot is dependant on the latest version of Azure CLI (AZ CLI), no mention in the documentation of this requirement, it is the cause of multiple errors/issues.
Solution:
Document & Msbot checks and throws an error.
To Reproduce
Steps to reproduce the behavior:
msbot clone services --name "AwesomeBotName" --luisAuthoringKey "YOUR_AUTHORING_KEY" --folder "DeploymentScripts\msbotClone" --location "westus"Expected behavior
Actual behavior.
Nothing changes, the error persists and there is no way to address it via Msbot.
Screenshots
Screenshots from closed issue here: #511
[documentation needed]
[feature request]
[bug]