commit | 9b46bc0b4c0c58c426e9bfb5a7d90250862ca9d2 | [log] [tgz] |
---|---|---|
author | Myung Bae <myungbae@us.ibm.com> | Tue Jan 21 08:03:56 2025 -0600 |
committer | Myung Bae <myungbae@us.ibm.com> | Wed Jan 22 13:04:24 2025 -0600 |
tree | 61edfe0c2a04b25998f4a2ad21d3fd873380f6d4 | |
parent | 6c038f260633414c52ac34ac44d0d3ab23c3d9a5 [diff] [blame] |
Update to 2024.4 Update schema to the latest release 2024.4. See below for more info on this release: https://www.dmtf.org/standards/redfish Tested: - Redfish Service Validator passes Change-Id: I1845d6afa04ee418ba3ab0bd0bc8ce59886e4376 Signed-off-by: Myung Bae <myungbae@us.ibm.com>
diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py index d0e3060..48832a8 100755 --- a/scripts/update_schemas.py +++ b/scripts/update_schemas.py
@@ -9,7 +9,7 @@ import requests from generate_schema_collections import generate_top_collections -VERSION = "DSP8010_2024.3" +VERSION = "DSP8010_2024.4" SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))