-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[IoT] az iot dps: Add support for managed identities within DPS
#26403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
️✔️AzureCLI-FullTest
|
|
Hi @vilit1, |
|
IoT |
|
| is_break | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| iot dps create | cmd iot dps create added parameter identity_role |
||
| iot dps create | cmd iot dps create added parameter identity_scopes |
||
| iot dps create | cmd iot dps create added parameter system_identity |
||
| iot dps create | cmd iot dps create added parameter user_identities |
||
| iot dps identity | sub group iot dps identity added |
|
Please fix CI issues first. |
|
@vilit1 Could you please resolve these CI issues? |
|
Please refer to the guideline to write the description of those PR changes in the |
|
@vilit1 Please note that we are launching the release for this sprint this week. Please resolve all comments by tomorrow, otherwise the release of this PR will have to be postponed to the next sprint (on 08-01) |
This is ok. I can wait till the next release. |
az iot dps: Add support for managed identities within DPS
|
Feature may have been postponed - let me double check before closing this pr |
|
Feature is postponed. |

Related command
az iot dps createaz iot dps identityDescription
Addition of system and user assigned identity to DPS with the newer API version. The required sdk has been updated to point to the newer sdk.
Testing Guide
Created a new test - test_iot_dps_commands.py::IoTDpsTest::test_dps_identity_lifecycle
History Notes
[IoT]
az iot dps: Add support for managed identities within DPSThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.