Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redfish resource config protocol refactor #42

Open
nicklela opened this issue Jun 29, 2023 · 0 comments
Open

Redfish resource config protocol refactor #42

nicklela opened this issue Jun 29, 2023 · 0 comments
Assignees
Labels
Code Code change is required enhancement New feature or request

Comments

@nicklela
Copy link
Contributor

  • Rename GetInfo() to GetSchemaInfo() and move it to top position
  • Add "Revision" variable to protocol version control

struct _EDKII_REDFISH_RESOURCE_CONFIG_PROTOCOL {
EDKII_REDFISH_RESOURCE_CONFIG_PROTOCOL_PROVISIONING Provisioning;
EDKII_REDFISH_RESOURCE_CONFIG_PROTOCOL_CONSUME Consume;
EDKII_REDFISH_RESOURCE_CONFIG_PROTOCOL_UPDATE Update;
EDKII_REDFISH_RESOURCE_CONFIG_PROTOCOL_CHECK Check;
EDKII_REDFISH_RESOURCE_CONFIG_PROTOCOL_IDENTIFY Identify;
EDKII_REDFISH_RESOURCE_CONFIG_PROTOCOL_GET_INFO GetInfo;
};

@nicklela nicklela added enhancement New feature or request Code Code change is required labels Jun 29, 2023
@nicklela nicklela self-assigned this Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Code change is required enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant