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.
Describe the bug
I was trying to run msbot clone following the documentation for Enterprise Template, then got an error
However, I tried to remove and add botservice, but that did not work.
To Reproduce
Steps to reproduce the behavior:
After following the deployment instruction for Enterprise Template, in this step
msbot clone services --name "DJEnterpriseBot" --luisAuthoringKey "YOUR_AUTHORING_KEY" --folder "DeploymentScripts\msbotClone" --location "westus" --verbose
If we see the error
[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
az extension remove -n botservice
az extension add -n botservice
should fix the version issue