@azure/arm-machinelearningexperimentation 2.0.0-alpha.20260304.1 → 2.0.0-alpha.20260305.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.
@@ -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_mLTeamAccountManagementClient = require("./mLTeamAccountManagementClient.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
+ MLTeamAccountManagementClient,
32
+ getContinuationToken,
33
+ ...require("./models/index.js"),
34
+ ...require("./operationsInterfaces/index.js")
35
+ });
@@ -127,3 +127,7 @@ class MLTeamAccountManagementClient extends coreClient.ServiceClient {
127
127
  workspaces;
128
128
  projects;
129
129
  }
130
+ // Annotate the CommonJS export names for ESM import in node:
131
+ 0 && (module.exports = {
132
+ MLTeamAccountManagementClient
133
+ });
@@ -577,3 +577,21 @@ const Project = {
577
577
  }
578
578
  }
579
579
  };
580
+ // Annotate the CommonJS export names for ESM import in node:
581
+ 0 && (module.exports = {
582
+ Account,
583
+ AccountListResult,
584
+ AccountUpdateParameters,
585
+ ErrorResponse,
586
+ Operation,
587
+ OperationDisplay,
588
+ OperationListResult,
589
+ Project,
590
+ ProjectListResult,
591
+ ProjectUpdateParameters,
592
+ Resource,
593
+ StorageAccountProperties,
594
+ Workspace,
595
+ WorkspaceListResult,
596
+ WorkspaceUpdateParameters
597
+ });
@@ -180,3 +180,22 @@ const parameters5 = {
180
180
  parameterPath: "parameters",
181
181
  mapper: import_mappers.ProjectUpdateParameters
182
182
  };
183
+ // Annotate the CommonJS export names for ESM import in node:
184
+ 0 && (module.exports = {
185
+ $host,
186
+ accept,
187
+ accountName,
188
+ apiVersion,
189
+ contentType,
190
+ nextLink,
191
+ parameters,
192
+ parameters1,
193
+ parameters2,
194
+ parameters3,
195
+ parameters4,
196
+ parameters5,
197
+ projectName,
198
+ resourceGroupName,
199
+ subscriptionId,
200
+ workspaceName
201
+ });
@@ -412,3 +412,7 @@ const listNextOperationSpec = {
412
412
  headerParameters: [Parameters.accept],
413
413
  serializer
414
414
  };
415
+ // Annotate the CommonJS export names for ESM import in node:
416
+ 0 && (module.exports = {
417
+ AccountsImpl
418
+ });
@@ -18,3 +18,10 @@ __reExport(operations_exports, require("./operations.js"), module.exports);
18
18
  __reExport(operations_exports, require("./accounts.js"), module.exports);
19
19
  __reExport(operations_exports, require("./workspaces.js"), module.exports);
20
20
  __reExport(operations_exports, require("./projects.js"), module.exports);
21
+ // Annotate the CommonJS export names for ESM import in node:
22
+ 0 && (module.exports = {
23
+ ...require("./operations.js"),
24
+ ...require("./accounts.js"),
25
+ ...require("./workspaces.js"),
26
+ ...require("./projects.js")
27
+ });
@@ -102,3 +102,7 @@ const listOperationSpec = {
102
102
  headerParameters: [Parameters.accept],
103
103
  serializer
104
104
  };
105
+ // Annotate the CommonJS export names for ESM import in node:
106
+ 0 && (module.exports = {
107
+ OperationsImpl
108
+ });
@@ -371,3 +371,7 @@ const listByWorkspaceNextOperationSpec = {
371
371
  headerParameters: [Parameters.accept],
372
372
  serializer
373
373
  };
374
+ // Annotate the CommonJS export names for ESM import in node:
375
+ 0 && (module.exports = {
376
+ ProjectsImpl
377
+ });
@@ -339,3 +339,7 @@ const listByAccountsNextOperationSpec = {
339
339
  headerParameters: [Parameters.accept],
340
340
  serializer
341
341
  };
342
+ // Annotate the CommonJS export names for ESM import in node:
343
+ 0 && (module.exports = {
344
+ WorkspacesImpl
345
+ });
@@ -18,3 +18,10 @@ __reExport(operationsInterfaces_exports, require("./operations.js"), module.expo
18
18
  __reExport(operationsInterfaces_exports, require("./accounts.js"), module.exports);
19
19
  __reExport(operationsInterfaces_exports, require("./workspaces.js"), module.exports);
20
20
  __reExport(operationsInterfaces_exports, require("./projects.js"), module.exports);
21
+ // Annotate the CommonJS export names for ESM import in node:
22
+ 0 && (module.exports = {
23
+ ...require("./operations.js"),
24
+ ...require("./accounts.js"),
25
+ ...require("./workspaces.js"),
26
+ ...require("./projects.js")
27
+ });
@@ -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 MLTeamAccountManagementClient.",
6
- "version": "2.0.0-alpha.20260304.1",
6
+ "version": "2.0.0-alpha.20260305.1",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
@@ -39,9 +39,9 @@
39
39
  "typescript": "~5.9.3",
40
40
  "vitest": "^4.0.8",
41
41
  "@azure-tools/test-credential": "^2.1.2",
42
- "@azure/dev-tool": "^1.0.0",
43
42
  "@azure-tools/test-recorder": "^4.1.1",
44
- "@azure-tools/test-utils-vitest": "^2.0.1"
43
+ "@azure-tools/test-utils-vitest": "^2.0.1",
44
+ "@azure/dev-tool": "^1.0.0"
45
45
  },
46
46
  "repository": "github:Azure/azure-sdk-for-js",
47
47
  "bugs": {