Skip to content

Commit 1f51c0d

Browse files
committed
Upgrade go sdk to 0.85.0
1 parent de9567a commit 1f51c0d

File tree

50 files changed

+2202
-970
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2202
-970
lines changed

.codegen/_openapi_sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f2843dd06e095a39dda2d454a97ceaf6767a2bf3
1+
c4784cea599325a13472b1455e7434d639362d8b

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ cmd/workspace/current-user/current-user.go linguist-generated=true
7272
cmd/workspace/dashboard-email-subscriptions/dashboard-email-subscriptions.go linguist-generated=true
7373
cmd/workspace/dashboard-widgets/dashboard-widgets.go linguist-generated=true
7474
cmd/workspace/dashboards/dashboards.go linguist-generated=true
75+
cmd/workspace/data-quality/data-quality.go linguist-generated=true
7576
cmd/workspace/data-sources/data-sources.go linguist-generated=true
7677
cmd/workspace/database/database.go linguist-generated=true
7778
cmd/workspace/default-namespace/default-namespace.go linguist-generated=true

bundle/internal/schema/annotations_openapi.yml

Lines changed: 180 additions & 85 deletions
Large diffs are not rendered by default.

bundle/internal/schema/annotations_openapi_overrides.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ github.com/databricks/cli/bundle/config/resources.App:
55
"budget_policy_id":
66
"description": |-
77
PLACEHOLDER
8+
"compute_size":
9+
"description": |-
10+
PLACEHOLDER
811
"compute_status":
912
"description": |-
1013
PLACEHOLDER
@@ -591,6 +594,10 @@ github.com/databricks/cli/bundle/config/resources.SqlWarehousePermissionLevel:
591594
CAN_MONITOR
592595
- |-
593596
CAN_VIEW
597+
github.com/databricks/cli/bundle/config/resources.SyncedDatabaseTable:
598+
"lifecycle":
599+
"description": |-
600+
PLACEHOLDER
594601
github.com/databricks/cli/bundle/config/resources.Volume:
595602
"_":
596603
"markdown_description": |-
@@ -674,6 +681,9 @@ github.com/databricks/databricks-sdk-go/service/apps.AppResource:
674681
"database":
675682
"description": |-
676683
PLACEHOLDER
684+
"genie_space":
685+
"description": |-
686+
PLACEHOLDER
677687
"job":
678688
"description": |-
679689
PLACEHOLDER
@@ -699,6 +709,16 @@ github.com/databricks/databricks-sdk-go/service/apps.AppResourceDatabase:
699709
"permission":
700710
"description": |-
701711
PLACEHOLDER
712+
github.com/databricks/databricks-sdk-go/service/apps.AppResourceGenieSpace:
713+
"name":
714+
"description": |-
715+
PLACEHOLDER
716+
"permission":
717+
"description": |-
718+
PLACEHOLDER
719+
"space_id":
720+
"description": |-
721+
PLACEHOLDER
702722
github.com/databricks/databricks-sdk-go/service/apps.AppResourceJob:
703723
"id":
704724
"description": |-

bundle/internal/validation/generated/enum_fields.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/internal/validation/generated/required_fields.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/schema/jsonschema.json

Lines changed: 235 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/account/cmd.go

Lines changed: 7 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/account/credentials/credentials.go

Lines changed: 17 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/account/encryption-keys/encryption-keys.go

Lines changed: 5 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)