Skip to content

Commit 3f3cc2b

Browse files
authored
Run 'make generate' to remove schema drift (#4735)
Ran `make generate`
1 parent 45afed3 commit 3f3cc2b

File tree

1 file changed

+26
-13
lines changed

1 file changed

+26
-13
lines changed

bundle/schema/jsonschema_for_docs.json

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@
141141
"x-since-version": "v0.290.0"
142142
},
143143
"telemetry_export_destinations": {
144-
"$ref": "#/$defs/slice/github.com/databricks/databricks-sdk-go/service/apps.TelemetryExportDestination"
144+
"$ref": "#/$defs/slice/github.com/databricks/databricks-sdk-go/service/apps.TelemetryExportDestination",
145+
"x-since-version": "v0.294.0"
145146
},
146147
"usage_policy_id": {
147148
"$ref": "#/$defs/string",
@@ -1439,7 +1440,8 @@
14391440
"x-since-version": "v0.287.0"
14401441
},
14411442
"enable_pg_native_login": {
1442-
"$ref": "#/$defs/bool"
1443+
"$ref": "#/$defs/bool",
1444+
"x-since-version": "v0.294.0"
14431445
},
14441446
"history_retention_duration": {
14451447
"$ref": "#/$defs/github.com/databricks/databricks-sdk-go/common/types/duration.Duration",
@@ -2800,7 +2802,8 @@
28002802
"postgres": {
28012803
"$ref": "#/$defs/github.com/databricks/databricks-sdk-go/service/apps.AppResourcePostgres",
28022804
"x-databricks-preview": "PRIVATE",
2803-
"doNotSuggest": true
2805+
"doNotSuggest": true,
2806+
"x-since-version": "v0.294.0"
28042807
},
28052808
"secret": {
28062809
"$ref": "#/$defs/github.com/databricks/databricks-sdk-go/service/apps.AppResourceSecret",
@@ -2948,17 +2951,20 @@
29482951
"branch": {
29492952
"$ref": "#/$defs/string",
29502953
"x-databricks-preview": "PRIVATE",
2951-
"doNotSuggest": true
2954+
"doNotSuggest": true,
2955+
"x-since-version": "v0.294.0"
29522956
},
29532957
"database": {
29542958
"$ref": "#/$defs/string",
29552959
"x-databricks-preview": "PRIVATE",
2956-
"doNotSuggest": true
2960+
"doNotSuggest": true,
2961+
"x-since-version": "v0.294.0"
29572962
},
29582963
"permission": {
29592964
"$ref": "#/$defs/github.com/databricks/databricks-sdk-go/service/apps.AppResourcePostgresPostgresPermission",
29602965
"x-databricks-preview": "PRIVATE",
2961-
"doNotSuggest": true
2966+
"doNotSuggest": true,
2967+
"x-since-version": "v0.294.0"
29622968
}
29632969
},
29642970
"additionalProperties": false
@@ -3207,7 +3213,8 @@
32073213
"properties": {
32083214
"unity_catalog": {
32093215
"description": "Unity Catalog Destinations for OTEL telemetry export.",
3210-
"$ref": "#/$defs/github.com/databricks/databricks-sdk-go/service/apps.UnityCatalog"
3216+
"$ref": "#/$defs/github.com/databricks/databricks-sdk-go/service/apps.UnityCatalog",
3217+
"x-since-version": "v0.294.0"
32113218
}
32123219
},
32133220
"additionalProperties": false
@@ -3218,15 +3225,18 @@
32183225
"properties": {
32193226
"logs_table": {
32203227
"description": "Unity Catalog table for OTEL logs.",
3221-
"$ref": "#/$defs/string"
3228+
"$ref": "#/$defs/string",
3229+
"x-since-version": "v0.294.0"
32223230
},
32233231
"metrics_table": {
32243232
"description": "Unity Catalog table for OTEL metrics.",
3225-
"$ref": "#/$defs/string"
3233+
"$ref": "#/$defs/string",
3234+
"x-since-version": "v0.294.0"
32263235
},
32273236
"traces_table": {
32283237
"description": "Unity Catalog table for OTEL traces (spans).",
3229-
"$ref": "#/$defs/string"
3238+
"$ref": "#/$defs/string",
3239+
"x-since-version": "v0.294.0"
32303240
}
32313241
},
32323242
"additionalProperties": false,
@@ -3579,11 +3589,13 @@
35793589
"properties": {
35803590
"principal": {
35813591
"description": "The principal (user email address or group name).\nFor deleted principals, `principal` is empty while `principal_id` is populated.",
3582-
"$ref": "#/$defs/string"
3592+
"$ref": "#/$defs/string",
3593+
"x-since-version": "v0.294.0"
35833594
},
35843595
"privileges": {
35853596
"description": "The privileges assigned to the principal.",
3586-
"$ref": "#/$defs/slice/github.com/databricks/databricks-sdk-go/service/catalog.Privilege"
3597+
"$ref": "#/$defs/slice/github.com/databricks/databricks-sdk-go/service/catalog.Privilege",
3598+
"x-since-version": "v0.294.0"
35873599
}
35883600
},
35893601
"additionalProperties": false
@@ -7132,7 +7144,8 @@
71327144
"description": "The environment version of the serverless Python environment used to execute\ncustomer Python code. Each environment version includes a specific Python\nversion and a curated set of pre-installed libraries with defined versions,\nproviding a stable and reproducible execution environment.\n\nDatabricks supports a three-year lifecycle for each environment version.\nFor available versions and their included packages, see\nhttps://docs.databricks.com/aws/en/release-notes/serverless/environment-version/\n\nThe value should be a string representing the environment version number, for example: `\"4\"`.",
71337145
"$ref": "#/$defs/string",
71347146
"x-databricks-preview": "PRIVATE",
7135-
"doNotSuggest": true
7147+
"doNotSuggest": true,
7148+
"x-since-version": "v0.294.0"
71367149
}
71377150
},
71387151
"additionalProperties": false

0 commit comments

Comments
 (0)