Results 356 comments of Tom Bamford

Hi @TerryRomeu3SR, thanks for reporting this. In v2.0 the type of the `group_membership_claims` attribute changed and we introduced a state migration to handle this. It's possible this may not have...

@knutejoh Brilliant, thanks for spotting that! You are correct, the migration is mising from data.azuread_application

It appears that Terraform doesn't support State Upgraders for data sources, which unfortunately means we are blocked on resolving this in the provider at this time. The workaround by @alex-3sr...

@Lucero7919 That sounds like it would makes sense when deploying onto an Azure VM, but not for any other deployment scenario?

Hi @yriveiro, thanks for the question! Members and owners have a bit of extra complexity because the member object is cast as a generic [DirectoryObject](https://docs.microsoft.com/en-us/graph/api/resources/directoryObject?view=graph-rest-beta) by the API - since...

I can see a `GroupsClient.isMemberOf()` method being useful, I'll look to add that (you're also welcome to send in a PR with the version in your last comment :). I'm...

Hi @kaovd, many thanks for this PR. I've rebased and squashed your changes as models.go was recently touched throughout. This mostly LGTM, however I noticed that the `files` collection is...

Hi @djsly, thanks for requesting this. Whilst this repository hosts the SDK used by the TF AzureAD Provider, feature requests intended for the provider should be requested in that issue...

Thanks for the PR @askew. I'll look at getting the test environment set up with a second tenant and will review once I've been able to try it out.

Hi @maxsokolovsky, thanks for the questions. The use of pointers in the model structs is generally to play nice with Go's json marshaler. Behavioral differences between json `null`, zero values,...