Skip to content

Fix ServiceBus Tools Issues#2680

Draft
g2vinay wants to merge 1 commit into
microsoft:mainfrom
g2vinay:fix-servicebus-issues
Draft

Fix ServiceBus Tools Issues#2680
g2vinay wants to merge 1 commit into
microsoft:mainfrom
g2vinay:fix-servicebus-issues

Conversation

@g2vinay
Copy link
Copy Markdown
Contributor

@g2vinay g2vinay commented May 20, 2026

Fixed multiple issues in Azure Service Bus commands:
- --subscription option was incorrectly required on queue details, topic details, and topic subscription details commands; the option has been removed since the namespace FQDN is sufficient for authentication.
- topic details returned "Subscription not found" when a topic did not exist; the error message now correctly reads "Topic not found".
- Malformed namespace names (containing path separators or other invalid characters) raised a SecurityException; they now raise an ArgumentException to correctly signal invalid input rather than a security violation.

…from detail commands, return readable message content, fix topic-not-found error message, fix namespace validation error type, apply retry policy to peek operations
@github-project-automation github-project-automation Bot moved this from Untriaged to In Progress in Azure MCP Server May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

2 participants