Event Hubs CRUD tools for Namespaces, Event Hubs, and Consumer Groups#750
Merged
jairmyree merged 31 commits intomicrosoft:mainfrom Oct 10, 2025
Merged
Event Hubs CRUD tools for Namespaces, Event Hubs, and Consumer Groups#750jairmyree merged 31 commits intomicrosoft:mainfrom
jairmyree merged 31 commits intomicrosoft:mainfrom
Conversation
conniey
reviewed
Oct 9, 2025
jongio
reviewed
Oct 10, 2025
Member
|
Please update changelog and azmcp-commands.md |
conniey
reviewed
Oct 10, 2025
conniey
reviewed
Oct 10, 2025
8dce973 to
46dfca9
Compare
conniey
reviewed
Oct 10, 2025
…sumerGroupGetCommand.cs Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com>
…sumerGroupGetCommand.cs Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com>
…sumerGroupGetCommand.cs Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com>
…DeleteCommand.cs Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com>
…UpdateCommand.cs Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com>
…UpdateCommand.cs Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com>
…ceDeleteCommand.cs Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com>
…GetCommand.cs Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com>
…GetCommand.cs Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com>
…GetCommand.cs Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com>
conniey
approved these changes
Oct 10, 2025
colbytimm
pushed a commit
to colbytimm/microsoft-mcp
that referenced
this pull request
Dec 8, 2025
…microsoft#750) * Namespace CRUD operations * EventHub CRUD Commands * Consumer Group Commands * Consumer Group CRUD operations * EventHubs CRUD; Unit tests passing * EventHubs CRUD operations; live tested; E2E tested; * Dotnet Format * Fixing Namespace Get Command * Move Consumer Group under EventHubs * Reverting changes to prompts.json * PR updates from feedback * Additional PR updates * Additional PR updates * Updates to azmcp-commands * Updates to PR based on Feedback * Updates to PR based on Feedback * Update tools/Azure.Mcp.Tools.EventHubs/src/Commands/ConsumerGroup/ConsumerGroupGetCommand.cs Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com> * Update tools/Azure.Mcp.Tools.EventHubs/src/Commands/ConsumerGroup/ConsumerGroupGetCommand.cs Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com> * Update tools/Azure.Mcp.Tools.EventHubs/src/Commands/ConsumerGroup/ConsumerGroupGetCommand.cs Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com> * Update tools/Azure.Mcp.Tools.EventHubs/src/Commands/EventHub/EventHubDeleteCommand.cs Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com> * Update tools/Azure.Mcp.Tools.EventHubs/src/Commands/EventHub/EventHubUpdateCommand.cs Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com> * Update tools/Azure.Mcp.Tools.EventHubs/src/Commands/EventHub/EventHubUpdateCommand.cs Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com> * Update tools/Azure.Mcp.Tools.EventHubs/src/Commands/Namespace/NamespaceDeleteCommand.cs Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com> * Update tools/Azure.Mcp.Tools.EventHubs/src/Commands/EventHub/EventHubGetCommand.cs Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com> * Update tools/Azure.Mcp.Tools.EventHubs/src/Commands/EventHub/EventHubGetCommand.cs Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com> * Update tools/Azure.Mcp.Tools.EventHubs/src/Commands/EventHub/EventHubGetCommand.cs Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com> * Remove extra overrides * Updates on PR feedback --------- Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the following tools for eventhubs:
azmcp_eventhubs_namespace_update: Creates and Updates Namespacesazmcp_eventhubs_namespace_delete: Deletes a Namespaceazmcp_eventhubs_eventhub_get: Gets and Lists EventHubsazmcp_eventhubs_eventhub_update: Creates and Updates EventHubsazmcp_eventhubs_eventhub_delete: Deletes an EventHubazmcp_eventhubs_consumergroup_get: Gets and Lists Consumer Groupsazmcp_eventhubs_consumergroup_update: Create and Update Consumer Groupsazmcp_eventhubs_consumergroup_delete: Delete a Consumer Group