@pulumi/databricks 1.96.0 → 1.97.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -354,7 +354,7 @@ export declare class MwsWorkspaces extends pulumi.CustomResource {
354
354
  */
355
355
  readonly gcpWorkspaceSa: pulumi.Output<string>;
356
356
  /**
357
- * @deprecated gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.118.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
357
+ * @deprecated gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.119.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
358
358
  */
359
359
  readonly gkeConfig: pulumi.Output<outputs.MwsWorkspacesGkeConfig | undefined>;
360
360
  readonly isNoPublicIpEnabled: pulumi.Output<boolean | undefined>;
@@ -477,7 +477,7 @@ export interface MwsWorkspacesState {
477
477
  */
478
478
  gcpWorkspaceSa?: pulumi.Input<string | undefined>;
479
479
  /**
480
- * @deprecated gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.118.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
480
+ * @deprecated gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.119.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
481
481
  */
482
482
  gkeConfig?: pulumi.Input<inputs.MwsWorkspacesGkeConfig | undefined>;
483
483
  isNoPublicIpEnabled?: pulumi.Input<boolean | undefined>;
@@ -584,7 +584,7 @@ export interface MwsWorkspacesArgs {
584
584
  externalCustomerInfo?: pulumi.Input<inputs.MwsWorkspacesExternalCustomerInfo | undefined>;
585
585
  gcpManagedNetworkConfig?: pulumi.Input<inputs.MwsWorkspacesGcpManagedNetworkConfig | undefined>;
586
586
  /**
587
- * @deprecated gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.118.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
587
+ * @deprecated gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.119.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
588
588
  */
589
589
  gkeConfig?: pulumi.Input<inputs.MwsWorkspacesGkeConfig | undefined>;
590
590
  isNoPublicIpEnabled?: pulumi.Input<boolean | undefined>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/databricks",
3
- "version": "1.96.0",
3
+ "version": "1.97.0",
4
4
  "description": "A Pulumi package for creating and managing databricks cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -24,6 +24,6 @@
24
24
  "pulumi": {
25
25
  "resource": true,
26
26
  "name": "databricks",
27
- "version": "1.96.0"
27
+ "version": "1.97.0"
28
28
  }
29
29
  }
package/types/input.d.ts CHANGED
@@ -18221,11 +18221,11 @@ export interface MwsNetworksGcpNetworkInfo {
18221
18221
  */
18222
18222
  networkProjectId: pulumi.Input<string>;
18223
18223
  /**
18224
- * @deprecated gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.118.0/docs/guides/gcp-workspace#creating-a-vpc
18224
+ * @deprecated gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.119.0/docs/guides/gcp-workspace#creating-a-vpc
18225
18225
  */
18226
18226
  podIpRangeName?: pulumi.Input<string | undefined>;
18227
18227
  /**
18228
- * @deprecated gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.118.0/docs/guides/gcp-workspace#creating-a-vpc
18228
+ * @deprecated gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.119.0/docs/guides/gcp-workspace#creating-a-vpc
18229
18229
  */
18230
18230
  serviceIpRangeName?: pulumi.Input<string | undefined>;
18231
18231
  /**
@@ -18286,11 +18286,11 @@ export interface MwsWorkspacesExternalCustomerInfo {
18286
18286
  }
18287
18287
  export interface MwsWorkspacesGcpManagedNetworkConfig {
18288
18288
  /**
18289
- * @deprecated gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.118.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
18289
+ * @deprecated gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.119.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
18290
18290
  */
18291
18291
  gkeClusterPodIpRange?: pulumi.Input<string | undefined>;
18292
18292
  /**
18293
- * @deprecated gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.118.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
18293
+ * @deprecated gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.119.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
18294
18294
  */
18295
18295
  gkeClusterServiceIpRange?: pulumi.Input<string | undefined>;
18296
18296
  subnetCidr: pulumi.Input<string>;
package/types/output.d.ts CHANGED
@@ -27123,11 +27123,11 @@ export interface MwsNetworksGcpNetworkInfo {
27123
27123
  */
27124
27124
  networkProjectId: string;
27125
27125
  /**
27126
- * @deprecated gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.118.0/docs/guides/gcp-workspace#creating-a-vpc
27126
+ * @deprecated gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.119.0/docs/guides/gcp-workspace#creating-a-vpc
27127
27127
  */
27128
27128
  podIpRangeName?: string;
27129
27129
  /**
27130
- * @deprecated gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.118.0/docs/guides/gcp-workspace#creating-a-vpc
27130
+ * @deprecated gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.119.0/docs/guides/gcp-workspace#creating-a-vpc
27131
27131
  */
27132
27132
  serviceIpRangeName?: string;
27133
27133
  /**
@@ -27188,11 +27188,11 @@ export interface MwsWorkspacesExternalCustomerInfo {
27188
27188
  }
27189
27189
  export interface MwsWorkspacesGcpManagedNetworkConfig {
27190
27190
  /**
27191
- * @deprecated gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.118.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
27191
+ * @deprecated gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.119.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
27192
27192
  */
27193
27193
  gkeClusterPodIpRange?: string;
27194
27194
  /**
27195
- * @deprecated gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.118.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
27195
+ * @deprecated gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.119.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
27196
27196
  */
27197
27197
  gkeClusterServiceIpRange?: string;
27198
27198
  subnetCidr: string;
@@ -51,7 +51,7 @@ export declare class WorkspaceBinding extends pulumi.CustomResource {
51
51
  */
52
52
  static isInstance(obj: any): obj is WorkspaceBinding;
53
53
  /**
54
- * Binding mode. Default to `BINDING_TYPE_READ_WRITE`. Possible values are `BINDING_TYPE_READ_ONLY`, `BINDING_TYPE_READ_WRITE`.
54
+ * Binding mode. Default to `BINDING_TYPE_READ_WRITE`. Possible values are `BINDING_TYPE_READ_ONLY`, `BINDING_TYPE_READ_WRITE`. Note: `BINDING_TYPE_READ_ONLY` is only supported when `securableType` is `catalog`. For `storageCredential`, `externalLocation`, and `credential`, only `BINDING_TYPE_READ_WRITE` is supported.
55
55
  */
56
56
  readonly bindingType: pulumi.Output<string | undefined>;
57
57
  /**
@@ -88,7 +88,7 @@ export declare class WorkspaceBinding extends pulumi.CustomResource {
88
88
  */
89
89
  export interface WorkspaceBindingState {
90
90
  /**
91
- * Binding mode. Default to `BINDING_TYPE_READ_WRITE`. Possible values are `BINDING_TYPE_READ_ONLY`, `BINDING_TYPE_READ_WRITE`.
91
+ * Binding mode. Default to `BINDING_TYPE_READ_WRITE`. Possible values are `BINDING_TYPE_READ_ONLY`, `BINDING_TYPE_READ_WRITE`. Note: `BINDING_TYPE_READ_ONLY` is only supported when `securableType` is `catalog`. For `storageCredential`, `externalLocation`, and `credential`, only `BINDING_TYPE_READ_WRITE` is supported.
92
92
  */
93
93
  bindingType?: pulumi.Input<string | undefined>;
94
94
  /**
@@ -117,7 +117,7 @@ export interface WorkspaceBindingState {
117
117
  */
118
118
  export interface WorkspaceBindingArgs {
119
119
  /**
120
- * Binding mode. Default to `BINDING_TYPE_READ_WRITE`. Possible values are `BINDING_TYPE_READ_ONLY`, `BINDING_TYPE_READ_WRITE`.
120
+ * Binding mode. Default to `BINDING_TYPE_READ_WRITE`. Possible values are `BINDING_TYPE_READ_ONLY`, `BINDING_TYPE_READ_WRITE`. Note: `BINDING_TYPE_READ_ONLY` is only supported when `securableType` is `catalog`. For `storageCredential`, `externalLocation`, and `credential`, only `BINDING_TYPE_READ_WRITE` is supported.
121
121
  */
122
122
  bindingType?: pulumi.Input<string | undefined>;
123
123
  /**