databricks-cli/cmd/account
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
..
access-control Remove dependency on global state in generated commands (#595) 2023-07-25 20:19:07 +02:00
billable-usage Fix rendering of streaming response (#876) 2023-10-17 10:07:55 +00:00
budgets Release v0.202.0 (#619) 2023-07-27 13:23:55 +00:00
credentials Release v0.202.0 (#619) 2023-07-27 13:23:55 +00:00
custom-app-integration Updated Go SDK to 0.22.0 (#831) 2023-10-03 11:46:16 +00:00
encryption-keys Remove dependency on global state in generated commands (#595) 2023-07-25 20:19:07 +02:00
groups Fixed requiring positional arguments for API URL parameters (#878) 2023-10-19 14:19:17 +00:00
ip-access-lists Release v0.202.0 (#619) 2023-07-27 13:23:55 +00:00
log-delivery Update Go SDK to v0.19.0 (#729) 2023-09-05 09:43:57 +00:00
metastore-assignments Updated Go SDK to 0.22.0 (#831) 2023-10-03 11:46:16 +00:00
metastores Update Go SDK to v0.19.0 (#729) 2023-09-05 09:43:57 +00:00
networks Release v0.202.0 (#619) 2023-07-27 13:23:55 +00:00
o-auth-enrollment Added `databricks account o-auth-enrollment enable` command (#687) 2023-08-21 16:17:02 +00:00
o-auth-published-apps Updated Go SDK to 0.22.0 (#831) 2023-10-03 11:46:16 +00:00
private-access Release v0.202.0 (#619) 2023-07-27 13:23:55 +00:00
published-app-integration Updated Go SDK to 0.22.0 (#831) 2023-10-03 11:46:16 +00:00
service-principal-secrets Remove dependency on global state in generated commands (#595) 2023-07-25 20:19:07 +02:00
service-principals Fixed requiring positional arguments for API URL parameters (#878) 2023-10-19 14:19:17 +00:00
settings Remove dependency on global state in generated commands (#595) 2023-07-25 20:19:07 +02:00
storage Release v0.202.0 (#619) 2023-07-27 13:23:55 +00:00
storage-credentials Update Go SDK to 0.23.0 and use custom marshaller (#772) 2023-10-16 06:56:06 +00:00
users Fixed requiring positional arguments for API URL parameters (#878) 2023-10-19 14:19:17 +00:00
vpc-endpoints Release v0.202.0 (#619) 2023-07-27 13:23:55 +00:00
workspace-assignment Remove dependency on global state in generated commands (#595) 2023-07-25 20:19:07 +02:00
workspaces Update Go SDK to v0.19.0 (#729) 2023-09-05 09:43:57 +00:00
cmd.go Update Go SDK to 0.23.0 and use custom marshaller (#772) 2023-10-16 06:56:06 +00:00
groups.go Remove dependency on global state in generated commands (#595) 2023-07-25 20:19:07 +02:00