mirror of https://github.com/databricks/cli.git
fmt
This commit is contained in:
parent
e24c3a7cd2
commit
db7b22b7f7
|
@ -81,7 +81,6 @@ func removeJobsFields(typ reflect.Type, s jsonschema.Schema) jsonschema.Schema {
|
|||
delete(s.Properties, "deployment")
|
||||
delete(s.Properties, "edit_mode")
|
||||
|
||||
|
||||
case reflect.TypeOf(jobs.GitSource{}):
|
||||
// These fields are readonly and are not meant to be set by the user.
|
||||
delete(s.Properties, "job_source")
|
||||
|
|
Loading…
Reference in New Issue