-
Notifications
You must be signed in to change notification settings - Fork 360
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
new cmdlet for Add-PnPTenantRestrictedSearchAllowedList #3993
Conversation
Thanks @reshmee011 . It feels like a paramset would be a better fit here as opposed to using Dynamic Parameters. Would you agree or is there a specific reason you chose to go with this option? |
@KoenZomers : Hello, it makes more sense to use paramset to be consistent and easier to maintain in the future. I will refactor the code. |
Thanks @reshmee011 . Please share when it's ready for review. |
@KoenZomers : I have updated the cmdlet to use parameter set, thanks very much for the review. |
Thanks @reshmee011 ! |
Type
What is in this Pull Request ?
Files to support new cmdlet for Add-PnPTenantRestrictedSearchAllowedList
documentation\Add-PnPTenantRestrictedSearchAllowedList.md
src\Commands\Admin\AddTenantRestrictedSearchAllowedList.cs