summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2023-01-27 00:57:00 +0300
committerEd Tanous <ed@tanous.net>2023-02-02 01:13:52 +0300
commita8d8f9d82afce0780f5cea13839d8a650787fc41 (patch)
treecb380aa169dddc6d416a8dae34560f19a529ae3a /scripts
parentcef57e855f5a800222d5e5ba47cbbe69174211e9 (diff)
downloadbmcweb-a8d8f9d82afce0780f5cea13839d8a650787fc41.tar.xz
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 <edtanous@google.com> Change-Id: I55a64d7cda26572e7b75135acc324cb44d316fe6
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update_schemas.py2
1 files changed, 1 insertions, 1 deletions
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