Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2024

This PR contains the following updates:

Package Type Update Change
azuread (source) required_provider major 2.47.0 -> 3.6.0

Release Notes

hashicorp/terraform-provider-azuread (azuread)

v3.6.0

Compare Source

ENHANCEMENTS:

  • data.azuread_named_location - add support for the object_id property (#​1703)
  • azuread_named_location - add support for the object_id property (#​1703)

BUG FIXES:

  • data.azuread_users - queries that return multiple users with the same mail nickname no longer causes an error (#​1762)

v3.5.0

Compare Source

ENHANCEMENTS:

  • azuread_conditional_access_policy - add support for the client_applications.filter property (#​1744)

BUG FIXES:

  • azuread_conditional_access_policy - fix support for everyTime restrictions in session_controls request payload (#​1719)

v3.4.0

Compare Source

  • dependencies: update hashicorp/hc-install to v0.9.2 (#​1696)
  • dependencies: update hashicorp/terraform-exec to v0.23.0 (#​1696)
  • dependencies: update hashicorp/terraform-registry-address to v0.2.5 (#​1696)
  • dependencies: update x/crypto to v0.38.0 (#​1696)
  • dependencies: update x/net to v0.40.0 (#​1696)
  • dependencies: update x/oauth2 to v0.30.0 (#​1702)
  • dependencies: update x/sync to v0.14.0 (#​1696)
  • dependencies: update x/sys to v0.33.0 (#​1696)
  • dependencies: update x/text to v0.25.0 (#​1696)
  • azuread_application - add support for brk-multihub scheme for redirect_uris (#​1663)
  • azuread_application_redirect_uris - add support for brk-multihub scheme for redirect_uris (#​1663)
  • azuread_conditional_access_policy - populate members only when membership_kind is set to enumerated (#​1601)

v3.3.0

Compare Source

ENHANCEMENTS:

  • dependencies: update Go to 1.24.1 (#​1675)

BUG FIXES:

  • azuread_application_pre_authorized - fix unexpected removal of unmanaged pre-authorized apps on delete (#​1659)
  • azuread_directory_role - fix for changes in Graph API response for ListRolesResponse in create (#​1575)
  • azuread_directory_role_eligibility_schedule_request - fix Read for time based service automatic deletion of request resource (#​1682)

v3.2.0

Compare Source

FEATURES:

  • New Resource: azuread_group_without_members (#​1623)

ENHANCEMENTS:

  • dependencies: update go-azure-sdk to v0.20250131.1134653 (#​1635)

BUG FIXES:

  • azuread_access_package_assignment_policy - fix crash in Read (#​1664)
  • azuread_access_package_assignment_policy - fix use of alternative_approver in approval_settings (#​1567)
  • azuread_group_role_management_policy - fix endless drift due to approval_status computed (#​1666)

v3.1.0

Compare Source

ENHANCEMENTS:

  • dependencies - update golang.org/x/crypto to 0.31.0 (#​1585)
  • data.azuread_named_location - add support for country_lookup_method (#​1589)
  • azuread_conditional_access_policy - add support for the insider_risk_levels property (#​1597)
  • azuread_named_location - add support for country_lookup_method (#​1589)

BUG FIXES:

  • azuread_access_package_resource_catalog_association - allow origin IDs that contain / (#​1592)
  • azuread_application - the password block can now correctly be removed (#​1430)
  • azuread_conditional_access_policy - fix potential panic in expanding conditions (#​1619)
  • azuread_group - prevent creation retry when caller hasn't been specified as an owner (#​1593)
  • azuread_user - add support for employee_hire_date (#​1437)

v3.0.2

Compare Source

BUG FIXES:

  • azuread_group - Fix crash and memory leak (#​1518)

v3.0.1

Compare Source

BUG FIXES:

  • data.azuread_group - fix ID parsing bugs and some crashes (#​1499)
  • azuread_conditional_access_policy - fix a parsing bug for authentication_strength_policy_id (#​1499)
  • azuread_service_principal_certificate - fix a parsing bug for service_principal_id (#​1499)
  • azuread_service_principal_claims_mapping_policy_assignment - fix a parsing bug for service_principal_id (#​1499)
  • azuread_service_principal_password - fix a parsing bug for service_principal_id (#​1499)
  • azuread_service_principal_token_signing_certificate - fix a parsing bug for service_principal_id (#​1499)
  • azuread_synchronization_job - fix a parsing bug for service_principal_id (#​1499)
  • azuread_synchronization_job_provision_on_demand - fix parsing bugs for service_principal_id and synchronization_job_id (#​1499)
  • azuread_synchronization_secret - fix a parsing bug for service_principal_id (#​1499)

v3.0.0

Compare Source

NOTES:

  • Major Version: Version 3.0 of the AzureAD Provider is a major version. Some behaviors have changed and some deprecated fields/resources have been removed. Please refer to the 3.0 upgrade guide for more information.
  • When upgrading to v3.0 of the AzureAD Provider, we recommend upgrading to the latest version of Terraform Core (which can be found here).

v2.53.1

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner September 27, 2024 03:45
@renovate renovate bot requested review from danielwilsonkainos, reespozzi and thomast1906 and removed request for a team September 27, 2024 03:45
@renovate renovate bot force-pushed the renovate/azuread-3.x branch from ee0d19e to d96fc47 Compare September 27, 2024 17:02
@renovate renovate bot force-pushed the renovate/azuread-3.x branch from d96fc47 to d835ff5 Compare October 4, 2024 19:35
@renovate renovate bot force-pushed the renovate/azuread-3.x branch from d835ff5 to 1178871 Compare January 16, 2025 19:02
@renovate renovate bot force-pushed the renovate/azuread-3.x branch from 1178871 to 83717fc Compare March 21, 2025 13:31
@renovate renovate bot force-pushed the renovate/azuread-3.x branch from 83717fc to 7b789b0 Compare April 5, 2025 20:15
@renovate renovate bot force-pushed the renovate/azuread-3.x branch from 7b789b0 to e10670a Compare May 16, 2025 09:38
@renovate renovate bot force-pushed the renovate/azuread-3.x branch from e10670a to 707d895 Compare August 8, 2025 18:08
@renovate renovate bot force-pushed the renovate/azuread-3.x branch from 707d895 to 485552f Compare September 25, 2025 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant