forked from SCRT-HQ/PSGSuite
-
Notifications
You must be signed in to change notification settings - Fork 0
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 from master #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 2.15.2 * [Pull Request #94](#94) **Thanks, [@dwrusse](https://github.com/dwrusse)!** * Added `Update-GSGmailLabel` to enable updating of Gmail label properties * Added `Update-GSGmailMessageLabel` enable updating of labels attached to Gmail messages * [Issue #93](#93) * Updated `Remove-GSGmailMessage` to include a `-Filter` parameter to allow removal of messages matching a filter in a single command * Improved pipeline support for `Remove-GSGmailMessage`
## 2.15.3 * [Issue #87](#87) * Fixed `Add-GSCourseParticipant` error: `"Cannot convert the "student@uni.edu" value of type "System.String" to type "Google.Apis.Classroom.v1.Data.Student"."` * Set `$request.Fields = "*"` for `Get-GSCourseParticipant` and `Get-GSClassroomUserProfile` to return all available fields for the `Profile`, including `EmailAddress` * [Issue #93](#93) * Added: `MaxToModify` parameter to `Remove-GSGmailMessage` and `Update-GSGmailMessageLabels` in the `Filter` parameter set to prevent removing/updating more messages than expected when using a filter to gather the list of messages to update. * Added: `Id` alias for `User` parameter on `Get-GSUser` for better pipeline support
…96 ## 2.15.4 * [Issue #96](#96) * Updated the following on `Get-GSGroup`: * Set default scope to `Customer` so that getting the list of groups expectedly gets all of them, not just the ones in your primary domain * Added `Domain` parameter to specify which domain to list groups from your customer account * Added `Filter` parameter to only list groups matching the Group query syntax * Moved the `Get-GSGroupListPrivate` private function into the body of `Get-GSGroup` for error clarity * Others: * Moved the `Get-GSUserListPrivate` private function into the body of `Get-GSUser` for error clarity * Improved error handling for User and Message List functions when there are no results.
## 2.16.0 - Updated: Build script to compile module into a single PSM1 file for cleanliness and loading speed improvements
## 2.16.1 - Fixed: Module deployment segment in psake script deploying decompiled/broken module
updated module build script and tests
…103 ## 2.17.0 * [Issue #102](#102) * Fixed: `$EncryptionKey` PSM1 parameter now stores the AES key correctly so SecureStrings are encrypted/decrypted as intended. * [Issue #103](#103) * Updated: `SendNotificationEmail` parameter on `Add-GSDrivePermission` defaults to false for all User & Group permissions that are not ownership transfers. * Updated: Documentation for `SendNotificationEmail` parameter on `Add-GSDrivePermission` for clarity towards default Google API parameter values. * Added: More unit testing for `Get-GSUser` * Updated: `psake` build script
!build v2.17.1 to validate Azure Pipelines deployment
…sary modules unless needed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.