Releases: hashicorp/terraform-provider-azuread
Releases · hashicorp/terraform-provider-azuread
v3.0.2
v3.0.1
BUG FIXES:
data.azuread_group
- fix ID parsing bugs and some crashes (#1499)azuread_conditional_access_policy
- fix a parsing bug forauthentication_strength_policy_id
(#1499)azuread_service_principal_certificate
- fix a parsing bug forservice_principal_id
(#1499)azuread_service_principal_claims_mapping_policy_assignment
- fix a parsing bug forservice_principal_id
(#1499)azuread_service_principal_password
- fix a parsing bug forservice_principal_id
(#1499)azuread_service_principal_token_signing_certificate
- fix a parsing bug forservice_principal_id
(#1499)azuread_synchronization_job
- fix a parsing bug forservice_principal_id
(#1499)azuread_synchronization_job_provision_on_demand
- fix parsing bugs forservice_principal_id
andsynchronization_job_id
(#1499)azuread_synchronization_secret
- fix a parsing bug forservice_principal_id
(#1499)
v3.0.0
NOTES:
- Major Version: Version 3.0 of the AzureAD Provider is a major version. Some behaviors have changed and some deprecated fields/resources have been removed. Please refer to the 3.0 upgrade guide for more information.
- When upgrading to v3.0 of the AzureAD Provider, we recommend upgrading to the latest version of Terraform Core (which can be found here).
v2.53.1
v2.53.0
v2.52.0
BUG FIXES:
azuread_application
- fix a bug that could prevent theignore_changes
lifecycle argument from working for theapp_role
,oauth2_permission_scope
,identifier_uris
,optional_claims
, andrequired_resource_access
properties (#1403)azuread_application
- add a workaround for an API bug when instantiating an application from template using thetemplate_id
property (#1406)
v2.51.0
v2.50.0
ENHANCEMENTS:
- dependencies: updating to
v0.68.0
ofgithub.com/manicminer/hamilton
(#1382) data.azuread_application
- support looking up applications with theidentifier_uri
property [GH 1303]azuread_conditional_access_policy
- improve handling of thesession_controls
block (#1382)
BUG FIXES:
data.azuread_service_principal
- treat thedisplay_name
property case-insensitively (#1381)azuread_conditional_access_policy
- fix a bug that could cause a persistent diff when setting certain properties in thesession_controls
block (#1382)azuread_user
- don't overwrite the existing password in state, when a password change fails (#1308)
v2.49.1
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
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 theinclude_transitive_members
property (#1300)azuread_application
- relax validation for theidentifier_uris
property to allow more values (#1351)azuread_application_identifier_uri
- relax validation for theidentifier_uri
property to allow more values (#1351)azuread_group
- support theSkipExchangeInstantOn
value for thebehaviors
property (#1370)azuread_user
- relax validation for theemployee_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)