mirror of https://github.com/docker/docs.git
Merge pull request #427 from ehazlett/remove-azure-name
remove name option from azure driver
This commit is contained in:
commit
97aaf4e05d
|
@ -29,7 +29,6 @@ type Driver struct {
|
|||
SubscriptionID string
|
||||
SubscriptionCert string
|
||||
PublishSettingsFilePath string
|
||||
Name string
|
||||
Location string
|
||||
Size string
|
||||
UserName string
|
||||
|
@ -69,10 +68,6 @@ func GetCreateFlags() []cli.Flag {
|
|||
Usage: "Azure location",
|
||||
Value: "West US",
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "azure-name",
|
||||
Usage: "Azure cloud service name",
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "azure-password",
|
||||
Usage: "Azure user password",
|
||||
|
|
Loading…
Reference in New Issue