From b46abe0179bed823a47c7e2513b823ead4fb4731 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 15 Apr 2026 11:53:29 +0000 Subject: [PATCH 1/4] Initial plan From 3921c83317c78604d1c42c5ce6ead4fdbd4aed34 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 15 Apr 2026 12:55:16 +0000 Subject: [PATCH 2/4] Upgrade azure-bom-version and pin msal4j 1.24.1 for sovereign cloud support Agent-Logs-Url: https://github.com/Azure/azure-kusto-java/sessions/69c6016a-46bc-4de9-a13a-e0fec18afb26 Co-authored-by: tanmaya-panda1 <108695755+tanmaya-panda1@users.noreply.github.com> --- ingest-v2/pom.xml | 2 +- pom.xml | 12 +++++++++++- quickstart/pom.xml | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ingest-v2/pom.xml b/ingest-v2/pom.xml index b848f9ab..84f0acca 100644 --- a/ingest-v2/pom.xml +++ b/ingest-v2/pom.xml @@ -10,7 +10,7 @@ EventHouse on Fabric - 1.2.37 + 1.3.6 4.3.0 official 2.2.10 diff --git a/pom.xml b/pom.xml index b493f99c..3cd78c71 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,8 @@ 8.0.0 0.0.1-beta UTF-8 11 - 1.2.28 + 1.3.6 + 1.24.1 @@ -70,6 +71,15 @@ samples quickstart + + + + com.microsoft.azure + msal4j + ${msal4j.version} + + + diff --git a/quickstart/pom.xml b/quickstart/pom.xml index 0baa73b4..a1b6edfb 100644 --- a/quickstart/pom.xml +++ b/quickstart/pom.xml @@ -41,7 +41,7 @@ 1.8.0-beta4 20201115 0.0.1-beta - 1.18.1 + 1.18.2 From a8f669232153862dc02e3f5fcd881bc6f10a437b Mon Sep 17 00:00:00 2001 From: Copilot Date: Mon, 27 Apr 2026 18:09:21 +0530 Subject: [PATCH 3/4] Address review comments: pin msal4j in quickstart, drop redundant BOM override in ingest-v2 - quickstart/pom.xml: add msal4j 1.24.1 dependencyManagement pin since this module is standalone (no parent) and would otherwise resolve an older transitive msal4j via azure-identity, undermining the sovereign-cloud fix. - ingest-v2/pom.xml: remove redundant azure-bom-version override; the property is now inherited from the root parent (also 1.3.6), avoiding future drift. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- ingest-v2/pom.xml | 1 - quickstart/pom.xml | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ingest-v2/pom.xml b/ingest-v2/pom.xml index 84f0acca..cb00239a 100644 --- a/ingest-v2/pom.xml +++ b/ingest-v2/pom.xml @@ -10,7 +10,6 @@ EventHouse on Fabric - 1.3.6 4.3.0 official 2.2.10 diff --git a/quickstart/pom.xml b/quickstart/pom.xml index a1b6edfb..b3db28ad 100644 --- a/quickstart/pom.xml +++ b/quickstart/pom.xml @@ -42,6 +42,7 @@ 20201115 0.0.1-beta 1.18.2 + 1.24.1 @@ -113,6 +114,11 @@ pom import + + com.microsoft.azure + msal4j + ${msal4j.version} + From 45a5cbbdd4900de89c83e7d5230fa890b5292e6a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Apr 2026 07:34:06 +0000 Subject: [PATCH 4/4] Restore explicit azure-bom-version 1.3.6 in ingest-v2/pom.xml for clarity Agent-Logs-Url: https://github.com/Azure/azure-kusto-java/sessions/d58014b1-c88c-47d1-b610-0cff08d64b6d Co-authored-by: tanmaya-panda1 <108695755+tanmaya-panda1@users.noreply.github.com> --- ingest-v2/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/ingest-v2/pom.xml b/ingest-v2/pom.xml index cb00239a..84f0acca 100644 --- a/ingest-v2/pom.xml +++ b/ingest-v2/pom.xml @@ -10,6 +10,7 @@ EventHouse on Fabric + 1.3.6 4.3.0 official 2.2.10