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

Added G-Suite Enterprise for Education licence #261

Merged
merged 2 commits into from
Feb 28, 2020

Conversation

Foggy2
Copy link
Contributor

@Foggy2 Foggy2 commented Jan 22, 2020

This is my first time using GIT so I hope I get this right.

I have added in the product IDs and SKUs for G-Suite Enterprise for Education as found from here: https://developers.google.com/admin-sdk/licensing/v1/how-tos/products

I couldn't figure out how to build the module to test my changes. So although this looks correct I have not yet tested it.

@scrthq
Copy link
Member

scrthq commented Jan 22, 2020

Thanks, @Foggy2 !!! I'll check this out ASAP and let you know!

To build the module locally, run the build.ps1 file. That should install any dependencies and build the module with your changes to a folder named "BuildOutput" in the root of the repo

@scrthq scrthq self-assigned this Jan 22, 2020
@scrthq scrthq added this to the 2.36.0 milestone Jan 22, 2020
needed to establish a single place to make updates and easily
integrate with GAM's existing Product
and License SKU vars for future updates
@scrthq
Copy link
Member

scrthq commented Feb 28, 2020

Hey @Foggy2 - just made some updates and committed to your source branch :-) I'm going to get this merged in, thanks again for sending over!!!

@scrthq scrthq merged commit 8208280 into SCRT-HQ:master Feb 28, 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