diff --git a/bundle/internal/schema/annotations.yml b/bundle/internal/schema/annotations.yml index ec7e0a708..e52189daa 100644 --- a/bundle/internal/schema/annotations.yml +++ b/bundle/internal/schema/annotations.yml @@ -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. diff --git a/bundle/schema/jsonschema.json b/bundle/schema/jsonschema.json index 1fd6d5461..6e9c785ea 100644 --- a/bundle/schema/jsonschema.json +++ b/bundle/schema/jsonschema.json @@ -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.",