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

Add ReadRequirement for UseCases functions #70

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

lindappwu
Copy link

@lindappwu lindappwu commented Mar 28, 2024

Fix #69

Linda Wu added 5 commits January 25, 2024 16:13
1. Fix Invalid Profile Error - "CompareType is required for CompareProperty" but not found,

2.  Handle deprecated properties using ReplacesProperty and ReplacedByProperty functions.
Apply UseCases functions for conditional requirements of ChassisType and ManagerType
Add ReadRequirement for UseCases
"UseCaseKeyProperty": "ChassisType",
"UseCaseComparison": "Equal",
"UseCaseKeyValues": ["Drawer", "RackMount", "Sled"],
"ReadRequirement": "IfImplemented",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove ReadRequirement line.

"UseCaseKeyProperty": "ManagerType",
"UseCaseComparison": "Equal",
"UseCaseKeyValues": ["BMC", "RackManager", "EnclosureManager"],
"ReadRequirement": "IfImplemented",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove ReadRequirement line

@jcleung5549
Copy link
Contributor

Approve to merge (with noted changes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UseCaseTitle typo, chassistype enumeration values to add
2 participants