Add doc string for `bundle.uuid` (#2170)

Co-authored-by: Julia Crawford (Databricks) <julia.crawford@databricks.com>
This commit is contained in:
shreyas-goenka 2025-01-20 20:22:22 +05:30 committed by GitHub
parent 41a21af556
commit e6982d09ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,7 @@ github.com/databricks/cli/bundle/config.Bundle:
The name of the bundle.
"uuid":
"description": |-
PLACEHOLDER
Reserved. A Universally Unique Identifier (UUID) for the bundle that uniquely identifies the bundle in internal Databricks systems. This is generated when a bundle project is initialized using a Databricks template (using the `databricks bundle init` command).
github.com/databricks/cli/bundle/config.Deployment:
"fail_on_active_runs":
"description": |-

View File

@ -1126,6 +1126,7 @@
"$ref": "#/$defs/string"
},
"uuid": {
"description": "Reserved. A Universally Unique Identifier (UUID) for the bundle that uniquely identifies the bundle in internal Databricks systems. This is generated when a bundle project is initialized using a Databricks template (using the `databricks bundle init` command).",
"$ref": "#/$defs/string"
}
},