fix: Missing annotations

This commit is contained in:
Ilya Kuznetsov 2024-12-12 13:01:49 +01:00
parent 43c4b581d4
commit aed0e0a92f
No known key found for this signature in database
GPG Key ID: 91F3DDCF5D21CDDF
2 changed files with 10 additions and 5 deletions

View File

@ -193,7 +193,9 @@ github.com/databricks/cli/bundle/config.Root:
Defines attributes for experimental features.
"include":
"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":
"description": |-
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).
"resources":
"description": |-
PLACEHOLDER
Specifies information about the Databricks resources used by the bundle
"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":
"description": |-
The identity to use to run the bundle.

View File

@ -6284,7 +6284,9 @@
"$ref": "#/$defs/github.com/databricks/cli/bundle/config.Experimental"
},
"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": {
"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)."
},
"resources": {
"description": "Specifies information about the Databricks resources used by the bundle",
"$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": {
"description": "The identity to use to run the bundle.",