From a73e268c277698b29d4920f7aa4de115c52297d2 Mon Sep 17 00:00:00 2001 From: v-kaverkiev_microsfot Date: Thu, 30 Jul 2026 16:58:11 -0700 Subject: [PATCH 1/2] Update network isolation policy to Preferred for improved security --- .ado/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ado/publish.yml b/.ado/publish.yml index 8c27783f..bf4c3499 100644 --- a/.ado/publish.yml +++ b/.ado/publish.yml @@ -60,7 +60,7 @@ extends: template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates parameters: settings: - networkIsolationPolicy: Permissive, CFSClean + networkIsolationPolicy: Preferred, GitHub, CFSClean pool: name: "Azure-Pipelines-DevTools-EO" image: windows-latest From 10396ca5a90e0b8f858c132c8a57561b584b19d4 Mon Sep 17 00:00:00 2001 From: kaverkiev Date: Fri, 31 Jul 2026 15:45:05 -0700 Subject: [PATCH 2/2] Update network isolation policy to include ESRP and PyPi for enhanced security --- .ado/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ado/publish.yml b/.ado/publish.yml index bf4c3499..b63335cc 100644 --- a/.ado/publish.yml +++ b/.ado/publish.yml @@ -60,7 +60,7 @@ extends: template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates parameters: settings: - networkIsolationPolicy: Preferred, GitHub, CFSClean + networkIsolationPolicy: Preferred, GitHub, ESRP, PyPi, CFSClean pool: name: "Azure-Pipelines-DevTools-EO" image: windows-latest