-
Notifications
You must be signed in to change notification settings - Fork 301
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
Manage AD Microsoft 365 groups #331
Comments
Hi @siwon, many thanks for requesting this feature. There are a couple of blockers on implementing this right now. First is that O365 group metadata is only fully exposed by the Microsoft Graph API, for which we don't yet have support but are working on. The other issue is that whilst testing this, it looks like non-security groups (i.e. O365 groups or mail groups) cannot currently be created via API - it returns a 400 error. This will probably be implemented in time, and we'll look to add support once this is fixed. |
Wahou ! That was really quick to get an answer ! Thanks a lot :D. I didn't know the constraints of implementing this feature and I will manage it with the portal. Thanks again for the feedback. |
No problem, by chance I was passing through and looking at some other issues :) Yes, please keep the issue open so we can track the feature request. |
I seem to have missed this one - feature is already merged for 2.0 :D |
This functionality has been released in v2.0.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Community Note
Description
Hi, I hope I don't miss this feature.
In the resource
azuread_group
ressource, I don't see the possibility to create a Microsoft 365 group type.Did I miss something?
Thanks a lot.
New or Affected Resource(s)
The text was updated successfully, but these errors were encountered: