From 6190aaab0e209377e8f65baf3e49b37b830c5b89 Mon Sep 17 00:00:00 2001 From: Ben Broderick Phillips Date: Mon, 1 Jul 2024 17:52:23 -0400 Subject: [PATCH] Fix default value for env vars in build-test-resource-config template --- eng/common/TestResources/build-test-resource-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/TestResources/build-test-resource-config.yml b/eng/common/TestResources/build-test-resource-config.yml index c64664f852b1f..c890221fce312 100644 --- a/eng/common/TestResources/build-test-resource-config.yml +++ b/eng/common/TestResources/build-test-resource-config.yml @@ -8,7 +8,7 @@ parameters: # EnvVars is used to help diagnose variable conflict issues early - name: EnvVars type: object - default: null + default: {} - name: SubscriptionConfigurationFilePaths type: object default: null