-
Notifications
You must be signed in to change notification settings - Fork 98
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
Append a password to an ActiveDirectoryApplication #1388
Comments
I have side-note questions, unsure I should open additional tickets:
|
For an unknown reason, my customKeyIdentifier looks weird from az cli. My manual/azure-portal password has a null customKeyIdentifier. |
The recommended SDK for AAD (MS graph) is https://github.com/microsoftgraph/msgraph-sdk-java Java mgmt SDK still uses AAD graph, which will be end of support on 2022. |
@weidongxu-microsoft Thanks for the fast feedback. I'll try with this library. Any timeline to switch Azure Mgmt to MS Graph? |
The new SDK actually migrated to MS graph. https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/resourcemanager However we still recommend https://github.com/microsoftgraph/msgraph-sdk-java when one need to modify the AAD. Management SDK does include some of the AAD functionality, but the main purpose is to enable user query the object ID (or ID in MS graph term) for application/user etc., for RBAC or access policies on Azure resource. It is not intended for user to use it to modify AAD. |
Thanks @weidongxu-microsoft . Do ou have a code-snippet or a source to sketch the equivalent of:
given an IGraphServiceClient? |
Might be this, not tested.
|
Query/Question
When I update a ActiveDirectoryApplication with passwords, it seems to remove existing ones. How can I append a password to the existing ones?
Why is this not a Bug or a feature Request?
This may be a feature request
The text was updated successfully, but these errors were encountered: