Skip to content
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

New Resource: azuread_directory_role_member #50

Closed
AdamCoulterOz opened this issue Feb 20, 2019 · 6 comments · Fixed by #573
Closed

New Resource: azuread_directory_role_member #50

AdamCoulterOz opened this issue Feb 20, 2019 · 6 comments · Fixed by #573

Comments

@AdamCoulterOz
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Ability to assign AD users (both guests and members) Azure AD directory roles.

New or Affected Resource(s)

  • azuread_directory_role_member

Potential Terraform Configuration

resource "azuread_directory_role_member" "role-member" {
    role_name = "Guest inviter"
    member_upn = "[email protected]"
}

References

  • #0000
@tiwood
Copy link
Contributor

tiwood commented Mar 14, 2019

I will look into this, but we have to wait until Azure/azure-sdk-for-go#4280 is resolved.

@katbyte katbyte added this to the Blocked milestone May 23, 2019
@katbyte katbyte changed the title Azure AD Directory Role Member New Resource: azuread_directory_role_member May 23, 2019
@landro
Copy link
Contributor

landro commented Aug 9, 2019

For this to move forward, MS should create a golang sdk for the Graph API. I recommend voting here: https://microsoftgraph.uservoice.com/forums/920506-microsoft-graph-feature-requests/suggestions/37576909-graph-api-golang-sdk

@CaptainStealthy
Copy link
Contributor

@manicminer @katbyte Is this something we can look forward to in version 2.0 (#323) of the provider?

@manicminer
Copy link
Contributor

@CaptainStealthy Not in 2.0 since that'll be focused on stability and deprecations. It will definitely make it into a 2.x release though there are lots of items on our roadmap, so I couldn't say exactly when (unless we receive a PR for it :)

@github-actions
Copy link

This functionality has been released in v2.3.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!

@github-actions
Copy link

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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants