az iot du
Note
This reference is part of the azure-iot extension for the Azure CLI (version 2.46.0 or higher). The extension will automatically install the first time you run an az iot du command. Learn more about extensions.
Device Update for IoT Hub is a service that enables you to deploy over-the-air updates (OTA) for your IoT devices.
As organizations look to further enable productivity and operational efficiency, Internet of Things (IoT) solutions continue to be adopted at increasing rates. This makes it essential that the devices forming these solutions are built on a foundation of reliability and security and are easy to connect and manage at scale. Device Update for IoT Hub is an end-to-end platform that customers can use to publish, distribute, and manage over-the-air updates for everything from tiny sensors to gateway-level devices. To learn more about the Device Update for IoT Hub service visit https://docs.microsoft.com/en-us/azure/iot-hub-device-update/.
Commands
Name | Description | Type | Status |
---|---|---|---|
az iot du account |
Device Update account management. |
Extension | GA |
az iot du account create |
Create a Device Update account. |
Extension | GA |
az iot du account delete |
Delete a Device Update account. |
Extension | GA |
az iot du account list |
List all Device Update accounts in a subscription or resource group. |
Extension | GA |
az iot du account private-endpoint-connection |
Device Update account private endpoint connection management. |
Extension | GA |
az iot du account private-endpoint-connection delete |
Delete a private endpoint connection associated with a Device Update account. |
Extension | GA |
az iot du account private-endpoint-connection list |
List private endpoint connections associated with a Device Update account. |
Extension | GA |
az iot du account private-endpoint-connection set |
Set the state of a private endpoint connection associated with a Device Update account. |
Extension | GA |
az iot du account private-endpoint-connection show |
Show a private endpoint connection associated with a Device Update account. |
Extension | GA |
az iot du account private-link-resource |
Device Update account private link resource management. |
Extension | GA |
az iot du account private-link-resource list |
List private link resources supported by the account. |
Extension | GA |
az iot du account show |
Show the details of a Device Update account. |
Extension | GA |
az iot du account update |
Update a Device Update account. |
Extension | GA |
az iot du account wait |
Block until a desired account resource state has been met. |
Extension | GA |
az iot du device |
Device Update device management. |
Extension | GA |
az iot du device class |
Device class and device class subgroup management. |
Extension | GA |
az iot du device class delete |
Delete a device class or device class subgroup. |
Extension | GA |
az iot du device class list |
List device classes or device class subgroups. |
Extension | GA |
az iot du device class show |
Show details about a device class or device class subgroup including installable updates, the best update and update compliance. |
Extension | GA |
az iot du device class update |
Update a device class. |
Extension | GA |
az iot du device compliance |
Instance-view device compliance utilities. |
Extension | GA |
az iot du device compliance show |
Gets the breakdown of how many devices are on their latest update, have new updates available, or are in progress receiving new updates. |
Extension | GA |
az iot du device deployment |
Device deployment management. |
Extension | GA |
az iot du device deployment cancel |
Cancel a device class subgroup deployment. |
Extension | GA |
az iot du device deployment create |
Create a deployment for a device group. The deployment will be multi-cast against every device class subgroup within the target group. |
Extension | GA |
az iot du device deployment delete |
Delete a deployment by device group or device class subgroup. |
Extension | GA |
az iot du device deployment list |
List deployments for a device group or device class subgroup. |
Extension | GA |
az iot du device deployment list-devices |
List devices in a device class subgroup deployment along with their state. Useful for getting a list of failed devices. |
Extension | GA |
az iot du device deployment retry |
Retry a device class subgroup deployment. |
Extension | GA |
az iot du device deployment show |
Show a deployment for a device group or device class subgroup including status which details a breakdown of how many devices in the deployment are in progress, completed, or failed. |
Extension | GA |
az iot du device group |
Device group management. |
Extension | GA |
az iot du device group delete |
Delete a device group. |
Extension | GA |
az iot du device group list |
List device groups within an instance. |
Extension | GA |
az iot du device group show |
Show details about a device group including the best update and update compliance. |
Extension | GA |
az iot du device health |
Device health-check utilities. |
Extension | GA |
az iot du device health list |
List device health with respect to a target filter. |
Extension | GA |
az iot du device import |
Import devices and modules to the Device Update instance from a linked IoT Hub. |
Extension | GA |
az iot du device list |
List device identities contained within an instance. |
Extension | GA |
az iot du device log |
Instance log collection management. |
Extension | GA |
az iot du device log collect |
Configure a device diagnostics log collection operation on specified devices. |
Extension | GA |
az iot du device log list |
List instance diagnostic log collection operations. |
Extension | GA |
az iot du device log show |
Show a specific instance diagnostic log collection operation. |
Extension | GA |
az iot du device module |
Device module management. |
Extension | GA |
az iot du device module show |
Show a device module identity imported to the instance. |
Extension | GA |
az iot du device show |
Show a device identity contained within an instance. |
Extension | GA |
az iot du instance |
Device Update instance management. |
Extension | GA |
az iot du instance create |
Create a Device Update instance. |
Extension | GA |
az iot du instance delete |
Delete a Device Update instance. |
Extension | GA |
az iot du instance list |
List Device Update instances. |
Extension | GA |
az iot du instance show |
Show a Device Update instance. |
Extension | GA |
az iot du instance update |
Update a Device Update instance. |
Extension | GA |
az iot du instance wait |
Block until a desired instance resource state has been met. |
Extension | GA |
az iot du update |
Device Update update management. |
Extension | GA |
az iot du update calculate-hash |
Calculate the base64 hashed representation of a file. |
Extension | GA |
az iot du update delete |
Delete a specific update version. |
Extension | GA |
az iot du update file |
Update file operations. |
Extension | GA |
az iot du update file list |
List update file Ids with respect to update provider, name and version. |
Extension | GA |
az iot du update file show |
Show the details of a specific update file with respect to update provider, name and version. |
Extension | GA |
az iot du update import |
Import a new update version into the Device Update instance. |
Extension | GA |
az iot du update init |
Utility for import manifest initialization. |
Extension | Preview |
az iot du update init v5 |
Initialize a v5 import manifest with the desired state. |
Extension | Preview |
az iot du update list |
List updates that have been imported to the Device Update instance. |
Extension | GA |
az iot du update show |
Show a specific update version. |
Extension | GA |
az iot du update stage |
Stage an update for import to a target instance. |
Extension | Preview |