@azure/arm-machinelearningexperimentation 0.1.0 → 2.0.0-beta.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/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +75 -73
- package/dist/index.js +1780 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/samples-dev/accountCreate.d.ts +2 -0
- package/dist-esm/samples-dev/accountCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/accountCreate.js +33 -0
- package/dist-esm/samples-dev/accountCreate.js.map +1 -0
- package/dist-esm/samples-dev/accountGet.d.ts +2 -0
- package/dist-esm/samples-dev/accountGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/accountGet.js +31 -0
- package/dist-esm/samples-dev/accountGet.js.map +1 -0
- package/dist-esm/samples-dev/accountUpdate.d.ts +2 -0
- package/dist-esm/samples-dev/accountUpdate.d.ts.map +1 -0
- package/dist-esm/samples-dev/accountUpdate.js +35 -0
- package/dist-esm/samples-dev/accountUpdate.js.map +1 -0
- package/dist-esm/samples-dev/createProject.d.ts +2 -0
- package/dist-esm/samples-dev/createProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/createProject.js +39 -0
- package/dist-esm/samples-dev/createProject.js.map +1 -0
- package/dist-esm/samples-dev/getProject.d.ts +2 -0
- package/dist-esm/samples-dev/getProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/getProject.js +33 -0
- package/dist-esm/samples-dev/getProject.js.map +1 -0
- package/dist-esm/samples-dev/listWorkspacesByAccounts.d.ts +2 -0
- package/dist-esm/samples-dev/listWorkspacesByAccounts.d.ts.map +1 -0
- package/dist-esm/samples-dev/listWorkspacesByAccounts.js +45 -0
- package/dist-esm/samples-dev/listWorkspacesByAccounts.js.map +1 -0
- package/dist-esm/samples-dev/projectListByWorkspaces.d.ts +2 -0
- package/dist-esm/samples-dev/projectListByWorkspaces.d.ts.map +1 -0
- package/dist-esm/samples-dev/projectListByWorkspaces.js +46 -0
- package/dist-esm/samples-dev/projectListByWorkspaces.js.map +1 -0
- package/dist-esm/samples-dev/updateProject.d.ts +2 -0
- package/dist-esm/samples-dev/updateProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/updateProject.js +37 -0
- package/dist-esm/samples-dev/updateProject.js.map +1 -0
- package/dist-esm/samples-dev/workspaceCreate.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceCreate.js +37 -0
- package/dist-esm/samples-dev/workspaceCreate.js.map +1 -0
- package/dist-esm/samples-dev/workspaceDelete.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceDelete.js +32 -0
- package/dist-esm/samples-dev/workspaceDelete.js.map +1 -0
- package/dist-esm/samples-dev/workspaceGet.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceGet.js +32 -0
- package/dist-esm/samples-dev/workspaceGet.js.map +1 -0
- package/dist-esm/samples-dev/workspaceUpdate.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceUpdate.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceUpdate.js +33 -0
- package/dist-esm/samples-dev/workspaceUpdate.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/mLTeamAccountManagementClient.d.ts +21 -0
- package/dist-esm/src/mLTeamAccountManagementClient.d.ts.map +1 -0
- package/dist-esm/src/mLTeamAccountManagementClient.js +54 -0
- package/dist-esm/src/mLTeamAccountManagementClient.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +329 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +9 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +17 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +273 -315
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +18 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +153 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +90 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +366 -0
- package/dist-esm/src/operations/accounts.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +3 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +90 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/projects.d.ts +86 -0
- package/dist-esm/src/operations/projects.d.ts.map +1 -0
- package/dist-esm/src/operations/projects.js +307 -0
- package/dist-esm/src/operations/projects.js.map +1 -0
- package/dist-esm/src/operations/workspaces.d.ts +79 -0
- package/dist-esm/src/operations/workspaces.d.ts.map +1 -0
- package/dist-esm/src/operations/workspaces.js +280 -0
- package/dist-esm/src/operations/workspaces.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +52 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +5 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +12 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/projects.d.ts +57 -0
- package/dist-esm/src/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/projects.js +9 -0
- package/dist-esm/src/operationsInterfaces/projects.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts +52 -0
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workspaces.js +9 -0
- package/dist-esm/src/operationsInterfaces/workspaces.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +83 -34
- package/review/arm-machinelearningexperimentation.api.md +339 -0
- package/rollup.config.js +184 -27
- package/src/index.ts +12 -0
- package/src/mLTeamAccountManagementClient.ts +91 -0
- package/src/models/index.ts +389 -0
- package/{lib → src}/models/mappers.ts +263 -305
- package/src/models/parameters.ts +181 -0
- package/src/operations/accounts.ts +454 -0
- package/{lib → src}/operations/index.ts +3 -5
- package/src/operations/operations.ts +98 -0
- package/src/operations/projects.ts +423 -0
- package/src/operations/workspaces.ts +382 -0
- package/src/operationsInterfaces/accounts.ts +96 -0
- package/src/operationsInterfaces/index.ts +12 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/projects.ts +108 -0
- package/src/operationsInterfaces/workspaces.ts +98 -0
- package/tsconfig.json +6 -5
- package/types/arm-machinelearningexperimentation.d.ts +569 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-machinelearningexperimentation.js +0 -1715
- package/dist/arm-machinelearningexperimentation.js.map +0 -1
- package/dist/arm-machinelearningexperimentation.min.js +0 -1
- package/dist/arm-machinelearningexperimentation.min.js.map +0 -1
- package/esm/mLTeamAccountManagementClient.d.ts +0 -21
- package/esm/mLTeamAccountManagementClient.d.ts.map +0 -1
- package/esm/mLTeamAccountManagementClient.js +0 -36
- package/esm/mLTeamAccountManagementClient.js.map +0 -1
- package/esm/mLTeamAccountManagementClientContext.d.ts +0 -16
- package/esm/mLTeamAccountManagementClientContext.d.ts.map +0 -1
- package/esm/mLTeamAccountManagementClientContext.js +0 -56
- package/esm/mLTeamAccountManagementClientContext.js.map +0 -1
- package/esm/models/accountsMappers.d.ts +0 -2
- package/esm/models/accountsMappers.d.ts.map +0 -1
- package/esm/models/accountsMappers.js +0 -11
- package/esm/models/accountsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -770
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -19
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -11
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -10
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -106
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/projectsMappers.d.ts +0 -2
- package/esm/models/projectsMappers.d.ts.map +0 -1
- package/esm/models/projectsMappers.js +0 -11
- package/esm/models/projectsMappers.js.map +0 -1
- package/esm/models/workspacesMappers.d.ts +0 -2
- package/esm/models/workspacesMappers.d.ts.map +0 -1
- package/esm/models/workspacesMappers.js +0 -11
- package/esm/models/workspacesMappers.js.map +0 -1
- package/esm/operations/accounts.d.ts +0 -187
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -272
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -51
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/projects.d.ts +0 -184
- package/esm/operations/projects.d.ts.map +0 -1
- package/esm/operations/projects.js +0 -239
- package/esm/operations/projects.js.map +0 -1
- package/esm/operations/workspaces.d.ts +0 -169
- package/esm/operations/workspaces.d.ts.map +0 -1
- package/esm/operations/workspaces.js +0 -229
- package/esm/operations/workspaces.js.map +0 -1
- package/lib/mLTeamAccountManagementClient.ts +0 -48
- package/lib/mLTeamAccountManagementClientContext.ts +0 -62
- package/lib/models/accountsMappers.ts +0 -22
- package/lib/models/index.ts +0 -809
- package/lib/models/operationsMappers.ts +0 -17
- package/lib/models/parameters.ts +0 -108
- package/lib/models/projectsMappers.ts +0 -22
- package/lib/models/workspacesMappers.ts +0 -22
- package/lib/operations/accounts.ts +0 -494
- package/lib/operations/operations.ts +0 -74
- package/lib/operations/projects.ts +0 -448
- package/lib/operations/workspaces.ts +0 -423
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=workspaces.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workspaces.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/workspaces.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sampleTest.d.ts","sourceRoot":"","sources":["../../test/sampleTest.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { __awaiter } from "tslib";
|
|
9
|
+
import { record } from "@azure-tools/test-recorder";
|
|
10
|
+
const recorderEnvSetup = {
|
|
11
|
+
replaceableVariables: {
|
|
12
|
+
AZURE_CLIENT_ID: "azure_client_id",
|
|
13
|
+
AZURE_CLIENT_SECRET: "azure_client_secret",
|
|
14
|
+
AZURE_TENANT_ID: "88888888-8888-8888-8888-888888888888",
|
|
15
|
+
SUBSCRIPTION_ID: "azure_subscription_id"
|
|
16
|
+
},
|
|
17
|
+
customizationsOnRecordings: [
|
|
18
|
+
(recording) => recording.replace(/"access_token":"[^"]*"/g, `"access_token":"access_token"`)
|
|
19
|
+
],
|
|
20
|
+
queryParametersToSkip: []
|
|
21
|
+
};
|
|
22
|
+
describe("My test", () => {
|
|
23
|
+
let recorder;
|
|
24
|
+
beforeEach(function () {
|
|
25
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
26
|
+
recorder = record(this, recorderEnvSetup);
|
|
27
|
+
});
|
|
28
|
+
});
|
|
29
|
+
afterEach(function () {
|
|
30
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
31
|
+
yield recorder.stop();
|
|
32
|
+
});
|
|
33
|
+
});
|
|
34
|
+
it("sample test", function () {
|
|
35
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
36
|
+
console.log("Hi, I'm a test!");
|
|
37
|
+
});
|
|
38
|
+
});
|
|
39
|
+
});
|
|
40
|
+
//# sourceMappingURL=sampleTest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sampleTest.js","sourceRoot":"","sources":["../../test/sampleTest.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,OAAO,EAEL,MAAM,EAGP,MAAM,4BAA4B,CAAC;AAGpC,MAAM,gBAAgB,GAA6B;IACjD,oBAAoB,EAAE;QACpB,eAAe,EAAE,iBAAiB;QAClC,mBAAmB,EAAE,qBAAqB;QAC1C,eAAe,EAAE,sCAAsC;QACvD,eAAe,EAAE,uBAAuB;KACzC;IACD,0BAA0B,EAAE;QAC1B,CAAC,SAAc,EAAO,EAAE,CACtB,SAAS,CAAC,OAAO,CACf,yBAAyB,EACzB,+BAA+B,CAChC;KACJ;IACD,qBAAqB,EAAE,EAAE;CAC1B,CAAC;AAEF,QAAQ,CAAC,SAAS,EAAE,GAAG,EAAE;IACvB,IAAI,QAAkB,CAAC;IAEvB,UAAU,CAAC;;YACT,QAAQ,GAAG,MAAM,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QAC5C,CAAC;KAAA,CAAC,CAAC;IAEH,SAAS,CAAC;;YACR,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;QACxB,CAAC;KAAA,CAAC,CAAC;IAEH,EAAE,CAAC,aAAa,EAAE;;YAChB,OAAO,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC;QACjC,CAAC;KAAA,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,55 +1,104 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/arm-machinelearningexperimentation",
|
|
3
|
+
"sdk-type": "mgmt",
|
|
3
4
|
"author": "Microsoft Corporation",
|
|
4
|
-
"description": "
|
|
5
|
-
"version": "0.1
|
|
5
|
+
"description": "A generated SDK for MLTeamAccountManagementClient.",
|
|
6
|
+
"version": "2.0.0-beta.1",
|
|
7
|
+
"engines": { "node": ">=12.0.0" },
|
|
6
8
|
"dependencies": {
|
|
7
|
-
"@azure/
|
|
8
|
-
"@azure/
|
|
9
|
-
"
|
|
9
|
+
"@azure/core-paging": "^1.2.0",
|
|
10
|
+
"@azure/core-client": "^1.0.0",
|
|
11
|
+
"@azure/core-auth": "^1.3.0",
|
|
12
|
+
"@azure/core-rest-pipeline": "^1.1.0",
|
|
13
|
+
"tslib": "^2.2.0"
|
|
10
14
|
},
|
|
11
|
-
"keywords": [
|
|
12
|
-
"node",
|
|
13
|
-
"azure",
|
|
14
|
-
"typescript",
|
|
15
|
-
"browser",
|
|
16
|
-
"isomorphic"
|
|
17
|
-
],
|
|
15
|
+
"keywords": ["node", "azure", "typescript", "browser", "isomorphic"],
|
|
18
16
|
"license": "MIT",
|
|
19
|
-
"main": "./dist/
|
|
20
|
-
"module": "./esm/
|
|
21
|
-
"types": "./
|
|
17
|
+
"main": "./dist/index.js",
|
|
18
|
+
"module": "./dist-esm/src/index.js",
|
|
19
|
+
"types": "./types/arm-machinelearningexperimentation.d.ts",
|
|
22
20
|
"devDependencies": {
|
|
23
|
-
"
|
|
24
|
-
"rollup": "
|
|
25
|
-
"rollup
|
|
26
|
-
"
|
|
21
|
+
"@microsoft/api-extractor": "^7.18.11",
|
|
22
|
+
"@rollup/plugin-commonjs": "11.0.2",
|
|
23
|
+
"@rollup/plugin-json": "^4.0.0",
|
|
24
|
+
"@rollup/plugin-multi-entry": "^3.0.0",
|
|
25
|
+
"@rollup/plugin-node-resolve": "^8.0.0",
|
|
26
|
+
"mkdirp": "^1.0.4",
|
|
27
|
+
"rollup": "^1.16.3",
|
|
28
|
+
"rollup-plugin-sourcemaps": "^0.4.2",
|
|
29
|
+
"typescript": "~4.2.0",
|
|
30
|
+
"uglify-js": "^3.4.9",
|
|
31
|
+
"rimraf": "^3.0.0",
|
|
32
|
+
"@azure/identity": "^2.0.1",
|
|
33
|
+
"@azure-tools/test-recorder": "^1.0.0",
|
|
34
|
+
"mocha": "^7.1.1",
|
|
35
|
+
"cross-env": "^7.0.2"
|
|
27
36
|
},
|
|
28
|
-
"homepage": "https://github.com/
|
|
37
|
+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/machinelearningexperimentation/arm-machinelearningexperimentation",
|
|
29
38
|
"repository": {
|
|
30
39
|
"type": "git",
|
|
31
|
-
"url": "https://github.com/
|
|
32
|
-
},
|
|
33
|
-
"bugs": {
|
|
34
|
-
"url": "https://github.com/azure/azure-sdk-for-js/issues"
|
|
40
|
+
"url": "https://github.com/Azure/azure-sdk-for-js.git"
|
|
35
41
|
},
|
|
42
|
+
"bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" },
|
|
36
43
|
"files": [
|
|
37
44
|
"dist/**/*.js",
|
|
38
45
|
"dist/**/*.js.map",
|
|
39
46
|
"dist/**/*.d.ts",
|
|
40
47
|
"dist/**/*.d.ts.map",
|
|
41
|
-
"esm/**/*.js",
|
|
42
|
-
"esm/**/*.js.map",
|
|
43
|
-
"esm/**/*.d.ts",
|
|
44
|
-
"esm/**/*.d.ts.map",
|
|
45
|
-
"
|
|
48
|
+
"dist-esm/**/*.js",
|
|
49
|
+
"dist-esm/**/*.js.map",
|
|
50
|
+
"dist-esm/**/*.d.ts",
|
|
51
|
+
"dist-esm/**/*.d.ts.map",
|
|
52
|
+
"src/**/*.ts",
|
|
53
|
+
"README.md",
|
|
54
|
+
"LICENSE",
|
|
46
55
|
"rollup.config.js",
|
|
47
|
-
"tsconfig.json"
|
|
56
|
+
"tsconfig.json",
|
|
57
|
+
"review/*",
|
|
58
|
+
"CHANGELOG.md",
|
|
59
|
+
"types/*"
|
|
48
60
|
],
|
|
49
61
|
"scripts": {
|
|
50
|
-
"build": "tsc && rollup -c
|
|
51
|
-
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/
|
|
52
|
-
"prepack": "npm
|
|
62
|
+
"build": "npm run clean && tsc && rollup -c 2>&1 && npm run minify && mkdirp ./review && npm run extract-api",
|
|
63
|
+
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
|
64
|
+
"prepack": "npm run build",
|
|
65
|
+
"pack": "npm pack 2>&1",
|
|
66
|
+
"extract-api": "api-extractor run --local",
|
|
67
|
+
"lint": "echo skipped",
|
|
68
|
+
"audit": "echo skipped",
|
|
69
|
+
"clean": "rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
70
|
+
"build:node": "echo skipped",
|
|
71
|
+
"build:browser": "echo skipped",
|
|
72
|
+
"build:test": "echo skipped",
|
|
73
|
+
"build:samples": "echo skipped.",
|
|
74
|
+
"check-format": "echo skipped",
|
|
75
|
+
"execute:samples": "echo skipped",
|
|
76
|
+
"format": "echo skipped",
|
|
77
|
+
"test": "npm run integration-test",
|
|
78
|
+
"test:node": "echo skipped",
|
|
79
|
+
"test:browser": "echo skipped",
|
|
80
|
+
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
81
|
+
"unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
|
|
82
|
+
"unit-test:browser": "echo skipped",
|
|
83
|
+
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
84
|
+
"integration-test:node": "mocha -r esm --require ts-node/register --timeout 1200000 --full-trace test/*.ts --reporter ../../../common/tools/mocha-multi-reporter.js",
|
|
85
|
+
"integration-test:browser": "echo skipped",
|
|
86
|
+
"docs": "echo skipped"
|
|
87
|
+
},
|
|
88
|
+
"sideEffects": false,
|
|
89
|
+
"//metadata": {
|
|
90
|
+
"constantPaths": [
|
|
91
|
+
{
|
|
92
|
+
"path": "src/MLTeamAccountManagementClient.ts",
|
|
93
|
+
"prefix": "packageDetails"
|
|
94
|
+
}
|
|
95
|
+
]
|
|
53
96
|
},
|
|
54
|
-
"
|
|
97
|
+
"autoPublish": true,
|
|
98
|
+
"//sampleConfiguration": {
|
|
99
|
+
"productName": "",
|
|
100
|
+
"productSlugs": ["azure"],
|
|
101
|
+
"disableDocsMs": true,
|
|
102
|
+
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-machinelearningexperimentation?view=azure-node-preview"
|
|
103
|
+
}
|
|
55
104
|
}
|
|
@@ -0,0 +1,339 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-machinelearningexperimentation"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
+
|
|
11
|
+
// @public
|
|
12
|
+
export type Account = Resource & {
|
|
13
|
+
vsoAccountId?: string;
|
|
14
|
+
readonly accountId?: string;
|
|
15
|
+
description?: string;
|
|
16
|
+
friendlyName?: string;
|
|
17
|
+
keyVaultId?: string;
|
|
18
|
+
seats?: string;
|
|
19
|
+
readonly discoveryUri?: string;
|
|
20
|
+
readonly creationDate?: Date;
|
|
21
|
+
storageAccount?: StorageAccountProperties;
|
|
22
|
+
readonly provisioningState?: ProvisioningState;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
// @public
|
|
26
|
+
export interface AccountListResult {
|
|
27
|
+
nextLink?: string;
|
|
28
|
+
value?: Account[];
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// @public
|
|
32
|
+
export interface Accounts {
|
|
33
|
+
createOrUpdate(resourceGroupName: string, accountName: string, parameters: Account, options?: AccountsCreateOrUpdateOptionalParams): Promise<AccountsCreateOrUpdateResponse>;
|
|
34
|
+
delete(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<void>;
|
|
35
|
+
get(resourceGroupName: string, accountName: string, options?: AccountsGetOptionalParams): Promise<AccountsGetResponse>;
|
|
36
|
+
list(options?: AccountsListOptionalParams): PagedAsyncIterableIterator<Account>;
|
|
37
|
+
listByResourceGroup(resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Account>;
|
|
38
|
+
update(resourceGroupName: string, accountName: string, parameters: AccountUpdateParameters, options?: AccountsUpdateOptionalParams): Promise<AccountsUpdateResponse>;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
// @public
|
|
42
|
+
export interface AccountsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
// @public
|
|
46
|
+
export type AccountsCreateOrUpdateResponse = Account;
|
|
47
|
+
|
|
48
|
+
// @public
|
|
49
|
+
export interface AccountsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
// @public
|
|
53
|
+
export interface AccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
// @public
|
|
57
|
+
export type AccountsGetResponse = Account;
|
|
58
|
+
|
|
59
|
+
// @public
|
|
60
|
+
export interface AccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
// @public
|
|
64
|
+
export type AccountsListByResourceGroupNextResponse = AccountListResult;
|
|
65
|
+
|
|
66
|
+
// @public
|
|
67
|
+
export interface AccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
// @public
|
|
71
|
+
export type AccountsListByResourceGroupResponse = AccountListResult;
|
|
72
|
+
|
|
73
|
+
// @public
|
|
74
|
+
export interface AccountsListNextOptionalParams extends coreClient.OperationOptions {
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
// @public
|
|
78
|
+
export type AccountsListNextResponse = AccountListResult;
|
|
79
|
+
|
|
80
|
+
// @public
|
|
81
|
+
export interface AccountsListOptionalParams extends coreClient.OperationOptions {
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
// @public
|
|
85
|
+
export type AccountsListResponse = AccountListResult;
|
|
86
|
+
|
|
87
|
+
// @public
|
|
88
|
+
export interface AccountsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
// @public
|
|
92
|
+
export type AccountsUpdateResponse = Account;
|
|
93
|
+
|
|
94
|
+
// @public
|
|
95
|
+
export interface AccountUpdateParameters {
|
|
96
|
+
description?: string;
|
|
97
|
+
friendlyName?: string;
|
|
98
|
+
seats?: string;
|
|
99
|
+
storageAccountKey?: string;
|
|
100
|
+
tags?: {
|
|
101
|
+
[propertyName: string]: string;
|
|
102
|
+
};
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
// @public
|
|
106
|
+
export interface ErrorResponse {
|
|
107
|
+
code: string;
|
|
108
|
+
message: string;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
// @public (undocumented)
|
|
112
|
+
export class MLTeamAccountManagementClient extends coreClient.ServiceClient {
|
|
113
|
+
// (undocumented)
|
|
114
|
+
$host: string;
|
|
115
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: MLTeamAccountManagementClientOptionalParams);
|
|
116
|
+
// (undocumented)
|
|
117
|
+
accounts: Accounts;
|
|
118
|
+
// (undocumented)
|
|
119
|
+
apiVersion: string;
|
|
120
|
+
// (undocumented)
|
|
121
|
+
operations: Operations;
|
|
122
|
+
// (undocumented)
|
|
123
|
+
projects: Projects;
|
|
124
|
+
// (undocumented)
|
|
125
|
+
subscriptionId: string;
|
|
126
|
+
// (undocumented)
|
|
127
|
+
workspaces: Workspaces;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
// @public
|
|
131
|
+
export interface MLTeamAccountManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
132
|
+
$host?: string;
|
|
133
|
+
apiVersion?: string;
|
|
134
|
+
endpoint?: string;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
// @public
|
|
138
|
+
export interface Operation {
|
|
139
|
+
display?: OperationDisplay;
|
|
140
|
+
name?: string;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
// @public
|
|
144
|
+
export interface OperationDisplay {
|
|
145
|
+
description?: string;
|
|
146
|
+
operation?: string;
|
|
147
|
+
provider?: string;
|
|
148
|
+
resource?: string;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
// @public
|
|
152
|
+
export interface OperationListResult {
|
|
153
|
+
value?: Operation[];
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
// @public
|
|
157
|
+
export interface Operations {
|
|
158
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
// @public
|
|
162
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
// @public
|
|
166
|
+
export type OperationsListResponse = OperationListResult;
|
|
167
|
+
|
|
168
|
+
// @public
|
|
169
|
+
export type Project = Resource & {
|
|
170
|
+
description?: string;
|
|
171
|
+
readonly accountId?: string;
|
|
172
|
+
readonly workspaceId?: string;
|
|
173
|
+
readonly projectId?: string;
|
|
174
|
+
gitrepo?: string;
|
|
175
|
+
friendlyName?: string;
|
|
176
|
+
readonly creationDate?: Date;
|
|
177
|
+
readonly provisioningState?: ProvisioningState;
|
|
178
|
+
};
|
|
179
|
+
|
|
180
|
+
// @public
|
|
181
|
+
export interface ProjectListResult {
|
|
182
|
+
nextLink?: string;
|
|
183
|
+
value?: Project[];
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
// @public
|
|
187
|
+
export interface Projects {
|
|
188
|
+
createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, parameters: Project, options?: ProjectsCreateOrUpdateOptionalParams): Promise<ProjectsCreateOrUpdateResponse>;
|
|
189
|
+
delete(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, options?: ProjectsDeleteOptionalParams): Promise<void>;
|
|
190
|
+
get(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, options?: ProjectsGetOptionalParams): Promise<ProjectsGetResponse>;
|
|
191
|
+
listByWorkspace(accountName: string, workspaceName: string, resourceGroupName: string, options?: ProjectsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<Project>;
|
|
192
|
+
update(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, parameters: ProjectUpdateParameters, options?: ProjectsUpdateOptionalParams): Promise<ProjectsUpdateResponse>;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
// @public
|
|
196
|
+
export interface ProjectsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
// @public
|
|
200
|
+
export type ProjectsCreateOrUpdateResponse = Project;
|
|
201
|
+
|
|
202
|
+
// @public
|
|
203
|
+
export interface ProjectsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
// @public
|
|
207
|
+
export interface ProjectsGetOptionalParams extends coreClient.OperationOptions {
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
// @public
|
|
211
|
+
export type ProjectsGetResponse = Project;
|
|
212
|
+
|
|
213
|
+
// @public
|
|
214
|
+
export interface ProjectsListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
// @public
|
|
218
|
+
export type ProjectsListByWorkspaceNextResponse = ProjectListResult;
|
|
219
|
+
|
|
220
|
+
// @public
|
|
221
|
+
export interface ProjectsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
// @public
|
|
225
|
+
export type ProjectsListByWorkspaceResponse = ProjectListResult;
|
|
226
|
+
|
|
227
|
+
// @public
|
|
228
|
+
export interface ProjectsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
// @public
|
|
232
|
+
export type ProjectsUpdateResponse = Project;
|
|
233
|
+
|
|
234
|
+
// @public
|
|
235
|
+
export interface ProjectUpdateParameters {
|
|
236
|
+
description?: string;
|
|
237
|
+
friendlyName?: string;
|
|
238
|
+
gitrepo?: string;
|
|
239
|
+
tags?: {
|
|
240
|
+
[propertyName: string]: string;
|
|
241
|
+
};
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
// @public
|
|
245
|
+
export type ProvisioningState = "Creating" | "Succeeded" | "Updating" | "Deleting" | "Failed";
|
|
246
|
+
|
|
247
|
+
// @public
|
|
248
|
+
export interface Resource {
|
|
249
|
+
readonly id?: string;
|
|
250
|
+
location: string;
|
|
251
|
+
readonly name?: string;
|
|
252
|
+
tags?: {
|
|
253
|
+
[propertyName: string]: string;
|
|
254
|
+
};
|
|
255
|
+
readonly type?: string;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
// @public
|
|
259
|
+
export interface StorageAccountProperties {
|
|
260
|
+
accessKey: string;
|
|
261
|
+
storageAccountId: string;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
// @public
|
|
265
|
+
export type Workspace = Resource & {
|
|
266
|
+
description?: string;
|
|
267
|
+
readonly accountId?: string;
|
|
268
|
+
readonly workspaceId?: string;
|
|
269
|
+
friendlyName?: string;
|
|
270
|
+
readonly creationDate?: Date;
|
|
271
|
+
readonly provisioningState?: ProvisioningState;
|
|
272
|
+
};
|
|
273
|
+
|
|
274
|
+
// @public
|
|
275
|
+
export interface WorkspaceListResult {
|
|
276
|
+
nextLink?: string;
|
|
277
|
+
value?: Workspace[];
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
// @public
|
|
281
|
+
export interface Workspaces {
|
|
282
|
+
createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, parameters: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<WorkspacesCreateOrUpdateResponse>;
|
|
283
|
+
delete(resourceGroupName: string, accountName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<void>;
|
|
284
|
+
get(resourceGroupName: string, accountName: string, workspaceName: string, options?: WorkspacesGetOptionalParams): Promise<WorkspacesGetResponse>;
|
|
285
|
+
listByAccounts(accountName: string, resourceGroupName: string, options?: WorkspacesListByAccountsOptionalParams): PagedAsyncIterableIterator<Workspace>;
|
|
286
|
+
update(resourceGroupName: string, accountName: string, workspaceName: string, parameters: WorkspaceUpdateParameters, options?: WorkspacesUpdateOptionalParams): Promise<WorkspacesUpdateResponse>;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
// @public
|
|
290
|
+
export interface WorkspacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
// @public
|
|
294
|
+
export type WorkspacesCreateOrUpdateResponse = Workspace;
|
|
295
|
+
|
|
296
|
+
// @public
|
|
297
|
+
export interface WorkspacesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
// @public
|
|
301
|
+
export interface WorkspacesGetOptionalParams extends coreClient.OperationOptions {
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
// @public
|
|
305
|
+
export type WorkspacesGetResponse = Workspace;
|
|
306
|
+
|
|
307
|
+
// @public
|
|
308
|
+
export interface WorkspacesListByAccountsNextOptionalParams extends coreClient.OperationOptions {
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
// @public
|
|
312
|
+
export type WorkspacesListByAccountsNextResponse = WorkspaceListResult;
|
|
313
|
+
|
|
314
|
+
// @public
|
|
315
|
+
export interface WorkspacesListByAccountsOptionalParams extends coreClient.OperationOptions {
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
// @public
|
|
319
|
+
export type WorkspacesListByAccountsResponse = WorkspaceListResult;
|
|
320
|
+
|
|
321
|
+
// @public
|
|
322
|
+
export interface WorkspacesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
// @public
|
|
326
|
+
export type WorkspacesUpdateResponse = Workspace;
|
|
327
|
+
|
|
328
|
+
// @public
|
|
329
|
+
export interface WorkspaceUpdateParameters {
|
|
330
|
+
description?: string;
|
|
331
|
+
friendlyName?: string;
|
|
332
|
+
tags?: {
|
|
333
|
+
[propertyName: string]: string;
|
|
334
|
+
};
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
// (No @packageDocumentation comment for this package)
|
|
338
|
+
|
|
339
|
+
```
|