We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07678aa commit 964b504Copy full SHA for 964b504
instance/cloudServerCreate.go
@@ -117,8 +117,6 @@ func (ci *Client) CloudServerCreate(params *CloudServerCreateParams) string {
117
ci.Die(fmt.Errorf("at least one of the following flags must be set --template --image-id --backup-id"))
118
}
119
120
- // TODO - not sure if input validation belongs here or in the command...
121
-
122
validateFields := map[interface{}]interface{}{
123
params.Zone: map[string]string{"type": "PositiveInt", "optional": "true"},
124
params.Hostname: "NonEmptyString",
0 commit comments