databricks-cli/.codegen
Pieter Noordhuis 74b1e05ed7
Update Go SDK to v0.34.0 (#1256)
## Changes

SDK release
https://github.com/databricks/databricks-sdk-go/releases/tag/v0.34.0

This incorporates two changes to the generation code:
* Use explicit empty check for response types (see
https://github.com/databricks/databricks-sdk-go/pull/831)
* Support subservices for the settings commands (see
https://github.com/databricks/databricks-sdk-go/pull/826)

As part of the subservices support, this change also updates how methods
are registered with their services. This used to be done with `init`
functions and now through inline function calls. This should have a
(negligible) positive impact on binary start time because we no longer
have to call as many `init` functions.

## Tests

tbd
2024-03-06 09:53:44 +00:00
..
_openapi_sha Update Go SDK to v0.34.0 (#1256) 2024-03-06 09:53:44 +00:00
changelog.md.tmpl Update CHANGELOG template (#588) 2023-07-27 10:47:38 +00:00
cmds-account.go.tmpl Update Go SDK to v0.34.0 (#1256) 2024-03-06 09:53:44 +00:00
cmds-workspace.go.tmpl Update Go SDK to v0.34.0 (#1256) 2024-03-06 09:53:44 +00:00
lookup.go.tmpl Return `application_id` for service principal lookups (#1245) 2024-03-04 16:12:10 +00:00
service.go.tmpl Update Go SDK to v0.34.0 (#1256) 2024-03-06 09:53:44 +00:00