@pulumi/databricks 1.108.0-alpha.1787817821 → 1.108.0-alpha.1788068165

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/databricks",
3
- "version": "1.108.0-alpha.1787817821",
3
+ "version": "1.108.0-alpha.1788068165",
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.108.0-alpha.1787817821"
27
+ "version": "1.108.0-alpha.1788068165"
28
28
  }
29
29
  }
package/types/input.d.ts CHANGED
@@ -15718,7 +15718,6 @@ export interface JobJobCluster {
15718
15718
  serverlessComputeId?: pulumi.Input<string | undefined>;
15719
15719
  }
15720
15720
  export interface JobJobClusterNewCluster {
15721
- __applyPolicyDefaultValuesAllowLists?: pulumi.Input<pulumi.Input<string>[] | undefined>;
15722
15721
  applyPolicyDefaultValues?: pulumi.Input<boolean | undefined>;
15723
15722
  autoscale?: pulumi.Input<inputs.JobJobClusterNewClusterAutoscale | undefined>;
15724
15723
  awsAttributes?: pulumi.Input<inputs.JobJobClusterNewClusterAwsAttributes | undefined>;
@@ -17837,7 +17836,6 @@ export interface JobTaskLibraryPypi {
17837
17836
  repo?: pulumi.Input<string | undefined>;
17838
17837
  }
17839
17838
  export interface JobTaskNewCluster {
17840
- __applyPolicyDefaultValuesAllowLists?: pulumi.Input<pulumi.Input<string>[] | undefined>;
17841
17839
  applyPolicyDefaultValues?: pulumi.Input<boolean | undefined>;
17842
17840
  autoscale?: pulumi.Input<inputs.JobTaskNewClusterAutoscale | undefined>;
17843
17841
  awsAttributes?: pulumi.Input<inputs.JobTaskNewClusterAwsAttributes | undefined>;