mirror of https://github.com/databricks/cli.git
fix: Missing annotations
This commit is contained in:
parent
43c4b581d4
commit
aed0e0a92f
|
@ -193,7 +193,9 @@ github.com/databricks/cli/bundle/config.Root:
|
||||||
Defines attributes for experimental features.
|
Defines attributes for experimental features.
|
||||||
"include":
|
"include":
|
||||||
"description": |-
|
"description": |-
|
||||||
PLACEHOLDER
|
Specifies a list of path globs that contain configuration files to include within the bundle.
|
||||||
|
"markdown_description": |-
|
||||||
|
Specifies a list of path globs that contain configuration files to include within the bundle. See [_](/dev-tools/bundles/settings.md#include)
|
||||||
"permissions":
|
"permissions":
|
||||||
"description": |-
|
"description": |-
|
||||||
Defines the permissions to apply to experiments, jobs, pipelines, and models defined in the bundle
|
Defines the permissions to apply to experiments, jobs, pipelines, and models defined in the bundle
|
||||||
|
@ -206,9 +208,9 @@ github.com/databricks/cli/bundle/config.Root:
|
||||||
Defines bundle deployment presets. See [_](/dev-tools/bundles/deployment-modes.md#presets).
|
Defines bundle deployment presets. See [_](/dev-tools/bundles/deployment-modes.md#presets).
|
||||||
"resources":
|
"resources":
|
||||||
"description": |-
|
"description": |-
|
||||||
PLACEHOLDER
|
Specifies information about the Databricks resources used by the bundle
|
||||||
"markdown_description": |-
|
"markdown_description": |-
|
||||||
See [_](/dev-tools/bundles/resources.md).
|
Specifies information about the Databricks resources used by the bundle. See [_](/dev-tools/bundles/resources.md).
|
||||||
"run_as":
|
"run_as":
|
||||||
"description": |-
|
"description": |-
|
||||||
The identity to use to run the bundle.
|
The identity to use to run the bundle.
|
||||||
|
|
|
@ -6284,7 +6284,9 @@
|
||||||
"$ref": "#/$defs/github.com/databricks/cli/bundle/config.Experimental"
|
"$ref": "#/$defs/github.com/databricks/cli/bundle/config.Experimental"
|
||||||
},
|
},
|
||||||
"include": {
|
"include": {
|
||||||
"$ref": "#/$defs/slice/string"
|
"description": "Specifies a list of path globs that contain configuration files to include within the bundle.",
|
||||||
|
"$ref": "#/$defs/slice/string",
|
||||||
|
"markdownDescription": "Specifies a list of path globs that contain configuration files to include within the bundle. See [include](https://docs.databricks.com/dev-tools/bundles/settings.html#include)"
|
||||||
},
|
},
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"description": "Defines the permissions to apply to experiments, jobs, pipelines, and models defined in the bundle",
|
"description": "Defines the permissions to apply to experiments, jobs, pipelines, and models defined in the bundle",
|
||||||
|
@ -6297,8 +6299,9 @@
|
||||||
"markdownDescription": "Defines bundle deployment presets. See [presets](https://docs.databricks.com/dev-tools/bundles/deployment-modes.html#presets)."
|
"markdownDescription": "Defines bundle deployment presets. See [presets](https://docs.databricks.com/dev-tools/bundles/deployment-modes.html#presets)."
|
||||||
},
|
},
|
||||||
"resources": {
|
"resources": {
|
||||||
|
"description": "Specifies information about the Databricks resources used by the bundle",
|
||||||
"$ref": "#/$defs/github.com/databricks/cli/bundle/config.Resources",
|
"$ref": "#/$defs/github.com/databricks/cli/bundle/config.Resources",
|
||||||
"markdownDescription": "See [link](https://docs.databricks.com/dev-tools/bundles/resources.html)."
|
"markdownDescription": "Specifies information about the Databricks resources used by the bundle. See [link](https://docs.databricks.com/dev-tools/bundles/resources.html)."
|
||||||
},
|
},
|
||||||
"run_as": {
|
"run_as": {
|
||||||
"description": "The identity to use to run the bundle.",
|
"description": "The identity to use to run the bundle.",
|
||||||
|
|
Loading…
Reference in New Issue