I need to create one new instance in a Managed Instance Group in Google Cloud. But I want to set the name on creation, there is a new function in the SDK to do that - but that is an Alpha-function.
How can our Google Cloud project get access to that function? The function where we need access is this one:
gcloud alpha compute instance-groups managed create-instance
When I try to invoke it with parameters, I get this error:
Required 'Alpha Access' permission for 'Compute API'