databricks-cli/cmd/account
Andrew Nester 20179457b9
Process all the fields in top level request object even if it contains request body (#2155)
## Changes

When regenerating CLI with a new Go SDK
https://github.com/databricks/cli/pull/2126 I've noticed that some
parameters such as `no_compute` for apps are not added as flags for the
CLI commands.

This happened because we ignored all other top level fields if there's a
request body object field.

This PR relies on new AllFields method from Genkit which returns fields
from both request object and request body object.
2025-01-15 17:02:58 +01:00
..
access-control Added JSON input validation for CLI commands (#1771) 2024-10-11 14:39:53 +00:00
billable-usage Add usage string when command fails with incorrect arguments (#1276) 2024-03-12 14:12:34 +00:00
budgets Bump github.com/databricks/databricks-sdk-go from 0.51.0 to 0.52.0 (#1931) 2024-11-28 15:33:51 +00:00
credentials Added JSON input validation for CLI commands (#1771) 2024-10-11 14:39:53 +00:00
csp-enablement-account Added JSON input validation for CLI commands (#1771) 2024-10-11 14:39:53 +00:00
custom-app-integration Bump github.com/databricks/databricks-sdk-go from 0.51.0 to 0.52.0 (#1931) 2024-11-28 15:33:51 +00:00
disable-legacy-features Added JSON input validation for CLI commands (#1771) 2024-10-11 14:39:53 +00:00
encryption-keys Added JSON input validation for CLI commands (#1771) 2024-10-11 14:39:53 +00:00
esm-enablement-account Added JSON input validation for CLI commands (#1771) 2024-10-11 14:39:53 +00:00
federation-policy Process all the fields in top level request object even if it contains request body (#2155) 2025-01-15 17:02:58 +01:00
groups Added JSON input validation for CLI commands (#1771) 2024-10-11 14:39:53 +00:00
ip-access-lists Added JSON input validation for CLI commands (#1771) 2024-10-11 14:39:53 +00:00
log-delivery Added JSON input validation for CLI commands (#1771) 2024-10-11 14:39:53 +00:00
metastore-assignments Added JSON input validation for CLI commands (#1771) 2024-10-11 14:39:53 +00:00
metastores Added JSON input validation for CLI commands (#1771) 2024-10-11 14:39:53 +00:00
network-connectivity Added JSON input validation for CLI commands (#1771) 2024-10-11 14:39:53 +00:00
networks Added JSON input validation for CLI commands (#1771) 2024-10-11 14:39:53 +00:00
o-auth-published-apps Upgrade Go SDK to 0.44.0 (#1679) 2024-08-15 13:23:07 +00:00
personal-compute Added JSON input validation for CLI commands (#1771) 2024-10-11 14:39:53 +00:00
private-access Added JSON input validation for CLI commands (#1771) 2024-10-11 14:39:53 +00:00
published-app-integration Added JSON input validation for CLI commands (#1771) 2024-10-11 14:39:53 +00:00
service-principal-federation-policy Process all the fields in top level request object even if it contains request body (#2155) 2025-01-15 17:02:58 +01:00
service-principal-secrets Bump github.com/databricks/databricks-sdk-go from 0.49.0 to 0.51.0 (#1878) 2024-11-13 13:40:53 +00:00
service-principals Added JSON input validation for CLI commands (#1771) 2024-10-11 14:39:53 +00:00
settings Upgrade to Go SDK 0.47.0 (#1799) 2024-10-01 10:44:47 +00:00
storage Added JSON input validation for CLI commands (#1771) 2024-10-11 14:39:53 +00:00
storage-credentials Added JSON input validation for CLI commands (#1771) 2024-10-11 14:39:53 +00:00
usage-dashboards Added JSON input validation for CLI commands (#1771) 2024-10-11 14:39:53 +00:00
users Added JSON input validation for CLI commands (#1771) 2024-10-11 14:39:53 +00:00
vpc-endpoints Added JSON input validation for CLI commands (#1771) 2024-10-11 14:39:53 +00:00
workspace-assignment Bump github.com/databricks/databricks-sdk-go from 0.51.0 to 0.52.0 (#1931) 2024-11-28 15:33:51 +00:00
workspaces Bump github.com/databricks/databricks-sdk-go from 0.49.0 to 0.51.0 (#1878) 2024-11-13 13:40:53 +00:00
cmd.go Upgrade Go SDK to 0.54.0 (#2029) 2024-12-18 12:43:27 +00:00
groups.go Remove dependency on global state in generated commands (#595) 2023-07-25 20:19:07 +02:00