github Azure/azure-iot-cli-extension v0.7.0
azure-cli-iot-ext 0.7.0

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

Breaking Changes:

  • The az iot hub show-connection-string command has been removed from the extension in favor of the CLI core implementation.
    Therefore with this release, the hub name parameter has changed from --hub-name to --name.
    We will be working to update the CLI core to provide a consistent usage experience in the near future.

  • The following connection string commands will no longer return output with a key of cs, this key is now connectionString, which is consistent with the core CLI:

    az iot hub show-connection-string
    az iot hub device-identity show-connection-string
    az iot hub module-identity show-connection-string

New Features:

  • Added support for deviceId wildcards and IoT Hub query language filtering to monitor-events.
  • Added support for edge offline commands.
  • Added --set-parent and --add-children to device-identity create to support edge offline feature.

Other changes:

  • Upgrade service Sdk to 2018-08-30-preview.

Compatible with Azure CLI core 2.0.24 and up.

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

NewReleases is sending notifications on new releases.