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: patching Application with ID "xxx": graphrbac.ApplicationsClient#Patch: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="Unknown" Message="Unknown service error" Details=[{"odata.error":{"code":"Authorization_RequestDenied","date":"2020-11-26T03:56:19","message":{"lang":"en","value":"Insufficient privileges to complete the operation."},"requestId":"xxx"}}]
Expected Behavior
In v1.0.0, the application registry created by terraform is owned by the user that ran terraform apply by default.
Actual Behavior
However, in v1.1.0, the application registry created by terraform is no longer owned by the user that ran terraform apply. So I am not able to access the application registry I created in other resources.
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered:
Hi @moonape1226, thanks for reporting. We've done a lot of testing with application owners (along with some other complex properties) and agree that the default owner assigned by Azure AD should be retained. We'll be issuing a fix for this shortly.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked as resolved and limited conversation to collaborators
Dec 26, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I encounter some default owner problem in
azuread_service_principal
today.Terraform (and AzureAD Provider) Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
In v1.0.0, the application registry created by terraform is owned by the user that ran
terraform apply
by default.Actual Behavior
However, in v1.1.0, the application registry created by terraform is no longer owned by the user that ran
terraform apply
. So I am not able to access the application registry I created in other resources.Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: