Skip to content

Releases: hashicorp/terraform-provider-azuread

v2.53.1

28 Jun 16:39
6594e1c
Compare
Choose a tag to compare

BUG FIXES:

  • azuread_application - export the password attribute only when it is set in configuration, to prevent marking existing resources as sensitive (#1422)

v2.53.0

28 Jun 00:11
1ad927e
Compare
Choose a tag to compare

ENHANCEMENTS:

  • azuread_application - support for the password block (#1389)

BUG FIXES:

  • azuread_claims_mapping_policy - set the correct timeouts for this resource (#1419)
  • azuread_service_principal_claims_mapping_policy_assignment - set the correct timeouts for this resource (#1419)
  • azuread_synchronization_secret - set the correct timeouts for this resource (#1419)

v2.52.0

13 Jun 21:21
b70b34d
Compare
Choose a tag to compare

BUG FIXES:

  • azuread_application - fix a bug that could prevent the ignore_changes lifecycle argument from working for the app_role, oauth2_permission_scope, identifier_uris, optional_claims, and required_resource_access properties (#1403)
  • azuread_application - add a workaround for an API bug when instantiating an application from template using the template_id property (#1406)

v2.51.0

06 Jun 22:55
7baae5f
Compare
Choose a tag to compare

ENHANCEMENTS:

  • data.azuread_users - support for the mails property (#1400)

BUG FIXES:

  • azuread_access_package_assignment_policy - fix a bug preventing removal of the assignment_review_settings block (#1394)

v2.50.0

16 May 19:36
8a724fe
Compare
Choose a tag to compare

ENHANCEMENTS:

  • dependencies: updating to v0.68.0 of github.com/manicminer/hamilton (#1382)
  • data.azuread_application - support looking up applications with the identifier_uri property [GH 1303]
  • azuread_conditional_access_policy - improve handling of the session_controls block (#1382)

BUG FIXES:

  • data.azuread_service_principal - treat the display_name property case-insensitively (#1381)
  • azuread_conditional_access_policy - fix a bug that could cause a persistent diff when setting certain properties in the session_controls block (#1382)
  • azuread_user - don't overwrite the existing password in state, when a password change fails (#1308)

v2.49.1

13 May 07:27
5f29606
Compare
Choose a tag to compare

BUG FIXES:

  • data.azuread_group_role_management_policy - resolve a potential crash (#1375)
  • azuread_group_role_management_policy - resolve a number of potential crashes (#1375)
  • azuread_privileged_access_group_assignment_schedule - resolve a number of potential crashes (#1375)
  • azuread_privileged_access_group_eligibility_schedule - resolve a number of potential crashes (#1375)

v2.49.0

09 May 20:41
3503c4e
Compare
Choose a tag to compare

FEATURES:

  • New Data Source: azuread_group_role_management_policy (#1327)
  • New Resource: azuread_group_role_management_policy (#1327)
  • New Resource: azuread_privileged_access_group_assignment_schedule (#1327)
  • New Resource: azuread_privileged_access_group_eligibility_schedule (#1327)
  • New Resource: azuread_synchronization_job_provision_on_demand (#1032)

ENHANCEMENTS:

  • data.azuread_group - support for the include_transitive_members property (#1300)
  • azuread_application - relax validation for the identifier_uris property to allow more values (#1351)
  • azuread_application_identifier_uri - relax validation for the identifier_uri property to allow more values (#1351)
  • azuread_group - support the SkipExchangeInstantOn value for the behaviors property (#1370)
  • azuread_user - relax validation for the employee_type property to allow more values (#1328)

BUG FIXES:

  • azuread_application_pre_authorized - fix a destroy-time bug that could prevent deletion of the resource (#1299)

v2.48.0

11 Apr 22:38
0d6e12c
Compare
Choose a tag to compare

ENHANCEMENTS:

  • dependencies: updating to v0.20240411.1104331 of github.com/hashicorp/go-azure-sdk/sdk (#1353)

BUG FIXES:

  • provider: fix an issue where the provider was not correctly configured when using a custom metadata host (#1353)

v2.47.0

14 Dec 19:33
d50ee71
Compare
Choose a tag to compare

BUG FIXES:

  • azuread_access_package_assignment_policy - fix a potential crash when removing the question block (#1273)
  • data.azuread_named_location - fix a potential crash if the named location is not found (#1274)

v2.46.0

16 Nov 23:04
e61feb3
Compare
Choose a tag to compare

ENHANCEMENTS:

  • data.azuread_application - update the resource ID format to match the azuread_application resource (#1255)
  • azuread_named_location - add validation for the ip_ranges property in the ip block (#1254)