Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@

### Dependency updates
- Bump databricks-sdk-go from v0.112.0 to v0.117.0.

### API Changes
2 changes: 2 additions & 0 deletions bundle/direct/dresources/resources.generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions bundle/internal/schema/annotations_openapi_overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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": |-
Expand Down
2 changes: 0 additions & 2 deletions bundle/schema/jsonschema_for_docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down