Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 26, 2025

Description

Fixes #47386

Content validation error "Extra label found: <xref" caused by malformed HTML anchor tag in EventHubClientBuilder.java JavaDoc.

Change: Removed stray quotation mark from link text.

// Before
<a href="...">Azure Identity documentation"</a>

// After  
<a href="...">Azure Identity documentation</a>

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

Documentation-only fix; no test coverage required.

Original prompt

This section details on the original issue you should resolve

<issue_title>[Java SDK][azure-messaging-eventhubs] Extra Label</issue_title>
<issue_description>1.
ErrorInfo: Extra label found: <xref
ErrorLink: https://learn.microsoft.com/en-us/java/api/com.azure.messaging.eventhubs.eventhubclientbuilder?view=azure-java-stable&branch=main
ErrorLocation:

  • Appears 1 times , label : <xref

</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Removed the extra quotation mark inside the anchor tag for the Azure
Identity documentation link. This malformed HTML was causing the
"Extra label found: <xref" content validation error.

Fixes #47386

Co-authored-by: samvaity <16845631+samvaity@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix extra label issue in Azure Messaging Event Hubs Fix extra quote in JavaDoc link for EventHubClientBuilder Nov 26, 2025
Copilot AI requested a review from samvaity November 26, 2025 20:04
Copilot finished work on behalf of samvaity November 26, 2025 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Java SDK][azure-messaging-eventhubs] Extra Label

2 participants