You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: reference msgraph application using data object
The terraform plan during upgrade to the latest meshplatform module version
can be confusing because it appears to try and deploy a new service principal,
when in fact the expected outcome is that it reads data about an existing one.
It's listed using the "resource" way on the official example for
> Manage a service principal for a first-party Microsoft application
https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/service_principal
Unless the provider behaves totally unexpected, "data" block seems to be much
safer
# We only require this User.Read.All permission to see all of the Users in the AAD https://docs.microsoft.com/en-us/graph/permissions-reference#microsoft-graph-permission-names
34
33
# Since this is a role (and not a scope) permission, you also have to enable admin consent in azure portal
0 commit comments