Hi,
Up until an hour or so AzureActiveDirectory was still a valid option when using Terraform like below.
data "azurerm_network_service_tags" "aad" {
location = "centralus"
service = "AzureActiveDirectory"
}
Now I consistently get this error.

I've used Azure Cloud Shell to attempt to retrieve the values and retrieved 0 results.
Interestingly, downloading the JSON file from https://www.microsoft.com/en-us/download/details.aspx?id=56519 does include AzureActiveDirectory, but this isn't helpful.
Was AzureActiveDirectory intentionally removed from the list of Azure Network Service tags or was it done in error? If it was intentional how does one get informed of these changes in advance? If it was done in error, how do we go about getting this corrected?
We've been using this without issue for over a year, so it is concerning that it suddenly vanished thus breaking our processes.
Thanks,
Jason