-
-
Notifications
You must be signed in to change notification settings - Fork 177
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
Adds AboutFiltering topic to the ActiveDirectory module #343
Adds AboutFiltering topic to the ActiveDirectory module #343
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, minus one small nitpick.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
PSKoans/Koans/Modules/ActiveDirectory/Introduction/AboutFiltering.Koans.ps1
Outdated
Show resolved
Hide resolved
PSKoans/Koans/Modules/ActiveDirectory/Introduction/AboutFiltering.Koans.ps1
Outdated
Show resolved
Hide resolved
PSKoans/Koans/Modules/ActiveDirectory/Introduction/AboutFiltering.Koans.ps1
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found a few more bits and pieces that we should probably take care of before we merge. 🙂
PSKoans/Koans/Modules/ActiveDirectory/Introduction/AboutFiltering.Koans.ps1
Outdated
Show resolved
Hide resolved
PSKoans/Koans/Modules/ActiveDirectory/Introduction/AboutFiltering.Koans.ps1
Outdated
Show resolved
Hide resolved
PSKoans/Koans/Modules/ActiveDirectory/Introduction/AboutFiltering.Koans.ps1
Outdated
Show resolved
Hide resolved
PSKoans/Koans/Modules/ActiveDirectory/Introduction/AboutFiltering.Koans.ps1
Outdated
Show resolved
Hide resolved
PSKoans/Koans/Modules/ActiveDirectory/Introduction/AboutFiltering.Koans.ps1
Outdated
Show resolved
Hide resolved
…ing.Koans.ps1 Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
…ing.Koans.ps1 Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
…ing.Koans.ps1 Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
…ing.Koans.ps1 Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
…ing.Koans.ps1 Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
I have one follow-up question that's more of a general concern with this module. Since it relies on external data, these koans are going to be more fragile to work with by nature. I'm not sure it makes sense at this point, but perhaps in future it may make more sense to Mock
the AD cmdlets rather than operate with live data?
Yeah, I agree. Have to see which direction it goes in, we don't get all that many questions about things other than its complex filter parsing. |
PSKoans/Koans/Modules/ActiveDirectory/Introduction/AboutFiltering.Koans.ps1
Outdated
Show resolved
Hide resolved
…ing.Koans.ps1 Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
PR Summary
Adds a module for ActiveDirectory with a short AboutFiltering topic.
Context
Attempts to cover frequently asked questions about filtering with the AD module.
Changes
Adds AboutFiltering.koans.ps1
Checklist