Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codegen/_openapi_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6701524136501ef070774942ef5d6e01cfaafb88
b95c2c6e21bec9551ec7d7d51ddf2dfe390b4522
1 change: 1 addition & 0 deletions NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

### Dependency updates
* Upgrade TF provider to 1.88.0 ([#3529](https://github.com/databricks/cli/pull/3529))
* Upgrade Go SDK to 0.82.0

### Bundles
* Update default-python template to make DB Connect work out of the box for unit tests, using uv to install dependencies ([#3254](https://github.com/databricks/cli/pull/3254))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Usage:

Flags:
--capacity string The sku of the instance.
--enable-pg-native-login Whether the instance has PG native password login enabled.
--enable-readable-secondaries Whether to enable secondaries to serve read-only traffic.
-h, --help help for update-database-instance
--json JSON either inline JSON string or @path/to/file.json with request body (default JSON (0 bytes))
Expand Down
1 change: 1 addition & 0 deletions acceptance/help/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ Additional Commands:
configure Configure authentication
help Help about any command
labs Manage Databricks Labs installations
tag-policies The Tag Policy API allows you to manage tag policies in Databricks.
version Retrieve information about the current version of this CLI

Flags:
Expand Down
83 changes: 0 additions & 83 deletions bundle/internal/schema/annotations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -478,89 +478,6 @@ github.com/databricks/cli/bundle/config/resources.DashboardPermission:
"user_name":
"description": |-
PLACEHOLDER
github.com/databricks/cli/bundle/config/resources.DatabaseCatalog:
"create_database_if_not_exists":
"description": |-
PLACEHOLDER
"database_instance_name":
"description": |-
PLACEHOLDER
"database_name":
"description": |-
PLACEHOLDER
"name":
"description": |-
PLACEHOLDER
"permissions":
"description": |-
PLACEHOLDER
"uid":
"description": |-
PLACEHOLDER
github.com/databricks/cli/bundle/config/resources.DatabaseInstance:
"capacity":
"description": |-
PLACEHOLDER
"child_instance_refs":
"description": |-
PLACEHOLDER
"creation_time":
"description": |-
PLACEHOLDER
"creator":
"description": |-
PLACEHOLDER
"effective_enable_readable_secondaries":
"description": |-
PLACEHOLDER
"effective_node_count":
"description": |-
PLACEHOLDER
"effective_retention_window_in_days":
"description": |-
PLACEHOLDER
"effective_stopped":
"description": |-
PLACEHOLDER
"enable_readable_secondaries":
"description": |-
PLACEHOLDER
"name":
"description": |-
PLACEHOLDER
"node_count":
"description": |-
PLACEHOLDER
"parent_instance_ref":
"description": |-
PLACEHOLDER
"permissions":
"description": |-
PLACEHOLDER
"pg_version":
"description": |-
PLACEHOLDER
"purge_on_delete":
"description": |-
PLACEHOLDER
"read_only_dns":
"description": |-
PLACEHOLDER
"read_write_dns":
"description": |-
PLACEHOLDER
"retention_window_in_days":
"description": |-
PLACEHOLDER
"state":
"description": |-
PLACEHOLDER
"stopped":
"description": |-
PLACEHOLDER
"uid":
"description": |-
PLACEHOLDER
github.com/databricks/cli/bundle/config/resources.DatabaseInstancePermission:
"group_name":
"description": |-
Expand Down
Loading
Loading