@azure/arm-machinelearningexperimentation 1.2.1 → 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 (202) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +69 -80
  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 +81 -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 +78 -41
  125. package/src/models/index.ts +287 -707
  126. package/src/models/mappers.ts +263 -305
  127. package/src/models/parameters.ts +116 -43
  128. package/src/operations/accounts.ts +290 -330
  129. package/src/operations/index.ts +3 -5
  130. package/src/operations/operations.ts +66 -42
  131. package/src/operations/projects.ts +256 -281
  132. package/src/operations/workspaces.ts +242 -283
  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 -1725
  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 -27
  146. package/esm/mLTeamAccountManagementClient.d.ts.map +0 -1
  147. package/esm/mLTeamAccountManagementClient.js +0 -41
  148. package/esm/mLTeamAccountManagementClient.js.map +0 -1
  149. package/esm/mLTeamAccountManagementClientContext.d.ts +0 -22
  150. package/esm/mLTeamAccountManagementClientContext.d.ts.map +0 -1
  151. package/esm/mLTeamAccountManagementClientContext.js +0 -61
  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/src/mLTeamAccountManagementClientContext.ts +0 -68
  199. package/src/models/accountsMappers.ts +0 -22
  200. package/src/models/operationsMappers.ts +0 -17
  201. package/src/models/projectsMappers.ts +0 -22
  202. package/src/models/workspacesMappers.ts +0 -22
@@ -1 +0,0 @@
1
- {"version":3,"file":"arm-machinelearningexperimentation.js","sources":["../node_modules/tslib/tslib.es6.js","../esm/models/index.js","../esm/models/mappers.js","../esm/models/operationsMappers.js","../esm/models/parameters.js","../esm/operations/operations.js","../esm/models/accountsMappers.js","../esm/operations/accounts.js","../esm/models/workspacesMappers.js","../esm/operations/workspaces.js","../esm/models/projectsMappers.js","../esm/operations/projects.js","../esm/operations/index.js","../esm/mLTeamAccountManagementClientContext.js","../esm/mLTeamAccountManagementClient.js"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n//# sourceMappingURL=index.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport { __assign } from \"tslib\";\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nexport var CloudError = CloudErrorMapper;\nexport var BaseResource = BaseResourceMapper;\nexport var Resource = {\n serializedName: \"Resource\",\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\nexport var Workspace = {\n serializedName: \"Workspace\",\n type: {\n name: \"Composite\",\n className: \"Workspace\",\n modelProperties: __assign(__assign({}, Resource.type.modelProperties), { description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }, accountId: {\n readOnly: true,\n serializedName: \"properties.accountId\",\n type: {\n name: \"String\"\n }\n }, workspaceId: {\n readOnly: true,\n serializedName: \"properties.workspaceId\",\n type: {\n name: \"String\"\n }\n }, friendlyName: {\n required: true,\n serializedName: \"properties.friendlyName\",\n type: {\n name: \"String\"\n }\n }, creationDate: {\n readOnly: true,\n serializedName: \"properties.creationDate\",\n type: {\n name: \"DateTime\"\n }\n }, provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Creating\",\n \"Succeeded\",\n \"Updating\",\n \"Deleting\",\n \"Failed\"\n ]\n }\n } })\n }\n};\nexport var WorkspaceUpdateParameters = {\n serializedName: \"WorkspaceUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"WorkspaceUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var Project = {\n serializedName: \"Project\",\n type: {\n name: \"Composite\",\n className: \"Project\",\n modelProperties: __assign(__assign({}, Resource.type.modelProperties), { description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }, accountId: {\n readOnly: true,\n serializedName: \"properties.accountId\",\n type: {\n name: \"String\"\n }\n }, workspaceId: {\n readOnly: true,\n serializedName: \"properties.workspaceId\",\n type: {\n name: \"String\"\n }\n }, projectId: {\n readOnly: true,\n serializedName: \"properties.projectId\",\n type: {\n name: \"String\"\n }\n }, gitrepo: {\n serializedName: \"properties.gitrepo\",\n type: {\n name: \"String\"\n }\n }, friendlyName: {\n required: true,\n serializedName: \"properties.friendlyName\",\n type: {\n name: \"String\"\n }\n }, creationDate: {\n readOnly: true,\n serializedName: \"properties.creationDate\",\n type: {\n name: \"DateTime\"\n }\n }, provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Creating\",\n \"Succeeded\",\n \"Updating\",\n \"Deleting\",\n \"Failed\"\n ]\n }\n } })\n }\n};\nexport var ProjectUpdateParameters = {\n serializedName: \"ProjectUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"ProjectUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n gitrepo: {\n serializedName: \"properties.gitrepo\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var ErrorResponse = {\n serializedName: \"ErrorResponse\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n code: {\n required: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n required: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var StorageAccountProperties = {\n serializedName: \"StorageAccountProperties\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountProperties\",\n modelProperties: {\n storageAccountId: {\n required: true,\n serializedName: \"storageAccountId\",\n type: {\n name: \"String\"\n }\n },\n accessKey: {\n required: true,\n serializedName: \"accessKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var Account = {\n serializedName: \"Account\",\n type: {\n name: \"Composite\",\n className: \"Account\",\n modelProperties: __assign(__assign({}, Resource.type.modelProperties), { vsoAccountId: {\n required: true,\n serializedName: \"properties.vsoAccountId\",\n type: {\n name: \"String\"\n }\n }, accountId: {\n readOnly: true,\n serializedName: \"properties.accountId\",\n type: {\n name: \"String\"\n }\n }, description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }, friendlyName: {\n serializedName: \"properties.friendlyName\",\n type: {\n name: \"String\"\n }\n }, keyVaultId: {\n required: true,\n serializedName: \"properties.keyVaultId\",\n type: {\n name: \"String\"\n }\n }, seats: {\n serializedName: \"properties.seats\",\n type: {\n name: \"String\"\n }\n }, discoveryUri: {\n readOnly: true,\n serializedName: \"properties.discoveryUri\",\n type: {\n name: \"String\"\n }\n }, creationDate: {\n readOnly: true,\n serializedName: \"properties.creationDate\",\n type: {\n name: \"DateTime\"\n }\n }, storageAccount: {\n required: true,\n serializedName: \"properties.storageAccount\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountProperties\"\n }\n }, provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Creating\",\n \"Succeeded\",\n \"Updating\",\n \"Deleting\",\n \"Failed\"\n ]\n }\n } })\n }\n};\nexport var AccountUpdateParameters = {\n serializedName: \"AccountUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"AccountUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n type: {\n name: \"String\"\n }\n },\n seats: {\n serializedName: \"properties.seats\",\n type: {\n name: \"String\"\n }\n },\n storageAccountKey: {\n serializedName: \"properties.storageAccountKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var OperationDisplay = {\n serializedName: \"Operation_display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var Operation = {\n serializedName: \"Operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n }\n }\n }\n};\nexport var OperationListResult = {\n serializedName: \"OperationListResult\",\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n }\n }\n }\n};\nexport var AccountListResult = {\n serializedName: \"AccountListResult\",\n type: {\n name: \"Composite\",\n className: \"AccountListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Account\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var WorkspaceListResult = {\n serializedName: \"WorkspaceListResult\",\n type: {\n name: \"Composite\",\n className: \"WorkspaceListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Workspace\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var ProjectListResult = {\n serializedName: \"ProjectListResult\",\n type: {\n name: \"Composite\",\n className: \"ProjectListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Project\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n//# sourceMappingURL=mappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { OperationListResult, Operation, OperationDisplay, ErrorResponse } from \"../models/mappers\";\n//# sourceMappingURL=operationsMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport var acceptLanguage = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport var accountName = {\n parameterPath: \"accountName\",\n mapper: {\n required: true,\n serializedName: \"accountName\",\n constraints: {\n MaxLength: 50,\n MinLength: 5,\n Pattern: /^[a-zA-Z0-9]*$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport var apiVersion = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var nextPageLink = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport var projectName = {\n parameterPath: \"projectName\",\n mapper: {\n required: true,\n serializedName: \"projectName\",\n constraints: {\n MaxLength: 50,\n MinLength: 5,\n Pattern: /^[a-zA-Z0-9]*$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport var resourceGroupName = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var subscriptionId = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var workspaceName = {\n parameterPath: \"workspaceName\",\n mapper: {\n required: true,\n serializedName: \"workspaceName\",\n constraints: {\n MaxLength: 50,\n MinLength: 5,\n Pattern: /^[a-zA-Z0-9]*$/\n },\n type: {\n name: \"String\"\n }\n }\n};\n//# sourceMappingURL=parameters.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a Operations. */\nvar Operations = /** @class */ (function () {\n /**\n * Create a Operations.\n * @param {MLTeamAccountManagementClientContext} client Reference to the service client.\n */\n function Operations(client) {\n this.client = client;\n }\n Operations.prototype.list = function (options, callback) {\n return this.client.sendOperationRequest({\n options: options\n }, listOperationSpec, callback);\n };\n return Operations;\n}());\nexport { Operations };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar listOperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.MachineLearningExperimentation/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\n//# sourceMappingURL=operations.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { Account, Resource, BaseResource, StorageAccountProperties, ErrorResponse, AccountUpdateParameters, AccountListResult, Workspace, Project } from \"../models/mappers\";\n//# sourceMappingURL=accountsMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport { __assign } from \"tslib\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/accountsMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a Accounts. */\nvar Accounts = /** @class */ (function () {\n /**\n * Create a Accounts.\n * @param {MLTeamAccountManagementClientContext} client Reference to the service client.\n */\n function Accounts(client) {\n this.client = client;\n }\n Accounts.prototype.get = function (resourceGroupName, accountName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n accountName: accountName,\n options: options\n }, getOperationSpec, callback);\n };\n Accounts.prototype.createOrUpdate = function (resourceGroupName, accountName, parameters, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n accountName: accountName,\n parameters: parameters,\n options: options\n }, createOrUpdateOperationSpec, callback);\n };\n Accounts.prototype.deleteMethod = function (resourceGroupName, accountName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n accountName: accountName,\n options: options\n }, deleteMethodOperationSpec, callback);\n };\n Accounts.prototype.update = function (resourceGroupName, accountName, parameters, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n accountName: accountName,\n parameters: parameters,\n options: options\n }, updateOperationSpec, callback);\n };\n Accounts.prototype.listByResourceGroup = function (resourceGroupName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n options: options\n }, listByResourceGroupOperationSpec, callback);\n };\n Accounts.prototype.list = function (options, callback) {\n return this.client.sendOperationRequest({\n options: options\n }, listOperationSpec, callback);\n };\n Accounts.prototype.listByResourceGroupNext = function (nextPageLink, options, callback) {\n return this.client.sendOperationRequest({\n nextPageLink: nextPageLink,\n options: options\n }, listByResourceGroupNextOperationSpec, callback);\n };\n Accounts.prototype.listNext = function (nextPageLink, options, callback) {\n return this.client.sendOperationRequest({\n nextPageLink: nextPageLink,\n options: options\n }, listNextOperationSpec, callback);\n };\n return Accounts;\n}());\nexport { Accounts };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar getOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Account\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar createOrUpdateOperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: __assign(__assign({}, Mappers.Account), { required: true })\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Account\n },\n 201: {\n bodyMapper: Mappers.Account\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar deleteMethodOperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar updateOperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: __assign(__assign({}, Mappers.AccountUpdateParameters), { required: true })\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Account\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar listByResourceGroupOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar listOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningExperimentation/accounts\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar listByResourceGroupNextOperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar listNextOperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\n//# sourceMappingURL=accounts.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { Workspace, Resource, BaseResource, ErrorResponse, WorkspaceUpdateParameters, WorkspaceListResult, Project, Account, StorageAccountProperties } from \"../models/mappers\";\n//# sourceMappingURL=workspacesMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport { __assign } from \"tslib\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/workspacesMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a Workspaces. */\nvar Workspaces = /** @class */ (function () {\n /**\n * Create a Workspaces.\n * @param {MLTeamAccountManagementClientContext} client Reference to the service client.\n */\n function Workspaces(client) {\n this.client = client;\n }\n Workspaces.prototype.get = function (resourceGroupName, accountName, workspaceName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n accountName: accountName,\n workspaceName: workspaceName,\n options: options\n }, getOperationSpec, callback);\n };\n Workspaces.prototype.createOrUpdate = function (resourceGroupName, accountName, workspaceName, parameters, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n accountName: accountName,\n workspaceName: workspaceName,\n parameters: parameters,\n options: options\n }, createOrUpdateOperationSpec, callback);\n };\n Workspaces.prototype.deleteMethod = function (resourceGroupName, accountName, workspaceName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n accountName: accountName,\n workspaceName: workspaceName,\n options: options\n }, deleteMethodOperationSpec, callback);\n };\n Workspaces.prototype.update = function (resourceGroupName, accountName, workspaceName, parameters, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n accountName: accountName,\n workspaceName: workspaceName,\n parameters: parameters,\n options: options\n }, updateOperationSpec, callback);\n };\n Workspaces.prototype.listByAccounts = function (accountName, resourceGroupName, options, callback) {\n return this.client.sendOperationRequest({\n accountName: accountName,\n resourceGroupName: resourceGroupName,\n options: options\n }, listByAccountsOperationSpec, callback);\n };\n Workspaces.prototype.listByAccountsNext = function (nextPageLink, options, callback) {\n return this.client.sendOperationRequest({\n nextPageLink: nextPageLink,\n options: options\n }, listByAccountsNextOperationSpec, callback);\n };\n return Workspaces;\n}());\nexport { Workspaces };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar getOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.workspaceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Workspace\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar createOrUpdateOperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.workspaceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: __assign(__assign({}, Mappers.Workspace), { required: true })\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Workspace\n },\n 201: {\n bodyMapper: Mappers.Workspace\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar deleteMethodOperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.workspaceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar updateOperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.workspaceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: __assign(__assign({}, Mappers.WorkspaceUpdateParameters), { required: true })\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Workspace\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar listByAccountsOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.accountName,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.WorkspaceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar listByAccountsNextOperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.WorkspaceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\n//# sourceMappingURL=workspaces.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { Project, Resource, BaseResource, ErrorResponse, ProjectUpdateParameters, ProjectListResult, Workspace, Account, StorageAccountProperties } from \"../models/mappers\";\n//# sourceMappingURL=projectsMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport { __assign } from \"tslib\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/projectsMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a Projects. */\nvar Projects = /** @class */ (function () {\n /**\n * Create a Projects.\n * @param {MLTeamAccountManagementClientContext} client Reference to the service client.\n */\n function Projects(client) {\n this.client = client;\n }\n Projects.prototype.get = function (resourceGroupName, accountName, workspaceName, projectName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n accountName: accountName,\n workspaceName: workspaceName,\n projectName: projectName,\n options: options\n }, getOperationSpec, callback);\n };\n Projects.prototype.createOrUpdate = function (resourceGroupName, accountName, workspaceName, projectName, parameters, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n accountName: accountName,\n workspaceName: workspaceName,\n projectName: projectName,\n parameters: parameters,\n options: options\n }, createOrUpdateOperationSpec, callback);\n };\n Projects.prototype.deleteMethod = function (resourceGroupName, accountName, workspaceName, projectName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n accountName: accountName,\n workspaceName: workspaceName,\n projectName: projectName,\n options: options\n }, deleteMethodOperationSpec, callback);\n };\n Projects.prototype.update = function (resourceGroupName, accountName, workspaceName, projectName, parameters, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n accountName: accountName,\n workspaceName: workspaceName,\n projectName: projectName,\n parameters: parameters,\n options: options\n }, updateOperationSpec, callback);\n };\n Projects.prototype.listByWorkspace = function (accountName, workspaceName, resourceGroupName, options, callback) {\n return this.client.sendOperationRequest({\n accountName: accountName,\n workspaceName: workspaceName,\n resourceGroupName: resourceGroupName,\n options: options\n }, listByWorkspaceOperationSpec, callback);\n };\n Projects.prototype.listByWorkspaceNext = function (nextPageLink, options, callback) {\n return this.client.sendOperationRequest({\n nextPageLink: nextPageLink,\n options: options\n }, listByWorkspaceNextOperationSpec, callback);\n };\n return Projects;\n}());\nexport { Projects };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar getOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}/projects/{projectName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.workspaceName,\n Parameters.projectName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Project\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar createOrUpdateOperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}/projects/{projectName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.workspaceName,\n Parameters.projectName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: __assign(__assign({}, Mappers.Project), { required: true })\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Project\n },\n 201: {\n bodyMapper: Mappers.Project\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar deleteMethodOperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}/projects/{projectName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.workspaceName,\n Parameters.projectName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar updateOperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}/projects/{projectName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.workspaceName,\n Parameters.projectName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: __assign(__assign({}, Mappers.ProjectUpdateParameters), { required: true })\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Project\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar listByWorkspaceOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces{workspaceName}/projects\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.accountName,\n Parameters.workspaceName,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ProjectListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar listByWorkspaceNextOperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ProjectListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\n//# sourceMappingURL=projects.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport * from \"./operations\";\nexport * from \"./accounts\";\nexport * from \"./workspaces\";\nexport * from \"./projects\";\n//# sourceMappingURL=index.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport { __extends } from \"tslib\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nvar packageName = \"@azure/arm-machinelearningexperimentation\";\nvar packageVersion = \"1.2.1\";\nvar MLTeamAccountManagementClientContext = /** @class */ (function (_super) {\n __extends(MLTeamAccountManagementClientContext, _super);\n /**\n * Initializes a new instance of the MLTeamAccountManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The Microsoft Azure subscription ID.\n * @param [options] The parameter options\n */\n function MLTeamAccountManagementClientContext(credentials, subscriptionId, options) {\n var _this = this;\n if (credentials == undefined) {\n throw new Error('\\'credentials\\' cannot be null.');\n }\n if (subscriptionId == undefined) {\n throw new Error('\\'subscriptionId\\' cannot be null.');\n }\n if (!options) {\n options = {};\n }\n if (!options.userAgent) {\n var defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = packageName + \"/\" + packageVersion + \" \" + defaultUserAgent;\n }\n _this = _super.call(this, credentials, options) || this;\n _this.apiVersion = '2017-05-01-preview';\n _this.acceptLanguage = 'en-US';\n _this.longRunningOperationRetryTimeout = 30;\n _this.baseUri = options.baseUri || _this.baseUri || \"https://management.azure.com\";\n _this.requestContentType = \"application/json; charset=utf-8\";\n _this.credentials = credentials;\n _this.subscriptionId = subscriptionId;\n if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n _this.acceptLanguage = options.acceptLanguage;\n }\n if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {\n _this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n return _this;\n }\n return MLTeamAccountManagementClientContext;\n}(msRestAzure.AzureServiceClient));\nexport { MLTeamAccountManagementClientContext };\n//# sourceMappingURL=mLTeamAccountManagementClientContext.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport { __extends } from \"tslib\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { MLTeamAccountManagementClientContext } from \"./mLTeamAccountManagementClientContext\";\nvar MLTeamAccountManagementClient = /** @class */ (function (_super) {\n __extends(MLTeamAccountManagementClient, _super);\n /**\n * Initializes a new instance of the MLTeamAccountManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The Microsoft Azure subscription ID.\n * @param [options] The parameter options\n */\n function MLTeamAccountManagementClient(credentials, subscriptionId, options) {\n var _this = _super.call(this, credentials, subscriptionId, options) || this;\n _this.operations = new operations.Operations(_this);\n _this.accounts = new operations.Accounts(_this);\n _this.workspaces = new operations.Workspaces(_this);\n _this.projects = new operations.Projects(_this);\n return _this;\n }\n return MLTeamAccountManagementClient;\n}(MLTeamAccountManagementClientContext));\n// Operation Specifications\nexport { MLTeamAccountManagementClient, MLTeamAccountManagementClientContext, Models as MLTeamAccountManagementModels, Mappers as MLTeamAccountManagementMappers };\nexport * from \"./operations\";\n//# sourceMappingURL=mLTeamAccountManagementClient.js.map"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.OperationListResult","Mappers.ErrorResponse","resourceGroupName","accountName","listOperationSpec","nextPageLink","serializer","Mappers","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.accountName","Mappers.Account","Mappers.AccountUpdateParameters","Mappers.AccountListResult","Parameters.nextPageLink","workspaceName","getOperationSpec","createOrUpdateOperationSpec","deleteMethodOperationSpec","updateOperationSpec","Parameters.workspaceName","Mappers.Workspace","Mappers.WorkspaceUpdateParameters","Mappers.WorkspaceListResult","projectName","Parameters.projectName","Mappers.Project","Mappers.ProjectUpdateParameters","Mappers.ProjectListResult","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Operations","operations.Accounts","operations.Workspaces","operations.Projects"],"mappings":"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"}
@@ -1 +0,0 @@
1
- !function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports,require("@azure/ms-rest-azure-js"),require("@azure/ms-rest-js")):"function"==typeof define&&define.amd?define(["exports","@azure/ms-rest-azure-js","@azure/ms-rest-js"],r):r((e.Azure=e.Azure||{},e.Azure.ArmMachinelearningexperimentation={}),e.msRestAzure,e.msRest)}(this,function(e,o,r){"use strict";var a=function(e,r){return(a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var t in r)r.hasOwnProperty(t)&&(e[t]=r[t])})(e,r)};function t(e,r){function t(){this.constructor=e}a(e,r),e.prototype=null===r?Object.create(r):(t.prototype=r.prototype,new t)}var s=function(){return(s=Object.assign||function(e){for(var r,t=1,a=arguments.length;t<a;t++)for(var s in r=arguments[t])Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s]);return e}).apply(this,arguments)},i=Object.freeze({}),n=o.CloudErrorMapper,p=o.BaseResourceMapper,c={serializedName:"Resource",type:{name:"Composite",className:"Resource",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},location:{required:!0,serializedName:"location",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}}}}},m={serializedName:"Workspace",type:{name:"Composite",className:"Workspace",modelProperties:s(s({},c.type.modelProperties),{description:{serializedName:"properties.description",type:{name:"String"}},accountId:{readOnly:!0,serializedName:"properties.accountId",type:{name:"String"}},workspaceId:{readOnly:!0,serializedName:"properties.workspaceId",type:{name:"String"}},friendlyName:{required:!0,serializedName:"properties.friendlyName",type:{name:"String"}},creationDate:{readOnly:!0,serializedName:"properties.creationDate",type:{name:"DateTime"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"Enum",allowedValues:["Creating","Succeeded","Updating","Deleting","Failed"]}}})}},u={serializedName:"WorkspaceUpdateParameters",type:{name:"Composite",className:"WorkspaceUpdateParameters",modelProperties:{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},friendlyName:{serializedName:"properties.friendlyName",type:{name:"String"}},description:{serializedName:"properties.description",type:{name:"String"}}}}},d={serializedName:"Project",type:{name:"Composite",className:"Project",modelProperties:s(s({},c.type.modelProperties),{description:{serializedName:"properties.description",type:{name:"String"}},accountId:{readOnly:!0,serializedName:"properties.accountId",type:{name:"String"}},workspaceId:{readOnly:!0,serializedName:"properties.workspaceId",type:{name:"String"}},projectId:{readOnly:!0,serializedName:"properties.projectId",type:{name:"String"}},gitrepo:{serializedName:"properties.gitrepo",type:{name:"String"}},friendlyName:{required:!0,serializedName:"properties.friendlyName",type:{name:"String"}},creationDate:{readOnly:!0,serializedName:"properties.creationDate",type:{name:"DateTime"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"Enum",allowedValues:["Creating","Succeeded","Updating","Deleting","Failed"]}}})}},l={serializedName:"ProjectUpdateParameters",type:{name:"Composite",className:"ProjectUpdateParameters",modelProperties:{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},friendlyName:{serializedName:"properties.friendlyName",type:{name:"String"}},description:{serializedName:"properties.description",type:{name:"String"}},gitrepo:{serializedName:"properties.gitrepo",type:{name:"String"}}}}},y={serializedName:"ErrorResponse",type:{name:"Composite",className:"ErrorResponse",modelProperties:{code:{required:!0,serializedName:"code",type:{name:"String"}},message:{required:!0,serializedName:"message",type:{name:"String"}}}}},N={serializedName:"StorageAccountProperties",type:{name:"Composite",className:"StorageAccountProperties",modelProperties:{storageAccountId:{required:!0,serializedName:"storageAccountId",type:{name:"String"}},accessKey:{required:!0,serializedName:"accessKey",type:{name:"String"}}}}},h={serializedName:"Account",type:{name:"Composite",className:"Account",modelProperties:s(s({},c.type.modelProperties),{vsoAccountId:{required:!0,serializedName:"properties.vsoAccountId",type:{name:"String"}},accountId:{readOnly:!0,serializedName:"properties.accountId",type:{name:"String"}},description:{serializedName:"properties.description",type:{name:"String"}},friendlyName:{serializedName:"properties.friendlyName",type:{name:"String"}},keyVaultId:{required:!0,serializedName:"properties.keyVaultId",type:{name:"String"}},seats:{serializedName:"properties.seats",type:{name:"String"}},discoveryUri:{readOnly:!0,serializedName:"properties.discoveryUri",type:{name:"String"}},creationDate:{readOnly:!0,serializedName:"properties.creationDate",type:{name:"DateTime"}},storageAccount:{required:!0,serializedName:"properties.storageAccount",type:{name:"Composite",className:"StorageAccountProperties"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"Enum",allowedValues:["Creating","Succeeded","Updating","Deleting","Failed"]}}})}},g={serializedName:"AccountUpdateParameters",type:{name:"Composite",className:"AccountUpdateParameters",modelProperties:{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},description:{serializedName:"properties.description",type:{name:"String"}},friendlyName:{serializedName:"properties.friendlyName",type:{name:"String"}},seats:{serializedName:"properties.seats",type:{name:"String"}},storageAccountKey:{serializedName:"properties.storageAccountKey",type:{name:"String"}}}}},P={serializedName:"Operation_display",type:{name:"Composite",className:"OperationDisplay",modelProperties:{provider:{serializedName:"provider",type:{name:"String"}},resource:{serializedName:"resource",type:{name:"String"}},operation:{serializedName:"operation",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}}}}},z={serializedName:"Operation",type:{name:"Composite",className:"Operation",modelProperties:{name:{serializedName:"name",type:{name:"String"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationDisplay"}}}}},M={serializedName:"OperationListResult",type:{name:"Composite",className:"OperationListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}}}}},f={serializedName:"AccountListResult",type:{name:"Composite",className:"AccountListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Account"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},b={serializedName:"WorkspaceListResult",type:{name:"Composite",className:"WorkspaceListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Workspace"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},S={serializedName:"ProjectListResult",type:{name:"Composite",className:"ProjectListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Project"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},q=Object.freeze({CloudError:n,BaseResource:p,Resource:c,Workspace:m,WorkspaceUpdateParameters:u,Project:d,ProjectUpdateParameters:l,ErrorResponse:y,StorageAccountProperties:N,Account:h,AccountUpdateParameters:g,OperationDisplay:P,Operation:z,OperationListResult:M,AccountListResult:f,WorkspaceListResult:b,ProjectListResult:S}),O=Object.freeze({OperationListResult:M,Operation:z,OperationDisplay:P,ErrorResponse:y}),k={parameterPath:"acceptLanguage",mapper:{serializedName:"accept-language",defaultValue:"en-US",type:{name:"String"}}},R={parameterPath:"accountName",mapper:{required:!0,serializedName:"accountName",constraints:{MaxLength:50,MinLength:5,Pattern:/^[a-zA-Z0-9]*$/},type:{name:"String"}}},L={parameterPath:"apiVersion",mapper:{required:!0,serializedName:"api-version",type:{name:"String"}}},G={parameterPath:"nextPageLink",mapper:{required:!0,serializedName:"nextLink",type:{name:"String"}},skipEncoding:!0},v={parameterPath:"projectName",mapper:{required:!0,serializedName:"projectName",constraints:{MaxLength:50,MinLength:5,Pattern:/^[a-zA-Z0-9]*$/},type:{name:"String"}}},n={parameterPath:"resourceGroupName",mapper:{required:!0,serializedName:"resourceGroupName",type:{name:"String"}}},z={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",type:{name:"String"}}},P={parameterPath:"workspaceName",mapper:{required:!0,serializedName:"workspaceName",constraints:{MaxLength:50,MinLength:5,Pattern:/^[a-zA-Z0-9]*$/},type:{name:"String"}}},w=(A.prototype.list=function(e,r){return this.client.sendOperationRequest({options:e},E,r)},A);function A(e){this.client=e}var E={httpMethod:"GET",path:"providers/Microsoft.MachineLearningExperimentation/operations",queryParameters:[L],headerParameters:[k],responses:{200:{bodyMapper:M},default:{bodyMapper:y}},serializer:new r.Serializer(O)},O=Object.freeze({Account:h,Resource:c,BaseResource:p,StorageAccountProperties:N,ErrorResponse:y,AccountUpdateParameters:g,AccountListResult:f,Workspace:m,Project:d}),j=(x.prototype.get=function(e,r,t,a){return this.client.sendOperationRequest({resourceGroupName:e,accountName:r,options:t},I,a)},x.prototype.createOrUpdate=function(e,r,t,a,s){return this.client.sendOperationRequest({resourceGroupName:e,accountName:r,parameters:t,options:a},C,s)},x.prototype.deleteMethod=function(e,r,t,a){return this.client.sendOperationRequest({resourceGroupName:e,accountName:r,options:t},T,a)},x.prototype.update=function(e,r,t,a,s){return this.client.sendOperationRequest({resourceGroupName:e,accountName:r,parameters:t,options:a},U,s)},x.prototype.listByResourceGroup=function(e,r,t){return this.client.sendOperationRequest({resourceGroupName:e,options:r},D,t)},x.prototype.list=function(e,r){return this.client.sendOperationRequest({options:e},W,r)},x.prototype.listByResourceGroupNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},B,t)},x.prototype.listNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},_,t)},x);function x(e){this.client=e}var O=new r.Serializer(O),I={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}",urlParameters:[z,n,R],queryParameters:[L],headerParameters:[k],responses:{200:{bodyMapper:h},default:{bodyMapper:y}},serializer:O},C={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}",urlParameters:[z,n,R],queryParameters:[L],headerParameters:[k],requestBody:{parameterPath:"parameters",mapper:s(s({},h),{required:!0})},responses:{200:{bodyMapper:h},201:{bodyMapper:h},default:{bodyMapper:y}},serializer:O},T={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}",urlParameters:[z,n,R],queryParameters:[L],headerParameters:[k],responses:{200:{},204:{},default:{bodyMapper:y}},serializer:O},U={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}",urlParameters:[z,n,R],queryParameters:[L],headerParameters:[k],requestBody:{parameterPath:"parameters",mapper:s(s({},g),{required:!0})},responses:{200:{bodyMapper:h},default:{bodyMapper:y}},serializer:O},D={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts",urlParameters:[z,n],queryParameters:[L],headerParameters:[k],responses:{200:{bodyMapper:f},default:{bodyMapper:y}},serializer:O},W={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningExperimentation/accounts",urlParameters:[z],queryParameters:[L],headerParameters:[k],responses:{200:{bodyMapper:f},default:{bodyMapper:y}},serializer:O},B={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[G],headerParameters:[k],responses:{200:{bodyMapper:f},default:{bodyMapper:y}},serializer:O},_={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[G],headerParameters:[k],responses:{200:{bodyMapper:f},default:{bodyMapper:y}},serializer:O},O=Object.freeze({Workspace:m,Resource:c,BaseResource:p,ErrorResponse:y,WorkspaceUpdateParameters:u,WorkspaceListResult:b,Project:d,Account:h,StorageAccountProperties:N}),V=(K.prototype.get=function(e,r,t,a,s){return this.client.sendOperationRequest({resourceGroupName:e,accountName:r,workspaceName:t,options:a},F,s)},K.prototype.createOrUpdate=function(e,r,t,a,s,o){return this.client.sendOperationRequest({resourceGroupName:e,accountName:r,workspaceName:t,parameters:a,options:s},H,o)},K.prototype.deleteMethod=function(e,r,t,a,s){return this.client.sendOperationRequest({resourceGroupName:e,accountName:r,workspaceName:t,options:a},Z,s)},K.prototype.update=function(e,r,t,a,s,o){return this.client.sendOperationRequest({resourceGroupName:e,accountName:r,workspaceName:t,parameters:a,options:s},$,o)},K.prototype.listByAccounts=function(e,r,t,a){return this.client.sendOperationRequest({accountName:e,resourceGroupName:r,options:t},J,a)},K.prototype.listByAccountsNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},Q,t)},K);function K(e){this.client=e}var O=new r.Serializer(O),F={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}",urlParameters:[z,n,R,P],queryParameters:[L],headerParameters:[k],responses:{200:{bodyMapper:m},default:{bodyMapper:y}},serializer:O},H={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}",urlParameters:[z,n,R,P],queryParameters:[L],headerParameters:[k],requestBody:{parameterPath:"parameters",mapper:s(s({},m),{required:!0})},responses:{200:{bodyMapper:m},201:{bodyMapper:m},default:{bodyMapper:y}},serializer:O},Z={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}",urlParameters:[z,n,R,P],queryParameters:[L],headerParameters:[k],responses:{200:{},204:{},default:{bodyMapper:y}},serializer:O},$={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}",urlParameters:[z,n,R,P],queryParameters:[L],headerParameters:[k],requestBody:{parameterPath:"parameters",mapper:s(s({},u),{required:!0})},responses:{200:{bodyMapper:m},default:{bodyMapper:y}},serializer:O},J={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces",urlParameters:[z,R,n],queryParameters:[L],headerParameters:[k],responses:{200:{bodyMapper:b},default:{bodyMapper:y}},serializer:O},Q={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[G],headerParameters:[k],responses:{200:{bodyMapper:b},default:{bodyMapper:y}},serializer:O},N=Object.freeze({Project:d,Resource:c,BaseResource:p,ErrorResponse:y,ProjectUpdateParameters:l,ProjectListResult:S,Workspace:m,Account:h,StorageAccountProperties:N}),X=(Y.prototype.get=function(e,r,t,a,s,o){return this.client.sendOperationRequest({resourceGroupName:e,accountName:r,workspaceName:t,projectName:a,options:s},re,o)},Y.prototype.createOrUpdate=function(e,r,t,a,s,o,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:r,workspaceName:t,projectName:a,parameters:s,options:o},te,i)},Y.prototype.deleteMethod=function(e,r,t,a,s,o){return this.client.sendOperationRequest({resourceGroupName:e,accountName:r,workspaceName:t,projectName:a,options:s},ae,o)},Y.prototype.update=function(e,r,t,a,s,o,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:r,workspaceName:t,projectName:a,parameters:s,options:o},se,i)},Y.prototype.listByWorkspace=function(e,r,t,a,s){return this.client.sendOperationRequest({accountName:e,workspaceName:r,resourceGroupName:t,options:a},oe,s)},Y.prototype.listByWorkspaceNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},ie,t)},Y);function Y(e){this.client=e}var ee,N=new r.Serializer(N),re={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}/projects/{projectName}",urlParameters:[z,n,R,P,v],queryParameters:[L],headerParameters:[k],responses:{200:{bodyMapper:d},default:{bodyMapper:y}},serializer:N},te={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}/projects/{projectName}",urlParameters:[z,n,R,P,v],queryParameters:[L],headerParameters:[k],requestBody:{parameterPath:"parameters",mapper:s(s({},d),{required:!0})},responses:{200:{bodyMapper:d},201:{bodyMapper:d},default:{bodyMapper:y}},serializer:N},ae={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}/projects/{projectName}",urlParameters:[z,n,R,P,v],queryParameters:[L],headerParameters:[k],responses:{200:{},204:{},default:{bodyMapper:y}},serializer:N},se={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}/projects/{projectName}",urlParameters:[z,n,R,P,v],queryParameters:[L],headerParameters:[k],requestBody:{parameterPath:"parameters",mapper:s(s({},l),{required:!0})},responses:{200:{bodyMapper:d},default:{bodyMapper:y}},serializer:N},oe={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces{workspaceName}/projects",urlParameters:[z,R,P,n],queryParameters:[L],headerParameters:[k],responses:{200:{bodyMapper:S},default:{bodyMapper:y}},serializer:N},ie={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[G],headerParameters:[k],responses:{200:{bodyMapper:S},default:{bodyMapper:y}},serializer:N},y=(t(ne,ee=o.AzureServiceClient),ne);function ne(e,r,t){var a,s=this;if(null==e)throw new Error("'credentials' cannot be null.");if(null==r)throw new Error("'subscriptionId' cannot be null.");return(t=t||{}).userAgent||(a=o.getDefaultUserAgentValue(),t.userAgent="@azure/arm-machinelearningexperimentation/1.2.1 "+a),(s=ee.call(this,e,t)||this).apiVersion="2017-05-01-preview",s.acceptLanguage="en-US",s.longRunningOperationRetryTimeout=30,s.baseUri=t.baseUri||s.baseUri||"https://management.azure.com",s.requestContentType="application/json; charset=utf-8",s.credentials=e,s.subscriptionId=r,null!==t.acceptLanguage&&void 0!==t.acceptLanguage&&(s.acceptLanguage=t.acceptLanguage),null!==t.longRunningOperationRetryTimeout&&void 0!==t.longRunningOperationRetryTimeout&&(s.longRunningOperationRetryTimeout=t.longRunningOperationRetryTimeout),s}var pe,N=(t(ce,pe=y),ce);function ce(e,r,t){t=pe.call(this,e,r,t)||this;return t.operations=new w(t),t.accounts=new j(t),t.workspaces=new V(t),t.projects=new X(t),t}e.MLTeamAccountManagementClient=N,e.MLTeamAccountManagementClientContext=y,e.MLTeamAccountManagementModels=i,e.MLTeamAccountManagementMappers=q,e.Operations=w,e.Accounts=j,e.Workspaces=V,e.Projects=X,Object.defineProperty(e,"__esModule",{value:!0})});
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../node_modules/tslib/tslib.es6.js","../esm/models/mappers.js","../esm/models/parameters.js","../esm/operations/operations.js","../esm/operations/accounts.js","../esm/operations/workspaces.js","../esm/operations/projects.js","../esm/mLTeamAccountManagementClientContext.js","../esm/mLTeamAccountManagementClient.js"],"names":["extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__extends","__","this","constructor","prototype","create","__assign","assign","t","s","i","n","arguments","length","call","apply","CloudError","CloudErrorMapper","BaseResource","BaseResourceMapper","Resource","serializedName","type","name","className","modelProperties","id","readOnly","location","required","tags","value","Workspace","description","accountId","workspaceId","friendlyName","creationDate","provisioningState","allowedValues","WorkspaceUpdateParameters","Project","projectId","gitrepo","ProjectUpdateParameters","ErrorResponse","code","message","StorageAccountProperties","storageAccountId","accessKey","Account","vsoAccountId","keyVaultId","seats","discoveryUri","storageAccount","AccountUpdateParameters","storageAccountKey","OperationDisplay","provider","resource","operation","Operation","display","OperationListResult","element","AccountListResult","nextLink","WorkspaceListResult","ProjectListResult","acceptLanguage","parameterPath","mapper","defaultValue","accountName","constraints","MaxLength","MinLength","Pattern","apiVersion","nextPageLink","skipEncoding","projectName","resourceGroupName","subscriptionId","workspaceName","Operations","list","options","callback","client","sendOperationRequest","listOperationSpec","httpMethod","path","queryParameters","Parameters.apiVersion","headerParameters","Parameters.acceptLanguage","responses","200","bodyMapper","Mappers.OperationListResult","default","Mappers.ErrorResponse","serializer","msRest.Serializer","Mappers","Accounts","get","getOperationSpec","createOrUpdate","parameters","createOrUpdateOperationSpec","deleteMethod","deleteMethodOperationSpec","update","updateOperationSpec","listByResourceGroup","listByResourceGroupOperationSpec","listByResourceGroupNext","listByResourceGroupNextOperationSpec","listNext","listNextOperationSpec","urlParameters","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.accountName","Mappers.Account","requestBody","201","204","Mappers.AccountUpdateParameters","Mappers.AccountListResult","baseUrl","Parameters.nextPageLink","Workspaces","listByAccounts","listByAccountsOperationSpec","listByAccountsNext","listByAccountsNextOperationSpec","Parameters.workspaceName","Mappers.Workspace","Mappers.WorkspaceUpdateParameters","Mappers.WorkspaceListResult","Projects","listByWorkspace","listByWorkspaceOperationSpec","listByWorkspaceNext","listByWorkspaceNextOperationSpec","_super","Parameters.projectName","Mappers.Project","Mappers.ProjectUpdateParameters","Mappers.ProjectListResult","MLTeamAccountManagementClientContext","msRestAzure.AzureServiceClient","credentials","defaultUserAgent","_this","undefined","Error","userAgent","msRestAzure.getDefaultUserAgentValue","packageName","longRunningOperationRetryTimeout","baseUri","requestContentType","MLTeamAccountManagementClient","operations","operations.Operations","accounts","operations.Accounts","workspaces","operations.Workspaces","projects","operations.Projects"],"mappings":"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"}
@@ -1,27 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import { TokenCredential } from "@azure/core-auth";
3
- import * as Models from "./models";
4
- import * as Mappers from "./models/mappers";
5
- import * as operations from "./operations";
6
- import { MLTeamAccountManagementClientContext } from "./mLTeamAccountManagementClientContext";
7
- declare class MLTeamAccountManagementClient extends MLTeamAccountManagementClientContext {
8
- operations: operations.Operations;
9
- accounts: operations.Accounts;
10
- workspaces: operations.Workspaces;
11
- projects: operations.Projects;
12
- /**
13
- * Initializes a new instance of the MLTeamAccountManagementClient class.
14
- * @param credentials Credentials needed for the client to connect to Azure. Credentials
15
- * implementing the TokenCredential interface from the @azure/identity package are recommended. For
16
- * more information about these credentials, see
17
- * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
18
- * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
19
- * @azure/ms-rest-browserauth are also supported.
20
- * @param subscriptionId The Microsoft Azure subscription ID.
21
- * @param [options] The parameter options
22
- */
23
- constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.MLTeamAccountManagementClientOptions);
24
- }
25
- export { MLTeamAccountManagementClient, MLTeamAccountManagementClientContext, Models as MLTeamAccountManagementModels, Mappers as MLTeamAccountManagementMappers };
26
- export * from "./operations";
27
- //# sourceMappingURL=mLTeamAccountManagementClient.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mLTeamAccountManagementClient.d.ts","sourceRoot":"","sources":["../src/mLTeamAccountManagementClient.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAG9F,cAAM,6BAA8B,SAAQ,oCAAoC;IAE9E,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAClC,QAAQ,EAAE,UAAU,CAAC,QAAQ,CAAC;IAC9B,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAClC,QAAQ,EAAE,UAAU,CAAC,QAAQ,CAAC;IAE9B;;;;;;;;;;OAUG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,oCAAoC;CAO1J;AAID,OAAO,EACL,6BAA6B,EAC7B,oCAAoC,EACpC,MAAM,IAAI,6BAA6B,EACvC,OAAO,IAAI,8BAA8B,EAC1C,CAAC;AACF,cAAc,cAAc,CAAC"}
@@ -1,41 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- import { __extends } from "tslib";
11
- import * as Models from "./models";
12
- import * as Mappers from "./models/mappers";
13
- import * as operations from "./operations";
14
- import { MLTeamAccountManagementClientContext } from "./mLTeamAccountManagementClientContext";
15
- var MLTeamAccountManagementClient = /** @class */ (function (_super) {
16
- __extends(MLTeamAccountManagementClient, _super);
17
- /**
18
- * Initializes a new instance of the MLTeamAccountManagementClient class.
19
- * @param credentials Credentials needed for the client to connect to Azure. Credentials
20
- * implementing the TokenCredential interface from the @azure/identity package are recommended. For
21
- * more information about these credentials, see
22
- * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
23
- * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
24
- * @azure/ms-rest-browserauth are also supported.
25
- * @param subscriptionId The Microsoft Azure subscription ID.
26
- * @param [options] The parameter options
27
- */
28
- function MLTeamAccountManagementClient(credentials, subscriptionId, options) {
29
- var _this = _super.call(this, credentials, subscriptionId, options) || this;
30
- _this.operations = new operations.Operations(_this);
31
- _this.accounts = new operations.Accounts(_this);
32
- _this.workspaces = new operations.Workspaces(_this);
33
- _this.projects = new operations.Projects(_this);
34
- return _this;
35
- }
36
- return MLTeamAccountManagementClient;
37
- }(MLTeamAccountManagementClientContext));
38
- // Operation Specifications
39
- export { MLTeamAccountManagementClient, MLTeamAccountManagementClientContext, Models as MLTeamAccountManagementModels, Mappers as MLTeamAccountManagementMappers };
40
- export * from "./operations";
41
- //# sourceMappingURL=mLTeamAccountManagementClient.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mLTeamAccountManagementClient.js","sourceRoot":"","sources":["../src/mLTeamAccountManagementClient.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAIH,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAG9F;IAA4C,iDAAoC;IAO9E;;;;;;;;;;OAUG;IACH,uCAAY,WAA8D,EAAE,cAAsB,EAAE,OAAqD;QAAzJ,YACE,kBAAM,WAAW,EAAE,cAAc,EAAE,OAAO,CAAC,SAK5C;QAJC,KAAI,CAAC,UAAU,GAAG,IAAI,UAAU,CAAC,UAAU,CAAC,KAAI,CAAC,CAAC;QAClD,KAAI,CAAC,QAAQ,GAAG,IAAI,UAAU,CAAC,QAAQ,CAAC,KAAI,CAAC,CAAC;QAC9C,KAAI,CAAC,UAAU,GAAG,IAAI,UAAU,CAAC,UAAU,CAAC,KAAI,CAAC,CAAC;QAClD,KAAI,CAAC,QAAQ,GAAG,IAAI,UAAU,CAAC,QAAQ,CAAC,KAAI,CAAC,CAAC;;IAChD,CAAC;IACH,oCAAC;AAAD,CAAC,AAzBD,CAA4C,oCAAoC,GAyB/E;AAED,2BAA2B;AAE3B,OAAO,EACL,6BAA6B,EAC7B,oCAAoC,EACpC,MAAM,IAAI,6BAA6B,EACvC,OAAO,IAAI,8BAA8B,EAC1C,CAAC;AACF,cAAc,cAAc,CAAC"}
@@ -1,22 +0,0 @@
1
- import * as Models from "./models";
2
- import * as msRest from "@azure/ms-rest-js";
3
- import { TokenCredential } from "@azure/core-auth";
4
- import * as msRestAzure from "@azure/ms-rest-azure-js";
5
- export declare class MLTeamAccountManagementClientContext extends msRestAzure.AzureServiceClient {
6
- credentials: msRest.ServiceClientCredentials | TokenCredential;
7
- subscriptionId: string;
8
- apiVersion?: string;
9
- /**
10
- * Initializes a new instance of the MLTeamAccountManagementClient class.
11
- * @param credentials Credentials needed for the client to connect to Azure. Credentials
12
- * implementing the TokenCredential interface from the @azure/identity package are recommended. For
13
- * more information about these credentials, see
14
- * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
15
- * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
16
- * @azure/ms-rest-browserauth are also supported.
17
- * @param subscriptionId The Microsoft Azure subscription ID.
18
- * @param [options] The parameter options
19
- */
20
- constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.MLTeamAccountManagementClientOptions);
21
- }
22
- //# sourceMappingURL=mLTeamAccountManagementClientContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mLTeamAccountManagementClientContext.d.ts","sourceRoot":"","sources":["../src/mLTeamAccountManagementClientContext.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAKvD,qBAAa,oCAAqC,SAAQ,WAAW,CAAC,kBAAkB;IACtF,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,CAAC;IAC/D,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;;OAUG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,oCAAoC;CAiC1J"}
@@ -1,61 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- import { __extends } from "tslib";
11
- import * as msRestAzure from "@azure/ms-rest-azure-js";
12
- var packageName = "@azure/arm-machinelearningexperimentation";
13
- var packageVersion = "1.2.1";
14
- var MLTeamAccountManagementClientContext = /** @class */ (function (_super) {
15
- __extends(MLTeamAccountManagementClientContext, _super);
16
- /**
17
- * Initializes a new instance of the MLTeamAccountManagementClient class.
18
- * @param credentials Credentials needed for the client to connect to Azure. Credentials
19
- * implementing the TokenCredential interface from the @azure/identity package are recommended. For
20
- * more information about these credentials, see
21
- * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
22
- * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
23
- * @azure/ms-rest-browserauth are also supported.
24
- * @param subscriptionId The Microsoft Azure subscription ID.
25
- * @param [options] The parameter options
26
- */
27
- function MLTeamAccountManagementClientContext(credentials, subscriptionId, options) {
28
- var _this = this;
29
- if (credentials == undefined) {
30
- throw new Error('\'credentials\' cannot be null.');
31
- }
32
- if (subscriptionId == undefined) {
33
- throw new Error('\'subscriptionId\' cannot be null.');
34
- }
35
- if (!options) {
36
- options = {};
37
- }
38
- if (!options.userAgent) {
39
- var defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
40
- options.userAgent = packageName + "/" + packageVersion + " " + defaultUserAgent;
41
- }
42
- _this = _super.call(this, credentials, options) || this;
43
- _this.apiVersion = '2017-05-01-preview';
44
- _this.acceptLanguage = 'en-US';
45
- _this.longRunningOperationRetryTimeout = 30;
46
- _this.baseUri = options.baseUri || _this.baseUri || "https://management.azure.com";
47
- _this.requestContentType = "application/json; charset=utf-8";
48
- _this.credentials = credentials;
49
- _this.subscriptionId = subscriptionId;
50
- if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
51
- _this.acceptLanguage = options.acceptLanguage;
52
- }
53
- if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
54
- _this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
55
- }
56
- return _this;
57
- }
58
- return MLTeamAccountManagementClientContext;
59
- }(msRestAzure.AzureServiceClient));
60
- export { MLTeamAccountManagementClientContext };
61
- //# sourceMappingURL=mLTeamAccountManagementClientContext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mLTeamAccountManagementClientContext.js","sourceRoot":"","sources":["../src/mLTeamAccountManagementClientContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAKH,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAEvD,IAAM,WAAW,GAAG,2CAA2C,CAAC;AAChE,IAAM,cAAc,GAAG,OAAO,CAAC;AAE/B;IAA0D,wDAA8B;IAKtF;;;;;;;;;;OAUG;IACH,8CAAY,WAA8D,EAAE,cAAsB,EAAE,OAAqD;QAAzJ,iBAgCC;QA/BC,IAAI,WAAW,IAAI,SAAS,EAAE;YAC5B,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;SACpD;QACD,IAAI,cAAc,IAAI,SAAS,EAAE;YAC/B,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;SACvD;QAED,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE;YACtB,IAAM,gBAAgB,GAAG,WAAW,CAAC,wBAAwB,EAAE,CAAC;YAChE,OAAO,CAAC,SAAS,GAAM,WAAW,SAAI,cAAc,SAAI,gBAAkB,CAAC;SAC5E;QAED,QAAA,kBAAM,WAAW,EAAE,OAAO,CAAC,SAAC;QAE5B,KAAI,CAAC,UAAU,GAAG,oBAAoB,CAAC;QACvC,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC;QAC9B,KAAI,CAAC,gCAAgC,GAAG,EAAE,CAAC;QAC3C,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,KAAI,CAAC,OAAO,IAAI,8BAA8B,CAAC;QACjF,KAAI,CAAC,kBAAkB,GAAG,iCAAiC,CAAC;QAC5D,KAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,IAAI,OAAO,CAAC,cAAc,KAAK,IAAI,IAAI,OAAO,CAAC,cAAc,KAAK,SAAS,EAAE;YAC3E,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC;SAC9C;QACD,IAAI,OAAO,CAAC,gCAAgC,KAAK,IAAI,IAAI,OAAO,CAAC,gCAAgC,KAAK,SAAS,EAAE;YAC/G,KAAI,CAAC,gCAAgC,GAAG,OAAO,CAAC,gCAAgC,CAAC;SAClF;;IACH,CAAC;IACH,2CAAC;AAAD,CAAC,AAjDD,CAA0D,WAAW,CAAC,kBAAkB,GAiDvF"}
@@ -1,2 +0,0 @@
1
- export { Account, Resource, BaseResource, StorageAccountProperties, ErrorResponse, AccountUpdateParameters, AccountListResult, Workspace, Project } from "../models/mappers";
2
- //# sourceMappingURL=accountsMappers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accountsMappers.d.ts","sourceRoot":"","sources":["../../src/models/accountsMappers.ts"],"names":[],"mappings":"AAUA,OAAO,EACL,OAAO,EACP,QAAQ,EACR,YAAY,EACZ,wBAAwB,EACxB,aAAa,EACb,uBAAuB,EACvB,iBAAiB,EACjB,SAAS,EACT,OAAO,EACR,MAAM,mBAAmB,CAAC"}
@@ -1,11 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- export { Account, Resource, BaseResource, StorageAccountProperties, ErrorResponse, AccountUpdateParameters, AccountListResult, Workspace, Project } from "../models/mappers";
11
- //# sourceMappingURL=accountsMappers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accountsMappers.js","sourceRoot":"","sources":["../../src/models/accountsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EACL,OAAO,EACP,QAAQ,EACR,YAAY,EACZ,wBAAwB,EACxB,aAAa,EACb,uBAAuB,EACvB,iBAAiB,EACjB,SAAS,EACT,OAAO,EACR,MAAM,mBAAmB,CAAC"}