From 5315c1b149b724d0395f42ca75d4660aaecdf351 Mon Sep 17 00:00:00 2001 From: Carson Labrado Date: Sat, 18 Feb 2023 01:02:18 +0000 Subject: Implement AggregationSourceCollection This is an intermediate step in setting up aggregation sources. A future patch will add aggregation sources based on the existence of satellite configs. For now the collection will always return as 0 members. Adds the AggregationSourceCollection schema which we previously ignored. Tested: Service Validator passes Signed-off-by: Carson Labrado Change-Id: I65c9231289bf0a9b6392696d55bc3feb0023c694 --- scripts/update_schemas.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py index 7fea60be7e..a27c156298 100755 --- a/scripts/update_schemas.py +++ b/scripts/update_schemas.py @@ -28,6 +28,7 @@ include_list = [ "AccountService", "ActionInfo", "AggregationService", + "AggregationSourceCollection", "Assembly", "AttributeRegistry", "Bios", -- cgit v1.2.3