Releases: hashicorp/terraform-provider-azuread
Releases · hashicorp/terraform-provider-azuread
v2.32.0
v2.31.0
IMPROVEMENTS:
azuread_application
- validation foridentifier_uris
to detect trailing slash with no path (#928)
BUG FIXES:
data.azuread_application_template
- work around an API bug in the US Government cloud, by using the beta API (#936)azuread_application
- fix a bug whereowners
where not correctly removed (#916)azuread_application
- work around an API bug in the US Government cloud, by using the beta API whentemplate_id
is specified (#936)
v2.30.0
v2.29.0
IMPROVEMENTS:
- Provider: support for the
oidc_token_file_path
property &ARM_OIDC_TOKEN_FILE_PATH
environment variable (#897) data.azuread_service_principal
- this resource now makes use of the MS Graph v1.0 API instead of the beta API (#896)azuread_service_principal
- this resource now makes use of the MS Graph v1.0 API instead of the beta API (#896)
v2.28.1
v2.28.0
v2.27.0
NOTES:
- This release contains a behavioral change for application/service principal passwords and certificates, when using a relative end date.
BUG FIXES:
data.azuread_group
- ensure security/mail enabled groups are excluded when explicitlyfalse
in config (#841)azuread_application_certificate
- calculateend_date_relative
from thestart_date
and not the current timestamp (#844)azuread_application_password
- calculateend_date_relative
from thestart_date
and not the current timestamp (#844)azuread_service_principal_certificate
- calculateend_date_relative
from thestart_date
and not the current timestamp (#844)azuread_service_principal_password
- calculateend_date_relative
from thestart_date
and not the current timestamp (#844)
v2.26.1
v2.26.0
IMPROVEMENTS:
azuread_directory_role_assignment
- deprecate theapp_scope_object_id
property in favor of theapp_scope_id
property (#837)azuread_directory_role_assignment
- deprecate thedirectory_scope_object_id
property in favor of thedirectory_scope_id
property (#837)
BUG FIXES:
azuread_directory_role_assignment
- fix incorrect schema validation for scoped role assignments (#837)azuread_directory_role_assignment
- fix a bug that was preventing the creation of some scoped role assignments (#837)azuread_group
- fix a bug where new group creation can error out before the timeout due to API inconsistency (#838)azuread_user
- only setshow_in_address_list
when changed in config as it is a potentially read-only attribute (#831)