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
|
SubscriptionID string
|
||||||
SubscriptionCert string
|
SubscriptionCert string
|
||||||
PublishSettingsFilePath string
|
PublishSettingsFilePath string
|
||||||
Name string
|
|
||||||
Location string
|
Location string
|
||||||
Size string
|
Size string
|
||||||
UserName string
|
UserName string
|
||||||
|
@ -69,10 +68,6 @@ func GetCreateFlags() []cli.Flag {
|
||||||
Usage: "Azure location",
|
Usage: "Azure location",
|
||||||
Value: "West US",
|
Value: "West US",
|
||||||
},
|
},
|
||||||
cli.StringFlag{
|
|
||||||
Name: "azure-name",
|
|
||||||
Usage: "Azure cloud service name",
|
|
||||||
},
|
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "azure-password",
|
Name: "azure-password",
|
||||||
Usage: "Azure user password",
|
Usage: "Azure user password",
|
||||||
|
|
Loading…
Reference in New Issue