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
{{ message }}
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
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.