diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index 0045f3667b..ed11712f51 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -9,3 +9,5 @@ ### Dependency updates - Bump databricks-sdk-go from v0.112.0 to v0.117.0. + +### API Changes diff --git a/bundle/direct/dresources/resources.generated.yml b/bundle/direct/dresources/resources.generated.yml index 1dcc398b52..5a02c184f4 100644 --- a/bundle/direct/dresources/resources.generated.yml +++ b/bundle/direct/dresources/resources.generated.yml @@ -249,6 +249,8 @@ resources: reason: spec:input_only - field: display_name reason: spec:input_only + - field: enable_pg_native_login + reason: spec:input_only - field: history_retention_duration reason: spec:input_only - field: pg_version diff --git a/bundle/internal/schema/annotations_openapi_overrides.yml b/bundle/internal/schema/annotations_openapi_overrides.yml index f0d64cb4cb..4496dd37f1 100644 --- a/bundle/internal/schema/annotations_openapi_overrides.yml +++ b/bundle/internal/schema/annotations_openapi_overrides.yml @@ -47,6 +47,9 @@ github.com/databricks/cli/bundle/config/resources.App: "effective_usage_policy_id": "description": |- PLACEHOLDER + "git_source": + "description": |- + PLACEHOLDER "lifecycle": "description": |- Lifecycle is a struct that contains the lifecycle settings for a resource. It controls the behavior of the resource when it is deployed or destroyed. @@ -267,6 +270,13 @@ github.com/databricks/cli/bundle/config/resources.DatabaseProjectPermissionLevel CAN_USE - |- CAN_MANAGE +github.com/databricks/cli/bundle/config/resources.ExternalLocation: + "grants": + "description": |- + PLACEHOLDER + "lifecycle": + "description": |- + PLACEHOLDER github.com/databricks/cli/bundle/config/resources.Job: "_": "markdown_description": |- diff --git a/bundle/schema/jsonschema_for_docs.json b/bundle/schema/jsonschema_for_docs.json index 60b200535c..fb2312a96e 100644 --- a/bundle/schema/jsonschema_for_docs.json +++ b/bundle/schema/jsonschema_for_docs.json @@ -2960,8 +2960,6 @@ "properties": { "app": { "$ref": "#/$defs/github.com/databricks/databricks-sdk-go/service/apps.AppResourceApp", - "x-databricks-preview": "PRIVATE", - "doNotSuggest": true, "x-since-version": "v0.290.0" }, "database": {