mirror of https://github.com/databricks/cli.git
Make lock optional in the JSON schema (#1738)
Fixes https://github.com/databricks/cli/issues/1561
This commit is contained in:
parent
70ce802518
commit
5d9910c8e0
|
@ -6,5 +6,5 @@ type Deployment struct {
|
||||||
FailOnActiveRuns bool `json:"fail_on_active_runs,omitempty"`
|
FailOnActiveRuns bool `json:"fail_on_active_runs,omitempty"`
|
||||||
|
|
||||||
// Lock configures locking behavior on deployment.
|
// Lock configures locking behavior on deployment.
|
||||||
Lock Lock `json:"lock"`
|
Lock Lock `json:"lock,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue