Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

[MSBOT] Dependent on latest AZ CLI.  #738

@Joll59

Description

@Joll59

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:

  1. Have an outdated azure CLI, ( azure classic CLI)
  2. run msbot clone services --name "AwesomeBotName" --luisAuthoringKey "YOUR_AUTHORING_KEY" --folder "DeploymentScripts\msbotClone" --location "westus"
  3. msbot produces
[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

  1. Msbot throws an Error about utilizing an outdated az cli. (az classic cli)
  2. Msbot directs user to acquire latest CLI and provides direct Link to CLI download
  3. after completing the above.
  4. 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.

Screenshots

Screenshots from closed issue here: #511

[documentation needed]
[feature request]
[bug]

Metadata

Metadata

Assignees

Labels

4.2December 15, 2018 ReleaseapprovedApproved by the Triage Teammsbot-cliRelates to the msbot cli

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions