You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: