Azure Private DNS Zone Virtual Network link name field needs to be lower-case

This is more of a minor feature request than a request for assistance. Apologies if this is the wrong place to post this.

I am using terraform to manage azure resources and created an azurerm_private_dns_zone_virtual_network_link to link Azure Private DNS Zone and Virtual Network with the name “__PrivateDNSZone_VNET_Link”. The first time - terraform apply succeeds; when I run terraform apply again with no changes to terraform templates, it deletes and recreates the azurerm_private_dns_zone_virtual_network_link azure artifact.

This is probably because azure internally changes the name to lowercase. It might be a good idea to enforce that name be lowercase in terraform CLI.

Terraform v0.12.24
AzureRM Version: 2.6.0