Releases: hashicorp/terraform-provider-azuread
Releases · hashicorp/terraform-provider-azuread
v2.25.0
FEATURES:
- New Resource:
azuread_directory_role_assignment
(deprecates the azuread_directory_role_member
resource) (#826)
v2.24.0
BUG FIXES:
- Proider: Fix a bug causing GitHub OIDC authentication to fail when consuming default environment variables (#822)
v2.23.0
FEATURES:
- New Authentication Method: Support for authenticating via OIDC with GitHub Actions (#805)
BUG FIXES:
- Provider: Fix an Azure CLI authentication issue that could fail to autodetect the current tenant ID (#819)
azuread_application_federated_identity_credential
- fix overly restrictive validation for the audiences
property (#808)
azuread_group
- fix a bug that could cause a crash when creating unified groups (#816)
IMPROVEMENTS:
azuread_user
- allow changing the user_principal_name
property without recreating the user account (#815)
v2.22.0
IMPROVEMENTS:
data.azuread_groups
- support the ignore_missing
property (#783)
azuread_conditional_access_policy
- support linux
in the included_platforms
and excluded_platforms
properties (#784)
azuread_group
- support the SubscribeMembersToCalendarEventsDisabled
value in the behaviors
property (#785)
BUG FIXES:
data.azuread_service_principal
- raise an error when multiple results are found for the same display_name
(#781)
azuread_group
- ensure that unified groups can be created without a description
(#783)
v2.21.0
BUG FIXES:
azuread_conditional_access_policy
- the included_applications
property in the conditions
block is now optional (#775)
azuread_conditional_access_policy
- the locations
and platforms
blocks are now optional (#775)
v2.20.0
FEATURES:
- New Resource:
azuread_claims_mapping_policy
(#733) (#766)
- New Resource:
azuread_service_principal_claims_mapping_policy_assignment
(#733) (#766)
v2.19.1
BUG FIXES:
azuread_application
- revert an earlier change for validation of role/scope values (#756)
2.19.0
2.19.0 (March 11, 2022)
IMPROVEMENTS:
data.azuread_service_principals
- export the object_id
property in the service_principals
list (#749)
BUG FIXES:
azuread_application
- add a missing validation check for role/scope values (#750)
azuread_conditional_access_policy
- fix a crash during the plan phase when session_controls
is empty (#747)
v2.18.0
BUG FIXES:
azuread_group
- make the auto_subscribe_new_members
, external_senders_allowed
, hide_from_address_lists
and hide_from_outlook_clients
properties Computed to avoid setting them unnecessarily (#731)
v2.17.0
FEATURES:
- New Resource:
azuread_custom_directory_role
(#728)