Merge "Remove Id field from DellJobCollection class"

This commit is contained in:
Zuul 2024-04-02 15:01:14 +00:00 committed by Gerrit Code Review
commit 4b12f31512

View File

@ -21,7 +21,6 @@ LOG = logging.getLogger(__name__)
class DellJobCollection(base.ResourceBase):
identity = base.Field('Id', required=True)
_JOB_EXPAND = '?$expand=.($levels=1)'
def __init__(self, connector, identity, redfish_version=None,