You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[azeventhubs+azservicebus] Updating our user agent format so it matches HTTP (Azure#19712)
User-Agent was formatted inconsistent with our HTTP-based clients which was making doing simple reporting difficult.
This brings it inline with what we do for user agents in HTTP, including when a client specified appid is present.
Examples:
* No appID: `azsdk-go-azeventhubs/v0.3.1 (go1.19.3; linux)`
* With AppID: `userApplicationID azsdk-go-azeventhubs/v0.3.1 (go1.19.3; linux)`
FixesAzure#19673
0 commit comments