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 toaz 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 useaz iot dps enrollment-group compute-device-key
instead.az iot dps registration
is deprecated useaz iot dps enrollment-group registration
instead.az iot dps registration delete
is deprecated useaz iot dps enrollment-group registration delete
instead.az iot dps registration list
is deprecated useaz iot dps enrollment-group registration list
instead.az iot dps registration show
is deprecated useaz iot dps enrollment-group registration show
instead.