From 5910d945ab14872a5f22a0222d146783c9e4c4c5 Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Tue, 16 Apr 2024 12:07:17 -0500 Subject: Update Privilege Registry from 1.3.0 to 1.5.0 Change 1 line in scripts/parse_registries.py and rerun the script. Long term OpenBMC/bmcweb need more direction here on the Privilege Registry, but for now continue with the current direction of using the Privilege Registry and taking it from the DMTF. There is new entries in 1.4/1.5 that are needed for future development. Tested: It builds. Change-Id: I4337dc44e794c58f00f7307ea0508b84f14e8c8f Signed-off-by: Gunnar Mills --- scripts/parse_registries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/parse_registries.py b/scripts/parse_registries.py index 5001056102..6f3ff424da 100755 --- a/scripts/parse_registries.py +++ b/scripts/parse_registries.py @@ -189,7 +189,7 @@ namespace redfish::privileges def make_privilege_registry(): path, json_file, type_name, url = make_getter( - "Redfish_1.3.0_PrivilegeRegistry.json", + "Redfish_1.5.0_PrivilegeRegistry.json", "privilege_registry.hpp", "privilege", ) -- cgit v1.2.3