databricks-cli/cmd/workspace/storage-credentials
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
..
overrides.go Remove dependency on global state in generated commands (#595) 2023-07-25 20:19:07 +02:00
storage-credentials.go Fixed requiring positional arguments for API URL parameters (#878) 2023-10-19 14:19:17 +00:00