SCRT-HQ / PSGSuite

Powershell module for Google / G Suite API calls wrapped in handy functions. Authentication is established using a service account via P12 key to negate the consent popup and allow for greater handsoff automation capabilities
https://psgsuite.io/
Apache License 2.0
234 stars 67 forks source link

[Enhancement] `Update-GSCourse` to accept null values #336

Closed Foggy2 closed 2 years ago

Foggy2 commented 3 years ago

Update-GSCourse should accept null values for the optional course properties:

This would allow clearing the values of these properties after they have been set previously.

Parameter validation currently fails when trying to do this.

FISHMANPET commented 2 years ago

Fixed with #337