Skip to content

Commit d9bbafc

Browse files
committed
Regenerate schemas
Ran "make generate". Follow up to #4631
1 parent 24f5f01 commit d9bbafc

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

NEXT_CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@
99

1010
### Dependency updates
1111
- Bump databricks-sdk-go from v0.112.0 to v0.117.0.
12+
13+
### API Changes

bundle/direct/dresources/resources.generated.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ resources:
249249
reason: spec:input_only
250250
- field: display_name
251251
reason: spec:input_only
252+
- field: enable_pg_native_login
253+
reason: spec:input_only
252254
- field: history_retention_duration
253255
reason: spec:input_only
254256
- field: pg_version

bundle/internal/schema/annotations_openapi_overrides.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ github.com/databricks/cli/bundle/config/resources.App:
4747
"effective_usage_policy_id":
4848
"description": |-
4949
PLACEHOLDER
50+
"git_source":
51+
"description": |-
52+
PLACEHOLDER
5053
"lifecycle":
5154
"description": |-
5255
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
267270
CAN_USE
268271
- |-
269272
CAN_MANAGE
273+
github.com/databricks/cli/bundle/config/resources.ExternalLocation:
274+
"grants":
275+
"description": |-
276+
PLACEHOLDER
277+
"lifecycle":
278+
"description": |-
279+
PLACEHOLDER
270280
github.com/databricks/cli/bundle/config/resources.Job:
271281
"_":
272282
"markdown_description": |-

bundle/schema/jsonschema_for_docs.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2960,8 +2960,6 @@
29602960
"properties": {
29612961
"app": {
29622962
"$ref": "#/$defs/github.com/databricks/databricks-sdk-go/service/apps.AppResourceApp",
2963-
"x-databricks-preview": "PRIVATE",
2964-
"doNotSuggest": true,
29652963
"x-since-version": "v0.290.0"
29662964
},
29672965
"database": {

0 commit comments

Comments
 (0)