terraform-provider-azuread
terraform-provider-azuread copied to clipboard
Remove error on unexpected type
Resolves #1194
The documentation doesn't specify what will happen if the ODataType of the directory object is not one of the expected types (Group, User, ServicePrincipal). So, instead of failing unexpectedly like it does now, it should be able to continue.