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

Update sfdx-project.json schema to allow properties for permissionset and permissionsetlicense assignment for package metadata #83

Merged
merged 5 commits into from
Mar 11, 2024

Conversation

shetzel
Copy link
Contributor

@shetzel shetzel commented Mar 11, 2024

Same as PR #82

What does this PR do?
Update sfdx-project.json schema to include permission set and permission set license assignments that allow a user to assign these values to the build org user for a package version create operation.

What issues does this PR fix or reference?
@W-14842023@

[skip-validate-pr]

Functionality Before
There was no way to specify permission set and permission set license assignments for the build org user for package metadata when running package version create. These values could only be specified for apex tests.

Functionality After
package metadata can be assigned via a property in the packageDirectory using a format like:
"packageMetadataAccess": {
"permissionSets" : [
""
],
"permissionSetLicenses" : [
""
],
},

@shetzel shetzel merged commit a1db98d into main Mar 11, 2024
12 of 13 checks passed
@shetzel shetzel deleted the qa/82 branch March 11, 2024 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants