Skip to content

Commit 1c6d8a0

Browse files
author
phoenix
committed
Update SDK to f2970bfdc45768a5c79b31397eb8ad9b805a8468
1 parent 32fc1a2 commit 1c6d8a0

22 files changed

+3980
-3192
lines changed

.codegen/_openapi_sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8f5eedbc991c4f04ce1284406577b0c92d59a224
1+
f2970bfdc45768a5c79b31397eb8ad9b805a8468

.gitattributes

Lines changed: 3186 additions & 3176 deletions
Large diffs are not rendered by default.

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
### Internal Changes
1414

1515
### API Changes
16+
* Add `workspaceClient.workspaceEntityTagAssignments()` service.

databricks-sdk-java/src/main/java/com/databricks/sdk/WorkspaceClient.java

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

databricks-sdk-java/src/main/java/com/databricks/sdk/service/catalog/SecurableKind.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import com.databricks.sdk.support.Generated;
66

7-
/** Latest kind: SECRET_EXTERNAL_AWS_SECRETS_MANAGER = 273; Next id:274 */
7+
/** Latest kind: CREDENTIAL_STORAGE_UC_CONNECTION = 275; Next id:276 */
88
@Generated
99
public enum SecurableKind {
1010
TABLE_DB_STORAGE,

databricks-sdk-java/src/main/java/com/databricks/sdk/service/compute/ClusterAttributes.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ public class ClusterAttributes {
9696

9797
/**
9898
* Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
99-
* space when its Spark workers are running low on disk space. This feature requires specific AWS
100-
* permissions to function correctly - refer to the User Guide for more details.
99+
* space when its Spark workers are running low on disk space.
101100
*/
102101
@JsonProperty("enable_elastic_disk")
103102
private Boolean enableElasticDisk;

databricks-sdk-java/src/main/java/com/databricks/sdk/service/compute/ClusterDetails.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ public class ClusterDetails {
160160

161161
/**
162162
* Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
163-
* space when its Spark workers are running low on disk space. This feature requires specific AWS
164-
* permissions to function correctly - refer to the User Guide for more details.
163+
* space when its Spark workers are running low on disk space.
165164
*/
166165
@JsonProperty("enable_elastic_disk")
167166
private Boolean enableElasticDisk;

databricks-sdk-java/src/main/java/com/databricks/sdk/service/compute/ClusterSpec.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ public class ClusterSpec {
110110

111111
/**
112112
* Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
113-
* space when its Spark workers are running low on disk space. This feature requires specific AWS
114-
* permissions to function correctly - refer to the User Guide for more details.
113+
* space when its Spark workers are running low on disk space.
115114
*/
116115
@JsonProperty("enable_elastic_disk")
117116
private Boolean enableElasticDisk;

databricks-sdk-java/src/main/java/com/databricks/sdk/service/compute/CreateCluster.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ public class CreateCluster {
113113

114114
/**
115115
* Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
116-
* space when its Spark workers are running low on disk space. This feature requires specific AWS
117-
* permissions to function correctly - refer to the User Guide for more details.
116+
* space when its Spark workers are running low on disk space.
118117
*/
119118
@JsonProperty("enable_elastic_disk")
120119
private Boolean enableElasticDisk;

databricks-sdk-java/src/main/java/com/databricks/sdk/service/compute/EditCluster.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ public class EditCluster {
110110

111111
/**
112112
* Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
113-
* space when its Spark workers are running low on disk space. This feature requires specific AWS
114-
* permissions to function correctly - refer to the User Guide for more details.
113+
* space when its Spark workers are running low on disk space.
115114
*/
116115
@JsonProperty("enable_elastic_disk")
117116
private Boolean enableElasticDisk;

0 commit comments

Comments
 (0)