@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.
@@ -108,3 +108,7 @@ class AzureDatabricksManagementClient extends coreClient.ServiceClient {
108
108
  vNetPeering;
109
109
  accessConnectors;
110
110
  }
111
+ // Annotate the CommonJS export names for ESM import in node:
112
+ 0 && (module.exports = {
113
+ AzureDatabricksManagementClient
114
+ });
@@ -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
+ });
@@ -37,3 +37,7 @@ function createLroSpec(inputs) {
37
37
  }
38
38
  };
39
39
  }
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ createLroSpec
43
+ });
@@ -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
+ });
@@ -575,3 +575,7 @@ const listBySubscriptionNextOperationSpec = {
575
575
  headerParameters: [Parameters.accept],
576
576
  serializer
577
577
  };
578
+ // Annotate the CommonJS export names for ESM import in node:
579
+ 0 && (module.exports = {
580
+ AccessConnectorsImpl
581
+ });
@@ -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
+ });
@@ -142,3 +142,7 @@ const listNextOperationSpec = {
142
142
  headerParameters: [Parameters.accept],
143
143
  serializer
144
144
  };
145
+ // Annotate the CommonJS export names for ESM import in node:
146
+ 0 && (module.exports = {
147
+ OperationsImpl
148
+ });
@@ -93,3 +93,7 @@ const listOperationSpec = {
93
93
  headerParameters: [Parameters.accept],
94
94
  serializer
95
95
  };
96
+ // Annotate the CommonJS export names for ESM import in node:
97
+ 0 && (module.exports = {
98
+ OutboundNetworkDependenciesEndpointsImpl
99
+ });
@@ -414,3 +414,7 @@ const listNextOperationSpec = {
414
414
  headerParameters: [Parameters.accept],
415
415
  serializer
416
416
  };
417
+ // Annotate the CommonJS export names for ESM import in node:
418
+ 0 && (module.exports = {
419
+ PrivateEndpointConnectionsImpl
420
+ });
@@ -211,3 +211,7 @@ const listNextOperationSpec = {
211
211
  headerParameters: [Parameters.accept],
212
212
  serializer
213
213
  };
214
+ // Annotate the CommonJS export names for ESM import in node:
215
+ 0 && (module.exports = {
216
+ PrivateLinkResourcesImpl
217
+ });
@@ -413,3 +413,7 @@ const listByWorkspaceNextOperationSpec = {
413
413
  headerParameters: [Parameters.accept],
414
414
  serializer
415
415
  };
416
+ // Annotate the CommonJS export names for ESM import in node:
417
+ 0 && (module.exports = {
418
+ VNetPeeringImpl
419
+ });
@@ -575,3 +575,7 @@ const listBySubscriptionNextOperationSpec = {
575
575
  headerParameters: [Parameters.accept],
576
576
  serializer
577
577
  };
578
+ // Annotate the CommonJS export names for ESM import in node:
579
+ 0 && (module.exports = {
580
+ WorkspacesImpl
581
+ });
@@ -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.20260303.2",
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.0-alpha <1.23.0-alphb",
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",