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

chore(deps): update terraform azuread to v2.53.1 #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 12, 2023

This PR contains the following updates:

Package Type Update Change
azuread (source) required_provider minor 2.38.0 -> 2.53.1

Release Notes

hashicorp/terraform-provider-azuread (azuread)

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)

v2.47.0

Compare Source

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

Compare Source

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)

v2.45.0

Compare Source

FEATURES:

  • New Resource: azuread_application_optional_claims (#​1223)

ENHANCEMENTS:

  • azuread_conditional_access_policy - improved plan-time validation for the session_controls block (#​1229)
  • azuread_conditional_access_policy - support for the sign_in_frequency_authentication_type and sign_in_frequency_interval properties in the session_controls block (#​1229)
  • azuread_conditional_access_policy - support for the included_guests_or_external_users and excluded_guests_or_external_users blocks in the users block (#​1222)

BUG FIXES:

  • azuread_conditional_access_policy - removing the devices or session_controls blocks will no longer force a new resource to be created (#​1229)

v2.44.1

Compare Source

BUG FIXES:

  • azuread_application_certificate - work around an unexpected diff with the application_object_id property (#​1221)
  • azuread_application_federated_identity_credential - work around an unexpected diff with the application_object_id property (#​1221)
  • azuread_application_password - work around an unexpected diff with the application_object_id property (#​1221)
  • azuread_application_pre_authorized - work around an unexpected diff with the application_object_id property (#​1221)

v2.44.0

Compare Source

  • Developer Note: the Typed Resource SDK, as also used in the AzureRM provider, is now the preferred way of introducing new resources (#​1188)

FEATURES:

  • New Resource: azuread_application_api_access (#​1214)
  • New Resource: azuread_application_app_role (#​1214)
  • New Resource: azuread_application_fallback_public_client (#​1214)
  • New Resource: azuread_application_from_template (#​1214)
  • New Resource: azuread_application_identifier_uri (#​1214)
  • New Resource: azuread_application_known_clients (#​1214)
  • New Resource: azuread_application_owner (#​1214)
  • New Resource: azuread_application_permission_scope (#​1214)
  • New Resource: azuread_application_redirect_uris (#​1214)
  • New Resource: azuread_application_registration (#​1214)
  • New Resource: azuread_authentication_strength_policy (#​1171)

ENHANCEMENTS:

  • data.azuread_application - export the client_id attribute, deprecate the application_id attribute (#​1214)
  • data.azuread_service_principal - support for the client_id property, deprecate the application_id property (#​1214)
  • data.azuread_service_principals - support for the client_ids property, deprecate the application_ids property (#​1214)
  • data.azuread_service_principals - export the client_id attribute in the service_principals block, deprecate the application_id attribute (#​1214)
  • azuread_application - export the client_id attribute, deprecate the application_id attribute (#​1214)
  • azuread_application_federated_identity_credential - support for the application_id property, deprecate the application_object_id property (#​1214)
  • azuread_application_certificate - support for the application_id property, deprecate the application_object_id property (#​1214)
  • azuread_application_password - support for the application_id property, deprecate the application_object_id property (#​1214)
  • azuread_application_pre_authorized - support for the application_id property, deprecate the application_object_id property (#​1214)
  • azuread_service_principal - support for the client_id property, deprecate the application_id property (#​1214)
  • azuread_conditional_access_policy - support for the authentication_strength_policy_id property in the grant_controls block [GH_1171]

BUG FIXES:

  • azuread_group_member - resolve a bug when refreshing state if the group is missing (#​1198)

v2.43.0

Compare Source

FEATURES:

  • New Resource: azuread_directory_role_eligibility_schedule_request (#​974)

v2.42.0

Compare Source

IMPROVEMENTS:

  • provider: support for the client_id_file_path and client_secret_file_path provider properties (#​1189)
  • data.azuread_group - support for looking up a group with the mail_nickname property (#​1173)

BUG FIXES:

  • azuread_conditional_access_policy - allow specifying terms_of_use in place of built_in_controls in the grant_controls block (#​1168)

v2.41.0

Compare Source

FEATURES:

  • New Data Source: azuread_directory_role_templates (#​1152)
  • New Data Source: azuread_named_location (#​1156)

IMPROVEMENTS:

  • azuread_access_package_assignment_policy - support the Manager value for the review_type property in the assignment_review_settings block (#​1159)
  • azuread_conditional_access_policy - support for the service_principal_risk_levels property in the conditions block (#​1145)
  • azuread_conditional_access_policy - the grant_controls block is now optional (#​1155)

BUG FIXES:

  • azuread_access_package_resource_package_association - support destruction of this resource (#​1124)
  • azuread_application - set the display_name property correctly on creation to improve UX in the event of failure (#​1160)

v2.40.0

Compare Source

IMPROVEMENTS:

  • dependencies: updating to v0.62.0 of github.com/manicminer/hamilton
  • data.azuread_user - supporting looking up a user using the employee_id property (#​1040)
  • data.azuread_users - supporting looking up users using the employee_ids property (#​1040)
  • azuread_conditional_access_policy - support for the client_applications block in the conditions block (#​1047)
  • azuread_conditional_access_policy - support for the disable_resilience_defaults property in the session_controls block (#​1135)
  • azuread_group - the behaviors property now supports the CalendarMemberReadOnly and ConnectorsDisabled values (#​1144)

v2.39.0

Compare Source

IMPROVEMENTS:

  • dependencies: updating to v0.20230511.1094507 of github.com/hashicorp/go-azure-sdk (#​1100)

BUG FIXES:

  • provider: fix a token refresh bug that could cause authentication errors after initial token expiry (#​1100)

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 May 12, 2023 02:51
@renovate renovate bot changed the title chore(deps): update terraform azuread to v2.39.0 chore(deps): update terraform azuread to v2.40.0 Jul 14, 2023
@renovate renovate bot force-pushed the renovate/azuread-2.x branch from 5203ce3 to 906ca2f Compare July 14, 2023 04:42
@renovate renovate bot changed the title chore(deps): update terraform azuread to v2.40.0 chore(deps): update terraform azuread to v2.41.0 Jul 27, 2023
@renovate renovate bot force-pushed the renovate/azuread-2.x branch from 906ca2f to ddd2c37 Compare July 27, 2023 15:27
@renovate renovate bot changed the title chore(deps): update terraform azuread to v2.41.0 chore(deps): update terraform azuread to v2.42.0 Sep 15, 2023
@renovate renovate bot force-pushed the renovate/azuread-2.x branch from ddd2c37 to 9d6605e Compare September 15, 2023 01:08
@renovate renovate bot changed the title chore(deps): update terraform azuread to v2.42.0 chore(deps): update terraform azuread to v2.43.0 Sep 22, 2023
@renovate renovate bot force-pushed the renovate/azuread-2.x branch from 9d6605e to 69f6054 Compare September 22, 2023 03:14
@renovate renovate bot changed the title chore(deps): update terraform azuread to v2.43.0 chore(deps): update terraform azuread to v2.44.0 Oct 20, 2023
@renovate renovate bot force-pushed the renovate/azuread-2.x branch from 69f6054 to 42cd834 Compare October 20, 2023 04:38
@renovate renovate bot changed the title chore(deps): update terraform azuread to v2.44.0 chore(deps): update terraform azuread to v2.44.1 Oct 24, 2023
@renovate renovate bot force-pushed the renovate/azuread-2.x branch from 42cd834 to d9c23c9 Compare October 24, 2023 00:18
@renovate renovate bot changed the title chore(deps): update terraform azuread to v2.44.1 chore(deps): update terraform azuread to v2.45.0 Oct 27, 2023
@renovate renovate bot force-pushed the renovate/azuread-2.x branch from d9c23c9 to 7e1988d Compare October 27, 2023 00:14
@renovate renovate bot force-pushed the renovate/azuread-2.x branch from 7e1988d to db6caaf Compare November 16, 2023 11:14
@renovate renovate bot changed the title chore(deps): update terraform azuread to v2.45.0 chore(deps): update terraform azuread to v2.46.0 Nov 17, 2023
@renovate renovate bot force-pushed the renovate/azuread-2.x branch from db6caaf to ce008dd Compare November 17, 2023 00:45
@renovate renovate bot changed the title chore(deps): update terraform azuread to v2.46.0 chore(deps): update terraform azuread to v2.47.0 Dec 14, 2023
@renovate renovate bot force-pushed the renovate/azuread-2.x branch from ce008dd to 5156069 Compare December 14, 2023 20:37
@renovate renovate bot force-pushed the renovate/azuread-2.x branch from 5156069 to 74e2d61 Compare April 12, 2024 00:29
@renovate renovate bot changed the title chore(deps): update terraform azuread to v2.47.0 chore(deps): update terraform azuread to v2.48.0 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/azuread-2.x branch from 74e2d61 to aa9851e Compare May 9, 2024 23:30
@renovate renovate bot changed the title chore(deps): update terraform azuread to v2.48.0 chore(deps): update terraform azuread to v2.49.0 May 9, 2024
@renovate renovate bot force-pushed the renovate/azuread-2.x branch from aa9851e to 887d53d Compare May 13, 2024 08:08
@renovate renovate bot changed the title chore(deps): update terraform azuread to v2.49.0 chore(deps): update terraform azuread to v2.49.1 May 13, 2024
@renovate renovate bot force-pushed the renovate/azuread-2.x branch from 887d53d to 8052a99 Compare May 17, 2024 01:42
@renovate renovate bot changed the title chore(deps): update terraform azuread to v2.49.1 chore(deps): update terraform azuread to v2.50.0 May 17, 2024
@renovate renovate bot changed the title chore(deps): update terraform azuread to v2.50.0 chore(deps): update terraform azuread to v2.51.0 Jun 7, 2024
@renovate renovate bot force-pushed the renovate/azuread-2.x branch from 8052a99 to 37f3722 Compare June 7, 2024 03:46
@renovate renovate bot force-pushed the renovate/azuread-2.x branch from 37f3722 to bf59f1a Compare June 14, 2024 02:41
@renovate renovate bot changed the title chore(deps): update terraform azuread to v2.51.0 chore(deps): update terraform azuread to v2.52.0 Jun 14, 2024
@renovate renovate bot force-pushed the renovate/azuread-2.x branch from bf59f1a to 4b72df6 Compare June 28, 2024 01:51
@renovate renovate bot changed the title chore(deps): update terraform azuread to v2.52.0 chore(deps): update terraform azuread to v2.53.0 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/azuread-2.x branch from 4b72df6 to 756e634 Compare June 28, 2024 18:29
@renovate renovate bot changed the title chore(deps): update terraform azuread to v2.53.0 chore(deps): update terraform azuread to v2.53.1 Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants