IoT Hub updates
- [Breaking Change] The
az iot hub device-identity export
andaz iot hub device-identity import
commands have been migrated to use IoT Hub APIs instead of ARM. - [Breaking Change] Device identity export/import commands now expect the parameter
--auth-type
to specify the IoT Hub API data access auth type (instead of storage access auth type). - Updated the IoT Hub service SDK to now use the newer
2021-04-12
API version. - Device identity export/import commands now support optional parameters for storage account and blob container names - users no longer need to supply input/output Blob container SAS URIs.
- Device identity export/import commands now automatically derive storage auth type - hence the parameter
--storage-authentication-type
has been deprecated. - Adds
az iot hub device-twin list
as a highly recommended alternative toaz iot hub device-identity list
.
Functionality remains the same as both return a list of device twins andaz iot hub device-identity list
may be altered or deprecated in the future.
Device Update
- The in-preview Azure Device Update CLI root namespace changed from
az iot device-update
toaz iot du
. - The in-preview
az iot device-update update init calculate-hash
command moved toaz iot du update calculate-hash
. - Introducing the preview
az iot du update stage
command. The update stage command is designed to automate
the pre-requisite steps of importing an update. Read the command reference to learn more.
General updates
- The Azure IoT CLI extension min core CLI version incremented to
2.32.0
.