Azure/azure-iot-cli-extension

Cannot find 'k8s-extension

jereesh opened this issue · 1 comments

Describe the bug
When 'k8s-extension is being installed using az command error occurred

To Reproduce
Steps to reproduce the behavior:

  1. Go to power shell where azure cli is installed
  2. type az extension add --name k8s-extension
  3. See error "No matching extensions for 'k8s-extension'. Use --debug for more information."

Expected behavior
The Extension is successfully installed

Environment (please complete the following information):

  • OS: Windows 10
  • Shell: powershell
  • Az CLI version: 2.0.80
  • Python version (if pip installed): 3.9.13

@jereesh - I believe this should be raised to the CLI-Extensions repo where the k8s-extension lives:
https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension

If for some reason this is caused by a conflict with the azure-iot extension - let us know and we can reopen and investigate.