From d8cf7d4066a2df4bebca9e839f7b6fb6e4ed6e20 Mon Sep 17 00:00:00 2001 From: Sam Patel <46026722+SamMonoRT@users.noreply.github.com> Date: Thu, 26 Mar 2026 15:13:50 -0400 Subject: [PATCH 1/2] Update networkIsolationPolicy in pipeline configuration --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 465aeb06ee8..734dd9732a4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,7 +25,7 @@ extends: image: 1es-windows-2022 os: windows settings: - networkIsolationPolicy: Permissive,CFSClean + networkIsolationPolicy: Permissive,CFSClean,CFSClean2 stages: - stage: build displayName: Build From 0bc0c5424dd067110fcbfde9745500908ba8b977 Mon Sep 17 00:00:00 2001 From: Sam Patel <46026722+SamMonoRT@users.noreply.github.com> Date: Thu, 26 Mar 2026 15:15:47 -0400 Subject: [PATCH 2/2] update test file too --- azure-pipelines-internal-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-internal-tests.yml b/azure-pipelines-internal-tests.yml index 16ba4895f67..107c9cf55d8 100644 --- a/azure-pipelines-internal-tests.yml +++ b/azure-pipelines-internal-tests.yml @@ -90,7 +90,7 @@ extends: customBuildTags: - ES365AIMigrationTooling settings: - networkIsolationPolicy: Permissive,CFSClean + networkIsolationPolicy: Permissive,CFSClean,CFSClean2 stages: - stage: build displayName: Build