@pulumi/databricks 1.106.0 → 1.107.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.128.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.129.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.128.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.129.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.128.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.129.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.106.0",
3
+ "version": "1.107.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.106.0"
27
+ "version": "1.107.0"
28
28
  }
29
29
  }
package/types/input.d.ts CHANGED
@@ -19894,11 +19894,11 @@ export interface MwsNetworksGcpNetworkInfo {
19894
19894
  */
19895
19895
  networkProjectId: pulumi.Input<string>;
19896
19896
  /**
19897
- * @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.128.0/docs/guides/gcp-workspace#creating-a-vpc
19897
+ * @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.129.0/docs/guides/gcp-workspace#creating-a-vpc
19898
19898
  */
19899
19899
  podIpRangeName?: pulumi.Input<string | undefined>;
19900
19900
  /**
19901
- * @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.128.0/docs/guides/gcp-workspace#creating-a-vpc
19901
+ * @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.129.0/docs/guides/gcp-workspace#creating-a-vpc
19902
19902
  */
19903
19903
  serviceIpRangeName?: pulumi.Input<string | undefined>;
19904
19904
  /**
@@ -19959,11 +19959,11 @@ export interface MwsWorkspacesExternalCustomerInfo {
19959
19959
  }
19960
19960
  export interface MwsWorkspacesGcpManagedNetworkConfig {
19961
19961
  /**
19962
- * @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.128.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
19962
+ * @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.129.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
19963
19963
  */
19964
19964
  gkeClusterPodIpRange?: pulumi.Input<string | undefined>;
19965
19965
  /**
19966
- * @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.128.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
19966
+ * @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.129.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
19967
19967
  */
19968
19968
  gkeClusterServiceIpRange?: pulumi.Input<string | undefined>;
19969
19969
  subnetCidr: pulumi.Input<string>;
package/types/output.d.ts CHANGED
@@ -32015,11 +32015,11 @@ export interface MwsNetworksGcpNetworkInfo {
32015
32015
  */
32016
32016
  networkProjectId: string;
32017
32017
  /**
32018
- * @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.128.0/docs/guides/gcp-workspace#creating-a-vpc
32018
+ * @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.129.0/docs/guides/gcp-workspace#creating-a-vpc
32019
32019
  */
32020
32020
  podIpRangeName?: string;
32021
32021
  /**
32022
- * @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.128.0/docs/guides/gcp-workspace#creating-a-vpc
32022
+ * @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.129.0/docs/guides/gcp-workspace#creating-a-vpc
32023
32023
  */
32024
32024
  serviceIpRangeName?: string;
32025
32025
  /**
@@ -32080,11 +32080,11 @@ export interface MwsWorkspacesExternalCustomerInfo {
32080
32080
  }
32081
32081
  export interface MwsWorkspacesGcpManagedNetworkConfig {
32082
32082
  /**
32083
- * @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.128.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
32083
+ * @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.129.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
32084
32084
  */
32085
32085
  gkeClusterPodIpRange?: string;
32086
32086
  /**
32087
- * @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.128.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
32087
+ * @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.129.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
32088
32088
  */
32089
32089
  gkeClusterServiceIpRange?: string;
32090
32090
  subnetCidr: string;