mirror of https://github.com/databricks/cli.git
add comment
This commit is contained in:
parent
fec73db111
commit
3203858032
|
@ -64,6 +64,7 @@ type ResourceDescription struct {
|
||||||
SingularName string
|
SingularName string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// The keys of the map corresponds to the resource key in the bundle configuration.
|
||||||
func SupportedResources() map[string]ResourceDescription {
|
func SupportedResources() map[string]ResourceDescription {
|
||||||
return map[string]ResourceDescription{
|
return map[string]ResourceDescription{
|
||||||
"jobs": {SingularName: "job"},
|
"jobs": {SingularName: "job"},
|
||||||
|
|
Loading…
Reference in New Issue