Azure / azure-iot-cli-extension

Azure IoT extension for Azure CLI
Other
83 stars 66 forks source link

Add DPS Individual Enrollment Registration subgroup #513

Closed vilit1 closed 2 years ago

vilit1 commented 2 years ago

Paymaun discovered that registration show and delete work for individual enrollments too (but list only works for enrollment groups). Instead of un-grouping registration from enrollment-groups and confusing everyone, we agreed to add registration as a group under enrollments.

Added registration group: image

In the case of the registration commands for individual enrollments, registration_id is the same as enrollment_id: image

Compared to the enrollment-group: image

This is to avoid the mental hoops needed to jump through to figure out what registration id is.


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).

vilit1 commented 2 years ago

https://dev.azure.com/azureiotdevxp/aziotcli/_build/results?buildId=5583&view=results - although we do not currently have int tests for dps registration