commit | dd5c81e9e330c20f534496174472efb6fe2c112e | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Tue Sep 17 13:19:31 2024 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Tue Sep 17 13:19:31 2024 -0500 |
tree | 06de19aee892aa0d40bfce50c2350fe0214220cc | |
parent | d51c61b4b7b57cf1b662f03dc99819bf025f283a [diff] [blame] |
Update to 2024.3 1 line change in update_schemas.py and rerun it. See below for more info on this release: https://www.dmtf.org/content/redfish-release-20243-now-available Tested: Inspection only. Change-Id: I856b9777fd386f828724bd7a521dcd5c8c3270cf Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py index d4e8785..d0e3060 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.2" +VERSION = "DSP8010_2024.3" SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))