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: 1 addition & 1 deletion NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### Dependency updates

* Bump `github.com/databricks/databricks-sdk-go` from v0.126.0 to v0.127.0 ([#4984](https://github.com/databricks/cli/pull/4984)).
* Bump `github.com/databricks/databricks-sdk-go` from v0.126.0 to v0.128.0 ([#4984](https://github.com/databricks/cli/pull/4984), [#5031](https://github.com/databricks/cli/pull/5031)).
* Bump Go toolchain to 1.25.9 ([#5004](https://github.com/databricks/cli/pull/5004))

### API Changes
2 changes: 0 additions & 2 deletions acceptance/bundle/user_agent/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,10 @@ MISS run.terraform /.well-known/databricks-config 'cli/[DEV_VERSION] databricks-
MISS summary.direct /api/2.0/preview/scim/v2/Me 'cli/[DEV_VERSION] databricks-sdk-go/[SDK_VERSION] go/[GO_VERSION] os/[OS] cmd/bundle_summary cmd-exec-id/[UUID] interactive/none auth/pat'
MISS summary.direct /api/2.0/workspace/get-status 'cli/[DEV_VERSION] databricks-sdk-go/[SDK_VERSION] go/[GO_VERSION] os/[OS] cmd/bundle_summary cmd-exec-id/[UUID] interactive/none auth/pat'
MISS summary.direct /api/2.0/workspace/get-status 'cli/[DEV_VERSION] databricks-sdk-go/[SDK_VERSION] go/[GO_VERSION] os/[OS] cmd/bundle_summary cmd-exec-id/[UUID] interactive/none auth/pat'
OK summary.direct /api/2.0/preview/scim/v2/Me engine/direct
MISS summary.direct /.well-known/databricks-config 'cli/[DEV_VERSION] databricks-sdk-go/[SDK_VERSION] go/[GO_VERSION] os/[OS]'
MISS summary.terraform /api/2.0/preview/scim/v2/Me 'cli/[DEV_VERSION] databricks-sdk-go/[SDK_VERSION] go/[GO_VERSION] os/[OS] cmd/bundle_summary cmd-exec-id/[UUID] interactive/none auth/pat'
MISS summary.terraform /api/2.0/workspace/get-status 'cli/[DEV_VERSION] databricks-sdk-go/[SDK_VERSION] go/[GO_VERSION] os/[OS] cmd/bundle_summary cmd-exec-id/[UUID] interactive/none auth/pat'
MISS summary.terraform /api/2.0/workspace/get-status 'cli/[DEV_VERSION] databricks-sdk-go/[SDK_VERSION] go/[GO_VERSION] os/[OS] cmd/bundle_summary cmd-exec-id/[UUID] interactive/none auth/pat'
OK summary.terraform /api/2.0/preview/scim/v2/Me engine/terraform
MISS summary.terraform /.well-known/databricks-config 'cli/[DEV_VERSION] databricks-sdk-go/[SDK_VERSION] go/[GO_VERSION] os/[OS]'
MISS validate.direct /api/2.0/preview/scim/v2/Me 'cli/[DEV_VERSION] databricks-sdk-go/[SDK_VERSION] go/[GO_VERSION] os/[OS] cmd/bundle_validate cmd-exec-id/[UUID] interactive/none auth/pat'
MISS validate.direct /api/2.0/workspace/get-status 'cli/[DEV_VERSION] databricks-sdk-go/[SDK_VERSION] go/[GO_VERSION] os/[OS] cmd/bundle_validate cmd-exec-id/[UUID] interactive/none auth/pat'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@
"return_export_info": "true"
}
}
{
"headers": {
"User-Agent": [
"cli/[DEV_VERSION] databricks-sdk-go/[SDK_VERSION] go/[GO_VERSION] os/[OS] cmd/bundle_summary cmd-exec-id/[UUID] interactive/none engine/direct auth/pat"
]
},
"method": "GET",
"path": "/api/2.0/preview/scim/v2/Me"
}
{
"headers": {
"User-Agent": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@
"return_export_info": "true"
}
}
{
"headers": {
"User-Agent": [
"cli/[DEV_VERSION] databricks-sdk-go/[SDK_VERSION] go/[GO_VERSION] os/[OS] cmd/bundle_summary cmd-exec-id/[UUID] interactive/none engine/terraform auth/pat"
]
},
"method": "GET",
"path": "/api/2.0/preview/scim/v2/Me"
}
{
"headers": {
"User-Agent": [
Expand Down
9 changes: 7 additions & 2 deletions bundle/internal/schema/annotations_openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1133,8 +1133,6 @@ github.com/databricks/cli/bundle/config/resources.VectorSearchEndpoint:
"budget_policy_id":
"description": |-
The budget policy id to be applied
"x-databricks-preview": |-
PRIVATE
"endpoint_type":
"description": |-
Type of endpoint
Expand All @@ -1145,6 +1143,11 @@ github.com/databricks/cli/bundle/config/resources.VectorSearchEndpoint:
"name":
"description": |-
Name of the vector search endpoint
"usage_policy_id":
"description": |-
The usage policy id to be applied once we've migrated to usage policies
"x-databricks-preview": |-
PRIVATE
github.com/databricks/cli/bundle/config/resources.Volume:
"catalog_name":
"description": |-
Expand Down Expand Up @@ -6225,6 +6228,8 @@ github.com/databricks/databricks-sdk-go/service/vectorsearch.EndpointType:
"description": |-
Type of endpoint.
"enum":
- |-
STORAGE_OPTIMIZED
- |-
STANDARD
github.com/databricks/databricks-sdk-go/service/workspace.AzureKeyVaultSecretScopeMetadata:
Expand Down
3 changes: 3 additions & 0 deletions bundle/internal/schema/annotations_openapi_overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,9 @@ github.com/databricks/cli/bundle/config/resources.VectorSearchEndpoint:
"lifecycle":
"description": |-
PLACEHOLDER
"permissions":
"description": |-
PLACEHOLDER
github.com/databricks/cli/bundle/config/resources.Volume:
"_":
"markdown_description": |-
Expand Down
9 changes: 5 additions & 4 deletions bundle/schema/jsonschema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 11 additions & 5 deletions bundle/schema/jsonschema_for_docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -901,11 +901,13 @@
"properties": {
"prevent_destroy": {
"description": "Lifecycle setting to prevent the resource from being destroyed.",
"$ref": "#/$defs/bool"
"$ref": "#/$defs/bool",
"x-since-version": "v0.297.0"
},
"started": {
"description": "Lifecycle setting to deploy the resource in started mode. Only supported for apps, clusters, and sql_warehouses in direct deployment mode.",
"$ref": "#/$defs/bool"
"$ref": "#/$defs/bool",
"x-since-version": "v0.297.0"
}
},
"additionalProperties": false
Expand Down Expand Up @@ -1922,9 +1924,7 @@
"type": "object",
"properties": {
"budget_policy_id": {
"$ref": "#/$defs/string",
"x-databricks-preview": "PRIVATE",
"doNotSuggest": true
"$ref": "#/$defs/string"
},
"endpoint_type": {
"$ref": "#/$defs/github.com/databricks/databricks-sdk-go/service/vectorsearch.EndpointType"
Expand All @@ -1940,6 +1940,11 @@
},
"permissions": {
"$ref": "#/$defs/slice/github.com/databricks/cli/bundle/config/resources.Permission"
},
"usage_policy_id": {
"$ref": "#/$defs/string",
"x-databricks-preview": "PRIVATE",
"doNotSuggest": true
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -9229,6 +9234,7 @@
"type": "string",
"description": "Type of endpoint.",
"enum": [
"STORAGE_OPTIMIZED",
"STANDARD"
]
},
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/charmbracelet/bubbletea v1.3.10 // MIT
github.com/charmbracelet/huh v1.0.0 // MIT
github.com/charmbracelet/lipgloss v1.1.0 // MIT
github.com/databricks/databricks-sdk-go v0.127.0 // Apache-2.0
github.com/databricks/databricks-sdk-go v0.128.0 // Apache-2.0
github.com/fatih/color v1.19.0 // MIT
github.com/google/jsonschema-go v0.4.2 // MIT
github.com/google/uuid v1.6.0 // BSD-3-Clause
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ github.com/creack/pty v1.1.24 h1:bJrF4RRfyJnbTJqzRLHzcGaZK1NeM5kTC9jGgovnR1s=
github.com/creack/pty v1.1.24/go.mod h1:08sCNb52WyoAwi2QDyzUCTgcvVFhUzewun7wtTfvcwE=
github.com/cyphar/filepath-securejoin v0.4.1 h1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s=
github.com/cyphar/filepath-securejoin v0.4.1/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI=
github.com/databricks/databricks-sdk-go v0.127.0 h1:PMM9AVqH+YEMYu55MWg7CWjG/o8esP/4WqskAKxngiQ=
github.com/databricks/databricks-sdk-go v0.127.0/go.mod h1:C5LNgGe6hGuRrTwoxFmuup3XtQQEaqtq0e+K8IFDIS4=
github.com/databricks/databricks-sdk-go v0.128.0 h1:4aGI3KkSZHDkxNIgwQL6dn6q6zZKcgyckidcQZNDGGo=
github.com/databricks/databricks-sdk-go v0.128.0/go.mod h1:C5LNgGe6hGuRrTwoxFmuup3XtQQEaqtq0e+K8IFDIS4=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down
Loading