@pulumi/databricks 1.102.0 → 1.103.0-alpha.1786420525
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/databaseSyncedDatabaseTable.d.ts +2 -2
- package/databaseSyncedDatabaseTable.js +2 -2
- package/getAiGatewayMcpServices.d.ts +2 -2
- package/getAiGatewayModelProviderServices.d.ts +2 -2
- package/getAiGatewayModelServices.d.ts +2 -2
- package/getSecretUc.d.ts +2 -2
- package/getSecretUc.js +2 -2
- package/getSecretUcs.d.ts +2 -2
- package/getSecretUcs.js +2 -2
- package/mwsWorkspaces.d.ts +3 -3
- package/package.json +2 -2
- package/postgresDataApi.d.ts +1 -1
- package/postgresDataApi.js +1 -1
- package/repo.d.ts +12 -0
- package/repo.d.ts.map +1 -1
- package/repo.js +2 -0
- package/repo.js.map +1 -1
- package/secretUc.d.ts +1 -1
- package/secretUc.js +1 -1
- package/types/input.d.ts +54 -23
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +182 -133
- package/types/output.d.ts.map +1 -1
|
@@ -100,7 +100,7 @@ import * as outputs from "./types/output";
|
|
|
100
100
|
* sourceTableFullName: "source_delta.tpch.customer",
|
|
101
101
|
* primaryKeyColumns: ["c_custkey"],
|
|
102
102
|
* createDatabaseObjectsIfMissing: true,
|
|
103
|
-
* existingPipelineId: syncedTable1.dataSynchronizationStatus.
|
|
103
|
+
* existingPipelineId: syncedTable1.dataSynchronizationStatus.pipelineId,
|
|
104
104
|
* },
|
|
105
105
|
* });
|
|
106
106
|
* ```
|
|
@@ -139,7 +139,7 @@ import * as outputs from "./types/output";
|
|
|
139
139
|
* tasks: [{
|
|
140
140
|
* taskKey: "synced-table-pipeline",
|
|
141
141
|
* pipelineTask: {
|
|
142
|
-
* pipelineId: syncedTable.dataSynchronizationStatus.
|
|
142
|
+
* pipelineId: syncedTable.dataSynchronizationStatus.pipelineId,
|
|
143
143
|
* },
|
|
144
144
|
* }],
|
|
145
145
|
* schedule: {
|
|
@@ -127,7 +127,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
127
127
|
* sourceTableFullName: "source_delta.tpch.customer",
|
|
128
128
|
* primaryKeyColumns: ["c_custkey"],
|
|
129
129
|
* createDatabaseObjectsIfMissing: true,
|
|
130
|
-
* existingPipelineId: syncedTable1.dataSynchronizationStatus.
|
|
130
|
+
* existingPipelineId: syncedTable1.dataSynchronizationStatus.pipelineId,
|
|
131
131
|
* },
|
|
132
132
|
* });
|
|
133
133
|
* ```
|
|
@@ -166,7 +166,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
166
166
|
* tasks: [{
|
|
167
167
|
* taskKey: "synced-table-pipeline",
|
|
168
168
|
* pipelineTask: {
|
|
169
|
-
* pipelineId: syncedTable.dataSynchronizationStatus.
|
|
169
|
+
* pipelineId: syncedTable.dataSynchronizationStatus.pipelineId,
|
|
170
170
|
* },
|
|
171
171
|
* }],
|
|
172
172
|
* schedule: {
|
|
@@ -18,7 +18,7 @@ export interface GetAiGatewayMcpServicesArgs {
|
|
|
18
18
|
includeBrowse?: boolean;
|
|
19
19
|
/**
|
|
20
20
|
* Maximum number of MCP services to return. Defaults to 100 when unset or 0;
|
|
21
|
-
* the maximum is
|
|
21
|
+
* the maximum is 100. Use `nextPageToken` to retrieve additional pages
|
|
22
22
|
*/
|
|
23
23
|
pageSize?: number;
|
|
24
24
|
/**
|
|
@@ -64,7 +64,7 @@ export interface GetAiGatewayMcpServicesOutputArgs {
|
|
|
64
64
|
includeBrowse?: pulumi.Input<boolean | undefined>;
|
|
65
65
|
/**
|
|
66
66
|
* Maximum number of MCP services to return. Defaults to 100 when unset or 0;
|
|
67
|
-
* the maximum is
|
|
67
|
+
* the maximum is 100. Use `nextPageToken` to retrieve additional pages
|
|
68
68
|
*/
|
|
69
69
|
pageSize?: pulumi.Input<number | undefined>;
|
|
70
70
|
/**
|
|
@@ -18,7 +18,7 @@ export interface GetAiGatewayModelProviderServicesArgs {
|
|
|
18
18
|
includeBrowse?: boolean;
|
|
19
19
|
/**
|
|
20
20
|
* Maximum number of provider services to return. Defaults to 100 when unset or
|
|
21
|
-
* 0; the maximum is
|
|
21
|
+
* 0; the maximum is 100. Use `nextPageToken` to retrieve additional pages
|
|
22
22
|
*/
|
|
23
23
|
pageSize?: number;
|
|
24
24
|
/**
|
|
@@ -69,7 +69,7 @@ export interface GetAiGatewayModelProviderServicesOutputArgs {
|
|
|
69
69
|
includeBrowse?: pulumi.Input<boolean | undefined>;
|
|
70
70
|
/**
|
|
71
71
|
* Maximum number of provider services to return. Defaults to 100 when unset or
|
|
72
|
-
* 0; the maximum is
|
|
72
|
+
* 0; the maximum is 100. Use `nextPageToken` to retrieve additional pages
|
|
73
73
|
*/
|
|
74
74
|
pageSize?: pulumi.Input<number | undefined>;
|
|
75
75
|
/**
|
|
@@ -18,7 +18,7 @@ export interface GetAiGatewayModelServicesArgs {
|
|
|
18
18
|
includeBrowse?: boolean;
|
|
19
19
|
/**
|
|
20
20
|
* Maximum number of model services to return. Defaults to 100 when unset or 0;
|
|
21
|
-
* the maximum is
|
|
21
|
+
* the maximum is 100. Use `nextPageToken` to retrieve additional pages
|
|
22
22
|
*/
|
|
23
23
|
pageSize?: number;
|
|
24
24
|
/**
|
|
@@ -69,7 +69,7 @@ export interface GetAiGatewayModelServicesOutputArgs {
|
|
|
69
69
|
includeBrowse?: pulumi.Input<boolean | undefined>;
|
|
70
70
|
/**
|
|
71
71
|
* Maximum number of model services to return. Defaults to 100 when unset or 0;
|
|
72
|
-
* the maximum is
|
|
72
|
+
* the maximum is 100. Use `nextPageToken` to retrieve additional pages
|
|
73
73
|
*/
|
|
74
74
|
pageSize?: pulumi.Input<number | undefined>;
|
|
75
75
|
/**
|
package/getSecretUc.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
|
-
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
6
6
|
*
|
|
7
7
|
* [API Documentation](https://docs.databricks.com/api/workspace/secretsuc)
|
|
8
8
|
*
|
|
@@ -113,7 +113,7 @@ export interface GetSecretUcResult {
|
|
|
113
113
|
readonly value: string;
|
|
114
114
|
}
|
|
115
115
|
/**
|
|
116
|
-
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
117
117
|
*
|
|
118
118
|
* [API Documentation](https://docs.databricks.com/api/workspace/secretsuc)
|
|
119
119
|
*
|
package/getSecretUc.js
CHANGED
|
@@ -29,7 +29,7 @@ exports.getSecretUcOutput = exports.getSecretUc = void 0;
|
|
|
29
29
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
30
|
const utilities = __importStar(require("./utilities"));
|
|
31
31
|
/**
|
|
32
|
-
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
33
33
|
*
|
|
34
34
|
* [API Documentation](https://docs.databricks.com/api/workspace/secretsuc)
|
|
35
35
|
*
|
|
@@ -60,7 +60,7 @@ function getSecretUc(args, opts) {
|
|
|
60
60
|
}
|
|
61
61
|
exports.getSecretUc = getSecretUc;
|
|
62
62
|
/**
|
|
63
|
-
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
64
64
|
*
|
|
65
65
|
* [API Documentation](https://docs.databricks.com/api/workspace/secretsuc)
|
|
66
66
|
*
|
package/getSecretUcs.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
|
-
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
6
6
|
*
|
|
7
7
|
* [API Documentation](https://docs.databricks.com/api/workspace/secretsuc)
|
|
8
8
|
*
|
|
@@ -71,7 +71,7 @@ export interface GetSecretUcsResult {
|
|
|
71
71
|
readonly secrets: outputs.GetSecretUcsSecret[];
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
|
-
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
75
75
|
*
|
|
76
76
|
* [API Documentation](https://docs.databricks.com/api/workspace/secretsuc)
|
|
77
77
|
*
|
package/getSecretUcs.js
CHANGED
|
@@ -29,7 +29,7 @@ exports.getSecretUcsOutput = exports.getSecretUcs = void 0;
|
|
|
29
29
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
30
|
const utilities = __importStar(require("./utilities"));
|
|
31
31
|
/**
|
|
32
|
-
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
33
33
|
*
|
|
34
34
|
* [API Documentation](https://docs.databricks.com/api/workspace/secretsuc)
|
|
35
35
|
*
|
|
@@ -64,7 +64,7 @@ function getSecretUcs(args, opts) {
|
|
|
64
64
|
}
|
|
65
65
|
exports.getSecretUcs = getSecretUcs;
|
|
66
66
|
/**
|
|
67
|
-
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
68
68
|
*
|
|
69
69
|
* [API Documentation](https://docs.databricks.com/api/workspace/secretsuc)
|
|
70
70
|
*
|
package/mwsWorkspaces.d.ts
CHANGED
|
@@ -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.
|
|
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.125.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.
|
|
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.125.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.
|
|
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.125.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.
|
|
3
|
+
"version": "1.103.0-alpha.1786420525",
|
|
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.
|
|
27
|
+
"version": "1.103.0-alpha.1786420525"
|
|
28
28
|
}
|
|
29
29
|
}
|
package/postgresDataApi.d.ts
CHANGED
|
@@ -53,7 +53,7 @@ import * as outputs from "./types/output";
|
|
|
53
53
|
* dbSchemas: ["public"],
|
|
54
54
|
* },
|
|
55
55
|
* });
|
|
56
|
-
* export const dataApiUrl = appDbPostgresDataApi.status.
|
|
56
|
+
* export const dataApiUrl = appDbPostgresDataApi.status.url;
|
|
57
57
|
* ```
|
|
58
58
|
*
|
|
59
59
|
* > [!NOTE]
|
package/postgresDataApi.js
CHANGED
|
@@ -80,7 +80,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
80
80
|
* dbSchemas: ["public"],
|
|
81
81
|
* },
|
|
82
82
|
* });
|
|
83
|
-
* export const dataApiUrl = appDbPostgresDataApi.status.
|
|
83
|
+
* export const dataApiUrl = appDbPostgresDataApi.status.url;
|
|
84
84
|
* ```
|
|
85
85
|
*
|
|
86
86
|
* > [!NOTE]
|
package/repo.d.ts
CHANGED
|
@@ -62,6 +62,10 @@ export declare class Repo extends pulumi.CustomResource {
|
|
|
62
62
|
* Hash of the HEAD commit at time of the last executed operation. It won't change if you manually perform pull operation via UI or API
|
|
63
63
|
*/
|
|
64
64
|
readonly commitHash: pulumi.Output<string>;
|
|
65
|
+
/**
|
|
66
|
+
* The ID of the Git credential (`databricks.GitCredential`) to use for authentication with the Git provider remote.
|
|
67
|
+
*/
|
|
68
|
+
readonly gitCredentialId: pulumi.Output<number | undefined>;
|
|
65
69
|
/**
|
|
66
70
|
* case insensitive name of the Git provider. Following values are supported right now (could be a subject for a change, consult [Repos API documentation](https://docs.databricks.com/dev-tools/api/latest/repos.html)): `gitHub`, `gitHubEnterprise`, `bitbucketCloud`, `bitbucketServer`, `azureDevOpsServices`, `gitLab`, `gitLabEnterpriseEdition`, `awsCodeCommit`.
|
|
67
71
|
*/
|
|
@@ -105,6 +109,10 @@ export interface RepoState {
|
|
|
105
109
|
* Hash of the HEAD commit at time of the last executed operation. It won't change if you manually perform pull operation via UI or API
|
|
106
110
|
*/
|
|
107
111
|
commitHash?: pulumi.Input<string | undefined>;
|
|
112
|
+
/**
|
|
113
|
+
* The ID of the Git credential (`databricks.GitCredential`) to use for authentication with the Git provider remote.
|
|
114
|
+
*/
|
|
115
|
+
gitCredentialId?: pulumi.Input<number | undefined>;
|
|
108
116
|
/**
|
|
109
117
|
* case insensitive name of the Git provider. Following values are supported right now (could be a subject for a change, consult [Repos API documentation](https://docs.databricks.com/dev-tools/api/latest/repos.html)): `gitHub`, `gitHubEnterprise`, `bitbucketCloud`, `bitbucketServer`, `azureDevOpsServices`, `gitLab`, `gitLabEnterpriseEdition`, `awsCodeCommit`.
|
|
110
118
|
*/
|
|
@@ -140,6 +148,10 @@ export interface RepoArgs {
|
|
|
140
148
|
* Hash of the HEAD commit at time of the last executed operation. It won't change if you manually perform pull operation via UI or API
|
|
141
149
|
*/
|
|
142
150
|
commitHash?: pulumi.Input<string | undefined>;
|
|
151
|
+
/**
|
|
152
|
+
* The ID of the Git credential (`databricks.GitCredential`) to use for authentication with the Git provider remote.
|
|
153
|
+
*/
|
|
154
|
+
gitCredentialId?: pulumi.Input<number | undefined>;
|
|
143
155
|
/**
|
|
144
156
|
* case insensitive name of the Git provider. Following values are supported right now (could be a subject for a change, consult [Repos API documentation](https://docs.databricks.com/dev-tools/api/latest/repos.html)): `gitHub`, `gitHubEnterprise`, `bitbucketCloud`, `bitbucketServer`, `azureDevOpsServices`, `gitLab`, `gitLabEnterpriseEdition`, `awsCodeCommit`.
|
|
145
157
|
*/
|
package/repo.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"repo.d.ts","sourceRoot":"","sources":["../repo.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,qBAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAC3C;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,SAAS,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,IAAI;IAO1H;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,IAAI;IAO/C;;OAEG;IACH,SAAwB,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACtD;;OAEG;IACH,SAAwB,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC1D;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC3D;;OAEG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACpD,SAAwB,cAAc,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAClF,SAAwB,cAAc,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,kBAAkB,GAAG,SAAS,CAAC,CAAC;IAC9F;;OAEG;IACH,SAAwB,GAAG,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC/D;;OAEG;IACH,SAAwB,GAAG,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACnD;;OAEG;IACH,SAAgC,aAAa,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAErE;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;
|
|
1
|
+
{"version":3,"file":"repo.d.ts","sourceRoot":"","sources":["../repo.ts"],"names":[],"mappings":"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"}
|
package/repo.js
CHANGED
|
@@ -97,6 +97,7 @@ class Repo extends pulumi.CustomResource {
|
|
|
97
97
|
const state = argsOrState;
|
|
98
98
|
resourceInputs["branch"] = state?.branch;
|
|
99
99
|
resourceInputs["commitHash"] = state?.commitHash;
|
|
100
|
+
resourceInputs["gitCredentialId"] = state?.gitCredentialId;
|
|
100
101
|
resourceInputs["gitProvider"] = state?.gitProvider;
|
|
101
102
|
resourceInputs["path"] = state?.path;
|
|
102
103
|
resourceInputs["providerConfig"] = state?.providerConfig;
|
|
@@ -112,6 +113,7 @@ class Repo extends pulumi.CustomResource {
|
|
|
112
113
|
}
|
|
113
114
|
resourceInputs["branch"] = args?.branch;
|
|
114
115
|
resourceInputs["commitHash"] = args?.commitHash;
|
|
116
|
+
resourceInputs["gitCredentialId"] = args?.gitCredentialId;
|
|
115
117
|
resourceInputs["gitProvider"] = args?.gitProvider;
|
|
116
118
|
resourceInputs["path"] = args?.path;
|
|
117
119
|
resourceInputs["providerConfig"] = args?.providerConfig;
|
package/repo.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"repo.js","sourceRoot":"","sources":["../repo.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAC3C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiB,EAAE,IAAmC;QAC/G,OAAO,IAAI,IAAI,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC3D,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,4BAA4B,CAAC;IAEnE;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC,YAAY,CAAC;IACrD,CAAC;
|
|
1
|
+
{"version":3,"file":"repo.js","sourceRoot":"","sources":["../repo.ts"],"names":[],"mappings":"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"}
|
package/secretUc.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
|
-
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
6
6
|
*
|
|
7
7
|
* [API Documentation](https://docs.databricks.com/api/workspace/secretsuc)
|
|
8
8
|
*
|
package/secretUc.js
CHANGED
|
@@ -29,7 +29,7 @@ exports.SecretUc = void 0;
|
|
|
29
29
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
30
|
const utilities = __importStar(require("./utilities"));
|
|
31
31
|
/**
|
|
32
|
-
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
33
33
|
*
|
|
34
34
|
* [API Documentation](https://docs.databricks.com/api/workspace/secretsuc)
|
|
35
35
|
*
|
package/types/input.d.ts
CHANGED
|
@@ -1618,23 +1618,28 @@ export interface AiGatewayModelProviderServiceConfigAmazonBedrock {
|
|
|
1618
1618
|
}
|
|
1619
1619
|
export interface AiGatewayModelProviderServiceConfigAmazonBedrockDirect {
|
|
1620
1620
|
/**
|
|
1621
|
-
* AWS access
|
|
1622
|
-
*
|
|
1623
|
-
|
|
1621
|
+
* AWS access-key-pair auth. Mutually exclusive with `serviceCredential`.
|
|
1622
|
+
* Supersedes the flat `awsAccessKeyId` / `awsSecretAccessKey` fields
|
|
1623
|
+
*/
|
|
1624
|
+
awsAccessKey?: pulumi.Input<inputs.AiGatewayModelProviderServiceConfigAmazonBedrockDirectAwsAccessKey | undefined>;
|
|
1625
|
+
region?: pulumi.Input<string | undefined>;
|
|
1626
|
+
serviceCredential?: pulumi.Input<inputs.AiGatewayModelProviderServiceConfigAmazonBedrockDirectServiceCredential | undefined>;
|
|
1627
|
+
}
|
|
1628
|
+
export interface AiGatewayModelProviderServiceConfigAmazonBedrockDirectAwsAccessKey {
|
|
1629
|
+
/**
|
|
1630
|
+
* AWS access key ID. Required on Create when using access-key auth. Treated as
|
|
1624
1631
|
* username-equivalent (not a secret value): round-trips on reads and is
|
|
1625
1632
|
* scrubbed from audit logs
|
|
1626
1633
|
*/
|
|
1627
|
-
|
|
1634
|
+
accessKeyId?: pulumi.Input<string | undefined>;
|
|
1628
1635
|
/**
|
|
1629
|
-
* AWS secret access key paired with `
|
|
1630
|
-
*
|
|
1631
|
-
*
|
|
1636
|
+
* AWS secret access key paired with `accessKeyId`. Required on Create when
|
|
1637
|
+
* using access-key auth. Supplied as inline plaintext via
|
|
1638
|
+
* `ProviderSecret.plaintext`
|
|
1632
1639
|
*/
|
|
1633
|
-
|
|
1634
|
-
region?: pulumi.Input<string | undefined>;
|
|
1635
|
-
serviceCredential?: pulumi.Input<inputs.AiGatewayModelProviderServiceConfigAmazonBedrockDirectServiceCredential | undefined>;
|
|
1640
|
+
secretAccessKey?: pulumi.Input<inputs.AiGatewayModelProviderServiceConfigAmazonBedrockDirectAwsAccessKeySecretAccessKey | undefined>;
|
|
1636
1641
|
}
|
|
1637
|
-
export interface
|
|
1642
|
+
export interface AiGatewayModelProviderServiceConfigAmazonBedrockDirectAwsAccessKeySecretAccessKey {
|
|
1638
1643
|
/**
|
|
1639
1644
|
* Inline plaintext credential. INPUT_ONLY: the value never round-trips on
|
|
1640
1645
|
* reads. Get and List responses omit `plaintext`; the field's presence in
|
|
@@ -1687,10 +1692,8 @@ export interface AiGatewayModelProviderServiceConfigAzureOpenai {
|
|
|
1687
1692
|
export interface AiGatewayModelProviderServiceConfigAzureOpenaiDirect {
|
|
1688
1693
|
apiKey?: pulumi.Input<inputs.AiGatewayModelProviderServiceConfigAzureOpenaiDirectApiKey | undefined>;
|
|
1689
1694
|
baseUrl?: pulumi.Input<string | undefined>;
|
|
1690
|
-
|
|
1691
|
-
clientSecret?: pulumi.Input<inputs.AiGatewayModelProviderServiceConfigAzureOpenaiDirectClientSecret | undefined>;
|
|
1695
|
+
entraServicePrincipal?: pulumi.Input<inputs.AiGatewayModelProviderServiceConfigAzureOpenaiDirectEntraServicePrincipal | undefined>;
|
|
1692
1696
|
serviceCredential?: pulumi.Input<inputs.AiGatewayModelProviderServiceConfigAzureOpenaiDirectServiceCredential | undefined>;
|
|
1693
|
-
tenantId?: pulumi.Input<string | undefined>;
|
|
1694
1697
|
}
|
|
1695
1698
|
export interface AiGatewayModelProviderServiceConfigAzureOpenaiDirectApiKey {
|
|
1696
1699
|
/**
|
|
@@ -1700,7 +1703,22 @@ export interface AiGatewayModelProviderServiceConfigAzureOpenaiDirectApiKey {
|
|
|
1700
1703
|
*/
|
|
1701
1704
|
plaintext?: pulumi.Input<string | undefined>;
|
|
1702
1705
|
}
|
|
1703
|
-
export interface
|
|
1706
|
+
export interface AiGatewayModelProviderServiceConfigAzureOpenaiDirectEntraServicePrincipal {
|
|
1707
|
+
/**
|
|
1708
|
+
* Entra ID client (application) ID. Required on Create
|
|
1709
|
+
*/
|
|
1710
|
+
clientId?: pulumi.Input<string | undefined>;
|
|
1711
|
+
/**
|
|
1712
|
+
* Entra ID client secret. Supplied as inline plaintext via
|
|
1713
|
+
* `ProviderSecret.plaintext`
|
|
1714
|
+
*/
|
|
1715
|
+
clientSecret?: pulumi.Input<inputs.AiGatewayModelProviderServiceConfigAzureOpenaiDirectEntraServicePrincipalClientSecret | undefined>;
|
|
1716
|
+
/**
|
|
1717
|
+
* Entra ID (Azure AD) tenant ID. Required on Create
|
|
1718
|
+
*/
|
|
1719
|
+
tenantId?: pulumi.Input<string | undefined>;
|
|
1720
|
+
}
|
|
1721
|
+
export interface AiGatewayModelProviderServiceConfigAzureOpenaiDirectEntraServicePrincipalClientSecret {
|
|
1704
1722
|
/**
|
|
1705
1723
|
* Inline plaintext credential. INPUT_ONLY: the value never round-trips on
|
|
1706
1724
|
* reads. Get and List responses omit `plaintext`; the field's presence in
|
|
@@ -1796,10 +1814,8 @@ export interface AiGatewayModelProviderServiceConfigMicrosoftFoundry {
|
|
|
1796
1814
|
export interface AiGatewayModelProviderServiceConfigMicrosoftFoundryDirect {
|
|
1797
1815
|
apiKey?: pulumi.Input<inputs.AiGatewayModelProviderServiceConfigMicrosoftFoundryDirectApiKey | undefined>;
|
|
1798
1816
|
baseUrl?: pulumi.Input<string | undefined>;
|
|
1799
|
-
|
|
1800
|
-
clientSecret?: pulumi.Input<inputs.AiGatewayModelProviderServiceConfigMicrosoftFoundryDirectClientSecret | undefined>;
|
|
1817
|
+
entraServicePrincipal?: pulumi.Input<inputs.AiGatewayModelProviderServiceConfigMicrosoftFoundryDirectEntraServicePrincipal | undefined>;
|
|
1801
1818
|
serviceCredential?: pulumi.Input<inputs.AiGatewayModelProviderServiceConfigMicrosoftFoundryDirectServiceCredential | undefined>;
|
|
1802
|
-
tenantId?: pulumi.Input<string | undefined>;
|
|
1803
1819
|
}
|
|
1804
1820
|
export interface AiGatewayModelProviderServiceConfigMicrosoftFoundryDirectApiKey {
|
|
1805
1821
|
/**
|
|
@@ -1809,7 +1825,22 @@ export interface AiGatewayModelProviderServiceConfigMicrosoftFoundryDirectApiKey
|
|
|
1809
1825
|
*/
|
|
1810
1826
|
plaintext?: pulumi.Input<string | undefined>;
|
|
1811
1827
|
}
|
|
1812
|
-
export interface
|
|
1828
|
+
export interface AiGatewayModelProviderServiceConfigMicrosoftFoundryDirectEntraServicePrincipal {
|
|
1829
|
+
/**
|
|
1830
|
+
* Entra ID client (application) ID. Required on Create
|
|
1831
|
+
*/
|
|
1832
|
+
clientId?: pulumi.Input<string | undefined>;
|
|
1833
|
+
/**
|
|
1834
|
+
* Entra ID client secret. Supplied as inline plaintext via
|
|
1835
|
+
* `ProviderSecret.plaintext`
|
|
1836
|
+
*/
|
|
1837
|
+
clientSecret?: pulumi.Input<inputs.AiGatewayModelProviderServiceConfigMicrosoftFoundryDirectEntraServicePrincipalClientSecret | undefined>;
|
|
1838
|
+
/**
|
|
1839
|
+
* Entra ID (Azure AD) tenant ID. Required on Create
|
|
1840
|
+
*/
|
|
1841
|
+
tenantId?: pulumi.Input<string | undefined>;
|
|
1842
|
+
}
|
|
1843
|
+
export interface AiGatewayModelProviderServiceConfigMicrosoftFoundryDirectEntraServicePrincipalClientSecret {
|
|
1813
1844
|
/**
|
|
1814
1845
|
* Inline plaintext credential. INPUT_ONLY: the value never round-trips on
|
|
1815
1846
|
* reads. Get and List responses omit `plaintext`; the field's presence in
|
|
@@ -19603,11 +19634,11 @@ export interface MwsNetworksGcpNetworkInfo {
|
|
|
19603
19634
|
*/
|
|
19604
19635
|
networkProjectId: pulumi.Input<string>;
|
|
19605
19636
|
/**
|
|
19606
|
-
* @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.
|
|
19637
|
+
* @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.125.0/docs/guides/gcp-workspace#creating-a-vpc
|
|
19607
19638
|
*/
|
|
19608
19639
|
podIpRangeName?: pulumi.Input<string | undefined>;
|
|
19609
19640
|
/**
|
|
19610
|
-
* @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.
|
|
19641
|
+
* @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.125.0/docs/guides/gcp-workspace#creating-a-vpc
|
|
19611
19642
|
*/
|
|
19612
19643
|
serviceIpRangeName?: pulumi.Input<string | undefined>;
|
|
19613
19644
|
/**
|
|
@@ -19668,11 +19699,11 @@ export interface MwsWorkspacesExternalCustomerInfo {
|
|
|
19668
19699
|
}
|
|
19669
19700
|
export interface MwsWorkspacesGcpManagedNetworkConfig {
|
|
19670
19701
|
/**
|
|
19671
|
-
* @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.
|
|
19702
|
+
* @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.125.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
|
|
19672
19703
|
*/
|
|
19673
19704
|
gkeClusterPodIpRange?: pulumi.Input<string | undefined>;
|
|
19674
19705
|
/**
|
|
19675
|
-
* @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.
|
|
19706
|
+
* @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.125.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
|
|
19676
19707
|
*/
|
|
19677
19708
|
gkeClusterServiceIpRange?: pulumi.Input<string | undefined>;
|
|
19678
19709
|
subnetCidr: pulumi.Input<string>;
|