Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage AppDescription in the azuread_application resource #959

Closed
brookewhite9 opened this issue Jan 4, 2023 · 2 comments · Fixed by #977
Closed

Manage AppDescription in the azuread_application resource #959

brookewhite9 opened this issue Jan 4, 2023 · 2 comments · Fixed by #977

Comments

@brookewhite9
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritise this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritise the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

I need the ability to update the description field in the app registration manifest. This corresponds to the AppDescription field when you run the command: "Get-AzADServicePrincipal -ObjectId <OBJECT_ID> | FL"
image
and the description field in the App registration manifest
image

Currently, it appears there is no way to do this using the azuread_application resource within this provider. Thank you in advance for the help!

New or Affected Resource(s)

  • azuread_application

Potential Terraform Configuration

resource "azuread_application" "this" {
  display_name            = var.sp_name
  owners                  = var.owners
  prevent_duplicate_names = true
  tags                    = local.tags
  app_description         = "Test description"
}

References

https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/application

@github-actions
Copy link

This functionality has been released in v2.33.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
Copy link

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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants