Terraform Provider Azuread Versions Save

Terraform provider for Azure Active Directory

v2.42.0

8 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

10 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)

v2.39.0

1 year ago

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)

v2.38.0

1 year ago

FEATURES:

  • New Data Source: azuread_access_package_catalog_role (#1033)
  • New Resource: azuread_access_package_catalog_role_assignment (#1033)

BUG FIXES:

  • Provider: fix an issue where API requests might not be retried correctly (#1090)
  • azuread_service_principal_token_signing_certificate - fix a crash when importing legacy certificates (#1082)

v2.37.2

1 year ago

BUG FIXES:

  • azuread_group - remove conditional ForceNew for the onpremises_group_type property, resolve breaking change in v2.37.1 (#1076)
  • azuread_group - improve a workaround for reading Microsoft 365-only properties for groups in a non-M365 tenant (#1076)
  • azuread_group - improve a workaround for detecting unwanted changes to the description property (#1074)

v2.37.1

1 year ago

BUG FIXES:

  • azuread_group - fix a regression that caused onpremises_group_type to be set when not configured, and unsetting this property now forces replacement of the resource (#1070)

v2.37.0

1 year ago

FEATURES:

  • New Data Source: azuread_access_package (#903)
  • New Data Source: azuread_access_package_catalog (#903)
  • New Resource: azuread_access_package (#903)
  • New Resource: azuread_access_package_assignment_policy (#903)
  • New Resource: azuread_access_package_catalog (#903)
  • New Resource: azuread_access_package_resource_catalog_association (#903)
  • New Resource: azuread_access_package_resource_package_association (#903)
  • New Resource: azuread_administrative_unit_role_member (#983)
  • New Resource: azuread_user_flow_attribute (#1063)

IMPROVEMENTS:

  • dependencies: updating to v0.60.0 of github.com/manicminer/hamilton (#1062)
  • data.azuread_application - support for the service_management_reference attribute (#1046)
  • data.azuread_group - support for the onpremises_group_type and writeback_enabled attributes (#964)
  • data.azuread_user - support for the mail property (#996)
  • azuread_application - support for the service_management_reference property (#1046)
  • azuread_group - support for the onpremises_group_type and writeback_enabled properties (#964)

v2.36.0

1 year ago

IMPROVEMENTS:

  • Provider: requests to Microsoft Graph no longer include the tenant ID as part of the URI path (#1039)

BUG FIXES:

  • azuread_group - work around an API issue that prevented group creation for some configurations where the calling principal is specified as an owner (#1037)

v2.35.0

1 year ago

BUG FIXES:

  • azuread_application_federated_identity_credential - the audiences property now only supports a single value due to a breaking API change (#1027)
  • azuread_group - only try to set additional fields when explicitly configured, to work around an API bug when application-only permissions are used (#1028)
  • azuread_service_principal - resolve an issue where newly created service principals might not be found when specifying use_existing = true (#1025)

IMPROVEMENTS:

  • Provider: support for the metadata_host property (#1026)
  • Provider: authentication now uses the github.com/hashicorp/go-azure-sdk/sdk/auth package (#1026)
  • Provider: cloud configuration now uses the github.com/hashicorp/go-azure-sdk/sdk/environments package (#1026)
  • data.azuread_application - support for the notes attribute (#1027)
  • data.azuread_directory_roles - support for the template_ids attribute (#1011)
  • azuread_application - support for the notes property (#1027)
  • azuread_group - support for the administrative_unit_ids property (#984)
  • azuread_synchronization_job - fix a bug where the incorrect API version was used, preventing this resource from working properly (#1030)
  • azuread_synchronization_secret - fix a bug where the incorrect API version was used, preventing this resource from working properly (#1030)