Results 356 comments of Tom Bamford

Hi @daniel-anova, thanks for reporting this error. How many group members are you adding and to how many groups? Were the groups created as part of the same apply operation,...

Hi @kyrios, thanks for raising this. We have seen this behavior intermittently before (see #478, #567) but we are still tracking this and raising with the service team as a...

Unfortunately that is correct. We're hoping to get some traction on this very soon but right now Terraform cannot resolve this error. I'm afraid since this doesn't affect any of...

As much as this may be related to the recent API changes, despite the coincidental timing this isn't a result of any change to Terraform :(

This issue is due to, and blocked by, an API bug which is reported at https://github.com/microsoftgraph/msgraph-metadata/issues/92

Hi @gtmtech, I believe it's possible to meet your requirements with the provider. For some background, we did indeed remove the `azuread_application_app_role` resource in order to resolve a conflict with,...

@gtmtech Ah right, sorry I misread your question. Your interpretation is correct, at the moment we don't have a way to _authoritatively_ configure app role assignments for a specific app...

@gtmtech Yes, a PR would be great! Your proposal sounds good, although I wonder if it might be best to add this as an attribute to the `azuread_service_principal` resource, since...

Hi @gtmtech, that's fantastic, thanks for working on this. The app roles for a service principal are actually inherited from the linked application. The application defines the roles, and service...

@gtmtech Very interesting! I have heard about app roles being configured for service principals before but I believed this to be legacy behavior. I have tried this before with MS...