Skip to content
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

Fix use of hidden tag in Event Hubs packages #19477

Merged
merged 1 commit into from
Dec 21, 2021

Conversation

ramya-rao-a
Copy link
Contributor

This PR removes the use of @hidden tags from Event Hubs packages as described in #13455

  • @hidden is not needed on members of a class when the class itself is marked as internal
  • @hidden is not needed if @internal is already added

Resolves #13455

@ghost
Copy link

ghost commented Dec 20, 2021

Hello @ramya-rao-a!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

Copy link
Member

@deyaaeldeen deyaaeldeen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Thanks for doing this!

@deyaaeldeen deyaaeldeen merged commit 4d58b11 into Azure:main Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Event Hubs] Fix usage of @internal and @hidden tags
2 participants