From f3fba28b3f77a1d5533f8779d827ac8522548fe5 Mon Sep 17 00:00:00 2001 From: Barrington Willis <51492255+tredell@users.noreply.github.com> Date: Thu, 7 Nov 2024 08:05:11 -0800 Subject: [PATCH 1/2] Update CODEOWNERS (#409) Removing Senthuran and adding Courtney as a code owner --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d732fb68..9c601ab0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # These owners will be the default owners for everything in the repo. -* @hudua @SenthuranSivananthan @skeeler @Tredell +* @hudua @Vallentyne @skeeler @Tredell From 01d7734de6d04c44df9dcf26fc10b6a905cdaa6b Mon Sep 17 00:00:00 2001 From: Barrington Willis <51492255+tredell@users.noreply.github.com> Date: Thu, 7 Nov 2024 09:42:49 -0800 Subject: [PATCH 2/2] Update BudgetIsFalse.json (#410) Typo in the schema file was causing builds to fail. --- .../lz-platform-connectivity-hub-azfw/BudgetIsFalse.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/schemas/lz-platform-connectivity-hub-azfw/BudgetIsFalse.json b/tests/schemas/lz-platform-connectivity-hub-azfw/BudgetIsFalse.json index e5770f64..fba536cb 100644 --- a/tests/schemas/lz-platform-connectivity-hub-azfw/BudgetIsFalse.json +++ b/tests/schemas/lz-platform-connectivity-hub-azfw/BudgetIsFalse.json @@ -161,7 +161,7 @@ "3" ], "forcedTunnelingEnabled": false, - "forcedTunnelingNextHop": "10.17.1.4", + "forcedTunnelingNextHop": "10.17.1.4" }, "network": { "name": "hub-vnet", @@ -207,4 +207,4 @@ } } } -} \ No newline at end of file +}