Skip to content

Removed appended index to component ID in parseRedfishEndpointV2#99

Open
davidallendj wants to merge 2 commits into
mainfrom
fix/remove-component-index
Open

Removed appended index to component ID in parseRedfishEndpointV2#99
davidallendj wants to merge 2 commits into
mainfrom
fix/remove-component-index

Conversation

@davidallendj

Copy link
Copy Markdown
Collaborator

…intDataV2

Pull Request Template

Thank you for your contribution! Please ensure the following before submitting:

Checklist

  • My code follows the style guidelines of this project
  • I have added/updated comments where needed
  • I have added tests that prove my fix is effective or my feature works
  • I have run make test (or equivalent) locally and all tests pass
  • DCO Sign-off: All commits are signed off (git commit -s) with my real name and email
  • REUSE Compliance:
    • Each new/modified source file has SPDX copyright and license headers
    • Any non-commentable files include a <filename>.license sidecar
    • All referenced licenses are present in the LICENSES/ directory

Description

This PR removes the append index value from the component ID created when using the parseRedfishEndpointDataV2 function. This should allow for requests to include IDs that are submitted as is without any internal modifications from SMD.

Fixes #94

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

For more info, see Contributing Guidelines.

…intDataV2

Signed-off-by: David Allen <davidallendj@gmail.com>
@davidallendj davidallendj changed the title refactor: removed appended index to component ID in parseRedfishEndpo… Removed appended index to component ID in parseRedfishEndpointV2 Jul 14, 2026
Signed-off-by: David Allen <davidallendj@gmail.com>
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.

[Bug]: V2 API creates components by order in the array

1 participant