Skip to content

Commit 936e1a2

Browse files
authored
Update SDK with latest Spec (#1305)
## What changes are proposed in this pull request? Update SDK to latest OpenAPI specs ## How is this tested? N/A
1 parent 176203c commit 936e1a2

22 files changed

Lines changed: 926 additions & 446 deletions

File tree

.codegen/_openapi_sha

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

.gitattributes

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,6 @@ experimental/mocks/service/workspace/mock_workspace_interface.go linguist-genera
189189
internal/generatedtests/http_call_test.go linguist-generated=true
190190
internal/generatedtests/json_marshall_test.go linguist-generated=true
191191
internal/generatedtests/lro_call_test.go linguist-generated=true
192-
internal/testspecs/service/common/api.go linguist-generated=true
193-
internal/testspecs/service/common/impl.go linguist-generated=true
194-
internal/testspecs/service/common/model.go linguist-generated=true
195192
internal/testspecs/service/httpcallv2/api.go linguist-generated=true
196193
internal/testspecs/service/httpcallv2/impl.go linguist-generated=true
197194
internal/testspecs/service/httpcallv2/model.go linguist-generated=true

NEXT_CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,14 @@
9494
* Add `IncludeUnbound` field for [catalog.ListCredentialsRequest](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#ListCredentialsRequest).
9595
* Add `IncludeUnbound` field for [catalog.ListExternalLocationsRequest](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#ListExternalLocationsRequest).
9696
* Add `IncludeUnbound` field for [catalog.ListStorageCredentialsRequest](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#ListStorageCredentialsRequest).
97-
* Add `AssetTypeMcp` enum value for [marketplace.AssetType](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/marketplace#AssetType).
97+
* Add `AssetTypeMcp` enum value for [marketplace.AssetType](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/marketplace#AssetType).
98+
* Add `ComputeMode` field for [provisioning.CreateWorkspaceRequest](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/provisioning#CreateWorkspaceRequest).
99+
* Add `ExpectedWorkspaceStatus` field for [provisioning.Workspace](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/provisioning#Workspace).
100+
* Add `DependencyStorageLocations` field for [sharing.TableInternalAttributes](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/sharing#TableInternalAttributes).
101+
* Add `GitEmail` field for [workspace.CreateCredentialsRequest](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/workspace#CreateCredentialsRequest).
102+
* Add `GitEmail` field for [workspace.CreateCredentialsResponse](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/workspace#CreateCredentialsResponse).
103+
* Add `GitEmail` field for [workspace.CredentialInfo](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/workspace#CredentialInfo).
104+
* Add `GitEmail` field for [workspace.GetCredentialsResponse](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/workspace#GetCredentialsResponse).
105+
* Add `GitEmail` field for [workspace.UpdateCredentialsRequest](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/workspace#UpdateCredentialsRequest).
106+
* Add `GermanyTisax` enum value for [settings.ComplianceStandard](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/settings#ComplianceStandard).
107+
* [Breaking] Remove `PredictionProbabilityColumn` field for [dataquality.InferenceLogConfig](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/dataquality#InferenceLogConfig).

internal/generatedtests/lro_call_test.go

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

internal/testspecs/service/common/api.go

Lines changed: 0 additions & 4 deletions
This file was deleted.

internal/testspecs/service/common/impl.go

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)