@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.
Files changed (209) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +75 -73
  4. package/dist/index.js +1780 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/samples-dev/accountCreate.d.ts +2 -0
  9. package/dist-esm/samples-dev/accountCreate.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/accountCreate.js +33 -0
  11. package/dist-esm/samples-dev/accountCreate.js.map +1 -0
  12. package/dist-esm/samples-dev/accountGet.d.ts +2 -0
  13. package/dist-esm/samples-dev/accountGet.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/accountGet.js +31 -0
  15. package/dist-esm/samples-dev/accountGet.js.map +1 -0
  16. package/dist-esm/samples-dev/accountUpdate.d.ts +2 -0
  17. package/dist-esm/samples-dev/accountUpdate.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/accountUpdate.js +35 -0
  19. package/dist-esm/samples-dev/accountUpdate.js.map +1 -0
  20. package/dist-esm/samples-dev/createProject.d.ts +2 -0
  21. package/dist-esm/samples-dev/createProject.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/createProject.js +39 -0
  23. package/dist-esm/samples-dev/createProject.js.map +1 -0
  24. package/dist-esm/samples-dev/getProject.d.ts +2 -0
  25. package/dist-esm/samples-dev/getProject.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/getProject.js +33 -0
  27. package/dist-esm/samples-dev/getProject.js.map +1 -0
  28. package/dist-esm/samples-dev/listWorkspacesByAccounts.d.ts +2 -0
  29. package/dist-esm/samples-dev/listWorkspacesByAccounts.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/listWorkspacesByAccounts.js +45 -0
  31. package/dist-esm/samples-dev/listWorkspacesByAccounts.js.map +1 -0
  32. package/dist-esm/samples-dev/projectListByWorkspaces.d.ts +2 -0
  33. package/dist-esm/samples-dev/projectListByWorkspaces.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/projectListByWorkspaces.js +46 -0
  35. package/dist-esm/samples-dev/projectListByWorkspaces.js.map +1 -0
  36. package/dist-esm/samples-dev/updateProject.d.ts +2 -0
  37. package/dist-esm/samples-dev/updateProject.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/updateProject.js +37 -0
  39. package/dist-esm/samples-dev/updateProject.js.map +1 -0
  40. package/dist-esm/samples-dev/workspaceCreate.d.ts +2 -0
  41. package/dist-esm/samples-dev/workspaceCreate.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/workspaceCreate.js +37 -0
  43. package/dist-esm/samples-dev/workspaceCreate.js.map +1 -0
  44. package/dist-esm/samples-dev/workspaceDelete.d.ts +2 -0
  45. package/dist-esm/samples-dev/workspaceDelete.d.ts.map +1 -0
  46. package/dist-esm/samples-dev/workspaceDelete.js +32 -0
  47. package/dist-esm/samples-dev/workspaceDelete.js.map +1 -0
  48. package/dist-esm/samples-dev/workspaceGet.d.ts +2 -0
  49. package/dist-esm/samples-dev/workspaceGet.d.ts.map +1 -0
  50. package/dist-esm/samples-dev/workspaceGet.js +32 -0
  51. package/dist-esm/samples-dev/workspaceGet.js.map +1 -0
  52. package/dist-esm/samples-dev/workspaceUpdate.d.ts +2 -0
  53. package/dist-esm/samples-dev/workspaceUpdate.d.ts.map +1 -0
  54. package/dist-esm/samples-dev/workspaceUpdate.js +33 -0
  55. package/dist-esm/samples-dev/workspaceUpdate.js.map +1 -0
  56. package/dist-esm/src/index.d.ts +5 -0
  57. package/dist-esm/src/index.d.ts.map +1 -0
  58. package/dist-esm/src/index.js +12 -0
  59. package/dist-esm/src/index.js.map +1 -0
  60. package/dist-esm/src/mLTeamAccountManagementClient.d.ts +21 -0
  61. package/dist-esm/src/mLTeamAccountManagementClient.d.ts.map +1 -0
  62. package/dist-esm/src/mLTeamAccountManagementClient.js +54 -0
  63. package/dist-esm/src/mLTeamAccountManagementClient.js.map +1 -0
  64. package/dist-esm/src/models/index.d.ts +329 -0
  65. package/dist-esm/src/models/index.d.ts.map +1 -0
  66. package/dist-esm/src/models/index.js +9 -0
  67. package/dist-esm/src/models/index.js.map +1 -0
  68. package/dist-esm/src/models/mappers.d.ts +17 -0
  69. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  70. package/{esm → dist-esm/src}/models/mappers.js +273 -315
  71. package/dist-esm/src/models/mappers.js.map +1 -0
  72. package/dist-esm/src/models/parameters.d.ts +18 -0
  73. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  74. package/dist-esm/src/models/parameters.js +153 -0
  75. package/dist-esm/src/models/parameters.js.map +1 -0
  76. package/dist-esm/src/operations/accounts.d.ts +90 -0
  77. package/dist-esm/src/operations/accounts.d.ts.map +1 -0
  78. package/dist-esm/src/operations/accounts.js +366 -0
  79. package/dist-esm/src/operations/accounts.js.map +1 -0
  80. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  81. package/dist-esm/src/operations/index.d.ts.map +1 -0
  82. package/{esm → dist-esm/src}/operations/index.js +3 -5
  83. package/dist-esm/src/operations/index.js.map +1 -0
  84. package/dist-esm/src/operations/operations.d.ts +26 -0
  85. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  86. package/dist-esm/src/operations/operations.js +90 -0
  87. package/dist-esm/src/operations/operations.js.map +1 -0
  88. package/dist-esm/src/operations/projects.d.ts +86 -0
  89. package/dist-esm/src/operations/projects.d.ts.map +1 -0
  90. package/dist-esm/src/operations/projects.js +307 -0
  91. package/dist-esm/src/operations/projects.js.map +1 -0
  92. package/dist-esm/src/operations/workspaces.d.ts +79 -0
  93. package/dist-esm/src/operations/workspaces.d.ts.map +1 -0
  94. package/dist-esm/src/operations/workspaces.js +280 -0
  95. package/dist-esm/src/operations/workspaces.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/accounts.d.ts +52 -0
  97. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/accounts.js +9 -0
  99. package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/index.d.ts +5 -0
  101. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/index.js +12 -0
  103. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  105. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/projects.d.ts +57 -0
  109. package/dist-esm/src/operationsInterfaces/projects.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/projects.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/projects.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/workspaces.d.ts +52 -0
  113. package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/workspaces.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/workspaces.js.map +1 -0
  116. package/dist-esm/test/sampleTest.d.ts +2 -0
  117. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  118. package/dist-esm/test/sampleTest.js +40 -0
  119. package/dist-esm/test/sampleTest.js.map +1 -0
  120. package/package.json +83 -34
  121. package/review/arm-machinelearningexperimentation.api.md +339 -0
  122. package/rollup.config.js +184 -27
  123. package/src/index.ts +12 -0
  124. package/src/mLTeamAccountManagementClient.ts +91 -0
  125. package/src/models/index.ts +389 -0
  126. package/{lib → src}/models/mappers.ts +263 -305
  127. package/src/models/parameters.ts +181 -0
  128. package/src/operations/accounts.ts +454 -0
  129. package/{lib → src}/operations/index.ts +3 -5
  130. package/src/operations/operations.ts +98 -0
  131. package/src/operations/projects.ts +423 -0
  132. package/src/operations/workspaces.ts +382 -0
  133. package/src/operationsInterfaces/accounts.ts +96 -0
  134. package/src/operationsInterfaces/index.ts +12 -0
  135. package/src/operationsInterfaces/operations.ts +22 -0
  136. package/src/operationsInterfaces/projects.ts +108 -0
  137. package/src/operationsInterfaces/workspaces.ts +98 -0
  138. package/tsconfig.json +6 -5
  139. package/types/arm-machinelearningexperimentation.d.ts +569 -0
  140. package/types/tsdoc-metadata.json +11 -0
  141. package/dist/arm-machinelearningexperimentation.js +0 -1715
  142. package/dist/arm-machinelearningexperimentation.js.map +0 -1
  143. package/dist/arm-machinelearningexperimentation.min.js +0 -1
  144. package/dist/arm-machinelearningexperimentation.min.js.map +0 -1
  145. package/esm/mLTeamAccountManagementClient.d.ts +0 -21
  146. package/esm/mLTeamAccountManagementClient.d.ts.map +0 -1
  147. package/esm/mLTeamAccountManagementClient.js +0 -36
  148. package/esm/mLTeamAccountManagementClient.js.map +0 -1
  149. package/esm/mLTeamAccountManagementClientContext.d.ts +0 -16
  150. package/esm/mLTeamAccountManagementClientContext.d.ts.map +0 -1
  151. package/esm/mLTeamAccountManagementClientContext.js +0 -56
  152. package/esm/mLTeamAccountManagementClientContext.js.map +0 -1
  153. package/esm/models/accountsMappers.d.ts +0 -2
  154. package/esm/models/accountsMappers.d.ts.map +0 -1
  155. package/esm/models/accountsMappers.js +0 -11
  156. package/esm/models/accountsMappers.js.map +0 -1
  157. package/esm/models/index.d.ts +0 -770
  158. package/esm/models/index.d.ts.map +0 -1
  159. package/esm/models/index.js +0 -10
  160. package/esm/models/index.js.map +0 -1
  161. package/esm/models/mappers.d.ts +0 -19
  162. package/esm/models/mappers.d.ts.map +0 -1
  163. package/esm/models/mappers.js.map +0 -1
  164. package/esm/models/operationsMappers.d.ts +0 -2
  165. package/esm/models/operationsMappers.d.ts.map +0 -1
  166. package/esm/models/operationsMappers.js +0 -11
  167. package/esm/models/operationsMappers.js.map +0 -1
  168. package/esm/models/parameters.d.ts +0 -10
  169. package/esm/models/parameters.d.ts.map +0 -1
  170. package/esm/models/parameters.js +0 -106
  171. package/esm/models/parameters.js.map +0 -1
  172. package/esm/models/projectsMappers.d.ts +0 -2
  173. package/esm/models/projectsMappers.d.ts.map +0 -1
  174. package/esm/models/projectsMappers.js +0 -11
  175. package/esm/models/projectsMappers.js.map +0 -1
  176. package/esm/models/workspacesMappers.d.ts +0 -2
  177. package/esm/models/workspacesMappers.d.ts.map +0 -1
  178. package/esm/models/workspacesMappers.js +0 -11
  179. package/esm/models/workspacesMappers.js.map +0 -1
  180. package/esm/operations/accounts.d.ts +0 -187
  181. package/esm/operations/accounts.d.ts.map +0 -1
  182. package/esm/operations/accounts.js +0 -272
  183. package/esm/operations/accounts.js.map +0 -1
  184. package/esm/operations/index.d.ts.map +0 -1
  185. package/esm/operations/index.js.map +0 -1
  186. package/esm/operations/operations.d.ts +0 -28
  187. package/esm/operations/operations.d.ts.map +0 -1
  188. package/esm/operations/operations.js +0 -51
  189. package/esm/operations/operations.js.map +0 -1
  190. package/esm/operations/projects.d.ts +0 -184
  191. package/esm/operations/projects.d.ts.map +0 -1
  192. package/esm/operations/projects.js +0 -239
  193. package/esm/operations/projects.js.map +0 -1
  194. package/esm/operations/workspaces.d.ts +0 -169
  195. package/esm/operations/workspaces.d.ts.map +0 -1
  196. package/esm/operations/workspaces.js +0 -229
  197. package/esm/operations/workspaces.js.map +0 -1
  198. package/lib/mLTeamAccountManagementClient.ts +0 -48
  199. package/lib/mLTeamAccountManagementClientContext.ts +0 -62
  200. package/lib/models/accountsMappers.ts +0 -22
  201. package/lib/models/index.ts +0 -809
  202. package/lib/models/operationsMappers.ts +0 -17
  203. package/lib/models/parameters.ts +0 -108
  204. package/lib/models/projectsMappers.ts +0 -22
  205. package/lib/models/workspacesMappers.ts +0 -22
  206. package/lib/operations/accounts.ts +0 -494
  207. package/lib/operations/operations.ts +0 -74
  208. package/lib/operations/projects.ts +0 -448
  209. 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,2 @@
1
+ export {};
2
+ //# sourceMappingURL=sampleTest.d.ts.map
@@ -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": "MLTeamAccountManagementClient Library with typescript type definitions for node.js and browser.",
5
- "version": "0.1.0",
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/ms-rest-azure-js": "^1.1.0",
8
- "@azure/ms-rest-js": "^1.1.0",
9
- "tslib": "^1.9.3"
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/arm-machinelearningexperimentation.js",
20
- "module": "./esm/mLTeamAccountManagementClient.js",
21
- "types": "./esm/mLTeamAccountManagementClient.d.ts",
17
+ "main": "./dist/index.js",
18
+ "module": "./dist-esm/src/index.js",
19
+ "types": "./types/arm-machinelearningexperimentation.d.ts",
22
20
  "devDependencies": {
23
- "typescript": "^3.1.1",
24
- "rollup": "^0.66.2",
25
- "rollup-plugin-node-resolve": "^3.4.0",
26
- "uglify-js": "^3.4.9"
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/azure/azure-sdk-for-js/tree/master/packages/@azure/arm-machinelearningexperimentation",
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/azure/azure-sdk-for-js.git"
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
- "lib/**/*.ts",
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 rollup.config.js && npm run minify",
51
- "minify": "uglifyjs -c -m --comments --source-map \"content='./dist/arm-machinelearningexperimentation.js.map'\" -o ./dist/arm-machinelearningexperimentation.min.js ./dist/arm-machinelearningexperimentation.js",
52
- "prepack": "npm install && npm run build"
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
- "sideEffects": false
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
+ ```