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

Allow array input for $User #260

Merged
merged 1 commit into from
Jan 22, 2020
Merged

Allow array input for $User #260

merged 1 commit into from
Jan 22, 2020

Conversation

vaskotoo
Copy link
Contributor

Since we already run "foreach" on the $User, thought we can allow this to be an Array String input.
I have also tested it, and it works as expected, I got the multiple user output for my search.

Since we already run "foreach" on the $User, thought we can allow this to be an Array String input.
I have also tested it, and it works as expected, I got the multiple user output for my search.
@scrthq scrthq self-assigned this Jan 22, 2020
@scrthq
Copy link
Member

scrthq commented Jan 22, 2020

Thank you so much for sending this over, @vaskotoo !!! Change completely makes sense, getting this merged now and deployed ASAP with some other changes / fixes.

@scrthq scrthq merged commit cebd628 into SCRT-HQ:master Jan 22, 2020
@scrthq scrthq added this to the 2.36.0 milestone Jan 22, 2020
@scrthq scrthq mentioned this pull request Feb 28, 2020
scrthq added a commit that referenced this pull request Feb 28, 2020
## 2.36.0 - 2020-02-28

* [PR #255](#255) - _Thanks, [@FISHMANPET](https://github.com/FISHMANPET)!_
    * Added support for `[ScriptBlock]` values on the config, allowing you to provide a script to run that will pull in a configuration value (vs embedded the value directly on the config)
* [PR #255](#260) - _Thanks, [@vaskotoo](https://github.com/vaskotoo)!_
    * Added support for an array of Users on `Get-GSGmailMessageList`
* [PR #261](#261) - _Thanks, [@Foggy2](https://github.com/Foggy2)!_
    * Added support for all license types including undocumented ones.
    * Closed out [Issue #252](#252) as well.
* [PR #262](#262) - _Thanks, [@nwls-hermesj](https://github.com/nwls-hermesj)!_
    * Added support for pipeline input of Drive file objects to `Remove-GSDriveFile`.
* [Issue #256](#256)
    * Cleaned up docs on `Send-GSChatMessage`.
* [Issue #258](#258)
    * Removed URL Shortener functions due to Google deprecation.
* [Issue #263](#263)
    * Fixed `[SecureString]` decryption on Unix machines running PowerShell 7
* Miscellaneous
    * Removed the Tasks API functions. Google has not pushed an update to the Tasks .NET SDK in over 2 months, so it is now behind the current release versions of the core Google.Apis assemblies, resulting in failure to import.
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.

2 participants