@azure/arm-machinelearningexperimentation 2.0.0-alpha.20260303.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.
- package/dist/commonjs/index.js +7 -0
- package/dist/commonjs/mLTeamAccountManagementClient.js +4 -0
- package/dist/commonjs/models/mappers.js +18 -0
- package/dist/commonjs/models/parameters.js +19 -0
- package/dist/commonjs/operations/accounts.js +4 -0
- package/dist/commonjs/operations/index.js +7 -0
- package/dist/commonjs/operations/operations.js +4 -0
- package/dist/commonjs/operations/projects.js +4 -0
- package/dist/commonjs/operations/workspaces.js +4 -0
- package/dist/commonjs/operationsInterfaces/index.js +7 -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_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
|
+
});
|
|
@@ -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
|
+
});
|
|
@@ -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
|
+
});
|
|
@@ -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.
|
|
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-tools/test-recorder": "^4.1.1",
|
|
42
43
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
43
|
-
"@azure/dev-tool": "^1.0.0"
|
|
44
|
-
"@azure-tools/test-recorder": "^4.1.1"
|
|
44
|
+
"@azure/dev-tool": "^1.0.0"
|
|
45
45
|
},
|
|
46
46
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
47
47
|
"bugs": {
|