@azure/arm-databricks 3.0.2-alpha.20260303.2 → 3.0.2-alpha.20260306.1
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/dist/commonjs/azureDatabricksManagementClient.js +4 -0
- package/dist/commonjs/index.js +7 -0
- package/dist/commonjs/lroImpl.js +4 -0
- package/dist/commonjs/models/index.js +15 -0
- package/dist/commonjs/models/mappers.js +53 -0
- package/dist/commonjs/models/parameters.js +22 -0
- package/dist/commonjs/operations/accessConnectors.js +4 -0
- package/dist/commonjs/operations/index.js +10 -0
- package/dist/commonjs/operations/operations.js +4 -0
- package/dist/commonjs/operations/outboundNetworkDependenciesEndpoints.js +4 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +4 -0
- package/dist/commonjs/operations/privateLinkResources.js +4 -0
- package/dist/commonjs/operations/vNetPeering.js +4 -0
- package/dist/commonjs/operations/workspaces.js +4 -0
- package/dist/commonjs/operationsInterfaces/index.js +10 -0
- package/dist/commonjs/pagingHelper.js +5 -0
- package/package.json +3 -3
package/dist/commonjs/index.js
CHANGED
|
@@ -26,3 +26,10 @@ var import_pagingHelper = require("./pagingHelper.js");
|
|
|
26
26
|
__reExport(src_exports, require("./models/index.js"), module.exports);
|
|
27
27
|
var import_azureDatabricksManagementClient = require("./azureDatabricksManagementClient.js");
|
|
28
28
|
__reExport(src_exports, require("./operationsInterfaces/index.js"), module.exports);
|
|
29
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
30
|
+
0 && (module.exports = {
|
|
31
|
+
AzureDatabricksManagementClient,
|
|
32
|
+
getContinuationToken,
|
|
33
|
+
...require("./models/index.js"),
|
|
34
|
+
...require("./operationsInterfaces/index.js")
|
|
35
|
+
});
|
package/dist/commonjs/lroImpl.js
CHANGED
|
@@ -113,3 +113,18 @@ var KnownManagedServiceIdentityType = /* @__PURE__ */ ((KnownManagedServiceIdent
|
|
|
113
113
|
KnownManagedServiceIdentityType2["SystemAssignedUserAssigned"] = "SystemAssigned,UserAssigned";
|
|
114
114
|
return KnownManagedServiceIdentityType2;
|
|
115
115
|
})(KnownManagedServiceIdentityType || {});
|
|
116
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
117
|
+
0 && (module.exports = {
|
|
118
|
+
KnownCreatedByType,
|
|
119
|
+
KnownCustomParameterType,
|
|
120
|
+
KnownEncryptionKeySource,
|
|
121
|
+
KnownKeySource,
|
|
122
|
+
KnownManagedServiceIdentityType,
|
|
123
|
+
KnownPeeringProvisioningState,
|
|
124
|
+
KnownPeeringState,
|
|
125
|
+
KnownPrivateEndpointConnectionProvisioningState,
|
|
126
|
+
KnownPrivateLinkServiceConnectionStatus,
|
|
127
|
+
KnownProvisioningState,
|
|
128
|
+
KnownPublicNetworkAccess,
|
|
129
|
+
KnownRequiredNsgRules
|
|
130
|
+
});
|
|
@@ -1633,3 +1633,56 @@ const AccessConnector = {
|
|
|
1633
1633
|
}
|
|
1634
1634
|
}
|
|
1635
1635
|
};
|
|
1636
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
1637
|
+
0 && (module.exports = {
|
|
1638
|
+
AccessConnector,
|
|
1639
|
+
AccessConnectorListResult,
|
|
1640
|
+
AccessConnectorProperties,
|
|
1641
|
+
AccessConnectorUpdate,
|
|
1642
|
+
AddressSpace,
|
|
1643
|
+
CreatedBy,
|
|
1644
|
+
Encryption,
|
|
1645
|
+
EncryptionEntitiesDefinition,
|
|
1646
|
+
EncryptionV2,
|
|
1647
|
+
EncryptionV2KeyVaultProperties,
|
|
1648
|
+
EndpointDependency,
|
|
1649
|
+
EndpointDetail,
|
|
1650
|
+
ErrorDetail,
|
|
1651
|
+
ErrorInfo,
|
|
1652
|
+
ErrorResponse,
|
|
1653
|
+
GroupIdInformation,
|
|
1654
|
+
GroupIdInformationProperties,
|
|
1655
|
+
ManagedDiskEncryption,
|
|
1656
|
+
ManagedDiskEncryptionKeyVaultProperties,
|
|
1657
|
+
ManagedIdentityConfiguration,
|
|
1658
|
+
ManagedServiceIdentity,
|
|
1659
|
+
Operation,
|
|
1660
|
+
OperationDisplay,
|
|
1661
|
+
OperationListResult,
|
|
1662
|
+
OutboundEnvironmentEndpoint,
|
|
1663
|
+
PrivateEndpoint,
|
|
1664
|
+
PrivateEndpointConnection,
|
|
1665
|
+
PrivateEndpointConnectionProperties,
|
|
1666
|
+
PrivateEndpointConnectionsList,
|
|
1667
|
+
PrivateLinkResourcesList,
|
|
1668
|
+
PrivateLinkServiceConnectionState,
|
|
1669
|
+
Resource,
|
|
1670
|
+
Sku,
|
|
1671
|
+
SystemData,
|
|
1672
|
+
TrackedResource,
|
|
1673
|
+
UserAssignedIdentity,
|
|
1674
|
+
VirtualNetworkPeering,
|
|
1675
|
+
VirtualNetworkPeeringList,
|
|
1676
|
+
VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork,
|
|
1677
|
+
VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork,
|
|
1678
|
+
Workspace,
|
|
1679
|
+
WorkspaceCustomBooleanParameter,
|
|
1680
|
+
WorkspaceCustomObjectParameter,
|
|
1681
|
+
WorkspaceCustomParameters,
|
|
1682
|
+
WorkspaceCustomStringParameter,
|
|
1683
|
+
WorkspaceEncryptionParameter,
|
|
1684
|
+
WorkspaceListResult,
|
|
1685
|
+
WorkspacePropertiesEncryption,
|
|
1686
|
+
WorkspaceProviderAuthorization,
|
|
1687
|
+
WorkspaceUpdate
|
|
1688
|
+
});
|
|
@@ -212,3 +212,25 @@ const parameters3 = {
|
|
|
212
212
|
parameterPath: "parameters",
|
|
213
213
|
mapper: import_mappers.AccessConnectorUpdate
|
|
214
214
|
};
|
|
215
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
216
|
+
0 && (module.exports = {
|
|
217
|
+
$host,
|
|
218
|
+
accept,
|
|
219
|
+
apiVersion,
|
|
220
|
+
apiVersion1,
|
|
221
|
+
connectorName,
|
|
222
|
+
contentType,
|
|
223
|
+
groupId,
|
|
224
|
+
nextLink,
|
|
225
|
+
parameters,
|
|
226
|
+
parameters1,
|
|
227
|
+
parameters2,
|
|
228
|
+
parameters3,
|
|
229
|
+
peeringName,
|
|
230
|
+
privateEndpointConnection,
|
|
231
|
+
privateEndpointConnectionName,
|
|
232
|
+
resourceGroupName,
|
|
233
|
+
subscriptionId,
|
|
234
|
+
virtualNetworkPeeringParameters,
|
|
235
|
+
workspaceName
|
|
236
|
+
});
|
|
@@ -21,3 +21,13 @@ __reExport(operations_exports, require("./privateEndpointConnections.js"), modul
|
|
|
21
21
|
__reExport(operations_exports, require("./outboundNetworkDependenciesEndpoints.js"), module.exports);
|
|
22
22
|
__reExport(operations_exports, require("./vNetPeering.js"), module.exports);
|
|
23
23
|
__reExport(operations_exports, require("./accessConnectors.js"), module.exports);
|
|
24
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
25
|
+
0 && (module.exports = {
|
|
26
|
+
...require("./workspaces.js"),
|
|
27
|
+
...require("./operations.js"),
|
|
28
|
+
...require("./privateLinkResources.js"),
|
|
29
|
+
...require("./privateEndpointConnections.js"),
|
|
30
|
+
...require("./outboundNetworkDependenciesEndpoints.js"),
|
|
31
|
+
...require("./vNetPeering.js"),
|
|
32
|
+
...require("./accessConnectors.js")
|
|
33
|
+
});
|
|
@@ -21,3 +21,13 @@ __reExport(operationsInterfaces_exports, require("./privateEndpointConnections.j
|
|
|
21
21
|
__reExport(operationsInterfaces_exports, require("./outboundNetworkDependenciesEndpoints.js"), module.exports);
|
|
22
22
|
__reExport(operationsInterfaces_exports, require("./vNetPeering.js"), module.exports);
|
|
23
23
|
__reExport(operationsInterfaces_exports, require("./accessConnectors.js"), module.exports);
|
|
24
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
25
|
+
0 && (module.exports = {
|
|
26
|
+
...require("./workspaces.js"),
|
|
27
|
+
...require("./operations.js"),
|
|
28
|
+
...require("./privateLinkResources.js"),
|
|
29
|
+
...require("./privateEndpointConnections.js"),
|
|
30
|
+
...require("./outboundNetworkDependenciesEndpoints.js"),
|
|
31
|
+
...require("./vNetPeering.js"),
|
|
32
|
+
...require("./accessConnectors.js")
|
|
33
|
+
});
|
|
@@ -36,3 +36,8 @@ function setContinuationToken(page, continuationToken) {
|
|
|
36
36
|
pageInfo.continuationToken = continuationToken;
|
|
37
37
|
pageMap.set(page, pageInfo);
|
|
38
38
|
}
|
|
39
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
40
|
+
0 && (module.exports = {
|
|
41
|
+
getContinuationToken,
|
|
42
|
+
setContinuationToken
|
|
43
|
+
});
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for AzureDatabricksManagementClient.",
|
|
6
|
-
"version": "3.0.2-alpha.
|
|
6
|
+
"version": "3.0.2-alpha.20260306.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@azure/core-client": ">=1.10.2-alpha <1.10.2-alphb",
|
|
14
14
|
"@azure/core-lro": "^2.5.4",
|
|
15
15
|
"@azure/core-paging": ">=1.6.3-alpha <1.6.3-alphb",
|
|
16
|
-
"@azure/core-rest-pipeline": ">=1.23.
|
|
16
|
+
"@azure/core-rest-pipeline": ">=1.23.1-alpha <1.23.1-alphb",
|
|
17
17
|
"tslib": "^2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"rimraf": "^6.1.0",
|
|
41
41
|
"typescript": "~5.9.3",
|
|
42
42
|
"vitest": "^4.0.8",
|
|
43
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
43
44
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
44
45
|
"@azure-tools/test-credential": "^2.1.2",
|
|
45
|
-
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
46
46
|
"@azure/dev-tool": "^1.0.0"
|
|
47
47
|
},
|
|
48
48
|
"repository": "github:Azure/azure-sdk-for-js",
|