databricks-cli/.codegen
Andrew Nester 4ad68eb314
Fixed requiring positional arguments for API URL parameters (#878)
## Changes
Some commands such as update commands have an argument in their url, for
example in pipeline we have `PUT pipelines/<id>` to update the pipeline.

Such parameters must be required and respected even if `--json` flag
with the payload passed.

Note: this depends on these PRs in Go SDK:
 https://github.com/databricks/databricks-sdk-go/pull/660
https://github.com/databricks/databricks-sdk-go/pull/661

## Tests
Manually running `databricks pipelines update`
2023-10-19 14:19:17 +00:00
..
_openapi_sha Update Go SDK to 0.23.0 and use custom marshaller (#772) 2023-10-16 06:56:06 +00:00
changelog.md.tmpl Update CHANGELOG template (#588) 2023-07-27 10:47:38 +00:00
cmds-account.go.tmpl Remove dependency on global state in generated commands (#595) 2023-07-25 20:19:07 +02:00
cmds-workspace.go.tmpl Update Go SDK to v0.19.0 (#729) 2023-09-05 09:43:57 +00:00
service.go.tmpl Fixed requiring positional arguments for API URL parameters (#878) 2023-10-19 14:19:17 +00:00