-
Notifications
You must be signed in to change notification settings - Fork 67
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
Issue updating Resource ID using Update-GSResource #239
Comments
Alright, so did some digging @cmason34 - The Checking Google's REST documentation here, you can see that...
I'm going to remove the additional Let me know if you have any questions regarding this!! |
## 2.33.1 - 2019-10-06 * [Issue #235](#235) * Removed: `Name` parameter from `Start-GSDriveFileUpload` as it was unused in the function and doesnt make sense when uploading an array of files. * [Issue #238](#238) * Added: `Get-GSDataTransfer` to Get/List current Data Transfers * [Issue #239](#239) * Removed: `Update-GSResource` `Id` parameter as it was non-applicable (duplicate of `ResourceId` and not writable per API docs) * Cleaned up function help and examples to match changes * [Issue #240](#240) * Fixed: `Get-GSCalendar` now properly resolves single calendar metadata retrieval and passes List requests to `Get-GSCalendarSubscription` since the `Calendars` service does not support List requests. * Miscellaneous * Updated Google .NET SDKs to latest versions * Cleaned up build.ps1 script
## 2.33.1 - 2019-10-06 * [Issue #235](#235) * Removed: `Name` parameter from `Start-GSDriveFileUpload` as it was unused in the function and doesnt make sense when uploading an array of files. * [Issue #238](#238) * Added: `Get-GSDataTransfer` to Get/List current Data Transfers * [Issue #239](#239) * Removed: `Update-GSResource` `Id` parameter as it was non-applicable (duplicate of `ResourceId` and not writable per API docs) * Cleaned up function help and examples to match changes * [Issue #240](#240) * Fixed: `Get-GSCalendar` now properly resolves single calendar metadata retrieval and passes List requests to `Get-GSCalendarSubscription` since the `Calendars` service does not support List requests. * Miscellaneous * Updated Google .NET SDKs to latest versions * Cleaned up build.ps1 script
hey @cmason34 - Updates have been deployed that remove the |
We are working on creating new resources as well as updating existing ones. We want to change the id on some of our resources and am trying your example "Update-GSResource -ResourceId Train01 -Id TrainingRoom01" using our test resource and it is returning an error. We are able to update the capacity successfully using the same ResourceId, but get a "resource not found" error when we try to do -id.
The text was updated successfully, but these errors were encountered: