From 19942840df780a15453b251448a2ec3e31e6b0ac Mon Sep 17 00:00:00 2001 From: Dan Guilliams Date: Mon, 24 Nov 2025 15:08:30 -0800 Subject: [PATCH] Updating Migrations module mapping regex --- config/ModulesMapping.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ModulesMapping.jsonc b/config/ModulesMapping.jsonc index 80c0e107f9..a085e1628a 100644 --- a/config/ModulesMapping.jsonc +++ b/config/ModulesMapping.jsonc @@ -26,7 +26,7 @@ "Identity.Partner": "^tenantRelationships.delegatedAdminRelationship$|^tenantRelationships.delegatedAdminCustomer$", "Mail": "^users.inferenceClassification$|^users.mailFolder$|^users.message$", "ManagedTenants": "^tenantRelationships.managedTenant$", - "Migrations": "^solutions.migrations\\.", + "Migrations": "^solutions.migrations", "NetworkAccess": "^networkAccess\\.", "Notes": "^users.onenote$|^groups.onenote$|^sites.onenote$", "People": "^users.person$|^users.profile$|^users.officeGraphInsights$|^users.userAnalytics$",