This isn't happening out of the box today - there are two things we need to do:
- for places where we leverage existing the existing Azure Identity SDK clients, ensure we pass a ClientOptions that installs our UserAgent policy.
- For places where we use msal directly, also ensure we are setting a user-agent on these requests.