@pulumi/databricks 1.50.0-alpha.1725600668 → 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.
Files changed (98) hide show
  1. package/cluster.d.ts +0 -54
  2. package/cluster.js +0 -54
  3. package/cluster.js.map +1 -1
  4. package/getAwsAssumeRolePolicy.d.ts +2 -2
  5. package/getAwsAssumeRolePolicy.js +2 -2
  6. package/getCatalog.d.ts +2 -2
  7. package/getCatalog.js +2 -2
  8. package/getCatalogs.d.ts +2 -2
  9. package/getCatalogs.js +2 -2
  10. package/getCluster.d.ts +2 -2
  11. package/getCluster.js +2 -2
  12. package/getClusterPolicy.d.ts +2 -2
  13. package/getClusterPolicy.js +2 -2
  14. package/getClusters.d.ts +2 -2
  15. package/getClusters.js +2 -2
  16. package/getCurrentMetastore.d.ts +2 -2
  17. package/getCurrentMetastore.js +2 -2
  18. package/getCurrentUser.d.ts +2 -2
  19. package/getCurrentUser.js +2 -2
  20. package/getDbfsFile.d.ts +2 -2
  21. package/getDbfsFile.js +2 -2
  22. package/getDbfsFilePaths.d.ts +2 -2
  23. package/getDbfsFilePaths.js +2 -2
  24. package/getDirectory.d.ts +2 -2
  25. package/getDirectory.js +2 -2
  26. package/getGroup.d.ts +2 -2
  27. package/getGroup.js +2 -2
  28. package/getInstancePool.d.ts +2 -2
  29. package/getInstancePool.js +2 -2
  30. package/getJob.d.ts +2 -2
  31. package/getJob.js +2 -2
  32. package/getJobs.d.ts +2 -2
  33. package/getJobs.js +2 -2
  34. package/getMetastore.d.ts +2 -2
  35. package/getMetastore.js +2 -2
  36. package/getMlflowExperiment.d.ts +2 -2
  37. package/getMlflowExperiment.js +2 -2
  38. package/getMlflowModel.d.ts +2 -2
  39. package/getMlflowModel.js +2 -2
  40. package/getMwsCredentials.d.ts +2 -2
  41. package/getMwsCredentials.js +2 -2
  42. package/getMwsWorkspaces.d.ts +4 -4
  43. package/getMwsWorkspaces.js +4 -4
  44. package/getNodeType.d.ts +2 -2
  45. package/getNodeType.js +2 -2
  46. package/getNotebook.d.ts +2 -2
  47. package/getNotebook.js +2 -2
  48. package/getNotebookPaths.d.ts +2 -2
  49. package/getNotebookPaths.js +2 -2
  50. package/getPipelines.d.ts +2 -2
  51. package/getPipelines.js +2 -2
  52. package/getSchemas.d.ts +2 -2
  53. package/getSchemas.js +2 -2
  54. package/getServicePrincipal.d.ts +2 -2
  55. package/getServicePrincipal.js +2 -2
  56. package/getServicePrincipals.d.ts +2 -2
  57. package/getServicePrincipals.js +2 -2
  58. package/getSparkVersion.d.ts +2 -2
  59. package/getSparkVersion.js +2 -2
  60. package/getSqlWarehouse.d.ts +2 -2
  61. package/getSqlWarehouse.js +2 -2
  62. package/getSqlWarehouses.d.ts +2 -2
  63. package/getSqlWarehouses.js +2 -2
  64. package/getTable.d.ts +2 -2
  65. package/getTable.js +2 -2
  66. package/getTables.d.ts +2 -2
  67. package/getTables.js +2 -2
  68. package/getUser.d.ts +2 -2
  69. package/getUser.js +2 -2
  70. package/getViews.d.ts +2 -2
  71. package/getViews.js +2 -2
  72. package/getZones.d.ts +2 -2
  73. package/getZones.js +2 -2
  74. package/gitCredential.d.ts +3 -3
  75. package/mount.d.ts +0 -315
  76. package/mount.js +0 -315
  77. package/mount.js.map +1 -1
  78. package/mwsCredentials.d.ts +52 -5
  79. package/mwsCredentials.js +28 -5
  80. package/mwsCredentials.js.map +1 -1
  81. package/mwsCustomerManagedKeys.d.ts +0 -9
  82. package/mwsCustomerManagedKeys.js +0 -9
  83. package/mwsCustomerManagedKeys.js.map +1 -1
  84. package/mwsNetworks.d.ts +78 -43
  85. package/mwsNetworks.js +80 -45
  86. package/mwsNetworks.js.map +1 -1
  87. package/mwsPrivateAccessSettings.d.ts +1 -1
  88. package/mwsPrivateAccessSettings.js +1 -1
  89. package/mwsStorageConfigurations.d.ts +51 -6
  90. package/mwsStorageConfigurations.js +24 -6
  91. package/mwsStorageConfigurations.js.map +1 -1
  92. package/mwsVpcEndpoint.d.ts +1 -1
  93. package/mwsVpcEndpoint.js +1 -1
  94. package/package.json +2 -2
  95. package/sqlPermissions.d.ts +0 -9
  96. package/sqlPermissions.js.map +1 -1
  97. package/types/input.d.ts +2 -2
  98. package/types/output.d.ts +2 -2
@@ -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 databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
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 [Databricks Runtime (DBR)](https://docs.databricks.com/runtime/dbr.html) version that could be used for `sparkVersion` parameter in databricks.Cluster and other resources that fits search criteria, like specific Spark or Scala version, ML or Genomics runtime, etc., similar to executing `databricks clusters spark-versions`, and filters it to return the latest version that matches criteria. Often used along databricks.getNodeType data source.
6
6
  *
@@ -124,7 +124,7 @@ export interface GetSparkVersionResult {
124
124
  readonly sparkVersion?: string;
125
125
  }
126
126
  /**
127
- * > **Note** If you have a fully automated setup with workspaces created by databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
127
+ * > **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.
128
128
  *
129
129
  * Gets [Databricks Runtime (DBR)](https://docs.databricks.com/runtime/dbr.html) version that could be used for `sparkVersion` parameter in databricks.Cluster and other resources that fits search criteria, like specific Spark or Scala version, ML or Genomics runtime, etc., similar to executing `databricks clusters spark-versions`, and filters it to return the latest version that matches criteria. Often used along databricks.getNodeType data source.
130
130
  *
@@ -6,7 +6,7 @@ exports.getSparkVersionOutput = exports.getSparkVersion = 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 databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
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 [Databricks Runtime (DBR)](https://docs.databricks.com/runtime/dbr.html) version that could be used for `sparkVersion` parameter in databricks.Cluster and other resources that fits search criteria, like specific Spark or Scala version, ML or Genomics runtime, etc., similar to executing `databricks clusters spark-versions`, and filters it to return the latest version that matches criteria. Often used along databricks.getNodeType data source.
12
12
  *
@@ -69,7 +69,7 @@ function getSparkVersion(args, opts) {
69
69
  }
70
70
  exports.getSparkVersion = getSparkVersion;
71
71
  /**
72
- * > **Note** If you have a fully automated setup with workspaces created by databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
72
+ * > **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.
73
73
  *
74
74
  * Gets [Databricks Runtime (DBR)](https://docs.databricks.com/runtime/dbr.html) version that could be used for `sparkVersion` parameter in databricks.Cluster and other resources that fits search criteria, like specific Spark or Scala version, ML or Genomics runtime, etc., similar to executing `databricks clusters spark-versions`, and filters it to return the latest version that matches criteria. Often used along databricks.getNodeType data source.
75
75
  *
@@ -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 databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
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 a databricks.getSqlWarehouse using its id. This could be retrieved programmatically using databricks.getSqlWarehouses data source.
8
8
  *
@@ -215,7 +215,7 @@ export interface GetSqlWarehouseResult {
215
215
  readonly warehouseType: string;
216
216
  }
217
217
  /**
218
- * > **Note** If you have a fully automated setup with workspaces created by databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
218
+ * > **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.
219
219
  *
220
220
  * Retrieves information about a databricks.getSqlWarehouse using its id. This could be retrieved programmatically using databricks.getSqlWarehouses data source.
221
221
  *
@@ -6,7 +6,7 @@ exports.getSqlWarehouseOutput = exports.getSqlWarehouse = 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 databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
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 a databricks.getSqlWarehouse using its id. This could be retrieved programmatically using databricks.getSqlWarehouses data source.
12
12
  *
@@ -74,7 +74,7 @@ function getSqlWarehouse(args, opts) {
74
74
  }
75
75
  exports.getSqlWarehouse = getSqlWarehouse;
76
76
  /**
77
- * > **Note** If you have a fully automated setup with workspaces created by databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
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
  * Retrieves information about a databricks.getSqlWarehouse using its id. This could be retrieved programmatically using databricks.getSqlWarehouses data source.
80
80
  *
@@ -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 databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
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.SqlEndpoint ids, that were created by Pulumi or manually.
6
6
  *
@@ -65,7 +65,7 @@ export interface GetSqlWarehousesResult {
65
65
  readonly warehouseNameContains?: string;
66
66
  }
67
67
  /**
68
- * > **Note** If you have a fully automated setup with workspaces created by databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
68
+ * > **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.
69
69
  *
70
70
  * Retrieves a list of databricks.SqlEndpoint ids, that were created by Pulumi or manually.
71
71
  *
@@ -6,7 +6,7 @@ exports.getSqlWarehousesOutput = exports.getSqlWarehouses = 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 databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
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.SqlEndpoint ids, that were created by Pulumi or manually.
12
12
  *
@@ -52,7 +52,7 @@ function getSqlWarehouses(args, opts) {
52
52
  }
53
53
  exports.getSqlWarehouses = getSqlWarehouses;
54
54
  /**
55
- * > **Note** If you have a fully automated setup with workspaces created by databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
55
+ * > **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.
56
56
  *
57
57
  * Retrieves a list of databricks.SqlEndpoint ids, that were created by Pulumi or manually.
58
58
  *
package/getTable.d.ts CHANGED
@@ -4,7 +4,7 @@ import * as outputs from "./types/output";
4
4
  /**
5
5
  * > **Note** This data source could be only used with workspace-level provider!
6
6
  *
7
- * > **Note** If you have a fully automated setup with workspaces created by databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
7
+ * > **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.
8
8
  *
9
9
  * Retrieves details of a specific table in Unity Catalog, that were created by Pulumi or manually. Use databricks.getTables to retrieve multiple tables in Unity Catalog
10
10
  *
@@ -70,7 +70,7 @@ export interface GetTableResult {
70
70
  /**
71
71
  * > **Note** This data source could be only used with workspace-level provider!
72
72
  *
73
- * > **Note** If you have a fully automated setup with workspaces created by databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
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 details of a specific table in Unity Catalog, that were created by Pulumi or manually. Use databricks.getTables to retrieve multiple tables in Unity Catalog
76
76
  *
package/getTable.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 databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
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 details of a specific table in Unity Catalog, that were created by Pulumi or manually. Use databricks.getTables to retrieve multiple tables in Unity Catalog
14
14
  *
@@ -54,7 +54,7 @@ exports.getTable = getTable;
54
54
  /**
55
55
  * > **Note** This data source could be only used with workspace-level provider!
56
56
  *
57
- * > **Note** If you have a fully automated setup with workspaces created by databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
57
+ * > **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.
58
58
  *
59
59
  * Retrieves details of a specific table in Unity Catalog, that were created by Pulumi or manually. Use databricks.getTables to retrieve multiple tables in Unity Catalog
60
60
  *
package/getTables.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 databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
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 managed or external table full names in Unity Catalog, that were created by Pulumi or manually. Use databricks.getViews for retrieving a list of views.
8
8
  *
@@ -78,7 +78,7 @@ export interface GetTablesResult {
78
78
  /**
79
79
  * > **Note** This data source could be only used with workspace-level provider!
80
80
  *
81
- * > **Note** If you have a fully automated setup with workspaces created by databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
81
+ * > **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.
82
82
  *
83
83
  * Retrieves a list of managed or external table full names in Unity Catalog, that were created by Pulumi or manually. Use databricks.getViews for retrieving a list of views.
84
84
  *
package/getTables.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 databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
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 managed or external table full names in Unity Catalog, that were created by Pulumi or manually. Use databricks.getViews for retrieving a list of views.
14
14
  *
@@ -60,7 +60,7 @@ exports.getTables = getTables;
60
60
  /**
61
61
  * > **Note** This data source could be only used with workspace-level provider!
62
62
  *
63
- * > **Note** If you have a fully automated setup with workspaces created by databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
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 managed or external table full names in Unity Catalog, that were created by Pulumi or manually. Use databricks.getViews for retrieving a list of views.
66
66
  *
package/getUser.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 databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
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_user.
6
6
  *
@@ -96,7 +96,7 @@ export interface GetUserResult {
96
96
  readonly userName?: string;
97
97
  }
98
98
  /**
99
- * > **Note** If you have a fully automated setup with workspaces created by databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
99
+ * > **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.
100
100
  *
101
101
  * Retrieves information about databricks_user.
102
102
  *
package/getUser.js CHANGED
@@ -6,7 +6,7 @@ exports.getUserOutput = exports.getUser = 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 databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
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_user.
12
12
  *
@@ -54,7 +54,7 @@ function getUser(args, opts) {
54
54
  }
55
55
  exports.getUser = getUser;
56
56
  /**
57
- * > **Note** If you have a fully automated setup with workspaces created by databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
57
+ * > **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.
58
58
  *
59
59
  * Retrieves information about databricks_user.
60
60
  *
package/getViews.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 databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
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 view full names in Unity Catalog, that were created by Pulumi or manually. Use databricks.getTables for retrieving a list of tables.
6
6
  */
@@ -38,7 +38,7 @@ export interface GetViewsResult {
38
38
  readonly schemaName: string;
39
39
  }
40
40
  /**
41
- * > **Note** If you have a fully automated setup with workspaces created by databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
41
+ * > **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.
42
42
  *
43
43
  * Retrieves a list of view full names in Unity Catalog, that were created by Pulumi or manually. Use databricks.getTables for retrieving a list of tables.
44
44
  */
package/getViews.js CHANGED
@@ -6,7 +6,7 @@ exports.getViewsOutput = exports.getViews = 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 databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
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 view full names in Unity Catalog, that were created by Pulumi or manually. Use databricks.getTables for retrieving a list of tables.
12
12
  */
@@ -20,7 +20,7 @@ function getViews(args, opts) {
20
20
  }
21
21
  exports.getViews = getViews;
22
22
  /**
23
- * > **Note** If you have a fully automated setup with workspaces created by databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
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 a list of view full names in Unity Catalog, that were created by Pulumi or manually. Use databricks.getTables for retrieving a list of tables.
26
26
  */
package/getZones.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 databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
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 you to fetch all available AWS availability zones on your workspace on AWS.
6
6
  *
@@ -49,7 +49,7 @@ export interface GetZonesResult {
49
49
  readonly zones: string[];
50
50
  }
51
51
  /**
52
- * > **Note** If you have a fully automated setup with workspaces created by databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
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
  * This data source allows you to fetch all available AWS availability zones on your workspace on AWS.
55
55
  *
package/getZones.js CHANGED
@@ -6,7 +6,7 @@ exports.getZonesOutput = exports.getZones = 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 databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
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 you to fetch all available AWS availability zones on your workspace on AWS.
12
12
  *
@@ -30,7 +30,7 @@ function getZones(args, opts) {
30
30
  }
31
31
  exports.getZones = getZones;
32
32
  /**
33
- * > **Note** If you have a fully automated setup with workspaces created by databricks_mws_workspaces, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
33
+ * > **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.
34
34
  *
35
35
  * This data source allows you to fetch all available AWS availability zones on your workspace on AWS.
36
36
  *
@@ -62,7 +62,7 @@ export declare class GitCredential extends pulumi.CustomResource {
62
62
  */
63
63
  readonly gitUsername: pulumi.Output<string | undefined>;
64
64
  /**
65
- * The personal access token used to authenticate to the corresponding Git provider. If value is not provided, it's sourced from the first environment variable of `GITHUB_TOKEN`, that has a non-empty value.
65
+ * The personal access token used to authenticate to the corresponding Git provider. If value is not provided, it's sourced from the first environment variable of `GITHUB_TOKEN`, `GITLAB_TOKEN`, or `AZDO_PERSONAL_ACCESS_TOKEN`, that has a non-empty value.
66
66
  */
67
67
  readonly personalAccessToken: pulumi.Output<string | undefined>;
68
68
  /**
@@ -91,7 +91,7 @@ export interface GitCredentialState {
91
91
  */
92
92
  gitUsername?: pulumi.Input<string>;
93
93
  /**
94
- * The personal access token used to authenticate to the corresponding Git provider. If value is not provided, it's sourced from the first environment variable of `GITHUB_TOKEN`, that has a non-empty value.
94
+ * The personal access token used to authenticate to the corresponding Git provider. If value is not provided, it's sourced from the first environment variable of `GITHUB_TOKEN`, `GITLAB_TOKEN`, or `AZDO_PERSONAL_ACCESS_TOKEN`, that has a non-empty value.
95
95
  */
96
96
  personalAccessToken?: pulumi.Input<string>;
97
97
  }
@@ -112,7 +112,7 @@ export interface GitCredentialArgs {
112
112
  */
113
113
  gitUsername?: pulumi.Input<string>;
114
114
  /**
115
- * The personal access token used to authenticate to the corresponding Git provider. If value is not provided, it's sourced from the first environment variable of `GITHUB_TOKEN`, that has a non-empty value.
115
+ * The personal access token used to authenticate to the corresponding Git provider. If value is not provided, it's sourced from the first environment variable of `GITHUB_TOKEN`, `GITLAB_TOKEN`, or `AZDO_PERSONAL_ACCESS_TOKEN`, that has a non-empty value.
116
116
  */
117
117
  personalAccessToken?: pulumi.Input<string>;
118
118
  }