From e9cc1bc93c4ad9662c93e2a98d4c787e2dbf9f07 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Thu, 21 Sep 2023 11:15:30 -0700 Subject: Update schemas to 2023.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To quote from The Redfish release [1] 2022.3 Redfish Schema Bundle – This .zip file contains the current versions of all Redfish schemas. The bundle includes 40 schema updates and developer resources. Added Compute Express Link (CXL) support (NEW) Extensions to Fabric, PCIeDevice, Processor, Memory, ComputerSystem, and Chassis schemas Defined by DMTF alliance partner Compute Express Link (CXL) Consortium Extensions to Fabric, PCIeDevice, Processor, Memory, ComputerSystem, and Chassis schemas New CXLLogicalDevice schema Added MultiFactorAuth to AccountService to configure a service for multi-factor authentication HTTP Basic authentication is not available for accounts configured for multi-factor authentication For client certificate authentication, the client provides their identity certificate during TLS handshaking For RSA SecurID, Google Authenticator, and Microsoft Authenticator, clients provide a new Token property in the session creation request Added Heater and HeaterMetrics resources [1] https://www.dmtf.org/content/redfish-release-20223-now-available Change-Id: Iefe80866bfb83e65ab98b2cf4ee2eacce5238c5b Signed-off-by: Ed Tanous --- scripts/update_schemas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py index cbdcf0a590..c77144d113 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_2023.1" +VERSION = "DSP8010_2023.2" WARNING = """/**************************************************************** * READ THIS WARNING FIRST -- cgit v1.2.3