IoT Hub updates
-
Fixed an issue where an explicit json
null
could not be sent for the following commands:az iot hub invoke-device-method
az iot hub invoke-module-method
-
When using
az iot hub connection-string show
against all hubs in a group or subscription, the command will now
show a warning instead of raising an error if a problem occurs obtaining a connection-string from a particular hub.
Azure Digital Twins updates
-
Addition of the following commands
az dt twin delete-all
- Deletes all digital twins within a Digital Twins instance.az dt twin relationship delete-all
- Deletes all digital twin relationships within a Digital Twins instance.
-
Fixed an issue in the following update commands where malformed json patch content would not raise an error
causing the process to call the respective service endpoint with a request payload containing an empty array. An error will now be raised.az dt twin update
az dt twin relationship update
az dt twin component update
IoT Central updates
-
Addition of the following commands
az iot central device manual-failover
- Execute a manual failover of device across multiple IoT Hubsaz iot central device manual-failback
- Reverts the previously executed failover command by moving the device back to it's original IoT Hub
For more information about device high availability visit https://github.com/iot-for-all/iot-central-high-availability-clients#readme