mongoose-os / mos

The Mongoose OS Command Line Tool - https://mongoose-os.com/docs/mongoose-os/quickstart/setup.md
Other
45 stars 31 forks source link

mos uses deprecated azure cli extension azure-cli-iot-ext #44

Closed scarolan closed 3 years ago

scarolan commented 3 years ago

Azure command line says that 'azure-iot' is the replacement for 'azure-cli-iot-ext'.

mos is still using the deprecated package. When I run az iot hub monitor-events I get this error about the deprecated package:

C:\Users\sean\git_repos\azure-iot-mongoose> az iot hub monitor-events -n seanc-test-iothub
This extension 'azure-cli-iot-ext' is deprecated and scheduled for removal. Please remove and add 'azure-iot' instead.
incorvia commented 3 years ago

See: https://github.com/mongoose-os/mos/pull/52

rojer commented 3 years ago

merged #52