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
As the documentation states, the azurerm_azuread_application resource defaults the homepage field to http://[name]. This used to work fine, but as of today, it seems that the Azure API no longer accepts the http scheme. I can work around the bug by providing the homepage field myself with the https scheme.
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
azurerm_azuread_application.kubernetes: graphrbac.ApplicationsClient#Create: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="Unknown" Message="Unknown service error" Details=[{"odata.error":{"code":"Request_BadRequest","date":"2018-09-20T06:33:08","message":{"lang":"en","value":"Url is malformed paramName: WwwHomepage, paramValue: dev-kubernetes, objectType: Microsoft.Online.DirectoryServices.Application"},"requestId":"1ab56632-e57b-476b-82a1-0cb0bd88c111","values":[{"item":"PropertyName","value":"homepage"},{"item":"PropertyErrorCode","value":"NotAWellFormedUrl"}]}}]
I can work around the issue by specifying the homepage field with the https scheme.
Thank you for bringing this to our attention. I have opened #1960 to update the auto generated homepage & documentation. This should go out in 1.16 in the next couple weeks.
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 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Mar 6, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As the documentation states, the
azurerm_azuread_application
resource defaults thehomepage
field tohttp://[name]
. This used to work fine, but as of today, it seems that the Azure API no longer accepts thehttp
scheme. I can work around the bug by providing thehomepage
field myself with thehttps
scheme.Community Note
Terraform Version
Terraform v0.11.8
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Terraform creates an Azure AD Application.
Actual Behavior
Terraform returned an error from the Azure API
I can work around the issue by specifying the
homepage
field with thehttps
scheme.Steps to Reproduce
Simply try to create an
azurerm_azuread_application
resource by providing only the name.terraform apply
The text was updated successfully, but these errors were encountered: