summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSui Chen <suichen@google.com>2022-06-21 19:48:57 +0300
committerEd Tanous <ed@tanous.net>2022-06-22 23:41:33 +0300
commit8bb5fbcb2275a1c739c6c44a58a1528c804aeb3b (patch)
treefef7c4e46a903f918d3ae659914b9552e1e5665a /scripts
parent8cb65f8ae1114accc03340f122e37dd369fa2440 (diff)
downloadbmcweb-8bb5fbcb2275a1c739c6c44a58a1528c804aeb3b.tar.xz
Update Privilege Registry from 1.2.0 to 1.3.0
This change updates the privilege registry .json file from version 1.2.0 to 1.3.0. The change in privilege_registry is generated by executing the parse_registries.py script. Tested: The build completes. Signed-off-by: Sui Chen <suichen@google.com> Change-Id: Id36fa21df1b8fbd38a3b9aaad952773b0a1a0208
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/parse_registries.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/parse_registries.py b/scripts/parse_registries.py
index 7074589fef..731a11671a 100755
--- a/scripts/parse_registries.py
+++ b/scripts/parse_registries.py
@@ -174,7 +174,7 @@ def get_variable_name_for_privilege_set(privilege_list):
def make_privilege_registry():
path, json_file, type_name, url = \
- make_getter('Redfish_1.2.0_PrivilegeRegistry.json',
+ make_getter('Redfish_1.3.0_PrivilegeRegistry.json',
'privilege_registry.hpp', 'privilege')
with open(path, 'w') as registry:
registry.write(