Azure/azure-iot-ops-cli-extension

[bug] 'ops' is misspelled or not recognized by the system.

rido-min opened this issue · 1 comments

C:\code> az extension add --name azure-iot-ops
The installed extension 'azure-iot-ops' is in preview.
C:\code> az iot ops support create-bundle
D:\a\_work\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\cryptography/hazmat/backends/openssl/backend.py:27: UserWarning: You are using cryptography on a 32-bit Python on a 64-bit Windows Operating System. Cryptography will be significantly faster if you switch to using a 64-bit Python.
'ops' is misspelled or not recognized by the system.

Examples from AI knowledge base:
https://aka.ms/cli_ref
Read more about the command in reference docs
C:\code> az iot ops support create-bundle
D:\a\_work\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\cryptography/hazmat/backends/openssl/backend.py:27: UserWarning: You are using cryptography on a 32-bit Python on a 64-bit Windows Operating System. Cryptography will be significantly faster if you switch to using a 64-bit Python.
'ops' is misspelled or not recognized by the system.

Examples from AI knowledge base:
https://aka.ms/cli_ref
Read more about the command in reference docs
C:\code> az extension list -o table
Experimental    ExtensionType    Name               Path                                                      Preview    Version
--------------  ---------------  -----------------  --------------------------------------------------------  ---------  ------------
False           whl              azure-edge         C:\Users\rmpablos\.azure\cliextensions\azure-edge         True       0.0.4a1.dev1
False           whl              azure-iot          C:\Users\rmpablos\.azure\cliextensions\azure-iot          False      255.255.1.5
False           whl              azure-iot-ops      C:\Users\rmpablos\.azure\cliextensions\azure-iot-ops      True       0.1.0b2
False           whl              containerapp       C:\Users\rmpablos\.azure\cliextensions\containerapp       True       0.3.1
False           whl              k8s-configuration  C:\Users\rmpablos\.azure\cliextensions\k8s-configuration  False      1.5.1
False           whl              k8s-extension      C:\Users\rmpablos\.azure\cliextensions\k8s-extension      False      1.4.5
False           whl              ssh                C:\Users\rmpablos\.azure\cliextensions\ssh                False      1.1.0
C:\code>

@rido-min , please first uninstall azure-edge via az extension remove --name azure-edge, then try the iot ops commands again.