A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
Upgrading to azuread provider 2.29.0 has resolved this error:
terraform {
required_providers {
azuread = {
source = "hashicorp/azuread"
version = "~> 2.29.0"
}
}
}