Problem statement
Goal
Higher level SDKs provide a hint on their identity: id + version
Dev Experience
request.WithExtraQueryParameters({{ "caller-sdk-id", "41"}, { "caller-sdk-ver", "1.42.0"}}
Note: pls improve WithExtraQueryParameters so that it can be used multiple times, in which case values are appended.
Implementation
The data should be sent to ESTS via the msal-curr header and also captured in the OTEL metrics.