Will IPv6 be enabled for accepted domains with MX records under the DNSSEC enabled mx.microsoft? I get an error when using Get-IPv6StatusForAcceptedDomain for my domain that has an MX record ending in h-v1.mx.microsoft:
PS> Get-IPv6StatusForAcceptedDomain -Domain example.com
WARNING: DNS record has unexpected value for domain example.com. Expected: /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/DNSSEC_Resources/providers/Microsoft.Network/dnszones/h-v1.mx.microsoft/CNAME/eop-EUR01-anchor, Actual: /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/dnssec_resources/providers/Microsoft.Network/dnszones/h-v1.mx.microsoft/CNAME/eop-EUR01-v4-anchor.
Result Status AdditionalInfo
------ ------ --------------
Failure Enabled DNS record for the domain example.com has unexpected value.
Other accepted domains in my tenant with MX records ending in mail.protection.outlook.com sucessfully shows up as enabled (but no IPv6 addresses are returned for the MX hostname yet).