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
Error: authorization.RoleAssignmentsClient#Create: Failure responding to request: StatusCode=400
-- Original Error: autorest/azure: Service returned an error. Status=400 Code="InvalidPrincipalId"
Message="The Principal ID '/servicePrincipals/3efd3513-xxxx-xxxx-xxxx-ed35f98315a0' is not valid. Principal ID must be a GUID."
Expected Behavior
Id should be only the id without "/servicePrincipals/"
Actual Behavior
id is "/servicePrincipals/3efd3513-xxxx-xxxx-xxxx-ed35f98315a0" and forces replacements, with are not allowed by azure API
Steps to Reproduce
create ressouces with azuread 2.x
upgrade to azuread 3.x
terraform plan or apply
The text was updated successfully, but these errors were encountered:
Terraform (and AzureAD Provider) Version
Terraform v1.9.5
on windows_amd64
Affected Resource(s)
Terraform Configuration Files
Panic Output
~ principal_id = "3efd3513-xxxx-xxxx-xxxx-ed35f98315a0" -> "/servicePrincipals/3efd3513-xxxx-xxxx-xxxx-ed35f98315a0" # forces replacement
after apply:
Expected Behavior
Id should be only the id without "/servicePrincipals/"
Actual Behavior
id is "/servicePrincipals/3efd3513-xxxx-xxxx-xxxx-ed35f98315a0" and forces replacements, with are not allowed by azure API
Steps to Reproduce
The text was updated successfully, but these errors were encountered: