From 6c068982d54d20476fd04ae7ef893b153015762e Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Tue, 7 Feb 2023 15:44:38 -0800 Subject: Implement AggregationService AggregationService is used to inform a client that some of the results might be aggregated, and to allow setting up aggregation sources. Today, this resource only contains the basic fields, as well as "Enabled", which informs the client of the fact that the service is aggregation enabled. AggregationService was one of the schemas we ignored, so this adds it to the supported list. Tested: Redfish service validator passes. Signed-off-by: Ed Tanous Change-Id: Ifb16a86ff81e387f01016a83f9e69240c8928614 --- 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 da7c3acc6e..7fea60be7e 100755 --- a/scripts/update_schemas.py +++ b/scripts/update_schemas.py @@ -27,6 +27,7 @@ WARNING = """/**************************************************************** include_list = [ "AccountService", "ActionInfo", + "AggregationService", "Assembly", "AttributeRegistry", "Bios", -- cgit v1.2.3