BUG FIXES:
azuread_application_federated_identity_credential
- theaudiences
property now only supports a single value due to a breaking API change (#1027)azuread_group
- only try to set additional fields when explicitly configured, to work around an API bug when application-only permissions are used (#1028)azuread_service_principal
- resolve an issue where newly created service principals might not be found when specifyinguse_existing = true
(#1025)
IMPROVEMENTS:
- Provider: support for the
metadata_host
property (#1026) - Provider: authentication now uses the
github.com/hashicorp/go-azure-sdk/sdk/auth
package (#1026) - Provider: cloud configuration now uses the
github.com/hashicorp/go-azure-sdk/sdk/environments
package (#1026) data.azuread_application
- support for thenotes
attribute (#1027)data.azuread_directory_roles
- support for thetemplate_ids
attribute (#1011)azuread_application
- support for thenotes
property (#1027)azuread_group
- support for theadministrative_unit_ids
property (#984)azuread_synchronization_job
- fix a bug where the incorrect API version was used, preventing this resource from working properly (#1030)azuread_synchronization_secret
- fix a bug where the incorrect API version was used, preventing this resource from working properly (#1030)