GoogleCloudPlatform / google-cloud-powershell

PowerShell cmdlets for the Google Cloud Platform
http://googlecloudplatform.github.io/google-cloud-powershell/
Apache License 2.0
135 stars 61 forks source link

Find-GcResource No Longer Exists #647

Open Rob-S opened 4 years ago

Rob-S commented 4 years ago

The Find-GcResource on the documentation page at https://cloud.google.com/tools/powershell/docs/how-to no longer exists. https://github.com/GoogleCloudPlatform/dotnet-docs-samples/tree/2ec373efac86f3e589ff98ac8abf5d28b29b1578/powershell says to use Get-GcsObject instead.

However, Find-GcResource "lists all the resources allocated to a project", which is quite useful, while "Get-GcsObject" only references Storage Buckets. So the replacement doesn't even come close to providing the same information.