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
{{ message }}
This repository was archived by the owner on Dec 3, 2025. It is now read-only.
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.