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 support for field names that enumerate an object path #693

Closed
BernieWhite opened this issue Apr 11, 2021 · 1 comment · Fixed by #879
Closed

Add support for field names that enumerate an object path #693

BernieWhite opened this issue Apr 11, 2021 · 1 comment · Fixed by #879
Assignees
Labels
enhancement New feature or request feature: language Issues that affect language such keywords and variables
Milestone

Comments

@BernieWhite
Copy link
Member

BernieWhite commented Apr 11, 2021

Current field names can index into an object or array, for example Property[0].name. Only a single field can be returned.

Allow more then one field to be return by enumerating an object. i.e. Property[*].name.

@BernieWhite BernieWhite added the enhancement New feature or request label Apr 11, 2021
BernieWhite added a commit to BernieWhite/PSRule that referenced this issue Apr 11, 2021
BernieWhite added a commit to BernieWhite/PSRule that referenced this issue Apr 11, 2021
@BernieWhite BernieWhite reopened this Apr 13, 2021
@BernieWhite
Copy link
Member Author

Closed in error. This is not implemented yet.

@BernieWhite BernieWhite changed the title Add support for field names that enumerable an object path Add support for field names that enumerate an object path May 1, 2021
@BernieWhite BernieWhite added the feature: language Issues that affect language such keywords and variables label Jul 29, 2021
@BernieWhite BernieWhite self-assigned this Sep 27, 2021
@BernieWhite BernieWhite added this to the v2.0.0 milestone Dec 30, 2021
BernieWhite added a commit to BernieWhite/PSRule that referenced this issue Dec 31, 2021
BernieWhite added a commit that referenced this issue Jan 3, 2022
* Added object path expressions #808 #693
* Apply suggestions from code review

Co-authored-by: Armaan Mcleod <armaan_mcleod@outlook.com>
@BernieWhite BernieWhite mentioned this issue Mar 25, 2022
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature: language Issues that affect language such keywords and variables
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant