Azure / azure-iot-cli-extension

Azure IoT extension for Azure CLI
Other
82 stars 65 forks source link

Hub device identity list to twin list #583

Closed vilit1 closed 1 year ago

vilit1 commented 1 year ago

Move az iot hub device-identity list to az iot hub device-twin list as a start for a deprecation.

The current list command already returns a list of twins rather than devices. This will resolve some confusion when using the command.

Future plans for az iot hub device-identity list is to either fully deprecate it or use the device-identity API (which will require service investment in fixing).

Pipeline run: https://dev.azure.com/azureiotdevxp/aziotcli/_build/results?buildId=6734&view=results

New help (az iot hub device-twin list): image

Old help (az iot hub device-identity list): image


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Thank you for contributing to the IoT extension!

This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

Intent for Production

Basic expectations

Azure IoT CLI maintainers reserve the right to enforce any of the outlined expectations.

A PR is considered ready for review when all basic expectations have been met (or do not apply).