Azure / azure-iot-cli-extension

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

ADT UAI Update #593

Closed vilit1 closed 1 year ago

vilit1 commented 1 year ago

Continuation of Avin's work with UAI in Digital Twins:

New command group az dt identity to easily manage identities associated with the digital twin (without update):

Endpoints now have an identity params! Resource groups for endpoint resources are no longer necessary - if not present, the rg of the digital twin is used!

Dt create supports adding UAI's to the dt on create!

Note that DT does not support identity based auth for event grid endpoints.


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 1 year ago

regions that are not northeurope are broken so running all tests doesn't work for now. image

digimaun commented 1 year ago

Merged, we'll plan for a follow up PR to cover any gaps.