- Developer Note: the Typed Resource SDK, as also used in the AzureRM provider, is now the preferred way of introducing new resources (#1188)
FEATURES:
- New Resource:
azuread_application_api_access
(#1214) - New Resource:
azuread_application_app_role
(#1214) - New Resource:
azuread_application_fallback_public_client
(#1214) - New Resource:
azuread_application_from_template
(#1214) - New Resource:
azuread_application_identifier_uri
(#1214) - New Resource:
azuread_application_known_clients
(#1214) - New Resource:
azuread_application_owner
(#1214) - New Resource:
azuread_application_permission_scope ([#1214](https://github.com/hashicorp/terraform-provider-azuread/issues/1214))
- New Resource:
azuread_application_redirect_uris
(#1214) - New Resource:
azuread_application_registration
(#1214) - New Resource:
azuread_authentication_strength_policy
(#1171)
ENHANCEMENTS:
data.azuread_application
- export theclient_id
attribute, deprecate theapplication_id
attribute (#1214)data.azuread_service_principal
- support for theclient_id
property, deprecate theapplication_id
property (#1214)data.azuread_service_principals
- support for theclient_ids
property, deprecate theapplication_ids
property (#1214)data.azuread_service_principals
- export theclient_id
attribute in theservice_principals
block, deprecate theapplication_id
attribute (#1214)azuread_application
- export theclient_id
attribute, deprecate theapplication_id
attribute (#1214)azuread_application_federated_identity_credential
- support for theapplication_id
property, deprecate theapplication_object_id
property (#1214)azuread_application_certificate
- support for theapplication_id
property, deprecate theapplication_object_id
property (#1214)azuread_application_password
- support for theapplication_id
property, deprecate theapplication_object_id
property (#1214)azuread_application_pre_authorized
- support for theapplication_id
property, deprecate theapplication_object_id
property (#1214)azuread_service_principal
- support for theclient_id
property, deprecate theapplication_id
property (#1214)azuread_conditional_access_policy
- support for theauthentication_strength_policy_id
property in thegrant_controls
block [GH_1171]
BUG FIXES:
azuread_group_member
- resolve a bug when refreshing state if the group is missing (#1198)