Matthew Christopher

Results 378 comments of Matthew Christopher

Need for AAD RoleAssignments has come up recently as well. Terraform supports this: https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/directory_role There's a Go SDK to do this in the [msgraph-sdk-go](https://github.com/microsoftgraph/msgraph-sdk-go/tree/main/rolemanagement)

There's also been an ask for AAD Groups here #3670

I just had another customer ask me about this, it seems like a common ask we should be resourcing. Pulling it into 2.9.0 to force a discussion about if/how we...

re-added needs triage, let's discuss where we can fit this in or at least what a design might be.

Closing this in favor of a more generic issue that describes this problem, as it applies to all resources: #2607

Have we actually already done this? We should double-check

> Mostly services that have a “map but with some well-known entries” pattern. Wondering if there's a way to know which services these are? Maybe we should take a look...

Still something worth doing but hasn't been a lot of clamor for it yet

> I'm also interested on this feature, I wanted to provision an Azure KeyVault along with some secrets. Initially I thought that I would find an ASO resource similar to...