From 2085f6605831848f76e31641cc82668a1038a426 Mon Sep 17 00:00:00 2001 From: rejain456 <155685406+rejain456@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:14:40 -0700 Subject: [PATCH] [NPM Lite] Fix for NPM Lite Yaml File (#3077) hot fix for npm lite yaml file --- npm/examples/azure-npm-lite.yaml | 2 +- npm/examples/windows/azure-npm-lite-win.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm/examples/azure-npm-lite.yaml b/npm/examples/azure-npm-lite.yaml index 6a02a0bf4..37339b059 100644 --- a/npm/examples/azure-npm-lite.yaml +++ b/npm/examples/azure-npm-lite.yaml @@ -172,7 +172,7 @@ data: "EnableV2NPM": true, "PlaceAzureChainFirst": false, "ApplyInBackground": true, - "NetPolInBackground": true + "NetPolInBackground": true, "EnableNPMLite": true } } diff --git a/npm/examples/windows/azure-npm-lite-win.yaml b/npm/examples/windows/azure-npm-lite-win.yaml index f2aa5ed7b..12552cb45 100644 --- a/npm/examples/windows/azure-npm-lite-win.yaml +++ b/npm/examples/windows/azure-npm-lite-win.yaml @@ -153,7 +153,7 @@ data: "PlaceAzureChainFirst": false, "ApplyIPSetsOnNeed": false, "ApplyInBackground": true, - "NetPolInBackground": true + "NetPolInBackground": true, "EnableNPMLite": true } }