Skip to content

Commit f09257e

Browse files
authored
Upgrade go sdk to 0.82.0 (#3538)
## Changes <!-- Brief summary of your changes that is easy to understand --> ## Why <!-- Why are these changes needed? Provide the context that the reviewer might be missing. For example, were there any decisions behind the change that are not reflected in the code itself? --> ## Tests <!-- How have you tested the changes? --> <!-- If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
1 parent 7473e21 commit f09257e

File tree

31 files changed

+1037
-144
lines changed

31 files changed

+1037
-144
lines changed

.codegen/_openapi_sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6701524136501ef070774942ef5d6e01cfaafb88
1+
b95c2c6e21bec9551ec7d7d51ddf2dfe390b4522

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

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

1415
### Bundles
1516
* 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))

acceptance/cmd/workspace/database/update-database-instance/output.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Usage:
77

88
Flags:
99
--capacity string The sku of the instance.
10+
--enable-pg-native-login Whether the instance has PG native password login enabled.
1011
--enable-readable-secondaries Whether to enable secondaries to serve read-only traffic.
1112
-h, --help help for update-database-instance
1213
--json JSON either inline JSON string or @path/to/file.json with request body (default JSON (0 bytes))

acceptance/help/output.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ Additional Commands:
150150
configure Configure authentication
151151
help Help about any command
152152
labs Manage Databricks Labs installations
153+
tag-policies The Tag Policy API allows you to manage tag policies in Databricks.
153154
version Retrieve information about the current version of this CLI
154155

155156
Flags:

bundle/internal/schema/annotations.yml

Lines changed: 0 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -478,89 +478,6 @@ github.com/databricks/cli/bundle/config/resources.DashboardPermission:
478478
"user_name":
479479
"description": |-
480480
PLACEHOLDER
481-
github.com/databricks/cli/bundle/config/resources.DatabaseCatalog:
482-
"create_database_if_not_exists":
483-
"description": |-
484-
PLACEHOLDER
485-
"database_instance_name":
486-
"description": |-
487-
PLACEHOLDER
488-
"database_name":
489-
"description": |-
490-
PLACEHOLDER
491-
"name":
492-
"description": |-
493-
PLACEHOLDER
494-
"permissions":
495-
"description": |-
496-
PLACEHOLDER
497-
"uid":
498-
"description": |-
499-
PLACEHOLDER
500-
github.com/databricks/cli/bundle/config/resources.DatabaseInstance:
501-
"capacity":
502-
"description": |-
503-
PLACEHOLDER
504-
"child_instance_refs":
505-
"description": |-
506-
PLACEHOLDER
507-
"creation_time":
508-
"description": |-
509-
PLACEHOLDER
510-
"creator":
511-
"description": |-
512-
PLACEHOLDER
513-
"effective_enable_readable_secondaries":
514-
"description": |-
515-
PLACEHOLDER
516-
"effective_node_count":
517-
"description": |-
518-
PLACEHOLDER
519-
"effective_retention_window_in_days":
520-
"description": |-
521-
PLACEHOLDER
522-
"effective_stopped":
523-
"description": |-
524-
PLACEHOLDER
525-
"enable_readable_secondaries":
526-
"description": |-
527-
PLACEHOLDER
528-
"name":
529-
"description": |-
530-
PLACEHOLDER
531-
"node_count":
532-
"description": |-
533-
PLACEHOLDER
534-
"parent_instance_ref":
535-
"description": |-
536-
PLACEHOLDER
537-
"permissions":
538-
"description": |-
539-
PLACEHOLDER
540-
"pg_version":
541-
"description": |-
542-
PLACEHOLDER
543-
"purge_on_delete":
544-
"description": |-
545-
PLACEHOLDER
546-
"read_only_dns":
547-
"description": |-
548-
PLACEHOLDER
549-
"read_write_dns":
550-
"description": |-
551-
PLACEHOLDER
552-
"retention_window_in_days":
553-
"description": |-
554-
PLACEHOLDER
555-
"state":
556-
"description": |-
557-
PLACEHOLDER
558-
"stopped":
559-
"description": |-
560-
PLACEHOLDER
561-
"uid":
562-
"description": |-
563-
PLACEHOLDER
564481
github.com/databricks/cli/bundle/config/resources.DatabaseInstancePermission:
565482
"group_name":
566483
"description": |-

0 commit comments

Comments
 (0)