Exclude LocalDB SQL Server instances from DiscoveryDescription"MSSql DB On Windows" pattern discovers Local DB instances with its identification section "Lightweight identification for MSSQL". How to exclude the discovery of such MSFT SQL Instances CIs?Steps to Reproduce 1. Install SQL Server Express LocalDB> https://learn.microsoft.com/en-us/sql/database-engine/configure-windows/sql-server-express-localdb?view=sql-server-ver172. Start the local DB instanceC:\Users\Admin>sqllocaldb startLocalDB instance "MSSQLLocalDB" started.3. Discover the computer.4. SQL Server pattern is triggered, MSFT SQL Instance CI is created with minimal information. WorkaroundNavigate to Discovery PatternsSearch and open "MSSql DB On Windows" patternOpen "Lightweight identification for MSSQL" identification section Click on step "3. Graceful termination due to an unsupported SSEE/WID database" and add one more condition "$instance_name" NOT Starts With "LOCALDB" Save and Publish the changesRelated Problem: PRB1942342