From b0f102b7aec94646779fbfb67502230cd9d5d97e Mon Sep 17 00:00:00 2001
From: vukisz <48272340+vukisz@users.noreply.github.com>
Date: Tue, 21 Oct 2025 15:50:42 +0300
Subject: [PATCH] Update QueryStoreCaptureMode value in JSON
This old issue appeared for me when importing bacpac exported from UDE environment. The option 4 for querystore query_capture_mode is not supported. Details in this discussion: https://community.dynamics.com/forums/thread/details/?threadid=0e2e7d36-3b6c-4b65-99e4-c29a71e3ec76
---
d365fo.tools/internal/misc/RepairBacpac.Replace.json | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/d365fo.tools/internal/misc/RepairBacpac.Replace.json b/d365fo.tools/internal/misc/RepairBacpac.Replace.json
index 4a361faf..f485d0aa 100644
--- a/d365fo.tools/internal/misc/RepairBacpac.Replace.json
+++ b/d365fo.tools/internal/misc/RepairBacpac.Replace.json
@@ -2,5 +2,9 @@
{
"Search": "",
"Replace": ""
+ },
+ {
+ "Search": "",
+ "Replace": ""
}
-]
\ No newline at end of file
+]