-
Notifications
You must be signed in to change notification settings - Fork 300
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
Move away from legacy Azure Active Directory Graph to new Microsoft Graph #193
Comments
This would be great! |
Thanks for raising this! The Azure SDK for Go currently only supports the Azure AD Graph API (graph.windows.net) and not Microsoft Graph (graph.microsoft.com). As you correctly state, the former is deprecated and over time more functionality is becoming available in the MS Graph API. This has been raised upstream, see Azure/azure-sdk-for-go#7352 |
Can we pin this issue since it seems to affect a notable number of improvements of the provider? Also, because an official Go SDK for the new Microsoft Graph API is not available at the time of writing, it effectively blocks the support for features in the provider which are only available in the Microsoft Graph API and not in the legacy Azure AD Graph API. Are people from Microsoft involved in the improvement/development of this provider as it is the case for the azurerm provider? |
We have a roadmap for the provider which centers around building out MS Graph support, and we are actively tracking issues that directly depend on that support. I don't believe it makes sense to pin this issue as it's already readily searchable and there isn't any reference discussion here. |
Is it possible to have an update on this ? We are currently forced to use another tool to handle the group creation because the Legacy API does not have enough fine grained permissions for our security team taste... |
Hello to all watching this thread. There's now a pinned issue explaining our plan and progress towards MS Graph support. I'm going to close this issue in favor of that one, please feel free to raise comments or questions there. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Community Note
Description
The provider currently uses the
Azure Active Directory Graph
which has been marked as legacyMy DevOps team doesn't like granting legacy permissions, suggest moving to the newer api's and permissions. This could be done in a backwards compatible way at first either with provider switch or through code that trys the first API and fallsback to the second.
New or Affected Resource(s)
probably a lot, but at least
Potential Terraform Configuration
References
none
The text was updated successfully, but these errors were encountered: