From a8d8f9d82afce0780f5cea13839d8a650787fc41 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Thu, 26 Jan 2023 13:57:00 -0800 Subject: Update schema pack to 2022.3 Update scripts/update_schemas.py to point at 2022.3 and run. Schema pack 2022.3 is the latest Redfish release, released 01/23/2023. It contains several new schemas and support for Multi-factor Authentication and CXL support along other things. Update done by automation. Tested: Redfish service validator passes. Signed-off-by: Ed Tanous Change-Id: I55a64d7cda26572e7b75135acc324cb44d316fe6 --- scripts/update_schemas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py index ef093dda28..edc583abe4 100755 --- a/scripts/update_schemas.py +++ b/scripts/update_schemas.py @@ -10,7 +10,7 @@ import generate_schema_enums import requests from generate_schema_collections import generate_top_collections -VERSION = "DSP8010_2022.2" +VERSION = "DSP8010_2022.3" WARNING = """/**************************************************************** * READ THIS WARNING FIRST -- cgit v1.2.3