MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.2k stars 21.35k forks source link

az dt is not in the az command group #58124

Closed pauldj54 closed 4 years ago

pauldj54 commented 4 years ago

I updated the azure cli to the newest version and install/update the azure-iot extension as proposed in the article.

Testing the installation I received the following error:

az: 'dt' is not in the 'az' command group. See 'az --help'. If the command is from an extension, please make sure the corresponding extension is installed. To learn more about extensions, please visit https://docs.microsoft.com/en-us/cli/azure/azure-cli-extensions-overview

Any help will be appreciated.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

pauldj54 commented 4 years ago

Hi, I already solved the issue. I had to remove the deprecated azure-cli-iot-ext as follows: az extension remove --name azure-cli-iot-ext Now is working as expected.

KrishnaG-MSFT commented 4 years ago

@pauldj54 Glad to know that you have self resolved and hence closed the issue. Thanks for the update.

baanders commented 4 years ago

@pauldj54 Thank you for the description of and resolution for this issue! I have updated the doc to add a check for the legacy extension and instructions to remove.