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

v2.26.2 adding features and squashing bugs #181

Merged
merged 7 commits into from
Apr 25, 2019

Conversation

scrthq
Copy link
Member

@scrthq scrthq commented Apr 19, 2019

2.26.2

  • Issue #177
    • Added: Fields parameter to Get-GSDriveFileList
  • Issue #178
    • Fixed: Start-GSDriveFileUpload failing on PowerShell 4.0
  • Issue #179
    • Added: Ims parameter to both New-GSUser and Update-GSUser
    • Added: Add-GSUserIm function to create correct type for new Ims parameter.
  • Miscellaneous
    • Added: Clear-PSGSuiteServiceCache to clear the cache and dispose of any remaining open web clients.
    • Improved overall service caching.
    • Added: Support for Cloud-Identity licenses for Get-GSUserLicense
    • Added: OutputType for all applicable Helper functions (i.e. Add-GSUserIm)

@scrthq scrthq self-assigned this Apr 19, 2019
@ghost ghost added the work in progress label Apr 19, 2019
scrthq added 3 commits April 24, 2019 23:13
## 2.26.2

* [Issue #177](#177)
  * Added: Fields parameter to Get-GSDriveFileList
* [Issue #178](#178)
  * Fixed: Start-GSDriveFileUpload failing on PowerShell 4.0
* [Issue #179](#179)
  * Added: Ims parameter to both New-GSUser and Update-GSUser
  * Added: Add-GSUserIm function to create correct type for new Ims parameter.
* Miscellaneous
  * Added: Clear-PSGSuiteServiceCache to clear the cache and dispose of any remaining open web clients.
  * Improved overall service caching.
  * Added: Support for Cloud-Identity licenses for Get-GSUserLicense
  * Added: OutputType for all applicable Helper functions (i.e. Add-GSUserIm)
@scrthq scrthq changed the title WIP: Adding features and squashing bugs v2.26.2 adding features and squashing bugs Apr 25, 2019
@scrthq scrthq merged commit 453728f into master Apr 25, 2019
@ghost ghost removed the work in progress label Apr 25, 2019
@scrthq scrthq deleted the feature/FolderColorRgb_issue_#173 branch April 25, 2019 05:44
@@ -113,7 +122,6 @@ function Get-GSDriveFileList {
try {
$request = $service.Files.List()
$request.SupportsTeamDrives = $true
$request.Fields = 'files,kind,nextPageToken'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WJurecki - Previously, 'files,kind,nextPageToken' was what was always being sent for the Fields parameter with no option to specify the Fields desired due to missing the parameter on the function itself. To prevent an disruption, I set the default value of the newly added Fields parameter to @('files','kind','nextPageToken'), resolving to the same.

To your point though in #177 , since it now only gets attached to the body if the Fields parameter is explicitly used, the default value never is passed so Fields isn't set by default anymore.

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.

1 participant