You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update SDK API to 5757e4a5f208a1f416f8f94b00febb3118fdb940 (#616)
This PR updates the SDK to the latest API changes.
NO_CHANGELOG=true
Co-authored-by: databricks-ci-ghec-2[bot] <184307802+databricks-ci-ghec-2[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: NEXT_CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,3 +34,8 @@
34
34
* Add `owner` field for `com.databricks.sdk.service.postgres.ProjectStatus`.
35
35
* Add `validityCheckConfigurations` field for `com.databricks.sdk.service.qualitymonitorv2.QualityMonitor`.
36
36
* Add `burstScalingEnabled` field for `com.databricks.sdk.service.serving.PtServedModel`.
37
+
* Add `SYSTEM_MANAGED` enum value for `com.databricks.sdk.service.jobs.JobDeploymentKind`.
38
+
*[Breaking] Change `createBranch()`, `createEndpoint()` and `createProject()` methods for `workspaceClient.postgres()` service with new required argument order.
39
+
*[Breaking] Change `branchId` field for `com.databricks.sdk.service.postgres.CreateBranchRequest` to be required.
40
+
*[Breaking] Change `endpointId` field for `com.databricks.sdk.service.postgres.CreateEndpointRequest` to be required.
41
+
*[Breaking] Change `projectId` field for `com.databricks.sdk.service.postgres.CreateProjectRequest` to be required.
0 commit comments