mirror of
https://github.com/docker/docs.git
synced 2026-04-01 00:38:52 +07:00
Merge pull request #427 from ehazlett/remove-azure-name
remove name option from azure driver
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user