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

[FeatureRequest] - Add-GceSnapshot support for storage location options #632

Open wdwinslow opened 5 years ago

wdwinslow commented 5 years ago

Now that GCP Persistent Disk (PD) Snapshot Location is now in General Availability (GA)... Would it be possible to update Add-GceSnapshot to support the ability to choose a location? Thanks for your consideration.

iantalarico commented 5 years ago

@wdwinslow Unfortunately we currently do not have capacity to add new features. However, you can use gcloud and ConvertFrom-Json to do something similar, would this help solve the problem?

wdwinslow commented 5 years ago

Thanks @iantalarico. I'll check that approach out.

Can you help me understand when GCP releases a new feature like this how support for that feature prioritized in all of the different tools GCP provides to interact with the platform? Essentially, I'm trying to understand what tool I should use to interact with GCP that will most quickly support features as they are released. Is that the gcloud command, or perhaps client libraries? Thanks for your response and your help.