-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Milestone
Description
Summary of the new feature / enhancement
Short of editing the database, there is no way to remove/prune all of the old Event Hubs connection entries.
Given that the Event Hub agent's connection ID changes each time an agent service is launched (such as during a system reboot or just the service being stopped/started), the list of connections fills up rapidly with old entries that can't be used because the ID is no longer valid. There needs to be a way to clean up the old Event Hub connections that does not require editing the database manually.
Product: PowerShell Universal
Version: 5.3.3
Proposed technical implementation details (optional)
No response