Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

orchestrator:prepare warning about invalid property "seedMetadata" #1349

Closed
pogilvieCB opened this issue Jul 11, 2023 · 2 comments · Fixed by #1400
Closed

orchestrator:prepare warning about invalid property "seedMetadata" #1349

pogilvieCB opened this issue Jul 11, 2023 · 2 comments · Fixed by #1400
Assignees
Labels
bug Something isn't working
Milestone

Comments

@pogilvieCB
Copy link

Describe the bug
Here's the Salesforce description of "seedMetada"

Seed metadata is available to standard value sets only. If your package depends on standard 
value sets, you can specify a seed metadata directory that contains the value sets.

seedMetadata

Appears that this property is unknown to sfpowerscripts and it complains about it.

-------------------------------------------------------------------------------------------
sfpowerscripts  -- The DX@Scale CI/CD Orchestrator -Version:22.6.1 -Release:June 23
-------------------------------------------------------------------------------------------
The following attributes are not recognized by sfpowerscripts, You might need to remove them
The sfdx-project.json is invalid, Please fix the following errors

1: /packageDirectories/2: must NOT have additional properties {
    "additionalProperty": "seedMetadata"
}

To Reproduce
Steps to reproduce the behavior:
Add the property "seedMetadata" to an sfdx-project.json file as documented above

Expected behavior
A clear and concise description of what you expected to happen.

Should not issue warning about supported property.

Screenshots
If applicable, add screenshots to help explain your problem.

image

Platform Details (please complete the following information):

  • OS: Ubuntu Latest
  • Version [e.g. CLI Version eg: 1.6.6]. sfp v 22.6.1
  • Salesforce CLI(sfdx cli) Version:
  • CI Platform: Github Actions

Additional context
Add any other context about the problem here.

@github-actions github-actions bot added the analysis To be decided on how to solution/fix label Jul 11, 2023
@azlam-abdulsalam
Copy link
Contributor

@pogilvieCB Is it otherwise working as expected? Probably will get it fixed along with updates to the core libraries in July 23

@pogilvieCB
Copy link
Author

pogilvieCB commented Jul 12, 2023

No, it seems to be working fine. A number of things were broken during the upgrade so we're looking at all the warning messages carefully. No reason for this not to wait for the next scheduled release.

@azlam-abdulsalam azlam-abdulsalam self-assigned this Sep 1, 2023
@azlam-abdulsalam azlam-abdulsalam added bug Something isn't working and removed analysis To be decided on how to solution/fix labels Sep 1, 2023
@azlam-abdulsalam azlam-abdulsalam added this to the August 23 milestone Sep 1, 2023
azlam-abdulsalam added a commit that referenced this issue Sep 1, 2023
Adds seedMetadata to the supported feature list

fixes #1349
@azlam-abdulsalam azlam-abdulsalam linked a pull request Sep 1, 2023 that will close this issue
5 tasks
azlam-abdulsalam added a commit that referenced this issue Sep 3, 2023
Adds seedMetadata to the supported feature list

fixes #1349
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants