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 <[email protected]>
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
@samvaity samvaity marked this pull request as ready for review December 17, 2025 20:05
Copilot AI review requested due to automatic review settings December 17, 2025 20:05
@samvaity samvaity requested review from a team, axisc, hmlam and sjkwak as code owners December 17, 2025 20:05
@samvaity
Copy link
Member

/check-enforcer override

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a documentation validation error in the JavaDoc for EventHubClientBuilder by correcting a malformed HTML anchor tag. The issue was caused by an extra quotation mark in the link text that resulted in an "Extra label found: <xref" error on the Azure documentation site.

  • Removed stray quotation mark from HTML anchor closing tag in JavaDoc comment

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