azure-iot 0.9.3
Content
- IoT Hub device identity import/export commands support usage via managed service identity using the
--auth-type
argument. - Adds preview command group
az iot central app device
- Adds preview command
az iot central app device create
- Adds preview command
az iot central app device show
- Adds preview command
az iot central app device list
- Adds preview command
az iot central app device delete
- Adds preview command
az iot central app device registration-info
- Adds preview command
az iot central app device registration-summary
- Adds preview command
- Adds preview command group
az iot central app device-template
- Adds preview command
az iot central app device-template create
- Adds preview command
az iot central app device-template show
- Adds preview command
az iot central app device-template list
- Adds preview command
az iot central app device-template delete
- Adds preview command
az iot central app device-template map
- Adds preview command
- Changed how results are displayed in
az iot central app validate-messages
Examples:
Get device registration information.
az iot central app device registration-info --app-id AppId -d DeviceId
Get registration summary of all devices.
az iot central app device registration-summary --app-id AppId
Validate message payload sent by the device to IoT Central.
az iot central app validate-messages --app-id AppId -d DeviceId
Get a mapping of device template name to device template id.
az iot central app device-template map --app-id AppId
Known issues:
- The following preview commands will retrieve at most 25 results
az iot central app device list
az iot central app device-template list
az iot central app device-template map