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

Upgrade terraform-provider-azuread to v3.0.1 #1416

Open
pulumi-bot opened this issue Sep 28, 2024 · 2 comments · May be fixed by #1435
Open

Upgrade terraform-provider-azuread to v3.0.1 #1416

pulumi-bot opened this issue Sep 28, 2024 · 2 comments · May be fixed by #1435
Assignees
Labels
kind/enhancement Improvements or new features
Milestone

Comments

@pulumi-bot
Copy link
Contributor

Release details: https://github.com/hashicorp/terraform-provider-azuread/releases/tag/v3.0.1

@danielrbradley
Copy link
Member

danielrbradley commented Sep 30, 2024

Upstream migration guide: https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/guides/3.0-upgrade-guide

A short review of the migration guide shows that the release mainly consists of deprecating and removing a handful of fields, each of which has a recommened alternative.

Tasks:

  • Review breaking changes for properties which might cause replacement
  • Ensure upgrade tests are in-place - add where needed for breaking changes
  • Update templates
  • Update examples

@danielrbradley
Copy link
Member

Upgrade guide review

Resources with the end_date_relative deprecated in favor of end_date (these properties cause replacement:

  • azuread.ApplicationCertificate
  • azuread.ApplicationPassword
  • azuread.ServicePrincipalCertificate
  • azuread.ServicePrincipalPassword

Removed properties which cause replacement:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants