Terraform Provider Azuread Versions Save

Terraform provider for Azure Active Directory

v2.48.0

3 weeks ago

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

4 months ago

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

5 months ago

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

6 months ago

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

6 months ago

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

6 months ago
  • 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](https://github.com/hashicorp/terraform-provider-azuread/issues/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

7 months ago

FEATURES:

  • New Resource: azuread_directory_role_eligibility_schedule_request (#974)

v2.42.0

7 months ago

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

9 months ago

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

9 months ago

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)