File: update-apply-time-support-53c5445b58cd3b42.yaml

package info (click to toggle)
python-sushy 5.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,620 kB
  • sloc: python: 14,026; makefile: 24; sh: 2
file content (13 lines) | stat: -rw-r--r-- 531 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    Update sushy models to support the Redfish SettingsApplyTime and
    OperationApplyTimeSupport annotations.
deprecations:
  - |
    The ``operation_apply_time_support`` and ``maintenance_window``
    properties in the ``SettingsField`` class are deprecated. The
    ``SettingsField`` class represents the ``@Redfish.Settings``
    annotation and those properties cannot appear within this
    annotation. Instead use the ``apply_time_settings`` property
    in the target resource (e.g. ``Bios`` resource).