Results 356 comments of Tom Bamford

Hi @ppanyukov, thanks for requesting this. Whilst the Invitation object contains a User container, this is read-only and only the user's ID is returned by the API. We could potentially...

Performing multiple operations for a single logical operation in Terraform is fine, as you say we do this in lots of places. If the create operation gets far enough to...

There's no way to read back invitations as it's a POST only endpoint - however you can import guest users into an `azuread_user` resource! :)

Hi @josh-barker, sorry for the delay in reviewing this. Thanks for the implementation, I think this is on the right track but I'm concerned about making decisions based on the...

Hi @jrominesf, thanks for requesting this feature! At the moment we are not in a position to implement support for Entitlement Management, as resources for this service are [exposed via...

Hi @elthanor, thanks for reporting this issue. I have tried to reproduce but unfortunately the configuration provided is incomplete. In the module config, there is a local referenced `local.oauth2_perm_scope_names` which...

@elthanor Circling back on this, now that we have a few 2.x releases out the door, are you able to confirm if you're still seeing this in the latest release...

Hi @dcopestake, thanks for reporting and for the detailed repro information. At this time we do not have any control over these SAML related settings, as the API does not...

Hi @piiertho, thanks for reporting this. Unfortunately group ownerships are quite complex and depend on a number of factors including the type of principal being used to execute Terraform, the...

Hi @piiertho, thanks for the quick reply. If you're using a user principal, can you advise the directory roles assigned for that user? If using any custom roles, we'd need...