-
Notifications
You must be signed in to change notification settings - Fork 143
Rename UserAgentGenerator #6163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
API change check API changes are not detected in this pull request. |
sdk/core/azure-core/inc/azure/core/internal/http/user_agent_helper.hpp
Outdated
Show resolved
Hide resolved
sdk/core/azure-core/inc/azure/core/internal/http/user_agent_helper.hpp
Outdated
Show resolved
Hide resolved
ahsonkhan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tbh, this seems to be a bit of unnecessary code churn, for not much value here.
If we don't have a really specific reason (or a clearly better alternative), I would consider not renaming.
@LarryOsterman - changes to types within the Does this API change check take |
This class has never shipped from _internal. It was previously in _detail. Now that its moving to _internal we will need to live with the name forever. |
That makes sense. |
What "bot"? Are you talking about the API change detection? It looks differences in the API View. We can mark elements (like comments) as "ignore from diff", but if the API shape changes, it will show up. |
sdk/core/azure-core/inc/azure/core/internal/tracing/service_tracing.hpp
Outdated
Show resolved
Hide resolved
sdk/eventhubs/azure-messaging-eventhubs/src/private/eventhubs_utilities.hpp
Show resolved
Hide resolved
ahsonkhan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than making a call on user_agent.cpp one way or another, LGTM.
|
Do you still see value or need in keeping this changelog entry, or can we remove it? It seems a bit superfluous. https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/core/azure-core/CHANGELOG.md#other-changes
|
|
@ahsonkhan, I'd keep it. If there is something wrong around the area of telemetry, we and users will know more or less where to look into. Also, if users care/don't care much about any of the listed features, they can chose to upgrade/not upgrade. |
No description provided.