Open
Description
Library name
Azure.Core
Please describe the feature.
Use Formally defined OTel schema url introduced in dotnet/runtime#113034 instead of custom az.schema_url
attribute on .NET 10+.
Using reflection would be challenging (due to AOT), so we might need to wait until we can take dependency on the corresponding DiagnosticSource version (which ships out of band, but we still update it very slowly).