summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-subscription-vendor-passthru-5a9af3613c0cbebc.yaml
blob: fcb63e4dc556ca837ed45dd3af0f7afc6dc94a24 (plain)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    The validation for ``create_subscription`` now uses the default values
    from Redfish for `Context` and `Protocol` to avoid `None`.
    The fields returned by ``create_subscription`` and ``get_subscription``
    are now filtered by the common fields between vendors.
    Deleting a subscription that doesn't exist will return 404 instead of 500.