Releases: hashicorp/terraform-provider-azuread
Releases Β· hashicorp/terraform-provider-azuread
v2.5.0
ENHANCEMENTS:
data.azuread_groups
- support themail_enabled
andsecurity_enabled
properties (#603)data.azuread_user
- support thecost_center
,division
andemployee_type
attributes (#597)azuread_user
- support thecost_center
,division
andemployee_type
properties (#597)
BUG FIXES:
azuread_application
- support for "myapp://auth" as a public client redirect URI, to support B2C IEF applications (#607)azuread_application
- ensure thatprevent_duplicate_names
does not fail incorrectly whendisplay_name
is not known at plan time (#596)azuread_group
- ensure thatprevent_duplicate_names
does not fail incorrectly whendisplay_name
is not known at plan time (#596)azuread_service_principal
- fix a bug that preventedfeatures
from being empty or having all disabled properties (#602)
v2.4.0
v2.3.0
2.3.0 (September 16, 2021)
FEATURES:
ENHANCEMENTS:
data.azuread_service_principal
- support thefeatures
block (#571)azuread_application
- support thelogo_image
property (#574)azuread_application
- allow URNs to be specified for web redirect URIs (#577)azuread_service_principal
- support thefeatures
block (#571)
BUG FIXES:
azuread_conditional_access_policy
- resolve a number of bugs related to updating an existing conditional access policy (#569)
v2.2.1
v2.2.0
FEATURES:
- New Data Source:
azuread_application_template
(#554) - New Data Source:
azuread_service_principals
(#555) - New Resource:
azuread_conditional_access_policy
(#466) - New Resource:
azuread_named_location
(#441)
ENHANCEMENTS:
azuread_application
- support for thetemplate_id
property for creating applications (and service principals) from a template (#554)azuread_service_principal
- support thesaml_single_sign_on
block containing therelay_state
property (#557)azuread_user
- support thedisable_password_expiration
anddisable_strong_password
properties (#550)
BUG FIXES:
- Provider: fix a decoding bug when parsing claims from an access token (#560)
- Provider: attempt to detect when using Azure CLI authentication in Azure Cloud Shell and avoid specifying the tenant ID (#560)
azuread_group
- fix an API error caused by duplicateowners
being mistakenly sent when creating new groups (#553)
v2.1.0
FEATURES:
- New Resource:
azuread_invitation
(#445)
BUG FIXES:
data.azuread_client_config
- populate thetenant_id
andclient_id
attributes when authenticating via Azure CLI (#539)azuread_service_principal
- fix a bug that prevented creation of service principals in some cases due toowners
being applied incorrectly (#539)azuread_user
- fix a validation bug for thepassword
property (#543)
IMPROVEMENTS:
v2.0.1
v2.0.0
NOTES:
- Major Version: This is a major version upgrade which contains breaking changes. Please read the Upgrade Guide before upgrading, which details all the known breaking changes that practitioners should be aware of.
- Microsoft Graph: The upstream API for Azure Active Directory is now Microsoft Graph, and the deprecated Azure Active Directory Graph API is no longer supported.
FEATURES:
- Provider: Client Certificate authentication now supports specifying an inline certificate (#490)
- New Data Source:
azuread_application_published_app_ids
(#481) - New Resource:
application_pre_authorized
(#472)
IMPROVEMENTS:
data.azuread_application
- theapi
block now supports theaccept_mapped_claims
,known_client_applications
andrequested_access_token_version
attributes (#474)data.azuread_application
- theimplicit_grant
block now supports theid_token_issuance_enabled
attribute (#461)data.azuread_application
- theoptional_claims
block now supports thesaml2_token
attribute (#461)data.azuread_application
- export thedisabled_by_microsoft
attribute (#474)data.azuread_application
- export thedevice_only_auth_enabled
andoauth2_post_response_required
attributes (#474)data.azuread_application
- export thelogo_url
,marketing_url
,privacy_statement_url
andterms_of_service_url
attributes (#474)data.azuread_application
- export thepublisher_domain
attribute (#474)data.azuread_application
- export thepublic_client
block (#474)data.azuread_application
- export thesingle_page_application
block (#474)data.azuread_application
- export theapp_role_ids
andoauth2_permission_scope_ids
attributes (#474)data.azuread_domains
- export theadmin_managed
,root
andsupported_services
attributes for each domain (#461)data.azuread_domains
- support theadmin_managed
,only_root
andsupports_services
properties (#461)data.azuread_group
- export theassignable_to_role
,behaviors
,mail_nickname
,theme
andvisibility
attributes (#476)data.azuread_group
- export themail
,preferred_language
andproxy_addresses
attributes (#476)data.azuread_group
- export theonpremises_domain_name
,onpremises_netbios_name
,onpremises_sam_account_name
,onpremises_security_identifier
andonpremises_sync_enabled
attributes (#476)data.azuread_service_principal
- export theaccount_enabled
,login_url
andpreferred_single_sign_on_mode
attributes (#481)data.azuread_service_principal
- export thealternative_names
,description
,notes
andnotification_email_addresses
attributes (#481)data.azuread_service_principal
- export theapp_role_ids
andoauth2_permission_scope_ids
attributes (#481)data.azuread_service_principal
- export theapplication_tenant_id
,display_name
,service_principal_names
,sign_in_audience
andtype
attributes (#481)data.azuread_service_principal
- export thehomepage_url
,logout_url
,redirect_uris
andsaml_metadata_url
attributes (#481)data.azuread_user
- export theage_group
andconsent_provided_for_minor
attributes (#476)data.azuread_user
- export thebusiness_phones
,employee_id
,fax_number
andpreferred_language
attributes (#476)data.azuread_user
- export themail
,other_mails
andshow_in_address_list
attributes (#476)data.azuread_user
- export thecreation_type
,external_user_state
,im_addresses
andproxy_addresses
attributes (#476)data.azuread_user
- export theonpremises_distinguished_name
,onpremises_domain_name
,onpremises_security_identifier
andonpremises_sync_enabled
attributes (#476)azuread_application
- theapi
block now supports theaccept_mapped_claims
,known_client_applications
andrequested_access_token_version
properties (#474)azuread_application
- theimplicit_grant
block now supports theid_token_issuance_enabled
property (#461)azuread_application
- theoptional_claims
block now supports thesaml2_token
block (#461)azuread_application
- thesign_in_audience
property now supports theAzureADandPersonalMicrosoftAccount
andPersonalMicrosoftAccount
values (#461)azuread_application
- export thedisabled_by_microsoft
attribute (#474)azuread_application
- export thepublisher_domain
attribute (#474)azuread_application
- support thedevice_only_auth_enabled
andoauth2_post_response_required
properties (#474)azuread_application
- support thelogo_url
,marketing_url
,privacy_statement_url
andterms_of_service_url
properties (#474)azuread_application
- support for thepublic_client
block (#474)azuread_application
- support for thesingle_page_application
block (#474)azuread_application
- export theapp_role_ids
andoauth2_permission_scope_ids
attributes (#474)azuread_application_password
- support thekeepers
property (#481)azuread_group
- support for creating mail-enabled groups (#461)azuread_group
- support for creating Microsoft 365 groups (#461)azuread_group
- support for updating groups without recreating them (#461)azuread_group
- support theassignable_to_role
,behaviors
,mail_nickname
,theme
andvisibility
properties (#476)azuread_group
- export themail
,preferred_language
andproxy_addresses
attributes (#476)azuread_group
- export theonpremises_domain_name
,onpremises_netbios_name
,onpremises_sam_account_name
,onpremises_security_identifier
andonpremises_sync_enabled
attributes (#476)azuread_service_principal
- support theaccount_enabled
,login_url
andpreferred_single_sign_on_mode
properties (#481)azuread_service_principal
- support thealternative_names
,description
,notes
andnotification_email_addresses
properties (#481)azuread_service_principal
- support theowners
property ([#519](https://github.com/terraform-p...
v1.6.0
DEPRECATIONS:
azuread_application_app_role
- this resource is deprecated and will be removed in version 2.0 (#465)azuread_application_oauth2_permission
- this resource is deprecated and will be removed in version 2.0 (#465)azuread_application_oauth2_permission_scope
- this resource is deprecated and will be removed in version 2.0 (#465)
v1.5.1
BUG FIXES:
- Provider: Suppress a spurious deprecation notice for the
metadata_host
provider field (#439) azuread_application_password
- fix a bug that prevented specifying thedisplay_name
,start_date
,end_date
orend_date_relative
properties when using Microsoft Graph (#444)azuread_group
- fix a bug that prevented creating a group with more than 20 owners or members (#454)azuread_service_principal_password
- fix a bug that prevented specifying thedisplay_name
,start_date
,end_date
orend_date_relative
properties when using Microsoft Graph (#444)