From f74e3112ddec233e7ca168cc103eb1fb0d697187 Mon Sep 17 00:00:00 2001 From: Wiktor Kopec Date: Wed, 14 Jan 2026 11:34:09 -0800 Subject: [PATCH] Update network isolation policy --- eng/pipelines/templates/pipeline-template-1es.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eng/pipelines/templates/pipeline-template-1es.yml b/eng/pipelines/templates/pipeline-template-1es.yml index 6dbee082609..4c6c854ff0b 100644 --- a/eng/pipelines/templates/pipeline-template-1es.yml +++ b/eng/pipelines/templates/pipeline-template-1es.yml @@ -32,3 +32,5 @@ extends: featureFlags: ${{ parameters.featureFlags }} ${{ if parameters.sdl }}: sdl: ${{ parameters.sdl }} + settings: + networkIsolationPolicy: Permissive,CFSClean