-
Notifications
You must be signed in to change notification settings - Fork 335
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
Migrate ADGraph to MSGraph #1325
Conversation
#1280) * migrate sp and fix application * migrate azure_rm_adserviceprincipal.py * migrate azure_rm_aduser_info.py * migrate azure_rm_adpassword_info.py * migrate azure_rm_aduser.py * Migrate azure_rm_adpassword.py and fix azure_rm_adpassword_info.py * update azure_rm_adserviceprincipal.py * update azure_rm_adserviceprincipal_info.py * update azure_rm_aduser.py * update azure_rm_aduser_info.py * update azure_rm_adpassword.py * update azure_rm_adpassword_info.py * update azure_rm_aduser.py * update azure_rm_adpassword.py * update azure_rm_adpassword_info.py * update azure_rm_adpassword.py to use add_password and remove_password * update azure_rm_aduser_info.py to add select * update azure_rm_aduser.py to add select * update code * update code * update code * update code * update code * update code --------- Co-authored-by: neil-yechenwei <[email protected]>
Co-authored-by: neil-yechenwei <[email protected]>
Co-authored-by: neil-yechenwei <[email protected]>
* Mark the property for deprecating and renaming property * update code * update code --------- Co-authored-by: neil-yechenwei <[email protected]>
We just updated to the 2.x version of the collection and started seeing the following errors with our Ansible service principal (app registration):
This was due to the change done to migrate from AD Graph to MS Graph (this PR). To resolve, we had to add the necessary permission to our service principal (Entra ID > App Registrations > API Permissions). In our case, we are only using the The first entry is the legacy one, the second is the updated. After we fully migrate we will be removing the first entry. I suggest the changelog/release notes be updated to clearly specify action is required for this change and that the graph update is a breaking change. As the notes currently stand, it wasn't quite clear (to me) that this was part of the breaking change. We believe this should have been more clearly mentioned as a breaking change, as mentioned back in 2021 - #573 (comment). Hopefully this helps someone else. Thanks! |
SUMMARY
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION