@pulumi/databricks 1.50.0-alpha.1724995860 → 1.50.0-alpha.1725644892
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/cluster.d.ts +0 -54
- package/cluster.js +0 -54
- package/cluster.js.map +1 -1
- package/getAwsAssumeRolePolicy.d.ts +2 -2
- package/getAwsAssumeRolePolicy.js +2 -2
- package/getCatalog.d.ts +2 -2
- package/getCatalog.js +2 -2
- package/getCatalogs.d.ts +2 -2
- package/getCatalogs.js +2 -2
- package/getCluster.d.ts +2 -2
- package/getCluster.js +2 -2
- package/getClusterPolicy.d.ts +2 -2
- package/getClusterPolicy.js +2 -2
- package/getClusters.d.ts +2 -2
- package/getClusters.js +2 -2
- package/getCurrentMetastore.d.ts +2 -2
- package/getCurrentMetastore.js +2 -2
- package/getCurrentUser.d.ts +2 -2
- package/getCurrentUser.js +2 -2
- package/getDbfsFile.d.ts +2 -2
- package/getDbfsFile.js +2 -2
- package/getDbfsFilePaths.d.ts +2 -2
- package/getDbfsFilePaths.js +2 -2
- package/getDirectory.d.ts +2 -2
- package/getDirectory.js +2 -2
- package/getGroup.d.ts +2 -2
- package/getGroup.js +2 -2
- package/getInstancePool.d.ts +2 -2
- package/getInstancePool.js +2 -2
- package/getJob.d.ts +2 -2
- package/getJob.js +2 -2
- package/getJobs.d.ts +2 -2
- package/getJobs.js +2 -2
- package/getMetastore.d.ts +2 -2
- package/getMetastore.js +2 -2
- package/getMlflowExperiment.d.ts +2 -2
- package/getMlflowExperiment.js +2 -2
- package/getMlflowModel.d.ts +2 -2
- package/getMlflowModel.js +2 -2
- package/getMwsCredentials.d.ts +2 -2
- package/getMwsCredentials.js +2 -2
- package/getMwsWorkspaces.d.ts +4 -4
- package/getMwsWorkspaces.js +4 -4
- package/getNodeType.d.ts +2 -2
- package/getNodeType.js +2 -2
- package/getNotebook.d.ts +2 -2
- package/getNotebook.js +2 -2
- package/getNotebookPaths.d.ts +2 -2
- package/getNotebookPaths.js +2 -2
- package/getPipelines.d.ts +2 -2
- package/getPipelines.js +2 -2
- package/getSchemas.d.ts +2 -2
- package/getSchemas.js +2 -2
- package/getServicePrincipal.d.ts +2 -2
- package/getServicePrincipal.js +2 -2
- package/getServicePrincipals.d.ts +2 -2
- package/getServicePrincipals.js +2 -2
- package/getSparkVersion.d.ts +2 -2
- package/getSparkVersion.js +2 -2
- package/getSqlWarehouse.d.ts +2 -2
- package/getSqlWarehouse.js +2 -2
- package/getSqlWarehouses.d.ts +2 -2
- package/getSqlWarehouses.js +2 -2
- package/getTable.d.ts +2 -2
- package/getTable.js +2 -2
- package/getTables.d.ts +2 -2
- package/getTables.js +2 -2
- package/getUser.d.ts +2 -2
- package/getUser.js +2 -2
- package/getViews.d.ts +2 -2
- package/getViews.js +2 -2
- package/getZones.d.ts +2 -2
- package/getZones.js +2 -2
- package/gitCredential.d.ts +3 -3
- package/mount.d.ts +0 -315
- package/mount.js +0 -315
- package/mount.js.map +1 -1
- package/mwsCredentials.d.ts +52 -5
- package/mwsCredentials.js +28 -5
- package/mwsCredentials.js.map +1 -1
- package/mwsCustomerManagedKeys.d.ts +0 -9
- package/mwsCustomerManagedKeys.js +0 -9
- package/mwsCustomerManagedKeys.js.map +1 -1
- package/mwsNetworks.d.ts +78 -43
- package/mwsNetworks.js +80 -45
- package/mwsNetworks.js.map +1 -1
- package/mwsPrivateAccessSettings.d.ts +1 -1
- package/mwsPrivateAccessSettings.js +1 -1
- package/mwsStorageConfigurations.d.ts +51 -6
- package/mwsStorageConfigurations.js +24 -6
- package/mwsStorageConfigurations.js.map +1 -1
- package/mwsVpcEndpoint.d.ts +1 -1
- package/mwsVpcEndpoint.js +1 -1
- package/package.json +2 -2
- package/sqlPermissions.d.ts +0 -9
- package/sqlPermissions.js.map +1 -1
- package/types/input.d.ts +2 -2
- package/types/output.d.ts +2 -2
package/getInstancePool.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
5
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
6
6
|
*
|
|
7
7
|
* Retrieves information about databricks_instance_pool.
|
|
8
8
|
*
|
|
@@ -49,7 +49,7 @@ export interface GetInstancePoolResult {
|
|
|
49
49
|
readonly poolInfo: outputs.GetInstancePoolPoolInfo;
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
52
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
53
53
|
*
|
|
54
54
|
* Retrieves information about databricks_instance_pool.
|
|
55
55
|
*
|
package/getInstancePool.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getInstancePoolOutput = exports.getInstancePool = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
9
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
10
10
|
*
|
|
11
11
|
* Retrieves information about databricks_instance_pool.
|
|
12
12
|
*
|
|
@@ -33,7 +33,7 @@ function getInstancePool(args, opts) {
|
|
|
33
33
|
}
|
|
34
34
|
exports.getInstancePool = getInstancePool;
|
|
35
35
|
/**
|
|
36
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
36
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
37
37
|
*
|
|
38
38
|
* Retrieves information about databricks_instance_pool.
|
|
39
39
|
*
|
package/getJob.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
5
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
6
6
|
*
|
|
7
7
|
* Retrieves the settings of databricks.Job by name or by id. Complements the feature of the databricks.getJobs data source.
|
|
8
8
|
*
|
|
@@ -67,7 +67,7 @@ export interface GetJobResult {
|
|
|
67
67
|
readonly name: string;
|
|
68
68
|
}
|
|
69
69
|
/**
|
|
70
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
70
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
71
71
|
*
|
|
72
72
|
* Retrieves the settings of databricks.Job by name or by id. Complements the feature of the databricks.getJobs data source.
|
|
73
73
|
*
|
package/getJob.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getJobOutput = exports.getJob = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
9
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
10
10
|
*
|
|
11
11
|
* Retrieves the settings of databricks.Job by name or by id. Complements the feature of the databricks.getJobs data source.
|
|
12
12
|
*
|
|
@@ -44,7 +44,7 @@ function getJob(args, opts) {
|
|
|
44
44
|
}
|
|
45
45
|
exports.getJob = getJob;
|
|
46
46
|
/**
|
|
47
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
47
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
48
48
|
*
|
|
49
49
|
* Retrieves the settings of databricks.Job by name or by id. Complements the feature of the databricks.getJobs data source.
|
|
50
50
|
*
|
package/getJobs.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
3
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
4
4
|
*
|
|
5
5
|
* Retrieves a list of databricks.Job ids, that were created by Pulumi or manually, so that special handling could be applied.
|
|
6
6
|
*
|
|
@@ -73,7 +73,7 @@ export interface GetJobsResult {
|
|
|
73
73
|
};
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
76
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
77
77
|
*
|
|
78
78
|
* Retrieves a list of databricks.Job ids, that were created by Pulumi or manually, so that special handling could be applied.
|
|
79
79
|
*
|
package/getJobs.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getJobsOutput = exports.getJobs = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
9
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
10
10
|
*
|
|
11
11
|
* Retrieves a list of databricks.Job ids, that were created by Pulumi or manually, so that special handling could be applied.
|
|
12
12
|
*
|
|
@@ -60,7 +60,7 @@ function getJobs(args, opts) {
|
|
|
60
60
|
}
|
|
61
61
|
exports.getJobs = getJobs;
|
|
62
62
|
/**
|
|
63
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
63
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
64
64
|
*
|
|
65
65
|
* Retrieves a list of databricks.Job ids, that were created by Pulumi or manually, so that special handling could be applied.
|
|
66
66
|
*
|
package/getMetastore.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import * as outputs from "./types/output";
|
|
|
6
6
|
*
|
|
7
7
|
* Retrieves information about metastore for a given id of databricks.Metastore object, that was created by Pulumi or manually, so that special handling could be applied.
|
|
8
8
|
*
|
|
9
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
9
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _authentication is not configured for provider_ errors.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -86,7 +86,7 @@ export interface GetMetastoreResult {
|
|
|
86
86
|
*
|
|
87
87
|
* Retrieves information about metastore for a given id of databricks.Metastore object, that was created by Pulumi or manually, so that special handling could be applied.
|
|
88
88
|
*
|
|
89
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
89
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _authentication is not configured for provider_ errors.
|
|
90
90
|
*
|
|
91
91
|
* ## Example Usage
|
|
92
92
|
*
|
package/getMetastore.js
CHANGED
|
@@ -10,7 +10,7 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Retrieves information about metastore for a given id of databricks.Metastore object, that was created by Pulumi or manually, so that special handling could be applied.
|
|
12
12
|
*
|
|
13
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
13
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _authentication is not configured for provider_ errors.
|
|
14
14
|
*
|
|
15
15
|
* ## Example Usage
|
|
16
16
|
*
|
|
@@ -57,7 +57,7 @@ exports.getMetastore = getMetastore;
|
|
|
57
57
|
*
|
|
58
58
|
* Retrieves information about metastore for a given id of databricks.Metastore object, that was created by Pulumi or manually, so that special handling could be applied.
|
|
59
59
|
*
|
|
60
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
60
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _authentication is not configured for provider_ errors.
|
|
61
61
|
*
|
|
62
62
|
* ## Example Usage
|
|
63
63
|
*
|
package/getMlflowExperiment.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
5
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
6
6
|
*
|
|
7
7
|
* Retrieves the settings of databricks.MlflowExperiment by id or name.
|
|
8
8
|
*/
|
|
@@ -82,7 +82,7 @@ export interface GetMlflowExperimentResult {
|
|
|
82
82
|
readonly tags: outputs.GetMlflowExperimentTag[];
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
85
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
86
86
|
*
|
|
87
87
|
* Retrieves the settings of databricks.MlflowExperiment by id or name.
|
|
88
88
|
*/
|
package/getMlflowExperiment.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getMlflowExperimentOutput = exports.getMlflowExperiment = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
9
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
10
10
|
*
|
|
11
11
|
* Retrieves the settings of databricks.MlflowExperiment by id or name.
|
|
12
12
|
*/
|
|
@@ -26,7 +26,7 @@ function getMlflowExperiment(args, opts) {
|
|
|
26
26
|
}
|
|
27
27
|
exports.getMlflowExperiment = getMlflowExperiment;
|
|
28
28
|
/**
|
|
29
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
29
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
30
30
|
*
|
|
31
31
|
* Retrieves the settings of databricks.MlflowExperiment by id or name.
|
|
32
32
|
*/
|
package/getMlflowModel.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
5
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
6
6
|
*
|
|
7
7
|
* Retrieves the settings of databricks.MlflowModel by name.
|
|
8
8
|
*
|
|
@@ -117,7 +117,7 @@ export interface GetMlflowModelResult {
|
|
|
117
117
|
readonly userId: string;
|
|
118
118
|
}
|
|
119
119
|
/**
|
|
120
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
120
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
121
121
|
*
|
|
122
122
|
* Retrieves the settings of databricks.MlflowModel by name.
|
|
123
123
|
*
|
package/getMlflowModel.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getMlflowModelOutput = exports.getMlflowModel = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
9
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
10
10
|
*
|
|
11
11
|
* Retrieves the settings of databricks.MlflowModel by name.
|
|
12
12
|
*
|
|
@@ -70,7 +70,7 @@ function getMlflowModel(args, opts) {
|
|
|
70
70
|
}
|
|
71
71
|
exports.getMlflowModel = getMlflowModel;
|
|
72
72
|
/**
|
|
73
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
73
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
74
74
|
*
|
|
75
75
|
* Retrieves the settings of databricks.MlflowModel by name.
|
|
76
76
|
*
|
package/getMwsCredentials.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
3
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
4
4
|
*
|
|
5
5
|
* Lists all databricks.MwsCredentials in Databricks Account.
|
|
6
6
|
*
|
|
@@ -57,7 +57,7 @@ export interface GetMwsCredentialsResult {
|
|
|
57
57
|
};
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
60
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
61
61
|
*
|
|
62
62
|
* Lists all databricks.MwsCredentials in Databricks Account.
|
|
63
63
|
*
|
package/getMwsCredentials.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getMwsCredentialsOutput = exports.getMwsCredentials = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
9
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
10
10
|
*
|
|
11
11
|
* Lists all databricks.MwsCredentials in Databricks Account.
|
|
12
12
|
*
|
|
@@ -44,7 +44,7 @@ function getMwsCredentials(args, opts) {
|
|
|
44
44
|
}
|
|
45
45
|
exports.getMwsCredentials = getMwsCredentials;
|
|
46
46
|
/**
|
|
47
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
47
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
48
48
|
*
|
|
49
49
|
* Lists all databricks.MwsCredentials in Databricks Account.
|
|
50
50
|
*
|
package/getMwsWorkspaces.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
3
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
4
4
|
*
|
|
5
5
|
* Lists all databricks.MwsWorkspaces in Databricks Account.
|
|
6
6
|
*
|
|
@@ -23,7 +23,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
23
23
|
* The following resources are used in the same context:
|
|
24
24
|
*
|
|
25
25
|
* * databricks.MwsWorkspaces to manage Databricks Workspaces on AWS and GCP.
|
|
26
|
-
* * databricks.MetastoreAssignment
|
|
26
|
+
* * databricks.MetastoreAssignment to assign databricks.Metastore to databricks.MwsWorkspaces or azurermDatabricksWorkspace
|
|
27
27
|
*/
|
|
28
28
|
export declare function getMwsWorkspaces(args?: GetMwsWorkspacesArgs, opts?: pulumi.InvokeOptions): Promise<GetMwsWorkspacesResult>;
|
|
29
29
|
/**
|
|
@@ -53,7 +53,7 @@ export interface GetMwsWorkspacesResult {
|
|
|
53
53
|
};
|
|
54
54
|
}
|
|
55
55
|
/**
|
|
56
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
56
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
57
57
|
*
|
|
58
58
|
* Lists all databricks.MwsWorkspaces in Databricks Account.
|
|
59
59
|
*
|
|
@@ -76,7 +76,7 @@ export interface GetMwsWorkspacesResult {
|
|
|
76
76
|
* The following resources are used in the same context:
|
|
77
77
|
*
|
|
78
78
|
* * databricks.MwsWorkspaces to manage Databricks Workspaces on AWS and GCP.
|
|
79
|
-
* * databricks.MetastoreAssignment
|
|
79
|
+
* * databricks.MetastoreAssignment to assign databricks.Metastore to databricks.MwsWorkspaces or azurermDatabricksWorkspace
|
|
80
80
|
*/
|
|
81
81
|
export declare function getMwsWorkspacesOutput(args?: GetMwsWorkspacesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetMwsWorkspacesResult>;
|
|
82
82
|
/**
|
package/getMwsWorkspaces.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getMwsWorkspacesOutput = exports.getMwsWorkspaces = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
9
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
10
10
|
*
|
|
11
11
|
* Lists all databricks.MwsWorkspaces in Databricks Account.
|
|
12
12
|
*
|
|
@@ -29,7 +29,7 @@ const utilities = require("./utilities");
|
|
|
29
29
|
* The following resources are used in the same context:
|
|
30
30
|
*
|
|
31
31
|
* * databricks.MwsWorkspaces to manage Databricks Workspaces on AWS and GCP.
|
|
32
|
-
* * databricks.MetastoreAssignment
|
|
32
|
+
* * databricks.MetastoreAssignment to assign databricks.Metastore to databricks.MwsWorkspaces or azurermDatabricksWorkspace
|
|
33
33
|
*/
|
|
34
34
|
function getMwsWorkspaces(args, opts) {
|
|
35
35
|
args = args || {};
|
|
@@ -40,7 +40,7 @@ function getMwsWorkspaces(args, opts) {
|
|
|
40
40
|
}
|
|
41
41
|
exports.getMwsWorkspaces = getMwsWorkspaces;
|
|
42
42
|
/**
|
|
43
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
43
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
44
44
|
*
|
|
45
45
|
* Lists all databricks.MwsWorkspaces in Databricks Account.
|
|
46
46
|
*
|
|
@@ -63,7 +63,7 @@ exports.getMwsWorkspaces = getMwsWorkspaces;
|
|
|
63
63
|
* The following resources are used in the same context:
|
|
64
64
|
*
|
|
65
65
|
* * databricks.MwsWorkspaces to manage Databricks Workspaces on AWS and GCP.
|
|
66
|
-
* * databricks.MetastoreAssignment
|
|
66
|
+
* * databricks.MetastoreAssignment to assign databricks.Metastore to databricks.MwsWorkspaces or azurermDatabricksWorkspace
|
|
67
67
|
*/
|
|
68
68
|
function getMwsWorkspacesOutput(args, opts) {
|
|
69
69
|
return pulumi.output(args).apply((a) => getMwsWorkspaces(a, opts));
|
package/getNodeType.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
3
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
4
4
|
*
|
|
5
5
|
* Gets the smallest node type for databricks.Cluster that fits search criteria, like amount of RAM or number of cores. [AWS](https://databricks.com/product/aws-pricing/instance-types) or [Azure](https://azure.microsoft.com/en-us/pricing/details/databricks/). Internally data source fetches [node types](https://docs.databricks.com/dev-tools/api/latest/clusters.html#list-node-types) available per cloud, similar to executing `databricks clusters list-node-types`, and filters it to return the smallest possible node with criteria.
|
|
6
6
|
*
|
|
@@ -136,7 +136,7 @@ export interface GetNodeTypeResult {
|
|
|
136
136
|
readonly supportPortForwarding?: boolean;
|
|
137
137
|
}
|
|
138
138
|
/**
|
|
139
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
139
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
140
140
|
*
|
|
141
141
|
* Gets the smallest node type for databricks.Cluster that fits search criteria, like amount of RAM or number of cores. [AWS](https://databricks.com/product/aws-pricing/instance-types) or [Azure](https://azure.microsoft.com/en-us/pricing/details/databricks/). Internally data source fetches [node types](https://docs.databricks.com/dev-tools/api/latest/clusters.html#list-node-types) available per cloud, similar to executing `databricks clusters list-node-types`, and filters it to return the smallest possible node with criteria.
|
|
142
142
|
*
|
package/getNodeType.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getNodeTypeOutput = exports.getNodeType = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
9
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
10
10
|
*
|
|
11
11
|
* Gets the smallest node type for databricks.Cluster that fits search criteria, like amount of RAM or number of cores. [AWS](https://databricks.com/product/aws-pricing/instance-types) or [Azure](https://azure.microsoft.com/en-us/pricing/details/databricks/). Internally data source fetches [node types](https://docs.databricks.com/dev-tools/api/latest/clusters.html#list-node-types) available per cloud, similar to executing `databricks clusters list-node-types`, and filters it to return the smallest possible node with criteria.
|
|
12
12
|
*
|
|
@@ -72,7 +72,7 @@ function getNodeType(args, opts) {
|
|
|
72
72
|
}
|
|
73
73
|
exports.getNodeType = getNodeType;
|
|
74
74
|
/**
|
|
75
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
75
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
76
76
|
*
|
|
77
77
|
* Gets the smallest node type for databricks.Cluster that fits search criteria, like amount of RAM or number of cores. [AWS](https://databricks.com/product/aws-pricing/instance-types) or [Azure](https://azure.microsoft.com/en-us/pricing/details/databricks/). Internally data source fetches [node types](https://docs.databricks.com/dev-tools/api/latest/clusters.html#list-node-types) available per cloud, similar to executing `databricks clusters list-node-types`, and filters it to return the smallest possible node with criteria.
|
|
78
78
|
*
|
package/getNotebook.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
3
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
4
4
|
*
|
|
5
5
|
* This data source allows to export a notebook from Databricks Workspace.
|
|
6
6
|
*
|
|
@@ -74,7 +74,7 @@ export interface GetNotebookResult {
|
|
|
74
74
|
readonly workspacePath: string;
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
77
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
78
78
|
*
|
|
79
79
|
* This data source allows to export a notebook from Databricks Workspace.
|
|
80
80
|
*
|
package/getNotebook.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getNotebookOutput = exports.getNotebook = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
9
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
10
10
|
*
|
|
11
11
|
* This data source allows to export a notebook from Databricks Workspace.
|
|
12
12
|
*
|
|
@@ -34,7 +34,7 @@ function getNotebook(args, opts) {
|
|
|
34
34
|
}
|
|
35
35
|
exports.getNotebook = getNotebook;
|
|
36
36
|
/**
|
|
37
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
37
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
38
38
|
*
|
|
39
39
|
* This data source allows to export a notebook from Databricks Workspace.
|
|
40
40
|
*
|
package/getNotebookPaths.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
4
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
5
5
|
*
|
|
6
6
|
* This data source allows to list notebooks in the Databricks Workspace.
|
|
7
7
|
*
|
|
@@ -47,7 +47,7 @@ export interface GetNotebookPathsResult {
|
|
|
47
47
|
readonly recursive: boolean;
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
50
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
51
51
|
*
|
|
52
52
|
* This data source allows to list notebooks in the Databricks Workspace.
|
|
53
53
|
*
|
package/getNotebookPaths.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getNotebookPathsOutput = exports.getNotebookPaths = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
9
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
10
10
|
*
|
|
11
11
|
* This data source allows to list notebooks in the Databricks Workspace.
|
|
12
12
|
*
|
|
@@ -31,7 +31,7 @@ function getNotebookPaths(args, opts) {
|
|
|
31
31
|
}
|
|
32
32
|
exports.getNotebookPaths = getNotebookPaths;
|
|
33
33
|
/**
|
|
34
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
34
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
35
35
|
*
|
|
36
36
|
* This data source allows to list notebooks in the Databricks Workspace.
|
|
37
37
|
*
|
package/getPipelines.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
3
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _authentication is not configured for provider_ errors.
|
|
4
4
|
*
|
|
5
5
|
* Retrieves a list of all databricks.Pipeline ([Delta Live Tables](https://docs.databricks.com/data-engineering/delta-live-tables/index.html)) ids deployed in a workspace, or those matching the provided search term. Maximum 100 results.
|
|
6
6
|
*
|
|
@@ -79,7 +79,7 @@ export interface GetPipelinesResult {
|
|
|
79
79
|
readonly pipelineName?: string;
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
82
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _authentication is not configured for provider_ errors.
|
|
83
83
|
*
|
|
84
84
|
* Retrieves a list of all databricks.Pipeline ([Delta Live Tables](https://docs.databricks.com/data-engineering/delta-live-tables/index.html)) ids deployed in a workspace, or those matching the provided search term. Maximum 100 results.
|
|
85
85
|
*
|
package/getPipelines.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getPipelinesOutput = exports.getPipelines = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
9
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _authentication is not configured for provider_ errors.
|
|
10
10
|
*
|
|
11
11
|
* Retrieves a list of all databricks.Pipeline ([Delta Live Tables](https://docs.databricks.com/data-engineering/delta-live-tables/index.html)) ids deployed in a workspace, or those matching the provided search term. Maximum 100 results.
|
|
12
12
|
*
|
|
@@ -66,7 +66,7 @@ function getPipelines(args, opts) {
|
|
|
66
66
|
}
|
|
67
67
|
exports.getPipelines = getPipelines;
|
|
68
68
|
/**
|
|
69
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
69
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _authentication is not configured for provider_ errors.
|
|
70
70
|
*
|
|
71
71
|
* Retrieves a list of all databricks.Pipeline ([Delta Live Tables](https://docs.databricks.com/data-engineering/delta-live-tables/index.html)) ids deployed in a workspace, or those matching the provided search term. Maximum 100 results.
|
|
72
72
|
*
|
package/getSchemas.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* > **Note** This data source could be only used with workspace-level provider!
|
|
4
4
|
*
|
|
5
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
5
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
6
6
|
*
|
|
7
7
|
* Retrieves a list of databricks.Schema ids, that were created by Pulumi or manually, so that special handling could be applied.
|
|
8
8
|
*
|
|
@@ -58,7 +58,7 @@ export interface GetSchemasResult {
|
|
|
58
58
|
/**
|
|
59
59
|
* > **Note** This data source could be only used with workspace-level provider!
|
|
60
60
|
*
|
|
61
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
61
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
62
62
|
*
|
|
63
63
|
* Retrieves a list of databricks.Schema ids, that were created by Pulumi or manually, so that special handling could be applied.
|
|
64
64
|
*
|
package/getSchemas.js
CHANGED
|
@@ -8,7 +8,7 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* > **Note** This data source could be only used with workspace-level provider!
|
|
10
10
|
*
|
|
11
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
11
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
12
12
|
*
|
|
13
13
|
* Retrieves a list of databricks.Schema ids, that were created by Pulumi or manually, so that special handling could be applied.
|
|
14
14
|
*
|
|
@@ -44,7 +44,7 @@ exports.getSchemas = getSchemas;
|
|
|
44
44
|
/**
|
|
45
45
|
* > **Note** This data source could be only used with workspace-level provider!
|
|
46
46
|
*
|
|
47
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
47
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
48
48
|
*
|
|
49
49
|
* Retrieves a list of databricks.Schema ids, that were created by Pulumi or manually, so that special handling could be applied.
|
|
50
50
|
*
|
package/getServicePrincipal.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
3
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
4
4
|
*
|
|
5
5
|
* Retrieves information about databricks_service_principal.
|
|
6
6
|
*
|
|
@@ -112,7 +112,7 @@ export interface GetServicePrincipalResult {
|
|
|
112
112
|
readonly spId: string;
|
|
113
113
|
}
|
|
114
114
|
/**
|
|
115
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
115
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
116
116
|
*
|
|
117
117
|
* Retrieves information about databricks_service_principal.
|
|
118
118
|
*
|
package/getServicePrincipal.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getServicePrincipalOutput = exports.getServicePrincipal = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
9
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
10
10
|
*
|
|
11
11
|
* Retrieves information about databricks_service_principal.
|
|
12
12
|
*
|
|
@@ -60,7 +60,7 @@ function getServicePrincipal(args, opts) {
|
|
|
60
60
|
}
|
|
61
61
|
exports.getServicePrincipal = getServicePrincipal;
|
|
62
62
|
/**
|
|
63
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
63
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
64
64
|
*
|
|
65
65
|
* Retrieves information about databricks_service_principal.
|
|
66
66
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
3
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
4
4
|
*
|
|
5
5
|
* Retrieves `applicationIds` of all databricks.ServicePrincipal based on their `displayName`
|
|
6
6
|
*/
|
|
@@ -33,7 +33,7 @@ export interface GetServicePrincipalsResult {
|
|
|
33
33
|
readonly id: string;
|
|
34
34
|
}
|
|
35
35
|
/**
|
|
36
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
36
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
37
37
|
*
|
|
38
38
|
* Retrieves `applicationIds` of all databricks.ServicePrincipal based on their `displayName`
|
|
39
39
|
*/
|
package/getServicePrincipals.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getServicePrincipalsOutput = exports.getServicePrincipals = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
9
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
10
10
|
*
|
|
11
11
|
* Retrieves `applicationIds` of all databricks.ServicePrincipal based on their `displayName`
|
|
12
12
|
*/
|
|
@@ -20,7 +20,7 @@ function getServicePrincipals(args, opts) {
|
|
|
20
20
|
}
|
|
21
21
|
exports.getServicePrincipals = getServicePrincipals;
|
|
22
22
|
/**
|
|
23
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
23
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
24
24
|
*
|
|
25
25
|
* Retrieves `applicationIds` of all databricks.ServicePrincipal based on their `displayName`
|
|
26
26
|
*/
|