mirror of
https://github.com/docker/compose.git
synced 2026-06-21 22:15:47 +00:00
Display available azure cloud names in azure login help
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
parent
e254c26b88
commit
f08488d64d
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ func AzureLoginCommand() *cobra.Command {
|
|||
flags.StringVar(&opts.TenantID, "tenant-id", "", "Specify tenant ID to use")
|
||||
flags.StringVar(&opts.ClientID, "client-id", "", "Client ID for Service principal login")
|
||||
flags.StringVar(&opts.ClientSecret, "client-secret", "", "Client secret for Service principal login")
|
||||
flags.StringVar(&opts.CloudName, "cloud-name", "", "Name of a registered Azure cloud")
|
||||
flags.StringVar(&opts.CloudName, "cloud-name", "", "Name of a registered Azure cloud [AzureCloud | AzureChinaCloud | AzureGermanCloud | AzureUSGovernment] (AzureCloud by default)")
|
||||
|
||||
return cmd
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue