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

New-GceDisk - creation of regional disk from another disk as a source is not supported #663

Open abullo-clgx opened 1 year ago

abullo-clgx commented 1 year ago

Hello there,

I'm trying create a new regional disk from another disk as a source. Here a gcloud command for reference: gcloud compute disks create $disk --source-disk $source_disk --region=$region --replica-zones=$replica_zones My expectation that New-GceDisk should support -Region, -SourceDisk, -ReplicaZones parameters.

Thanks.