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
* ask for gcp project id instead of name
* list subscription locations
* update messages
* remove splitn contract
* ask only for subdomain
* survey improvements
* survey improvements
* lint
if!git&&common.Affirm("you're attempting to setup plural outside a git repository. would you like us to set one up for you here?", "PLURAL_INIT_AFFIRM_SETUP_REPO") {
162
+
if!git&&common.Affirm("You're attempting to setup plural outside a git repository. Would you like us to set one up for you here?", "PLURAL_INIT_AFFIRM_SETUP_REPO") {
Prompt: &survey.Input{Message: "Enter the name of the storage account to use for your stage, must be globally unique or already owned by your subscription:"},
144
+
Prompt: &survey.Input{Message: "Enter the name of the storage account to use for your stage, must be globally unique or already owned by your subscription:"},
134
145
Validate: utils.ValidateStorageAccountName,
135
146
},
136
147
{
137
148
Name: "region",
138
-
Prompt: &survey.Select{Message: "Enter the region you want to deploy to:", Default: "eastus", Options: azureRegions},
149
+
Prompt: &survey.Select{Message: "Enter the region you want to deploy to:", Default: "eastus", Options: locations},
139
150
Validate: survey.Required,
140
151
},
141
152
{
142
153
Name: "resource",
143
-
Prompt: &survey.Input{Message: "Enter the name of the resource group to use as default: "},
154
+
Prompt: &survey.Input{Message: "Enter the name of the resource group to use:"},
0 commit comments