@pulumi/databricks 1.46.0-alpha.1718947907 → 1.46.0-alpha.1719260877
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 +2 -2
- package/recipient.d.ts +1 -1
- package/recipient.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/databricks",
|
|
3
|
-
"version": "1.46.0-alpha.
|
|
3
|
+
"version": "1.46.0-alpha.1719260877",
|
|
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.46.0-alpha.
|
|
27
|
+
"version": "1.46.0-alpha.1719260877"
|
|
28
28
|
}
|
|
29
29
|
}
|
package/recipient.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ import * as outputs from "./types/output";
|
|
|
29
29
|
* const current = databricks.getCurrentUser({});
|
|
30
30
|
* const db2open = new databricks.Recipient("db2open", {
|
|
31
31
|
* name: current.then(current => `${current.alphanumeric}-recipient`),
|
|
32
|
-
* comment: "
|
|
32
|
+
* comment: "Made by Pulumi",
|
|
33
33
|
* authenticationType: "TOKEN",
|
|
34
34
|
* sharingCode: db2opensharecode.result,
|
|
35
35
|
* ipAccessList: {
|
package/recipient.js
CHANGED
|
@@ -33,7 +33,7 @@ const utilities = require("./utilities");
|
|
|
33
33
|
* const current = databricks.getCurrentUser({});
|
|
34
34
|
* const db2open = new databricks.Recipient("db2open", {
|
|
35
35
|
* name: current.then(current => `${current.alphanumeric}-recipient`),
|
|
36
|
-
* comment: "
|
|
36
|
+
* comment: "Made by Pulumi",
|
|
37
37
|
* authenticationType: "TOKEN",
|
|
38
38
|
* sharingCode: db2opensharecode.result,
|
|
39
39
|
* ipAccessList: {
|