diff --git a/bundle/internal/schema/annotations.yml b/bundle/internal/schema/annotations.yml index 3a2f0c9459..f97f3efb9c 100644 --- a/bundle/internal/schema/annotations.yml +++ b/bundle/internal/schema/annotations.yml @@ -55,7 +55,7 @@ github.com/databricks/cli/bundle/config.Bundle: The name of the bundle. "uuid": "description": |- - A Universally Unique Identifier (UUID) for your bundle project generated by the Databricks CLI. This uniquely identifies your bundle in internal Databricks systems. + A Universally Unique Identifier (UUID) for your bundle project, generated by the Databricks CLI. This uniquely identifies your bundle in internal Databricks systems. github.com/databricks/cli/bundle/config.Deployment: "fail_on_active_runs": "description": |- diff --git a/bundle/schema/jsonschema.json b/bundle/schema/jsonschema.json index 308e15e229..f52c655c29 100644 --- a/bundle/schema/jsonschema.json +++ b/bundle/schema/jsonschema.json @@ -1126,7 +1126,7 @@ "$ref": "#/$defs/string" }, "uuid": { - "description": "A Universally Unique Identifier (UUID) for your bundle project generated by the Databricks CLI. This uniquely identifies your bundle in internal Databricks systems.", + "description": "A Universally Unique Identifier (UUID) for your bundle project, generated by the Databricks CLI. This uniquely identifies your bundle in internal Databricks systems.", "$ref": "#/$defs/string" } },