@pulumi/databricks 1.72.0-alpha.1750139016 → 1.72.0-alpha.1752500848
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/accountNetworkPolicy.d.ts +2 -2
- package/accountNetworkPolicy.js +2 -2
- package/alertV2.d.ts +10 -4
- package/alertV2.js +8 -2
- package/alertV2.js.map +1 -1
- package/budgetPolicy.d.ts +2 -2
- package/budgetPolicy.js +2 -2
- package/cluster.d.ts +6 -0
- package/cluster.js +4 -0
- package/cluster.js.map +1 -1
- package/connection.d.ts +24 -29
- package/connection.js +3 -17
- package/connection.js.map +1 -1
- package/databaseInstance.d.ts +33 -31
- package/databaseInstance.js +18 -6
- package/databaseInstance.js.map +1 -1
- package/entitlements.d.ts +3 -3
- package/getAlertV2.d.ts +23 -1
- package/getAlertV2.js +22 -0
- package/getAlertV2.js.map +1 -1
- package/getAlertsV2.d.ts +38 -0
- package/getAlertsV2.js +38 -0
- package/getAlertsV2.js.map +1 -1
- package/getDatabaseInstance.d.ts +42 -28
- package/getDatabaseInstance.js +32 -4
- package/getDatabaseInstance.js.map +1 -1
- package/getDatabaseInstances.d.ts +32 -0
- package/getDatabaseInstances.js +32 -0
- package/getDatabaseInstances.js.map +1 -1
- package/getJobs.d.ts +63 -10
- package/getJobs.js +56 -10
- package/getJobs.js.map +1 -1
- package/getOnlineStore.d.ts +58 -0
- package/getOnlineStore.js +24 -0
- package/getOnlineStore.js.map +1 -0
- package/getOnlineStores.d.ts +14 -0
- package/getOnlineStores.js +18 -0
- package/getOnlineStores.js.map +1 -0
- package/getQualityMonitorV2.d.ts +95 -0
- package/getQualityMonitorV2.js +68 -0
- package/getQualityMonitorV2.js.map +1 -0
- package/getQualityMonitorsV2.d.ts +46 -0
- package/getQualityMonitorsV2.js +50 -0
- package/getQualityMonitorsV2.js.map +1 -0
- package/group.d.ts +3 -3
- package/index.d.ts +18 -0
- package/index.js +26 -4
- package/index.js.map +1 -1
- package/instancePool.d.ts +2 -0
- package/instancePool.js +2 -0
- package/instancePool.js.map +1 -1
- package/mwsNccPrivateEndpointRule.d.ts +91 -5
- package/mwsNccPrivateEndpointRule.js +37 -7
- package/mwsNccPrivateEndpointRule.js.map +1 -1
- package/mwsWorkspaces.d.ts +9 -9
- package/mwsWorkspaces.js +0 -6
- package/mwsWorkspaces.js.map +1 -1
- package/onlineStore.d.ts +105 -0
- package/onlineStore.js +78 -0
- package/onlineStore.js.map +1 -0
- package/package.json +2 -2
- package/pipeline.d.ts +21 -0
- package/pipeline.js +4 -0
- package/pipeline.js.map +1 -1
- package/qualityMonitorV2.d.ts +111 -0
- package/qualityMonitorV2.js +100 -0
- package/qualityMonitorV2.js.map +1 -0
- package/recipientFederationPolicy.d.ts +2 -2
- package/recipientFederationPolicy.js +2 -2
- package/schema.d.ts +8 -0
- package/schema.js +2 -0
- package/schema.js.map +1 -1
- package/servicePrincipal.d.ts +3 -3
- package/servicePrincipalRole.d.ts +19 -3
- package/servicePrincipalRole.js +16 -0
- package/servicePrincipalRole.js.map +1 -1
- package/servicePrincipalSecret.d.ts +29 -3
- package/servicePrincipalSecret.js +16 -0
- package/servicePrincipalSecret.js.map +1 -1
- package/types/input.d.ts +238 -51
- package/types/output.d.ts +284 -70
- package/user.d.ts +3 -3
- package/workspaceNetworkOption.d.ts +2 -2
- package/workspaceNetworkOption.js +2 -2
package/user.d.ts
CHANGED
|
@@ -187,7 +187,7 @@ export declare class User extends pulumi.CustomResource {
|
|
|
187
187
|
*/
|
|
188
188
|
readonly workspaceAccess: pulumi.Output<boolean | undefined>;
|
|
189
189
|
/**
|
|
190
|
-
* This is a field to allow the user to have access to a Databricks Workspace as consumer, with limited access to workspace UI.
|
|
190
|
+
* This is a field to allow the user to have access to a Databricks Workspace as consumer, with limited access to workspace UI. Couldn't be used with `workspaceAccess` or `databricksSqlAccess`.
|
|
191
191
|
*/
|
|
192
192
|
readonly workspaceConsume: pulumi.Output<boolean | undefined>;
|
|
193
193
|
/**
|
|
@@ -264,7 +264,7 @@ export interface UserState {
|
|
|
264
264
|
*/
|
|
265
265
|
workspaceAccess?: pulumi.Input<boolean>;
|
|
266
266
|
/**
|
|
267
|
-
* This is a field to allow the user to have access to a Databricks Workspace as consumer, with limited access to workspace UI.
|
|
267
|
+
* This is a field to allow the user to have access to a Databricks Workspace as consumer, with limited access to workspace UI. Couldn't be used with `workspaceAccess` or `databricksSqlAccess`.
|
|
268
268
|
*/
|
|
269
269
|
workspaceConsume?: pulumi.Input<boolean>;
|
|
270
270
|
}
|
|
@@ -333,7 +333,7 @@ export interface UserArgs {
|
|
|
333
333
|
*/
|
|
334
334
|
workspaceAccess?: pulumi.Input<boolean>;
|
|
335
335
|
/**
|
|
336
|
-
* This is a field to allow the user to have access to a Databricks Workspace as consumer, with limited access to workspace UI.
|
|
336
|
+
* This is a field to allow the user to have access to a Databricks Workspace as consumer, with limited access to workspace UI. Couldn't be used with `workspaceAccess` or `databricksSqlAccess`.
|
|
337
337
|
*/
|
|
338
338
|
workspaceConsume?: pulumi.Input<boolean>;
|
|
339
339
|
}
|
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* ## Import
|
|
4
4
|
*
|
|
5
|
-
* As of
|
|
5
|
+
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
6
6
|
*
|
|
7
7
|
* hcl
|
|
8
8
|
*
|
|
@@ -14,7 +14,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
14
14
|
*
|
|
15
15
|
* }
|
|
16
16
|
*
|
|
17
|
-
* If you are using an older version of
|
|
17
|
+
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
18
18
|
*
|
|
19
19
|
* ```sh
|
|
20
20
|
* $ pulumi import databricks:index/workspaceNetworkOption:WorkspaceNetworkOption databricks_workspace_network_option workspace_id
|
|
@@ -8,7 +8,7 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* ## Import
|
|
10
10
|
*
|
|
11
|
-
* As of
|
|
11
|
+
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
12
12
|
*
|
|
13
13
|
* hcl
|
|
14
14
|
*
|
|
@@ -20,7 +20,7 @@ const utilities = require("./utilities");
|
|
|
20
20
|
*
|
|
21
21
|
* }
|
|
22
22
|
*
|
|
23
|
-
* If you are using an older version of
|
|
23
|
+
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
24
24
|
*
|
|
25
25
|
* ```sh
|
|
26
26
|
* $ pulumi import databricks:index/workspaceNetworkOption:WorkspaceNetworkOption databricks_workspace_network_option workspace_id
|