github Azure/azure-iot-cli-extension v0.14.0
azure-iot 0.14.0

latest releases: v0.25.0, v0.24.0, v0.23.1...
2 years ago

General updates

  • The generic CLIErrors raised across the extension have been changed to more specific semantically correct exceptions aligning with CLI core.
  • Fix for issue #475 resolving sys.excepthook upon terminating monitor-events process in Py 3.9+ environments [IoT Hub, IoT Central].

Digital Twins updates

  • Added optional --telemetry-source-time parameter to az dt twin telemetry send to allow users to
    add a custom timestamp to the sent telemetry.

  • Updated both controlplane and dataplane SDKs to now use the newer 2021-06-30-preview API version.

  • Added --no-wait parameter to the following operations:

    • az dt create
    • az dt endpoint create
    • az dt private-endpoint create
  • Added az dt data-history command group, which will allow users to configure a data history connection
    for a Digital Twins instance using an Event Hub and Azure Data Explorer database. Once configured,
    changes to the Digital Twins instance can be seen in the Azure Data Explorer database.

IoT Central updates

  • Added commands for Edge devices and modules:
    • az iot central device edge module

      • az iot central device edge module list
      • az iot central device edge module restart
      • az iot central device edge module show
    • az iot central device edge manifest

      • az iot central device edge manifest show
    • az iot central device edge children

      • az iot central device edge children list
      • az iot central device edge children add
      • az iot central device edge children remove

IoT DPS updates

  • Reorganizing command structure for enrollment-group commands:
    • az iot dps compute-device-key is deprecated use az iot dps enrollment-group compute-device-key instead.
    • az iot dps registration is deprecated use az iot dps enrollment-group registration instead.
    • az iot dps registration delete is deprecated use az iot dps enrollment-group registration delete instead.
    • az iot dps registration list is deprecated use az iot dps enrollment-group registration list instead.
    • az iot dps registration show is deprecated use az iot dps enrollment-group registration show instead.

Don't miss a new azure-iot-cli-extension release

NewReleases is sending notifications on new releases.