@azure/arm-machinelearningcompute 2.1.1 → 3.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 (158) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +69 -83
  4. package/dist/index.js +1821 -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/checkUpdateForAnOperationalizationCluster.d.ts +2 -0
  9. package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js +31 -0
  11. package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js.map +1 -0
  12. package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts +2 -0
  13. package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/deleteOperationalizationCluster.js +31 -0
  15. package/dist-esm/samples-dev/deleteOperationalizationCluster.js.map +1 -0
  16. package/dist-esm/samples-dev/getOperationalizationCluster.d.ts +2 -0
  17. package/dist-esm/samples-dev/getOperationalizationCluster.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/getOperationalizationCluster.js +31 -0
  19. package/dist-esm/samples-dev/getOperationalizationCluster.js.map +1 -0
  20. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts +2 -0
  21. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js +31 -0
  23. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js.map +1 -0
  24. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts +2 -0
  25. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js +44 -0
  27. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js.map +1 -0
  28. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts +2 -0
  29. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js +43 -0
  31. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js.map +1 -0
  32. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts +2 -0
  33. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js +29 -0
  35. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js.map +1 -0
  36. package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts +2 -0
  37. package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/patchOperationalizationCluster.js +34 -0
  39. package/dist-esm/samples-dev/patchOperationalizationCluster.js.map +1 -0
  40. package/dist-esm/samples-dev/putOperationalizationCluster.d.ts +2 -0
  41. package/dist-esm/samples-dev/putOperationalizationCluster.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/putOperationalizationCluster.js +54 -0
  43. package/dist-esm/samples-dev/putOperationalizationCluster.js.map +1 -0
  44. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts +2 -0
  45. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts.map +1 -0
  46. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.js +31 -0
  47. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.js.map +1 -0
  48. package/dist-esm/src/index.d.ts +5 -0
  49. package/dist-esm/src/index.d.ts.map +1 -0
  50. package/dist-esm/src/index.js +12 -0
  51. package/dist-esm/src/index.js.map +1 -0
  52. package/dist-esm/src/lroImpl.d.ts +16 -0
  53. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  54. package/dist-esm/src/lroImpl.js +29 -0
  55. package/dist-esm/src/lroImpl.js.map +1 -0
  56. package/dist-esm/src/machineLearningComputeManagementClient.d.ts +19 -0
  57. package/dist-esm/src/machineLearningComputeManagementClient.d.ts.map +1 -0
  58. package/dist-esm/src/machineLearningComputeManagementClient.js +52 -0
  59. package/dist-esm/src/machineLearningComputeManagementClient.js.map +1 -0
  60. package/dist-esm/src/models/index.d.ts +637 -0
  61. package/dist-esm/src/models/index.d.ts.map +1 -0
  62. package/dist-esm/src/models/index.js +101 -0
  63. package/dist-esm/src/models/index.js.map +1 -0
  64. package/dist-esm/src/models/mappers.d.ts +32 -0
  65. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  66. package/{esm → dist-esm/src}/models/mappers.js +347 -401
  67. package/dist-esm/src/models/mappers.js.map +1 -0
  68. package/dist-esm/src/models/parameters.d.ts +14 -0
  69. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  70. package/dist-esm/src/models/parameters.js +130 -0
  71. package/dist-esm/src/models/parameters.js.map +1 -0
  72. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  73. package/dist-esm/src/operations/index.d.ts.map +1 -0
  74. package/{esm → dist-esm/src}/operations/index.js +1 -2
  75. package/dist-esm/src/operations/index.js.map +1 -0
  76. package/dist-esm/src/operations/machineLearningCompute.d.ts +18 -0
  77. package/dist-esm/src/operations/machineLearningCompute.d.ts.map +1 -0
  78. package/dist-esm/src/operations/machineLearningCompute.js +43 -0
  79. package/dist-esm/src/operations/machineLearningCompute.js.map +1 -0
  80. package/dist-esm/src/operations/operationalizationClusters.d.ts +130 -0
  81. package/dist-esm/src/operations/operationalizationClusters.d.ts.map +1 -0
  82. package/dist-esm/src/operations/operationalizationClusters.js +579 -0
  83. package/dist-esm/src/operations/operationalizationClusters.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/index.d.ts +3 -0
  85. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  86. package/{esm/models/machineLearningComputeMappers.js → dist-esm/src/operationsInterfaces/index.js} +3 -2
  87. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/machineLearningCompute.d.ts +10 -0
  89. package/dist-esm/src/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
  90. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/machineLearningCompute.js} +2 -1
  91. package/dist-esm/src/operationsInterfaces/machineLearningCompute.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/operationalizationClusters.d.ts +94 -0
  93. package/dist-esm/src/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/operationalizationClusters.js +9 -0
  95. package/dist-esm/src/operationsInterfaces/operationalizationClusters.js.map +1 -0
  96. package/dist-esm/test/sampleTest.d.ts +2 -0
  97. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  98. package/dist-esm/test/sampleTest.js +40 -0
  99. package/dist-esm/test/sampleTest.js.map +1 -0
  100. package/package.json +80 -33
  101. package/review/arm-machinelearningcompute.api.md +545 -0
  102. package/rollup.config.js +181 -30
  103. package/src/index.ts +12 -0
  104. package/src/lroImpl.ts +34 -0
  105. package/src/machineLearningComputeManagementClient.ts +68 -34
  106. package/src/models/index.ts +518 -800
  107. package/src/models/mappers.ts +357 -411
  108. package/src/models/parameters.ts +89 -45
  109. package/src/operations/index.ts +1 -2
  110. package/src/operations/machineLearningCompute.ts +29 -43
  111. package/src/operations/operationalizationClusters.ts +589 -461
  112. package/src/{models/machineLearningComputeMappers.ts → operationsInterfaces/index.ts} +2 -6
  113. package/src/operationsInterfaces/machineLearningCompute.ts +23 -0
  114. package/src/operationsInterfaces/operationalizationClusters.ts +189 -0
  115. package/tsconfig.json +5 -4
  116. package/types/arm-machinelearningcompute.d.ts +826 -0
  117. package/types/tsdoc-metadata.json +11 -0
  118. package/dist/arm-machinelearningcompute.js +0 -1764
  119. package/dist/arm-machinelearningcompute.js.map +0 -1
  120. package/dist/arm-machinelearningcompute.min.js +0 -1
  121. package/dist/arm-machinelearningcompute.min.js.map +0 -1
  122. package/esm/machineLearningComputeManagementClient.d.ts +0 -25
  123. package/esm/machineLearningComputeManagementClient.d.ts.map +0 -1
  124. package/esm/machineLearningComputeManagementClient.js +0 -38
  125. package/esm/machineLearningComputeManagementClient.js.map +0 -1
  126. package/esm/machineLearningComputeManagementClientContext.d.ts +0 -22
  127. package/esm/machineLearningComputeManagementClientContext.d.ts.map +0 -1
  128. package/esm/machineLearningComputeManagementClientContext.js +0 -60
  129. package/esm/machineLearningComputeManagementClientContext.js.map +0 -1
  130. package/esm/models/index.d.ts +0 -925
  131. package/esm/models/index.d.ts.map +0 -1
  132. package/esm/models/index.js.map +0 -1
  133. package/esm/models/machineLearningComputeMappers.d.ts +0 -2
  134. package/esm/models/machineLearningComputeMappers.d.ts.map +0 -1
  135. package/esm/models/machineLearningComputeMappers.js.map +0 -1
  136. package/esm/models/mappers.d.ts +0 -34
  137. package/esm/models/mappers.d.ts.map +0 -1
  138. package/esm/models/mappers.js.map +0 -1
  139. package/esm/models/operationalizationClustersMappers.d.ts +0 -2
  140. package/esm/models/operationalizationClustersMappers.d.ts.map +0 -1
  141. package/esm/models/operationalizationClustersMappers.js +0 -9
  142. package/esm/models/operationalizationClustersMappers.js.map +0 -1
  143. package/esm/models/parameters.d.ts +0 -10
  144. package/esm/models/parameters.d.ts.map +0 -1
  145. package/esm/models/parameters.js +0 -104
  146. package/esm/models/parameters.js.map +0 -1
  147. package/esm/operations/index.d.ts.map +0 -1
  148. package/esm/operations/index.js.map +0 -1
  149. package/esm/operations/machineLearningCompute.d.ts +0 -28
  150. package/esm/operations/machineLearningCompute.d.ts.map +0 -1
  151. package/esm/operations/machineLearningCompute.js +0 -50
  152. package/esm/operations/machineLearningCompute.js.map +0 -1
  153. package/esm/operations/operationalizationClusters.d.ts +0 -223
  154. package/esm/operations/operationalizationClusters.d.ts.map +0 -1
  155. package/esm/operations/operationalizationClusters.js +0 -441
  156. package/esm/operations/operationalizationClusters.js.map +0 -1
  157. package/src/machineLearningComputeManagementClientContext.ts +0 -67
  158. package/src/models/operationalizationClustersMappers.ts +0 -39
@@ -1 +0,0 @@
1
- {"version":3,"file":"arm-machinelearningcompute.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/operationalizationClustersMappers.ts","../src/models/parameters.ts","../src/operations/operationalizationClusters.ts","../src/models/machineLearningComputeMappers.ts","../src/operations/machineLearningCompute.ts","../src/machineLearningComputeManagementClientContext.ts","../src/machineLearningComputeManagementClient.ts"],"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.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { BaseResource, CloudError, AzureServiceClientOptions } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport { BaseResource, CloudError };\n\n/**\n * Azure resource\n */\nexport interface Resource extends BaseResource {\n /**\n * Specifies the resource ID.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Specifies the name of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Specifies the location of the resource.\n */\n location: string;\n /**\n * Specifies the type of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * Contains resource tags defined as key/value pairs.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Error detail information.\n */\nexport interface ErrorDetail {\n /**\n * Error code.\n */\n code: string;\n /**\n * Error message.\n */\n message: string;\n}\n\n/**\n * Error response information.\n */\nexport interface ErrorResponse {\n /**\n * Error code.\n */\n code: string;\n /**\n * Error message.\n */\n message: string;\n /**\n * An array of error detail objects.\n */\n details?: ErrorDetail[];\n}\n\n/**\n * Wrapper for error response to follow ARM guidelines.\n */\nexport interface ErrorResponseWrapper {\n /**\n * The error response.\n */\n error?: ErrorResponse;\n}\n\n/**\n * Properties of Storage Account.\n */\nexport interface StorageAccountProperties {\n /**\n * ARM resource ID of the Azure Storage Account to store CLI specific files. If not provided one\n * will be created. This cannot be changed once the cluster is created.\n */\n resourceId?: string;\n}\n\n/**\n * Properties of Azure Container Registry.\n */\nexport interface ContainerRegistryProperties {\n /**\n * ARM resource ID of the Azure Container Registry used to store Docker images for web services\n * in the cluster. If not provided one will be created. This cannot be changed once the cluster\n * is created.\n */\n resourceId?: string;\n}\n\n/**\n * The Azure service principal used by Kubernetes for configuring load balancers\n */\nexport interface ServicePrincipalProperties {\n /**\n * The service principal client ID\n */\n clientId: string;\n /**\n * The service principal secret. This is not returned in response of GET/PUT on the resource. To\n * see this please call listKeys.\n */\n secret: string;\n}\n\n/**\n * Kubernetes cluster specific properties\n */\nexport interface KubernetesClusterProperties {\n /**\n * The Azure Service Principal used by Kubernetes\n */\n servicePrincipal?: ServicePrincipalProperties;\n}\n\n/**\n * Information about a system service deployed in the cluster\n */\nexport interface SystemService {\n /**\n * The system service type. Possible values include: 'None', 'ScoringFrontEnd', 'BatchFrontEnd'\n */\n systemServiceType: SystemServiceType;\n /**\n * The public IP address of the system service\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly publicIpAddress?: string;\n /**\n * The state of the system service\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly version?: string;\n}\n\n/**\n * Information about the container service backing the cluster\n */\nexport interface AcsClusterProperties {\n /**\n * The FQDN of the cluster.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly clusterFqdn?: string;\n /**\n * Type of orchestrator. It cannot be changed once the cluster is created. Possible values\n * include: 'Kubernetes', 'None'\n */\n orchestratorType: OrchestratorType;\n /**\n * Orchestrator specific properties\n */\n orchestratorProperties?: KubernetesClusterProperties;\n /**\n * The system services deployed to the cluster\n */\n systemServices?: SystemService[];\n /**\n * The number of master nodes in the container service. Default value: 1.\n */\n masterCount?: number;\n /**\n * The number of agent nodes in the Container Service. This can be changed to scale the cluster.\n * Default value: 2.\n */\n agentCount?: number;\n /**\n * The Azure VM size of the agent VM nodes. This cannot be changed once the cluster is created.\n * This list is non exhaustive; refer to\n * https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes for the possible VM\n * sizes. Possible values include: 'Standard_A0', 'Standard_A1', 'Standard_A2', 'Standard_A3',\n * 'Standard_A4', 'Standard_A5', 'Standard_A6', 'Standard_A7', 'Standard_A8', 'Standard_A9',\n * 'Standard_A10', 'Standard_A11', 'Standard_D1', 'Standard_D2', 'Standard_D3', 'Standard_D4',\n * 'Standard_D11', 'Standard_D12', 'Standard_D13', 'Standard_D14', 'Standard_D1_v2',\n * 'Standard_D2_v2', 'Standard_D3_v2', 'Standard_D4_v2', 'Standard_D5_v2', 'Standard_D11_v2',\n * 'Standard_D12_v2', 'Standard_D13_v2', 'Standard_D14_v2', 'Standard_G1', 'Standard_G2',\n * 'Standard_G3', 'Standard_G4', 'Standard_G5', 'Standard_DS1', 'Standard_DS2', 'Standard_DS3',\n * 'Standard_DS4', 'Standard_DS11', 'Standard_DS12', 'Standard_DS13', 'Standard_DS14',\n * 'Standard_GS1', 'Standard_GS2', 'Standard_GS3', 'Standard_GS4', 'Standard_GS5'. Default value:\n * 'Standard_D3_v2'.\n */\n agentVmSize?: AgentVMSizeTypes;\n}\n\n/**\n * Properties of App Insights.\n */\nexport interface AppInsightsProperties {\n /**\n * ARM resource ID of the App Insights.\n */\n resourceId?: string;\n}\n\n/**\n * SSL configuration. If configured data-plane calls to user services will be exposed over SSL\n * only.\n */\nexport interface SslConfiguration {\n /**\n * SSL status. Allowed values are Enabled and Disabled. Possible values include: 'Enabled',\n * 'Disabled'. Default value: 'Enabled'.\n */\n status?: Status;\n /**\n * The SSL cert data in PEM format.\n */\n cert?: string;\n /**\n * The SSL key data in PEM format. This is not returned in response of GET/PUT on the resource.\n * To see this please call listKeys API.\n */\n key?: string;\n /**\n * The CName of the certificate.\n */\n cname?: string;\n}\n\n/**\n * Global service auth configuration properties. These are the data-plane authorization keys and\n * are used if a service doesn't define it's own.\n */\nexport interface ServiceAuthConfiguration {\n /**\n * The primary auth key hash. This is not returned in response of GET/PUT on the resource.. To\n * see this please call listKeys API.\n */\n primaryAuthKeyHash: string;\n /**\n * The secondary auth key hash. This is not returned in response of GET/PUT on the resource.. To\n * see this please call listKeys API.\n */\n secondaryAuthKeyHash: string;\n}\n\n/**\n * AutoScale configuration properties.\n */\nexport interface AutoScaleConfiguration {\n /**\n * If auto-scale is enabled for all services. Each service can turn it off individually. Possible\n * values include: 'Enabled', 'Disabled'. Default value: 'Disabled'.\n */\n status?: Status;\n /**\n * The minimum number of replicas for each service. Default value: 1.\n */\n minReplicas?: number;\n /**\n * The maximum number of replicas for each service. Default value: 100.\n */\n maxReplicas?: number;\n /**\n * The target utilization.\n */\n targetUtilization?: number;\n /**\n * Refresh period in seconds.\n */\n refreshPeriodInSeconds?: number;\n}\n\n/**\n * Global configuration for services in the cluster.\n */\nexport interface GlobalServiceConfiguration {\n /**\n * The configuration ETag for updates.\n */\n etag?: string;\n /**\n * The SSL configuration properties\n */\n ssl?: SslConfiguration;\n /**\n * Optional global authorization keys for all user services deployed in cluster. These are used\n * if the service does not have auth keys.\n */\n serviceAuth?: ServiceAuthConfiguration;\n /**\n * The auto-scale configuration\n */\n autoScale?: AutoScaleConfiguration;\n /**\n * Describes unknown properties. The value of an unknown property can be of \"any\" type.\n */\n [property: string]: any;\n}\n\n/**\n * Instance of an Azure ML Operationalization Cluster resource.\n */\nexport interface OperationalizationCluster extends Resource {\n /**\n * The description of the cluster.\n */\n description?: string;\n /**\n * The date and time when the cluster was created.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdOn?: Date;\n /**\n * The date and time when the cluster was last modified.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly modifiedOn?: Date;\n /**\n * The provision state of the cluster. Valid values are Unknown, Updating, Provisioning,\n * Succeeded, and Failed. Possible values include: 'Unknown', 'Updating', 'Creating', 'Deleting',\n * 'Succeeded', 'Failed', 'Canceled'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: OperationStatus;\n /**\n * List of provisioning errors reported by the resource provider.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningErrors?: ErrorResponseWrapper[];\n /**\n * The cluster type. Possible values include: 'ACS', 'Local'\n */\n clusterType: ClusterType;\n /**\n * Storage Account properties.\n */\n storageAccount?: StorageAccountProperties;\n /**\n * Container Registry properties.\n */\n containerRegistry?: ContainerRegistryProperties;\n /**\n * Parameters for the Azure Container Service cluster.\n */\n containerService?: AcsClusterProperties;\n /**\n * AppInsights configuration.\n */\n appInsights?: AppInsightsProperties;\n /**\n * Contains global configuration for the web services in the cluster.\n */\n globalServiceConfiguration?: GlobalServiceConfiguration;\n}\n\n/**\n * Parameters for PATCH operation on an operationalization cluster\n */\nexport interface OperationalizationClusterUpdateParameters {\n /**\n * Gets or sets a list of key value pairs that describe the resource. These tags can be used in\n * viewing and grouping this resource (across resource groups). A maximum of 15 tags can be\n * provided for a resource. Each tag must have a key no greater in length than 128 characters and\n * a value no greater in length than 256 characters.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Access information for the storage account.\n */\nexport interface StorageAccountCredentials {\n /**\n * The ARM resource ID of the storage account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resourceId?: string;\n /**\n * The primary key of the storage account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly primaryKey?: string;\n /**\n * The secondary key of the storage account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly secondaryKey?: string;\n}\n\n/**\n * Information about the Azure Container Registry which contains the images deployed to the\n * cluster.\n */\nexport interface ContainerRegistryCredentials {\n /**\n * The ACR login server name. User name is the first part of the FQDN.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly loginServer?: string;\n /**\n * The ACR primary password.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly password?: string;\n /**\n * The ACR secondary password.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly password2?: string;\n /**\n * The ACR login username.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly username?: string;\n}\n\n/**\n * Information about the Azure Container Registry which contains the images deployed to the\n * cluster.\n */\nexport interface ContainerServiceCredentials {\n /**\n * The ACS kube config file.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly acsKubeConfig?: string;\n /**\n * Service principal configuration used by Kubernetes.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly servicePrincipalConfiguration?: ServicePrincipalProperties;\n /**\n * The ACR image pull secret name which was created in Kubernetes.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly imagePullSecretName?: string;\n}\n\n/**\n * AppInsights credentials.\n */\nexport interface AppInsightsCredentials {\n /**\n * The AppInsights application ID.\n */\n appId?: string;\n /**\n * The AppInsights instrumentation key. This is not returned in response of GET/PUT on the\n * resource. To see this please call listKeys API.\n */\n instrumentationKey?: string;\n}\n\n/**\n * Credentials to resources in the cluster.\n */\nexport interface OperationalizationClusterCredentials {\n /**\n * Credentials for the Storage Account.\n */\n storageAccount?: StorageAccountCredentials;\n /**\n * Credentials for Azure Container Registry.\n */\n containerRegistry?: ContainerRegistryCredentials;\n /**\n * Credentials for Azure Container Service.\n */\n containerService?: ContainerServiceCredentials;\n /**\n * Credentials for Azure AppInsights.\n */\n appInsights?: AppInsightsCredentials;\n /**\n * Global authorization keys for all user services deployed in cluster. These are used if the\n * service does not have auth keys.\n */\n serviceAuthConfiguration?: ServiceAuthConfiguration;\n /**\n * The SSL configuration for the services.\n */\n sslConfiguration?: SslConfiguration;\n}\n\n/**\n * Information about updates available for system services in a cluster.\n */\nexport interface CheckSystemServicesUpdatesAvailableResponse {\n /**\n * Yes if updates are available for the system services, No if not. Possible values include:\n * 'Yes', 'No'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly updatesAvailable?: UpdatesAvailable;\n}\n\n/**\n * Response of the update system services API\n */\nexport interface UpdateSystemServicesResponse {\n /**\n * Update status. Possible values include: 'Unknown', 'Updating', 'Creating', 'Deleting',\n * 'Succeeded', 'Failed', 'Canceled'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly updateStatus?: OperationStatus;\n /**\n * The date and time when the last system services update was started.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly updateStartedOn?: Date;\n /**\n * The date and time when the last system services update completed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly updateCompletedOn?: Date;\n}\n\n/**\n * Display of the operation.\n */\nexport interface ResourceOperationDisplay {\n /**\n * The resource provider name.\n */\n provider?: string;\n /**\n * The resource name.\n */\n resource?: string;\n /**\n * The operation.\n */\n operation?: string;\n /**\n * The description of the operation.\n */\n description?: string;\n}\n\n/**\n * Resource operation.\n */\nexport interface ResourceOperation {\n /**\n * Name of this operation.\n */\n name?: string;\n /**\n * Display of the operation.\n */\n display?: ResourceOperationDisplay;\n /**\n * The operation origin.\n */\n origin?: string;\n}\n\n/**\n * Available operation list.\n */\nexport interface AvailableOperations {\n /**\n * An array of available operations.\n */\n value?: ResourceOperation[];\n}\n\n/**\n * Optional Parameters.\n */\nexport interface OperationalizationClustersDeleteMethodOptionalParams extends msRest.RequestOptionsBase {\n /**\n * If true, deletes all resources associated with this cluster.\n */\n deleteAll?: boolean;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface OperationalizationClustersListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Continuation token for pagination.\n */\n skiptoken?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface OperationalizationClustersListBySubscriptionIdOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Continuation token for pagination.\n */\n skiptoken?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface OperationalizationClustersBeginDeleteMethodOptionalParams extends msRest.RequestOptionsBase {\n /**\n * If true, deletes all resources associated with this cluster.\n */\n deleteAll?: boolean;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface OperationalizationClustersListByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Continuation token for pagination.\n */\n skiptoken?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface OperationalizationClustersListBySubscriptionIdNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Continuation token for pagination.\n */\n skiptoken?: string;\n}\n\n/**\n * An interface representing MachineLearningComputeManagementClientOptions.\n */\nexport interface MachineLearningComputeManagementClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * Defines headers for Delete operation.\n */\nexport interface OperationalizationClustersDeleteHeaders {\n /**\n * URI of the async operation.\n */\n location: string;\n}\n\n/**\n * Defines headers for UpdateSystemServices operation.\n */\nexport interface OperationalizationClustersUpdateSystemServicesHeaders {\n /**\n * URI of the async operation.\n */\n location: string;\n}\n\n/**\n * @interface\n * Paginated list of operationalization clusters.\n * @extends Array<OperationalizationCluster>\n */\nexport interface PaginatedOperationalizationClustersList extends Array<OperationalizationCluster> {\n /**\n * A continuation link (absolute URI) to the next page of results in the list.\n */\n nextLink?: string;\n}\n\n/**\n * Defines values for OperationStatus.\n * Possible values include: 'Unknown', 'Updating', 'Creating', 'Deleting', 'Succeeded', 'Failed',\n * 'Canceled'\n * @readonly\n * @enum {string}\n */\nexport type OperationStatus = 'Unknown' | 'Updating' | 'Creating' | 'Deleting' | 'Succeeded' | 'Failed' | 'Canceled';\n\n/**\n * Defines values for ClusterType.\n * Possible values include: 'ACS', 'Local'\n * @readonly\n * @enum {string}\n */\nexport type ClusterType = 'ACS' | 'Local';\n\n/**\n * Defines values for OrchestratorType.\n * Possible values include: 'Kubernetes', 'None'\n * @readonly\n * @enum {string}\n */\nexport type OrchestratorType = 'Kubernetes' | 'None';\n\n/**\n * Defines values for SystemServiceType.\n * Possible values include: 'None', 'ScoringFrontEnd', 'BatchFrontEnd'\n * @readonly\n * @enum {string}\n */\nexport type SystemServiceType = 'None' | 'ScoringFrontEnd' | 'BatchFrontEnd';\n\n/**\n * Defines values for AgentVMSizeTypes.\n * Possible values include: 'Standard_A0', 'Standard_A1', 'Standard_A2', 'Standard_A3',\n * 'Standard_A4', 'Standard_A5', 'Standard_A6', 'Standard_A7', 'Standard_A8', 'Standard_A9',\n * 'Standard_A10', 'Standard_A11', 'Standard_D1', 'Standard_D2', 'Standard_D3', 'Standard_D4',\n * 'Standard_D11', 'Standard_D12', 'Standard_D13', 'Standard_D14', 'Standard_D1_v2',\n * 'Standard_D2_v2', 'Standard_D3_v2', 'Standard_D4_v2', 'Standard_D5_v2', 'Standard_D11_v2',\n * 'Standard_D12_v2', 'Standard_D13_v2', 'Standard_D14_v2', 'Standard_G1', 'Standard_G2',\n * 'Standard_G3', 'Standard_G4', 'Standard_G5', 'Standard_DS1', 'Standard_DS2', 'Standard_DS3',\n * 'Standard_DS4', 'Standard_DS11', 'Standard_DS12', 'Standard_DS13', 'Standard_DS14',\n * 'Standard_GS1', 'Standard_GS2', 'Standard_GS3', 'Standard_GS4', 'Standard_GS5'\n * @readonly\n * @enum {string}\n */\nexport type AgentVMSizeTypes = 'Standard_A0' | 'Standard_A1' | 'Standard_A2' | 'Standard_A3' | 'Standard_A4' | 'Standard_A5' | 'Standard_A6' | 'Standard_A7' | 'Standard_A8' | 'Standard_A9' | 'Standard_A10' | 'Standard_A11' | 'Standard_D1' | 'Standard_D2' | 'Standard_D3' | 'Standard_D4' | 'Standard_D11' | 'Standard_D12' | 'Standard_D13' | 'Standard_D14' | 'Standard_D1_v2' | 'Standard_D2_v2' | 'Standard_D3_v2' | 'Standard_D4_v2' | 'Standard_D5_v2' | 'Standard_D11_v2' | 'Standard_D12_v2' | 'Standard_D13_v2' | 'Standard_D14_v2' | 'Standard_G1' | 'Standard_G2' | 'Standard_G3' | 'Standard_G4' | 'Standard_G5' | 'Standard_DS1' | 'Standard_DS2' | 'Standard_DS3' | 'Standard_DS4' | 'Standard_DS11' | 'Standard_DS12' | 'Standard_DS13' | 'Standard_DS14' | 'Standard_GS1' | 'Standard_GS2' | 'Standard_GS3' | 'Standard_GS4' | 'Standard_GS5';\n\n/**\n * Defines values for Status.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type Status = 'Enabled' | 'Disabled';\n\n/**\n * Defines values for UpdatesAvailable.\n * Possible values include: 'Yes', 'No'\n * @readonly\n * @enum {string}\n */\nexport type UpdatesAvailable = 'Yes' | 'No';\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type OperationalizationClustersCreateOrUpdateResponse = OperationalizationCluster & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationalizationCluster;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type OperationalizationClustersGetResponse = OperationalizationCluster & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationalizationCluster;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type OperationalizationClustersUpdateResponse = OperationalizationCluster & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationalizationCluster;\n };\n};\n\n/**\n * Contains response data for the deleteMethod operation.\n */\nexport type OperationalizationClustersDeleteResponse = OperationalizationClustersDeleteHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: OperationalizationClustersDeleteHeaders;\n };\n};\n\n/**\n * Contains response data for the listKeys operation.\n */\nexport type OperationalizationClustersListKeysResponse = OperationalizationClusterCredentials & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationalizationClusterCredentials;\n };\n};\n\n/**\n * Contains response data for the checkSystemServicesUpdatesAvailable operation.\n */\nexport type OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse = CheckSystemServicesUpdatesAvailableResponse & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CheckSystemServicesUpdatesAvailableResponse;\n };\n};\n\n/**\n * Contains response data for the updateSystemServices operation.\n */\nexport type OperationalizationClustersUpdateSystemServicesResponse = UpdateSystemServicesResponse & OperationalizationClustersUpdateSystemServicesHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: OperationalizationClustersUpdateSystemServicesHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: UpdateSystemServicesResponse;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type OperationalizationClustersListByResourceGroupResponse = PaginatedOperationalizationClustersList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PaginatedOperationalizationClustersList;\n };\n};\n\n/**\n * Contains response data for the listBySubscriptionId operation.\n */\nexport type OperationalizationClustersListBySubscriptionIdResponse = PaginatedOperationalizationClustersList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PaginatedOperationalizationClustersList;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type OperationalizationClustersBeginCreateOrUpdateResponse = OperationalizationCluster & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationalizationCluster;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type OperationalizationClustersListByResourceGroupNextResponse = PaginatedOperationalizationClustersList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PaginatedOperationalizationClustersList;\n };\n};\n\n/**\n * Contains response data for the listBySubscriptionIdNext operation.\n */\nexport type OperationalizationClustersListBySubscriptionIdNextResponse = PaginatedOperationalizationClustersList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PaginatedOperationalizationClustersList;\n };\n};\n\n/**\n * Contains response data for the listAvailableOperations operation.\n */\nexport type MachineLearningComputeListAvailableOperationsResponse = AvailableOperations & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: AvailableOperations;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const CloudError = CloudErrorMapper;\nexport const BaseResource = BaseResourceMapper;\n\nexport const Resource: msRest.CompositeMapper = {\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 location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\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};\n\nexport const ErrorDetail: msRest.CompositeMapper = {\n serializedName: \"ErrorDetail\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\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};\n\nexport const ErrorResponse: msRest.CompositeMapper = {\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 details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorResponseWrapper: msRest.CompositeMapper = {\n serializedName: \"ErrorResponseWrapper\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponseWrapper\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountProperties: msRest.CompositeMapper = {\n serializedName: \"StorageAccountProperties\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountProperties\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerRegistryProperties: msRest.CompositeMapper = {\n serializedName: \"ContainerRegistryProperties\",\n type: {\n name: \"Composite\",\n className: \"ContainerRegistryProperties\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServicePrincipalProperties: msRest.CompositeMapper = {\n serializedName: \"ServicePrincipalProperties\",\n type: {\n name: \"Composite\",\n className: \"ServicePrincipalProperties\",\n modelProperties: {\n clientId: {\n required: true,\n serializedName: \"clientId\",\n type: {\n name: \"String\"\n }\n },\n secret: {\n required: true,\n serializedName: \"secret\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KubernetesClusterProperties: msRest.CompositeMapper = {\n serializedName: \"Kubernetes\",\n type: {\n name: \"Composite\",\n className: \"KubernetesClusterProperties\",\n modelProperties: {\n servicePrincipal: {\n serializedName: \"servicePrincipal\",\n type: {\n name: \"Composite\",\n className: \"ServicePrincipalProperties\"\n }\n }\n }\n }\n};\n\nexport const SystemService: msRest.CompositeMapper = {\n serializedName: \"SystemService\",\n type: {\n name: \"Composite\",\n className: \"SystemService\",\n modelProperties: {\n systemServiceType: {\n required: true,\n serializedName: \"systemServiceType\",\n type: {\n name: \"String\"\n }\n },\n publicIpAddress: {\n readOnly: true,\n serializedName: \"publicIpAddress\",\n type: {\n name: \"String\"\n }\n },\n version: {\n readOnly: true,\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AcsClusterProperties: msRest.CompositeMapper = {\n serializedName: \"AcsClusterProperties\",\n type: {\n name: \"Composite\",\n className: \"AcsClusterProperties\",\n modelProperties: {\n clusterFqdn: {\n readOnly: true,\n serializedName: \"clusterFqdn\",\n type: {\n name: \"String\"\n }\n },\n orchestratorType: {\n required: true,\n serializedName: \"orchestratorType\",\n type: {\n name: \"String\"\n }\n },\n orchestratorProperties: {\n serializedName: \"orchestratorProperties\",\n type: {\n name: \"Composite\",\n className: \"KubernetesClusterProperties\"\n }\n },\n systemServices: {\n serializedName: \"systemServices\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SystemService\"\n }\n }\n }\n },\n masterCount: {\n serializedName: \"masterCount\",\n defaultValue: 1,\n constraints: {\n InclusiveMaximum: 5,\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n agentCount: {\n serializedName: \"agentCount\",\n defaultValue: 2,\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n agentVmSize: {\n serializedName: \"agentVmSize\",\n defaultValue: 'Standard_D3_v2',\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AppInsightsProperties: msRest.CompositeMapper = {\n serializedName: \"AppInsightsProperties\",\n type: {\n name: \"Composite\",\n className: \"AppInsightsProperties\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SslConfiguration: msRest.CompositeMapper = {\n serializedName: \"SslConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SslConfiguration\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n defaultValue: 'Enabled',\n type: {\n name: \"String\"\n }\n },\n cert: {\n serializedName: \"cert\",\n type: {\n name: \"String\"\n }\n },\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\"\n }\n },\n cname: {\n serializedName: \"cname\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceAuthConfiguration: msRest.CompositeMapper = {\n serializedName: \"ServiceAuthConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ServiceAuthConfiguration\",\n modelProperties: {\n primaryAuthKeyHash: {\n required: true,\n serializedName: \"primaryAuthKeyHash\",\n type: {\n name: \"String\"\n }\n },\n secondaryAuthKeyHash: {\n required: true,\n serializedName: \"secondaryAuthKeyHash\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutoScaleConfiguration: msRest.CompositeMapper = {\n serializedName: \"AutoScaleConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AutoScaleConfiguration\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n defaultValue: 'Disabled',\n type: {\n name: \"String\"\n }\n },\n minReplicas: {\n serializedName: \"minReplicas\",\n defaultValue: 1,\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n maxReplicas: {\n serializedName: \"maxReplicas\",\n defaultValue: 100,\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n targetUtilization: {\n serializedName: \"targetUtilization\",\n type: {\n name: \"Number\"\n }\n },\n refreshPeriodInSeconds: {\n serializedName: \"refreshPeriodInSeconds\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const GlobalServiceConfiguration: msRest.CompositeMapper = {\n serializedName: \"GlobalServiceConfiguration\",\n type: {\n name: \"Composite\",\n className: \"GlobalServiceConfiguration\",\n modelProperties: {\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n ssl: {\n serializedName: \"ssl\",\n type: {\n name: \"Composite\",\n className: \"SslConfiguration\"\n }\n },\n serviceAuth: {\n serializedName: \"serviceAuth\",\n type: {\n name: \"Composite\",\n className: \"ServiceAuthConfiguration\"\n }\n },\n autoScale: {\n serializedName: \"autoScale\",\n type: {\n name: \"Composite\",\n className: \"AutoScaleConfiguration\"\n }\n }\n },\n additionalProperties: {\n type: {\n name: \"Object\"\n }\n }\n }\n};\n\nexport const OperationalizationCluster: msRest.CompositeMapper = {\n serializedName: \"OperationalizationCluster\",\n type: {\n name: \"Composite\",\n className: \"OperationalizationCluster\",\n modelProperties: {\n ...Resource.type.modelProperties,\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n createdOn: {\n readOnly: true,\n serializedName: \"properties.createdOn\",\n type: {\n name: \"DateTime\"\n }\n },\n modifiedOn: {\n readOnly: true,\n serializedName: \"properties.modifiedOn\",\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n provisioningErrors: {\n readOnly: true,\n serializedName: \"properties.provisioningErrors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseWrapper\"\n }\n }\n }\n },\n clusterType: {\n required: true,\n serializedName: \"properties.clusterType\",\n type: {\n name: \"String\"\n }\n },\n storageAccount: {\n serializedName: \"properties.storageAccount\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountProperties\"\n }\n },\n containerRegistry: {\n serializedName: \"properties.containerRegistry\",\n type: {\n name: \"Composite\",\n className: \"ContainerRegistryProperties\"\n }\n },\n containerService: {\n serializedName: \"properties.containerService\",\n type: {\n name: \"Composite\",\n className: \"AcsClusterProperties\"\n }\n },\n appInsights: {\n serializedName: \"properties.appInsights\",\n type: {\n name: \"Composite\",\n className: \"AppInsightsProperties\"\n }\n },\n globalServiceConfiguration: {\n serializedName: \"properties.globalServiceConfiguration\",\n type: {\n name: \"Composite\",\n className: \"GlobalServiceConfiguration\",\n additionalProperties: {\n type: {\n name: \"Object\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationalizationClusterUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"OperationalizationClusterUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"OperationalizationClusterUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StorageAccountCredentials: msRest.CompositeMapper = {\n serializedName: \"StorageAccountCredentials\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountCredentials\",\n modelProperties: {\n resourceId: {\n readOnly: true,\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n primaryKey: {\n readOnly: true,\n serializedName: \"primaryKey\",\n type: {\n name: \"String\"\n }\n },\n secondaryKey: {\n readOnly: true,\n serializedName: \"secondaryKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerRegistryCredentials: msRest.CompositeMapper = {\n serializedName: \"ContainerRegistryCredentials\",\n type: {\n name: \"Composite\",\n className: \"ContainerRegistryCredentials\",\n modelProperties: {\n loginServer: {\n readOnly: true,\n serializedName: \"loginServer\",\n type: {\n name: \"String\"\n }\n },\n password: {\n readOnly: true,\n serializedName: \"password\",\n type: {\n name: \"String\"\n }\n },\n password2: {\n readOnly: true,\n serializedName: \"password2\",\n type: {\n name: \"String\"\n }\n },\n username: {\n readOnly: true,\n serializedName: \"username\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerServiceCredentials: msRest.CompositeMapper = {\n serializedName: \"ContainerServiceCredentials\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceCredentials\",\n modelProperties: {\n acsKubeConfig: {\n readOnly: true,\n serializedName: \"acsKubeConfig\",\n type: {\n name: \"String\"\n }\n },\n servicePrincipalConfiguration: {\n readOnly: true,\n serializedName: \"servicePrincipalConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ServicePrincipalProperties\"\n }\n },\n imagePullSecretName: {\n readOnly: true,\n serializedName: \"imagePullSecretName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AppInsightsCredentials: msRest.CompositeMapper = {\n serializedName: \"AppInsightsCredentials\",\n type: {\n name: \"Composite\",\n className: \"AppInsightsCredentials\",\n modelProperties: {\n appId: {\n serializedName: \"appId\",\n type: {\n name: \"String\"\n }\n },\n instrumentationKey: {\n serializedName: \"instrumentationKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationalizationClusterCredentials: msRest.CompositeMapper = {\n serializedName: \"OperationalizationClusterCredentials\",\n type: {\n name: \"Composite\",\n className: \"OperationalizationClusterCredentials\",\n modelProperties: {\n storageAccount: {\n serializedName: \"storageAccount\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountCredentials\"\n }\n },\n containerRegistry: {\n serializedName: \"containerRegistry\",\n type: {\n name: \"Composite\",\n className: \"ContainerRegistryCredentials\"\n }\n },\n containerService: {\n serializedName: \"containerService\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceCredentials\"\n }\n },\n appInsights: {\n serializedName: \"appInsights\",\n type: {\n name: \"Composite\",\n className: \"AppInsightsCredentials\"\n }\n },\n serviceAuthConfiguration: {\n serializedName: \"serviceAuthConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ServiceAuthConfiguration\"\n }\n },\n sslConfiguration: {\n serializedName: \"sslConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SslConfiguration\"\n }\n }\n }\n }\n};\n\nexport const CheckSystemServicesUpdatesAvailableResponse: msRest.CompositeMapper = {\n serializedName: \"CheckSystemServicesUpdatesAvailableResponse\",\n type: {\n name: \"Composite\",\n className: \"CheckSystemServicesUpdatesAvailableResponse\",\n modelProperties: {\n updatesAvailable: {\n readOnly: true,\n serializedName: \"updatesAvailable\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UpdateSystemServicesResponse: msRest.CompositeMapper = {\n serializedName: \"UpdateSystemServicesResponse\",\n type: {\n name: \"Composite\",\n className: \"UpdateSystemServicesResponse\",\n modelProperties: {\n updateStatus: {\n readOnly: true,\n serializedName: \"updateStatus\",\n type: {\n name: \"String\"\n }\n },\n updateStartedOn: {\n readOnly: true,\n serializedName: \"updateStartedOn\",\n type: {\n name: \"DateTime\"\n }\n },\n updateCompletedOn: {\n readOnly: true,\n serializedName: \"updateCompletedOn\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ResourceOperationDisplay: msRest.CompositeMapper = {\n serializedName: \"ResourceOperation_display\",\n type: {\n name: \"Composite\",\n className: \"ResourceOperationDisplay\",\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};\n\nexport const ResourceOperation: msRest.CompositeMapper = {\n serializedName: \"ResourceOperation\",\n type: {\n name: \"Composite\",\n className: \"ResourceOperation\",\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: \"ResourceOperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AvailableOperations: msRest.CompositeMapper = {\n serializedName: \"AvailableOperations\",\n type: {\n name: \"Composite\",\n className: \"AvailableOperations\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceOperation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationalizationClustersDeleteHeaders: msRest.CompositeMapper = {\n serializedName: \"operationalizationclusters-delete-headers\",\n type: {\n name: \"Composite\",\n className: \"OperationalizationClustersDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationalizationClustersUpdateSystemServicesHeaders: msRest.CompositeMapper = {\n serializedName: \"operationalizationclusters-updatesystemservices-headers\",\n type: {\n name: \"Composite\",\n className: \"OperationalizationClustersUpdateSystemServicesHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PaginatedOperationalizationClustersList: msRest.CompositeMapper = {\n serializedName: \"PaginatedOperationalizationClustersList\",\n type: {\n name: \"Composite\",\n className: \"PaginatedOperationalizationClustersList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationalizationCluster\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AcsClusterProperties,\n AppInsightsCredentials,\n AppInsightsProperties,\n AutoScaleConfiguration,\n BaseResource,\n CheckSystemServicesUpdatesAvailableResponse,\n CloudError,\n ContainerRegistryCredentials,\n ContainerRegistryProperties,\n ContainerServiceCredentials,\n ErrorDetail,\n ErrorResponse,\n ErrorResponseWrapper,\n GlobalServiceConfiguration,\n KubernetesClusterProperties,\n OperationalizationCluster,\n OperationalizationClusterCredentials,\n OperationalizationClustersDeleteHeaders,\n OperationalizationClustersUpdateSystemServicesHeaders,\n OperationalizationClusterUpdateParameters,\n PaginatedOperationalizationClustersList,\n Resource,\n ServiceAuthConfiguration,\n ServicePrincipalProperties,\n SslConfiguration,\n StorageAccountCredentials,\n StorageAccountProperties,\n SystemService,\n UpdateSystemServicesResponse\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const clusterName: msRest.OperationURLParameter = {\n parameterPath: \"clusterName\",\n mapper: {\n required: true,\n serializedName: \"clusterName\",\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n Pattern: /^[a-zA-Z][-\\w\\._\\(\\)]+[a-zA-Z0-9]$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const deleteAll: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"deleteAll\"\n ],\n mapper: {\n serializedName: \"deleteAll\",\n type: {\n name: \"Boolean\"\n }\n }\n};\nexport const nextPageLink: msRest.OperationURLParameter = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const resourceGroupName: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n Pattern: /^[-\\w\\._\\(\\)]+$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const skiptoken: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"skiptoken\"\n ],\n mapper: {\n serializedName: \"$skiptoken\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationalizationClustersMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MachineLearningComputeManagementClientContext } from \"../machineLearningComputeManagementClientContext\";\n\n/** Class representing a OperationalizationClusters. */\nexport class OperationalizationClusters {\n private readonly client: MachineLearningComputeManagementClientContext;\n\n /**\n * Create a OperationalizationClusters.\n * @param {MachineLearningComputeManagementClientContext} client Reference to the service client.\n */\n constructor(client: MachineLearningComputeManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Create or update an operationalization cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param parameters Parameters supplied to create or update an Operationalization cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationalizationClustersCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, clusterName: string, parameters: Models.OperationalizationCluster, options?: msRest.RequestOptionsBase): Promise<Models.OperationalizationClustersCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,clusterName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.OperationalizationClustersCreateOrUpdateResponse>;\n }\n\n /**\n * Gets the operationalization cluster resource view. Note that the credentials are not returned by\n * this call. Call ListKeys to get them.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationalizationClustersGetResponse>\n */\n get(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationalizationClustersGetResponse>;\n /**\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.OperationalizationCluster>): void;\n /**\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationalizationCluster>): void;\n get(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationalizationCluster>, callback?: msRest.ServiceCallback<Models.OperationalizationCluster>): Promise<Models.OperationalizationClustersGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.OperationalizationClustersGetResponse>;\n }\n\n /**\n * The PATCH operation can be used to update only the tags for a cluster. Use PUT operation to\n * update other properties.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param parameters The parameters supplied to patch the cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationalizationClustersUpdateResponse>\n */\n update(resourceGroupName: string, clusterName: string, parameters: Models.OperationalizationClusterUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.OperationalizationClustersUpdateResponse>;\n /**\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param parameters The parameters supplied to patch the cluster.\n * @param callback The callback\n */\n update(resourceGroupName: string, clusterName: string, parameters: Models.OperationalizationClusterUpdateParameters, callback: msRest.ServiceCallback<Models.OperationalizationCluster>): void;\n /**\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param parameters The parameters supplied to patch the cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, clusterName: string, parameters: Models.OperationalizationClusterUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationalizationCluster>): void;\n update(resourceGroupName: string, clusterName: string, parameters: Models.OperationalizationClusterUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationalizationCluster>, callback?: msRest.ServiceCallback<Models.OperationalizationCluster>): Promise<Models.OperationalizationClustersUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.OperationalizationClustersUpdateResponse>;\n }\n\n /**\n * Deletes the specified cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationalizationClustersDeleteResponse>\n */\n deleteMethod(resourceGroupName: string, clusterName: string, options?: Models.OperationalizationClustersDeleteMethodOptionalParams): Promise<Models.OperationalizationClustersDeleteResponse> {\n return this.beginDeleteMethod(resourceGroupName,clusterName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.OperationalizationClustersDeleteResponse>;\n }\n\n /**\n * Gets the credentials for the specified cluster such as Storage, ACR and ACS credentials. This is\n * a long running operation because it fetches keys from dependencies.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationalizationClustersListKeysResponse>\n */\n listKeys(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationalizationClustersListKeysResponse>;\n /**\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param callback The callback\n */\n listKeys(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.OperationalizationClusterCredentials>): void;\n /**\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n listKeys(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationalizationClusterCredentials>): void;\n listKeys(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationalizationClusterCredentials>, callback?: msRest.ServiceCallback<Models.OperationalizationClusterCredentials>): Promise<Models.OperationalizationClustersListKeysResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n listKeysOperationSpec,\n callback) as Promise<Models.OperationalizationClustersListKeysResponse>;\n }\n\n /**\n * Checks if updates are available for system services in the cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse>\n */\n checkSystemServicesUpdatesAvailable(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse>;\n /**\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param callback The callback\n */\n checkSystemServicesUpdatesAvailable(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.CheckSystemServicesUpdatesAvailableResponse>): void;\n /**\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n checkSystemServicesUpdatesAvailable(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CheckSystemServicesUpdatesAvailableResponse>): void;\n checkSystemServicesUpdatesAvailable(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CheckSystemServicesUpdatesAvailableResponse>, callback?: msRest.ServiceCallback<Models.CheckSystemServicesUpdatesAvailableResponse>): Promise<Models.OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n checkSystemServicesUpdatesAvailableOperationSpec,\n callback) as Promise<Models.OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse>;\n }\n\n /**\n * Updates system services in a cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationalizationClustersUpdateSystemServicesResponse>\n */\n updateSystemServices(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationalizationClustersUpdateSystemServicesResponse> {\n return this.beginUpdateSystemServices(resourceGroupName,clusterName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.OperationalizationClustersUpdateSystemServicesResponse>;\n }\n\n /**\n * Gets the clusters in the specified resource group.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationalizationClustersListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: Models.OperationalizationClustersListByResourceGroupOptionalParams): Promise<Models.OperationalizationClustersListByResourceGroupResponse>;\n /**\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.PaginatedOperationalizationClustersList>): void;\n /**\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: Models.OperationalizationClustersListByResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.PaginatedOperationalizationClustersList>): void;\n listByResourceGroup(resourceGroupName: string, options?: Models.OperationalizationClustersListByResourceGroupOptionalParams | msRest.ServiceCallback<Models.PaginatedOperationalizationClustersList>, callback?: msRest.ServiceCallback<Models.PaginatedOperationalizationClustersList>): Promise<Models.OperationalizationClustersListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.OperationalizationClustersListByResourceGroupResponse>;\n }\n\n /**\n * Gets the operationalization clusters in the specified subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationalizationClustersListBySubscriptionIdResponse>\n */\n listBySubscriptionId(options?: Models.OperationalizationClustersListBySubscriptionIdOptionalParams): Promise<Models.OperationalizationClustersListBySubscriptionIdResponse>;\n /**\n * @param callback The callback\n */\n listBySubscriptionId(callback: msRest.ServiceCallback<Models.PaginatedOperationalizationClustersList>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySubscriptionId(options: Models.OperationalizationClustersListBySubscriptionIdOptionalParams, callback: msRest.ServiceCallback<Models.PaginatedOperationalizationClustersList>): void;\n listBySubscriptionId(options?: Models.OperationalizationClustersListBySubscriptionIdOptionalParams | msRest.ServiceCallback<Models.PaginatedOperationalizationClustersList>, callback?: msRest.ServiceCallback<Models.PaginatedOperationalizationClustersList>): Promise<Models.OperationalizationClustersListBySubscriptionIdResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listBySubscriptionIdOperationSpec,\n callback) as Promise<Models.OperationalizationClustersListBySubscriptionIdResponse>;\n }\n\n /**\n * Create or update an operationalization cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param parameters Parameters supplied to create or update an Operationalization cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, clusterName: string, parameters: Models.OperationalizationCluster, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n parameters,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Deletes the specified cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, clusterName: string, options?: Models.OperationalizationClustersBeginDeleteMethodOptionalParams): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Updates system services in a cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdateSystemServices(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n beginUpdateSystemServicesOperationSpec,\n options);\n }\n\n /**\n * Gets the clusters in the specified resource group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationalizationClustersListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: Models.OperationalizationClustersListByResourceGroupNextOptionalParams): Promise<Models.OperationalizationClustersListByResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PaginatedOperationalizationClustersList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, options: Models.OperationalizationClustersListByResourceGroupNextOptionalParams, callback: msRest.ServiceCallback<Models.PaginatedOperationalizationClustersList>): void;\n listByResourceGroupNext(nextPageLink: string, options?: Models.OperationalizationClustersListByResourceGroupNextOptionalParams | msRest.ServiceCallback<Models.PaginatedOperationalizationClustersList>, callback?: msRest.ServiceCallback<Models.PaginatedOperationalizationClustersList>): Promise<Models.OperationalizationClustersListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.OperationalizationClustersListByResourceGroupNextResponse>;\n }\n\n /**\n * Gets the operationalization clusters in the specified subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationalizationClustersListBySubscriptionIdNextResponse>\n */\n listBySubscriptionIdNext(nextPageLink: string, options?: Models.OperationalizationClustersListBySubscriptionIdNextOptionalParams): Promise<Models.OperationalizationClustersListBySubscriptionIdNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listBySubscriptionIdNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PaginatedOperationalizationClustersList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySubscriptionIdNext(nextPageLink: string, options: Models.OperationalizationClustersListBySubscriptionIdNextOptionalParams, callback: msRest.ServiceCallback<Models.PaginatedOperationalizationClustersList>): void;\n listBySubscriptionIdNext(nextPageLink: string, options?: Models.OperationalizationClustersListBySubscriptionIdNextOptionalParams | msRest.ServiceCallback<Models.PaginatedOperationalizationClustersList>, callback?: msRest.ServiceCallback<Models.PaginatedOperationalizationClustersList>): Promise<Models.OperationalizationClustersListBySubscriptionIdNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listBySubscriptionIdNextOperationSpec,\n callback) as Promise<Models.OperationalizationClustersListBySubscriptionIdNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationalizationCluster\n },\n default: {\n bodyMapper: Mappers.ErrorResponseWrapper\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.OperationalizationClusterUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.OperationalizationCluster\n },\n default: {\n bodyMapper: Mappers.ErrorResponseWrapper\n }\n },\n serializer\n};\n\nconst listKeysOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}/listKeys\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationalizationClusterCredentials\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst checkSystemServicesUpdatesAvailableOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}/checkSystemServicesUpdatesAvailable\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CheckSystemServicesUpdatesAvailableResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.skiptoken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PaginatedOperationalizationClustersList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listBySubscriptionIdOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningCompute/operationalizationClusters\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.skiptoken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PaginatedOperationalizationClustersList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.OperationalizationCluster,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.OperationalizationCluster\n },\n 201: {\n bodyMapper: Mappers.OperationalizationCluster\n },\n default: {\n bodyMapper: Mappers.ErrorResponseWrapper\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.deleteAll\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 202: {\n headersMapper: Mappers.OperationalizationClustersDeleteHeaders\n },\n 204: {\n headersMapper: Mappers.OperationalizationClustersDeleteHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorResponseWrapper,\n headersMapper: Mappers.OperationalizationClustersDeleteHeaders\n }\n },\n serializer\n};\n\nconst beginUpdateSystemServicesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}/updateSystemServices\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.UpdateSystemServicesResponse,\n headersMapper: Mappers.OperationalizationClustersUpdateSystemServicesHeaders\n },\n 202: {\n headersMapper: Mappers.OperationalizationClustersUpdateSystemServicesHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError,\n headersMapper: Mappers.OperationalizationClustersUpdateSystemServicesHeaders\n }\n },\n serializer\n};\n\nconst listByResourceGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.skiptoken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PaginatedOperationalizationClustersList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listBySubscriptionIdNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.skiptoken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PaginatedOperationalizationClustersList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AvailableOperations,\n CloudError,\n ResourceOperation,\n ResourceOperationDisplay\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/machineLearningComputeMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MachineLearningComputeManagementClientContext } from \"../machineLearningComputeManagementClientContext\";\n\n/** Class representing a MachineLearningCompute. */\nexport class MachineLearningCompute {\n private readonly client: MachineLearningComputeManagementClientContext;\n\n /**\n * Create a MachineLearningCompute.\n * @param {MachineLearningComputeManagementClientContext} client Reference to the service client.\n */\n constructor(client: MachineLearningComputeManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets all available operations.\n * @param [options] The optional parameters\n * @returns Promise<Models.MachineLearningComputeListAvailableOperationsResponse>\n */\n listAvailableOperations(options?: msRest.RequestOptionsBase): Promise<Models.MachineLearningComputeListAvailableOperationsResponse>;\n /**\n * @param callback The callback\n */\n listAvailableOperations(callback: msRest.ServiceCallback<Models.AvailableOperations>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n listAvailableOperations(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AvailableOperations>): void;\n listAvailableOperations(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AvailableOperations>, callback?: msRest.ServiceCallback<Models.AvailableOperations>): Promise<Models.MachineLearningComputeListAvailableOperationsResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listAvailableOperationsOperationSpec,\n callback) as Promise<Models.MachineLearningComputeListAvailableOperationsResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listAvailableOperationsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.MachineLearningCompute/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailableOperations\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\n\nconst packageName = \"@azure/arm-machinelearningcompute\";\nconst packageVersion = \"2.1.1\";\n\nexport class MachineLearningComputeManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the MachineLearningComputeManagementClient 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 Azure subscription ID.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.MachineLearningComputeManagementClientOptions) {\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\n if (!options) {\n options = {};\n }\n if (!options.userAgent) {\n const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;\n }\n\n super(credentials, options);\n\n this.apiVersion = '2017-08-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\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 }\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { MachineLearningComputeManagementClientContext } from \"./machineLearningComputeManagementClientContext\";\n\n\nclass MachineLearningComputeManagementClient extends MachineLearningComputeManagementClientContext {\n // Operation groups\n operationalizationClusters: operations.OperationalizationClusters;\n machineLearningCompute: operations.MachineLearningCompute;\n\n /**\n * Initializes a new instance of the MachineLearningComputeManagementClient 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 Azure subscription ID.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.MachineLearningComputeManagementClientOptions) {\n super(credentials, subscriptionId, options);\n this.operationalizationClusters = new operations.OperationalizationClusters(this);\n this.machineLearningCompute = new operations.MachineLearningCompute(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n MachineLearningComputeManagementClient,\n MachineLearningComputeManagementClientContext,\n Models as MachineLearningComputeManagementModels,\n Mappers as MachineLearningComputeManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.clusterName","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.OperationalizationCluster","Mappers.ErrorResponseWrapper","Mappers.OperationalizationClusterUpdateParameters","Mappers.OperationalizationClusterCredentials","Mappers.CloudError","Mappers.CheckSystemServicesUpdatesAvailableResponse","Parameters.skiptoken","Mappers.PaginatedOperationalizationClustersList","Parameters.deleteAll","Mappers.OperationalizationClustersDeleteHeaders","Mappers.UpdateSystemServicesResponse","Mappers.OperationalizationClustersUpdateSystemServicesHeaders","Parameters.nextPageLink","serializer","Mappers","Mappers.AvailableOperations","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.OperationalizationClusters","operations.MachineLearningCompute"],"mappings":";;;;;;;;;;;;;IAAA;IACA;AACA;IACA;IACA;AACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;AACA;IACA,IAAI,aAAa,GAAG,SAAS,CAAC,EAAE,CAAC,EAAE;IACnC,IAAI,aAAa,GAAG,MAAM,CAAC,cAAc;IACzC,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,YAAY,KAAK,IAAI,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,SAAS,GAAG,CAAC,CAAC,EAAE,CAAC;IACpF,QAAQ,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;IACnF,IAAI,OAAO,aAAa,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAC/B,CAAC,CAAC;AACF;IACO,SAAS,SAAS,CAAC,CAAC,EAAE,CAAC,EAAE;IAChC,IAAI,aAAa,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IACxB,IAAI,SAAS,EAAE,GAAG,EAAE,IAAI,CAAC,WAAW,GAAG,CAAC,CAAC,EAAE;IAC3C,IAAI,CAAC,CAAC,SAAS,GAAG,CAAC,KAAK,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,SAAS,GAAG,CAAC,CAAC,SAAS,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC;IACzF,CAAC;AACD;IACO,IAAI,QAAQ,GAAG,WAAW;IACjC,IAAI,QAAQ,GAAG,MAAM,CAAC,MAAM,IAAI,SAAS,QAAQ,CAAC,CAAC,EAAE;IACrD,QAAQ,KAAK,IAAI,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;IAC7D,YAAY,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;IAC7B,YAAY,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;IACzF,SAAS;IACT,QAAQ,OAAO,CAAC,CAAC;IACjB,MAAK;IACL,IAAI,OAAO,QAAQ,CAAC,KAAK,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;IAC3C;;ICtCA;;;;;;OAMG;;;;;;ICNH;;;;;;;IAWO,IAAM,UAAU,GAAGA,4BAAgB,CAAC;AAC3C,IAAO,IAAM,YAAY,GAAGC,8BAAkB,CAAC;AAE/C,IAAO,IAAM,QAAQ,GAA2B;QAC9C,cAAc,EAAE,UAAU;QAC1B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,UAAU;YACrB,eAAe,EAAE;gBACf,EAAE,EAAE;oBACF,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,IAAI;oBACpB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,YAAY;wBAClB,KAAK,EAAE;4BACL,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,WAAW,GAA2B;QACjD,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,aAAa;YACxB,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,OAAO,EAAE;oBACP,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,aAAa,GAA2B;QACnD,cAAc,EAAE,eAAe;QAC/B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,eAAe;YAC1B,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,OAAO,EAAE;oBACP,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,aAAa;6BACzB;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,oBAAoB,GAA2B;QAC1D,cAAc,EAAE,sBAAsB;QACtC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,sBAAsB;YACjC,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,eAAe;qBAC3B;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,wBAAwB,GAA2B;QAC9D,cAAc,EAAE,0BAA0B;QAC1C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,0BAA0B;YACrC,eAAe,EAAE;gBACf,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,2BAA2B,GAA2B;QACjE,cAAc,EAAE,6BAA6B;QAC7C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,6BAA6B;YACxC,eAAe,EAAE;gBACf,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,0BAA0B,GAA2B;QAChE,cAAc,EAAE,4BAA4B;QAC5C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,4BAA4B;YACvC,eAAe,EAAE;gBACf,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,2BAA2B,GAA2B;QACjE,cAAc,EAAE,YAAY;QAC5B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,6BAA6B;YACxC,eAAe,EAAE;gBACf,gBAAgB,EAAE;oBAChB,cAAc,EAAE,kBAAkB;oBAClC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,4BAA4B;qBACxC;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,aAAa,GAA2B;QACnD,cAAc,EAAE,eAAe;QAC/B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,eAAe;YAC1B,eAAe,EAAE;gBACf,iBAAiB,EAAE;oBACjB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,eAAe,EAAE;oBACf,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,iBAAiB;oBACjC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,OAAO,EAAE;oBACP,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,oBAAoB,GAA2B;QAC1D,cAAc,EAAE,sBAAsB;QACtC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,sBAAsB;YACjC,eAAe,EAAE;gBACf,WAAW,EAAE;oBACX,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,gBAAgB,EAAE;oBAChB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,kBAAkB;oBAClC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,sBAAsB,EAAE;oBACtB,cAAc,EAAE,wBAAwB;oBACxC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,6BAA6B;qBACzC;iBACF;gBACD,cAAc,EAAE;oBACd,cAAc,EAAE,gBAAgB;oBAChC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,eAAe;6BAC3B;yBACF;qBACF;iBACF;gBACD,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,YAAY,EAAE,CAAC;oBACf,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;wBACnB,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,YAAY,EAAE,CAAC;oBACf,WAAW,EAAE;wBACX,gBAAgB,EAAE,GAAG;wBACrB,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,YAAY,EAAE,gBAAgB;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,qBAAqB,GAA2B;QAC3D,cAAc,EAAE,uBAAuB;QACvC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,uBAAuB;YAClC,eAAe,EAAE;gBACf,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,gBAAgB,GAA2B;QACtD,cAAc,EAAE,kBAAkB;QAClC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;YAC7B,eAAe,EAAE;gBACf,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,YAAY,EAAE,SAAS;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,GAAG,EAAE;oBACH,cAAc,EAAE,KAAK;oBACrB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,KAAK,EAAE;oBACL,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,wBAAwB,GAA2B;QAC9D,cAAc,EAAE,0BAA0B;QAC1C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,0BAA0B;YACrC,eAAe,EAAE;gBACf,kBAAkB,EAAE;oBAClB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,oBAAoB,EAAE;oBACpB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,sBAAsB;oBACtC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,sBAAsB,GAA2B;QAC5D,cAAc,EAAE,wBAAwB;QACxC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,wBAAwB;YACnC,eAAe,EAAE;gBACf,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,YAAY,EAAE,UAAU;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,YAAY,EAAE,CAAC;oBACf,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,YAAY,EAAE,GAAG;oBACjB,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,iBAAiB,EAAE;oBACjB,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,sBAAsB,EAAE;oBACtB,cAAc,EAAE,wBAAwB;oBACxC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,0BAA0B,GAA2B;QAChE,cAAc,EAAE,4BAA4B;QAC5C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,4BAA4B;YACvC,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,GAAG,EAAE;oBACH,cAAc,EAAE,KAAK;oBACrB,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,kBAAkB;qBAC9B;iBACF;gBACD,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,0BAA0B;qBACtC;iBACF;gBACD,SAAS,EAAE;oBACT,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,wBAAwB;qBACpC;iBACF;aACF;YACD,oBAAoB,EAAE;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,yBAAyB,GAA2B;QAC/D,cAAc,EAAE,2BAA2B;QAC3C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,2BAA2B;YACtC,eAAe,wBACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,WAAW,EAAE;oBACX,cAAc,EAAE,wBAAwB;oBACxC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,SAAS,EAAE;oBACT,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,sBAAsB;oBACtC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF,EACD,UAAU,EAAE;oBACV,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,uBAAuB;oBACvC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF,EACD,iBAAiB,EAAE;oBACjB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,8BAA8B;oBAC9C,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,kBAAkB,EAAE;oBAClB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,+BAA+B;oBAC/C,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,sBAAsB;6BAClC;yBACF;qBACF;iBACF,EACD,WAAW,EAAE;oBACX,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,wBAAwB;oBACxC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,cAAc,EAAE;oBACd,cAAc,EAAE,2BAA2B;oBAC3C,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,0BAA0B;qBACtC;iBACF,EACD,iBAAiB,EAAE;oBACjB,cAAc,EAAE,8BAA8B;oBAC9C,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,6BAA6B;qBACzC;iBACF,EACD,gBAAgB,EAAE;oBAChB,cAAc,EAAE,6BAA6B;oBAC7C,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,sBAAsB;qBAClC;iBACF,EACD,WAAW,EAAE;oBACX,cAAc,EAAE,wBAAwB;oBACxC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,uBAAuB;qBACnC;iBACF,EACD,0BAA0B,EAAE;oBAC1B,cAAc,EAAE,uCAAuC;oBACvD,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,4BAA4B;wBACvC,oBAAoB,EAAE;4BACpB,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF,GACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,yCAAyC,GAA2B;QAC/E,cAAc,EAAE,2CAA2C;QAC3D,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,2CAA2C;YACtD,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,YAAY;wBAClB,KAAK,EAAE;4BACL,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,yBAAyB,GAA2B;QAC/D,cAAc,EAAE,2BAA2B;QAC3C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,2BAA2B;YACtC,eAAe,EAAE;gBACf,UAAU,EAAE;oBACV,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,UAAU,EAAE;oBACV,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,YAAY,EAAE;oBACZ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,cAAc;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,4BAA4B,GAA2B;QAClE,cAAc,EAAE,8BAA8B;QAC9C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,8BAA8B;YACzC,eAAe,EAAE;gBACf,WAAW,EAAE;oBACX,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,SAAS,EAAE;oBACT,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,2BAA2B,GAA2B;QACjE,cAAc,EAAE,6BAA6B;QAC7C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,6BAA6B;YACxC,eAAe,EAAE;gBACf,aAAa,EAAE;oBACb,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,eAAe;oBAC/B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,6BAA6B,EAAE;oBAC7B,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,+BAA+B;oBAC/C,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,4BAA4B;qBACxC;iBACF;gBACD,mBAAmB,EAAE;oBACnB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,sBAAsB,GAA2B;QAC5D,cAAc,EAAE,wBAAwB;QACxC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,wBAAwB;YACnC,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,kBAAkB,EAAE;oBAClB,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,oCAAoC,GAA2B;QAC1E,cAAc,EAAE,sCAAsC;QACtD,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,sCAAsC;YACjD,eAAe,EAAE;gBACf,cAAc,EAAE;oBACd,cAAc,EAAE,gBAAgB;oBAChC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,2BAA2B;qBACvC;iBACF;gBACD,iBAAiB,EAAE;oBACjB,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,8BAA8B;qBAC1C;iBACF;gBACD,gBAAgB,EAAE;oBAChB,cAAc,EAAE,kBAAkB;oBAClC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,6BAA6B;qBACzC;iBACF;gBACD,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,wBAAwB;qBACpC;iBACF;gBACD,wBAAwB,EAAE;oBACxB,cAAc,EAAE,0BAA0B;oBAC1C,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,0BAA0B;qBACtC;iBACF;gBACD,gBAAgB,EAAE;oBAChB,cAAc,EAAE,kBAAkB;oBAClC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,kBAAkB;qBAC9B;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,2CAA2C,GAA2B;QACjF,cAAc,EAAE,6CAA6C;QAC7D,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,6CAA6C;YACxD,eAAe,EAAE;gBACf,gBAAgB,EAAE;oBAChB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,kBAAkB;oBAClC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,4BAA4B,GAA2B;QAClE,cAAc,EAAE,8BAA8B;QAC9C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,8BAA8B;YACzC,eAAe,EAAE;gBACf,YAAY,EAAE;oBACZ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,cAAc;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,eAAe,EAAE;oBACf,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,iBAAiB;oBACjC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF;gBACD,iBAAiB,EAAE;oBACjB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,wBAAwB,GAA2B;QAC9D,cAAc,EAAE,2BAA2B;QAC3C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,0BAA0B;YACrC,eAAe,EAAE;gBACf,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,SAAS,EAAE;oBACT,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,iBAAiB,GAA2B;QACvD,cAAc,EAAE,mBAAmB;QACnC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,mBAAmB;YAC9B,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,0BAA0B;qBACtC;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,mBAAmB,GAA2B;QACzD,cAAc,EAAE,qBAAqB;QACrC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,qBAAqB;YAChC,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,mBAAmB;6BAC/B;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,uCAAuC,GAA2B;QAC7E,cAAc,EAAE,2CAA2C;QAC3D,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,yCAAyC;YACpD,eAAe,EAAE;gBACf,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,qDAAqD,GAA2B;QAC3F,cAAc,EAAE,yDAAyD;QACzE,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,uDAAuD;YAClE,eAAe,EAAE;gBACf,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,uCAAuC,GAA2B;QAC7E,cAAc,EAAE,yCAAyC;QACzD,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,yCAAyC;YACpD,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,cAAc,EAAE,EAAE;oBAClB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,2BAA2B;6BACvC;yBACF;qBACF;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ICv8BF;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ICNH;;;;;;;;AAWA,IAAO,IAAM,cAAc,GAA8B;QACvD,aAAa,EAAE,gBAAgB;QAC/B,MAAM,EAAE;YACN,cAAc,EAAE,iBAAiB;YACjC,YAAY,EAAE,OAAO;YACrB,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,UAAU,GAAmC;QACxD,aAAa,EAAE,YAAY;QAC3B,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,aAAa;YAC7B,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,WAAW,GAAiC;QACvD,aAAa,EAAE,aAAa;QAC5B,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,aAAa;YAC7B,WAAW,EAAE;gBACX,SAAS,EAAE,EAAE;gBACb,SAAS,EAAE,CAAC;gBACZ,OAAO,EAAE,oCAAoC;aAC9C;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,SAAS,GAAmC;QACvD,aAAa,EAAE;YACb,SAAS;YACT,WAAW;SACZ;QACD,MAAM,EAAE;YACN,cAAc,EAAE,WAAW;YAC3B,IAAI,EAAE;gBACJ,IAAI,EAAE,SAAS;aAChB;SACF;KACF,CAAC;AACF,IAAO,IAAM,YAAY,GAAiC;QACxD,aAAa,EAAE,cAAc;QAC7B,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,UAAU;YAC1B,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;QACD,YAAY,EAAE,IAAI;KACnB,CAAC;AACF,IAAO,IAAM,iBAAiB,GAAiC;QAC7D,aAAa,EAAE,mBAAmB;QAClC,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,mBAAmB;YACnC,WAAW,EAAE;gBACX,SAAS,EAAE,EAAE;gBACb,SAAS,EAAE,CAAC;gBACZ,OAAO,EAAE,iBAAiB;aAC3B;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,SAAS,GAAmC;QACvD,aAAa,EAAE;YACb,SAAS;YACT,WAAW;SACZ;QACD,MAAM,EAAE;YACN,cAAc,EAAE,YAAY;YAC5B,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,cAAc,GAAiC;QAC1D,aAAa,EAAE,gBAAgB;QAC/B,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,gBAAgB;YAChC,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;;ICzGF;;;;;;;;IAgBA;AACA;;;;;QAOE,oCAAY,MAAqD;YAC/D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;SACtB;;;;;;;;;QAUD,mDAAc,GAAd,UAAe,iBAAyB,EAAE,WAAmB,EAAE,UAA4C,EAAE,OAAmC;YAC9I,OAAO,IAAI,CAAC,mBAAmB,CAAC,iBAAiB,EAAC,WAAW,EAAC,UAAU,EAAC,OAAO,CAAC;iBAC9E,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAAqE,CAAC;SACzH;QAwBD,wCAAG,GAAH,UAAI,iBAAyB,EAAE,WAAmB,EAAE,OAA8F,EAAE,QAAmE;YACrN,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,OAAO,SAAA;aACR,EACD,gBAAgB,EAChB,QAAQ,CAA0D,CAAC;SACtE;QA2BD,2CAAM,GAAN,UAAO,iBAAyB,EAAE,WAAmB,EAAE,UAA4D,EAAE,OAA8F,EAAE,QAAmE;YACtR,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,UAAU,YAAA;gBACV,OAAO,SAAA;aACR,EACD,mBAAmB,EACnB,QAAQ,CAA6D,CAAC;SACzE;;;;;;;;QASD,iDAAY,GAAZ,UAAa,iBAAyB,EAAE,WAAmB,EAAE,OAAqE;YAChI,OAAO,IAAI,CAAC,iBAAiB,CAAC,iBAAiB,EAAC,WAAW,EAAC,OAAO,CAAC;iBACjE,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAA6D,CAAC;SACjH;QAwBD,6CAAQ,GAAR,UAAS,iBAAyB,EAAE,WAAmB,EAAE,OAAyG,EAAE,QAA8E;YAChP,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,OAAO,SAAA;aACR,EACD,qBAAqB,EACrB,QAAQ,CAA+D,CAAC;SAC3E;QAuBD,wEAAmC,GAAnC,UAAoC,iBAAyB,EAAE,WAAmB,EAAE,OAAgH,EAAE,QAAqF;YACzR,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,OAAO,SAAA;aACR,EACD,gDAAgD,EAChD,QAAQ,CAA0F,CAAC;SACtG;;;;;;;;QASD,yDAAoB,GAApB,UAAqB,iBAAyB,EAAE,WAAmB,EAAE,OAAmC;YACtG,OAAO,IAAI,CAAC,yBAAyB,CAAC,iBAAiB,EAAC,WAAW,EAAC,OAAO,CAAC;iBACzE,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAA2E,CAAC;SAC/H;QAoBD,wDAAmB,GAAnB,UAAoB,iBAAyB,EAAE,OAAqJ,EAAE,QAAiF;YACrR,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,OAAO,SAAA;aACR,EACD,gCAAgC,EAChC,QAAQ,CAA0E,CAAC;SACtF;QAiBD,yDAAoB,GAApB,UAAqB,OAAsJ,EAAE,QAAiF;YAC5P,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,OAAO,SAAA;aACR,EACD,iCAAiC,EACjC,QAAQ,CAA2E,CAAC;SACvF;;;;;;;;;QAUD,wDAAmB,GAAnB,UAAoB,iBAAyB,EAAE,WAAmB,EAAE,UAA4C,EAAE,OAAmC;YACnJ,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,UAAU,YAAA;gBACV,OAAO,SAAA;aACR,EACD,gCAAgC,EAChC,OAAO,CAAC,CAAC;SACZ;;;;;;;;QASD,sDAAiB,GAAjB,UAAkB,iBAAyB,EAAE,WAAmB,EAAE,OAA0E;YAC1I,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,OAAO,SAAA;aACR,EACD,8BAA8B,EAC9B,OAAO,CAAC,CAAC;SACZ;;;;;;;;QASD,8DAAyB,GAAzB,UAA0B,iBAAyB,EAAE,WAAmB,EAAE,OAAmC;YAC3G,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,OAAO,SAAA;aACR,EACD,sCAAsC,EACtC,OAAO,CAAC,CAAC;SACZ;QAoBD,4DAAuB,GAAvB,UAAwB,YAAoB,EAAE,OAAyJ,EAAE,QAAiF;YACxR,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,cAAA;gBACZ,OAAO,SAAA;aACR,EACD,oCAAoC,EACpC,QAAQ,CAA8E,CAAC;SAC1F;QAoBD,6DAAwB,GAAxB,UAAyB,YAAoB,EAAE,OAA0J,EAAE,QAAiF;YAC1R,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,cAAA;gBACZ,OAAO,SAAA;aACR,EACD,qCAAqC,EACrC,QAAQ,CAA+E,CAAC;SAC3F;QACH,iCAAC;IAAD,CAAC,IAAA;IAED;IACA,IAAM,UAAU,GAAG,IAAIC,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAClD,IAAM,gBAAgB,GAAyB;QAC7C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,uJAAuJ;QAC7J,aAAa,EAAE;YACbC,cAAyB;YACzBC,iBAA4B;YAC5BC,WAAsB;SACvB;QACD,eAAe,EAAE;YACfC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEC,yBAAiC;aAC9C;YACD,OAAO,EAAE;gBACP,UAAU,EAAEC,oBAA4B;aACzC;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,mBAAmB,GAAyB;QAChD,UAAU,EAAE,OAAO;QACnB,IAAI,EAAE,uJAAuJ;QAC7J,aAAa,EAAE;YACbN,cAAyB;YACzBC,iBAA4B;YAC5BC,WAAsB;SACvB;QACD,eAAe,EAAE;YACfC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,YAAY;YAC3B,MAAM,wBACDG,yCAAiD,KACpD,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEF,yBAAiC;aAC9C;YACD,OAAO,EAAE;gBACP,UAAU,EAAEC,oBAA4B;aACzC;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,qBAAqB,GAAyB;QAClD,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,gKAAgK;QACtK,aAAa,EAAE;YACbN,cAAyB;YACzBC,iBAA4B;YAC5BC,WAAsB;SACvB;QACD,eAAe,EAAE;YACfC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEI,oCAA4C;aACzD;YACD,OAAO,EAAE;gBACP,UAAU,EAAEC,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,gDAAgD,GAAyB;QAC7E,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,2LAA2L;QACjM,aAAa,EAAE;YACbT,cAAyB;YACzBC,iBAA4B;YAC5BC,WAAsB;SACvB;QACD,eAAe,EAAE;YACfC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEM,2CAAmD;aAChE;YACD,OAAO,EAAE;gBACP,UAAU,EAAED,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,gCAAgC,GAAyB;QAC7D,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,yIAAyI;QAC/I,aAAa,EAAE;YACbT,cAAyB;YACzBC,iBAA4B;SAC7B;QACD,eAAe,EAAE;YACfE,UAAqB;YACrBQ,SAAoB;SACrB;QACD,gBAAgB,EAAE;YAChBP,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEQ,uCAA+C;aAC5D;YACD,OAAO,EAAE;gBACP,UAAU,EAAEH,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,iCAAiC,GAAyB;QAC9D,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,sGAAsG;QAC5G,aAAa,EAAE;YACbT,cAAyB;SAC1B;QACD,eAAe,EAAE;YACfG,UAAqB;YACrBQ,SAAoB;SACrB;QACD,gBAAgB,EAAE;YAChBP,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEQ,uCAA+C;aAC5D;YACD,OAAO,EAAE;gBACP,UAAU,EAAEH,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,gCAAgC,GAAyB;QAC7D,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,uJAAuJ;QAC7J,aAAa,EAAE;YACbT,cAAyB;YACzBC,iBAA4B;YAC5BC,WAAsB;SACvB;QACD,eAAe,EAAE;YACfC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,YAAY;YAC3B,MAAM,wBACDC,yBAAiC,KACpC,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEA,yBAAiC;aAC9C;YACD,GAAG,EAAE;gBACH,UAAU,EAAEA,yBAAiC;aAC9C;YACD,OAAO,EAAE;gBACP,UAAU,EAAEC,oBAA4B;aACzC;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,8BAA8B,GAAyB;QAC3D,UAAU,EAAE,QAAQ;QACpB,IAAI,EAAE,uJAAuJ;QAC7J,aAAa,EAAE;YACbN,cAAyB;YACzBC,iBAA4B;YAC5BC,WAAsB;SACvB;QACD,eAAe,EAAE;YACfC,UAAqB;YACrBU,SAAoB;SACrB;QACD,gBAAgB,EAAE;YAChBT,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,aAAa,EAAEU,uCAA+C;aAC/D;YACD,GAAG,EAAE;gBACH,aAAa,EAAEA,uCAA+C;aAC/D;YACD,OAAO,EAAE;gBACP,UAAU,EAAER,oBAA4B;gBACxC,aAAa,EAAEQ,uCAA+C;aAC/D;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,sCAAsC,GAAyB;QACnE,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,4KAA4K;QAClL,aAAa,EAAE;YACbd,cAAyB;YACzBC,iBAA4B;YAC5BC,WAAsB;SACvB;QACD,eAAe,EAAE;YACfC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEW,4BAAoC;gBAChD,aAAa,EAAEC,qDAA6D;aAC7E;YACD,GAAG,EAAE;gBACH,aAAa,EAAEA,qDAA6D;aAC7E;YACD,OAAO,EAAE;gBACP,UAAU,EAAEP,UAAkB;gBAC9B,aAAa,EAAEO,qDAA6D;aAC7E;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,oCAAoC,GAAyB;QACjE,UAAU,EAAE,KAAK;QACjB,OAAO,EAAE,8BAA8B;QACvC,IAAI,EAAE,YAAY;QAClB,aAAa,EAAE;YACbC,YAAuB;SACxB;QACD,eAAe,EAAE;YACfd,UAAqB;YACrBQ,SAAoB;SACrB;QACD,gBAAgB,EAAE;YAChBP,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEQ,uCAA+C;aAC5D;YACD,OAAO,EAAE;gBACP,UAAU,EAAEH,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,qCAAqC,GAAyB;QAClE,UAAU,EAAE,KAAK;QACjB,OAAO,EAAE,8BAA8B;QACvC,IAAI,EAAE,YAAY;QAClB,aAAa,EAAE;YACbQ,YAAuB;SACxB;QACD,eAAe,EAAE;YACfd,UAAqB;YACrBQ,SAAoB;SACrB;QACD,gBAAgB,EAAE;YAChBP,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEQ,uCAA+C;aAC5D;YACD,OAAO,EAAE;gBACP,UAAU,EAAEH,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;;IC1pBF;;;;;;OAMG;;;;;;;;;;ICNH;;;;;;;;AASA,IAMA;AACA;;;;;QAOE,gCAAY,MAAqD;YAC/D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;SACtB;QAiBD,wDAAuB,GAAvB,UAAwB,OAAwF,EAAE,QAA6D;YAC7K,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,OAAO,SAAA;aACR,EACD,oCAAoC,EACpC,QAAQ,CAA0E,CAAC;SACtF;QACH,6BAAC;IAAD,CAAC,IAAA;IAED;IACA,IAAMS,YAAU,GAAG,IAAInB,iBAAiB,CAACoB,SAAO,CAAC,CAAC;IAClD,IAAM,oCAAoC,GAAyB;QACjE,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,uDAAuD;QAC7D,eAAe,EAAE;YACfhB,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEgB,mBAA2B;aACxC;YACD,OAAO,EAAE;gBACP,UAAU,EAAEX,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;;ICxEF;;;;;;;;IAcA,IAAM,WAAW,GAAG,mCAAmC,CAAC;IACxD,IAAM,cAAc,GAAG,OAAO,CAAC;AAE/B;QAAmE,iEAA8B;;;;;;;;;;;;QAgB/F,uDAAY,WAA8D,EAAE,cAAsB,EAAE,OAA8D;YAAlK,iBAgCC;YA/BC,IAAI,WAAW,IAAI,SAAS,EAAE;gBAC5B,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;aACpD;YACD,IAAI,cAAc,IAAI,SAAS,EAAE;gBAC/B,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACvD;YAED,IAAI,CAAC,OAAO,EAAE;gBACZ,OAAO,GAAG,EAAE,CAAC;aACd;YACD,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE;gBACtB,IAAM,gBAAgB,GAAGY,oCAAoC,EAAE,CAAC;gBAChE,OAAO,CAAC,SAAS,GAAM,WAAW,SAAI,cAAc,SAAI,gBAAkB,CAAC;aAC5E;YAED,QAAA,kBAAM,WAAW,EAAE,OAAO,CAAC,SAAC;YAE5B,KAAI,CAAC,UAAU,GAAG,oBAAoB,CAAC;YACvC,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC;YAC9B,KAAI,CAAC,gCAAgC,GAAG,EAAE,CAAC;YAC3C,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,KAAI,CAAC,OAAO,IAAI,8BAA8B,CAAC;YACjF,KAAI,CAAC,kBAAkB,GAAG,iCAAiC,CAAC;YAC5D,KAAI,CAAC,WAAW,GAAG,WAAW,CAAC;YAC/B,KAAI,CAAC,cAAc,GAAG,cAAc,CAAC;YAErC,IAAI,OAAO,CAAC,cAAc,KAAK,IAAI,IAAI,OAAO,CAAC,cAAc,KAAK,SAAS,EAAE;gBAC3E,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC;aAC9C;YACD,IAAI,OAAO,CAAC,gCAAgC,KAAK,IAAI,IAAI,OAAO,CAAC,gCAAgC,KAAK,SAAS,EAAE;gBAC/G,KAAI,CAAC,gCAAgC,GAAG,OAAO,CAAC,gCAAgC,CAAC;aAClF;;SACF;QACH,oDAAC;IAAD,CAAC,CAjDkEC,8BAA8B;;ICjBjG;;;;;;;;;QAiBqD,0DAA6C;;;;;;;;;;;;QAgBhG,gDAAY,WAA8D,EAAE,cAAsB,EAAE,OAA8D;YAAlK,YACE,kBAAM,WAAW,EAAE,cAAc,EAAE,OAAO,CAAC,SAG5C;YAFC,KAAI,CAAC,0BAA0B,GAAG,IAAIC,0BAAqC,CAAC,KAAI,CAAC,CAAC;YAClF,KAAI,CAAC,sBAAsB,GAAG,IAAIC,sBAAiC,CAAC,KAAI,CAAC,CAAC;;SAC3E;QACH,6CAAC;IAAD,CArBA,CAAqD,6CAA6C;;;;;;;;;;;;;;;;;"}
@@ -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=e||self).Azure=e.Azure||{},e.Azure.ArmMachinelearningcompute={}),e.msRestAzure,e.msRest)}(this,function(e,s,r){"use strict";var t=function(e,r){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var a in r)r.hasOwnProperty(a)&&(e[a]=r[a])})(e,r)};function a(e,r){function a(){this.constructor=e}t(e,r),e.prototype=null===r?Object.create(r):(a.prototype=r.prototype,new a)}var i=function(){return(i=Object.assign||function(e){for(var r,a=1,t=arguments.length;a<t;a++)for(var i in r=arguments[a])Object.prototype.hasOwnProperty.call(r,i)&&(e[i]=r[i]);return e}).apply(this,arguments)},n=Object.freeze({__proto__:null}),o=s.CloudErrorMapper,p=s.BaseResourceMapper,l={serializedName:"Resource",type:{name:"Composite",className:"Resource",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},location:{required:!0,serializedName:"location",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}}}}},m={serializedName:"ErrorDetail",type:{name:"Composite",className:"ErrorDetail",modelProperties:{code:{required:!0,serializedName:"code",type:{name:"String"}},message:{required:!0,serializedName:"message",type:{name:"String"}}}}},u={serializedName:"ErrorResponse",type:{name:"Composite",className:"ErrorResponse",modelProperties:{code:{required:!0,serializedName:"code",type:{name:"String"}},message:{required:!0,serializedName:"message",type:{name:"String"}},details:{serializedName:"details",type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorDetail"}}}}}}},d={serializedName:"ErrorResponseWrapper",type:{name:"Composite",className:"ErrorResponseWrapper",modelProperties:{error:{serializedName:"error",type:{name:"Composite",className:"ErrorResponse"}}}}},c={serializedName:"StorageAccountProperties",type:{name:"Composite",className:"StorageAccountProperties",modelProperties:{resourceId:{serializedName:"resourceId",type:{name:"String"}}}}},y={serializedName:"ContainerRegistryProperties",type:{name:"Composite",className:"ContainerRegistryProperties",modelProperties:{resourceId:{serializedName:"resourceId",type:{name:"String"}}}}},g={serializedName:"ServicePrincipalProperties",type:{name:"Composite",className:"ServicePrincipalProperties",modelProperties:{clientId:{required:!0,serializedName:"clientId",type:{name:"String"}},secret:{required:!0,serializedName:"secret",type:{name:"String"}}}}},N={serializedName:"Kubernetes",type:{name:"Composite",className:"KubernetesClusterProperties",modelProperties:{servicePrincipal:{serializedName:"servicePrincipal",type:{name:"Composite",className:"ServicePrincipalProperties"}}}}},C={serializedName:"SystemService",type:{name:"Composite",className:"SystemService",modelProperties:{systemServiceType:{required:!0,serializedName:"systemServiceType",type:{name:"String"}},publicIpAddress:{readOnly:!0,serializedName:"publicIpAddress",type:{name:"String"}},version:{readOnly:!0,serializedName:"version",type:{name:"String"}}}}},z={serializedName:"AcsClusterProperties",type:{name:"Composite",className:"AcsClusterProperties",modelProperties:{clusterFqdn:{readOnly:!0,serializedName:"clusterFqdn",type:{name:"String"}},orchestratorType:{required:!0,serializedName:"orchestratorType",type:{name:"String"}},orchestratorProperties:{serializedName:"orchestratorProperties",type:{name:"Composite",className:"KubernetesClusterProperties"}},systemServices:{serializedName:"systemServices",type:{name:"Sequence",element:{type:{name:"Composite",className:"SystemService"}}}},masterCount:{serializedName:"masterCount",defaultValue:1,constraints:{InclusiveMaximum:5,InclusiveMinimum:1},type:{name:"Number"}},agentCount:{serializedName:"agentCount",defaultValue:2,constraints:{InclusiveMaximum:100,InclusiveMinimum:1},type:{name:"Number"}},agentVmSize:{serializedName:"agentVmSize",defaultValue:"Standard_D3_v2",type:{name:"String"}}}}},S={serializedName:"AppInsightsProperties",type:{name:"Composite",className:"AppInsightsProperties",modelProperties:{resourceId:{serializedName:"resourceId",type:{name:"String"}}}}},h={serializedName:"SslConfiguration",type:{name:"Composite",className:"SslConfiguration",modelProperties:{status:{serializedName:"status",defaultValue:"Enabled",type:{name:"String"}},cert:{serializedName:"cert",type:{name:"String"}},key:{serializedName:"key",type:{name:"String"}},cname:{serializedName:"cname",type:{name:"String"}}}}},P={serializedName:"ServiceAuthConfiguration",type:{name:"Composite",className:"ServiceAuthConfiguration",modelProperties:{primaryAuthKeyHash:{required:!0,serializedName:"primaryAuthKeyHash",type:{name:"String"}},secondaryAuthKeyHash:{required:!0,serializedName:"secondaryAuthKeyHash",type:{name:"String"}}}}},v={serializedName:"AutoScaleConfiguration",type:{name:"Composite",className:"AutoScaleConfiguration",modelProperties:{status:{serializedName:"status",defaultValue:"Disabled",type:{name:"String"}},minReplicas:{serializedName:"minReplicas",defaultValue:1,constraints:{InclusiveMinimum:1},type:{name:"Number"}},maxReplicas:{serializedName:"maxReplicas",defaultValue:100,constraints:{InclusiveMinimum:1},type:{name:"Number"}},targetUtilization:{serializedName:"targetUtilization",type:{name:"Number"}},refreshPeriodInSeconds:{serializedName:"refreshPeriodInSeconds",type:{name:"Number"}}}}},f={serializedName:"GlobalServiceConfiguration",type:{name:"Composite",className:"GlobalServiceConfiguration",modelProperties:{etag:{serializedName:"etag",type:{name:"String"}},ssl:{serializedName:"ssl",type:{name:"Composite",className:"SslConfiguration"}},serviceAuth:{serializedName:"serviceAuth",type:{name:"Composite",className:"ServiceAuthConfiguration"}},autoScale:{serializedName:"autoScale",type:{name:"Composite",className:"AutoScaleConfiguration"}}},additionalProperties:{type:{name:"Object"}}}},b={serializedName:"OperationalizationCluster",type:{name:"Composite",className:"OperationalizationCluster",modelProperties:i(i({},l.type.modelProperties),{description:{serializedName:"properties.description",type:{name:"String"}},createdOn:{readOnly:!0,serializedName:"properties.createdOn",type:{name:"DateTime"}},modifiedOn:{readOnly:!0,serializedName:"properties.modifiedOn",type:{name:"DateTime"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},provisioningErrors:{readOnly:!0,serializedName:"properties.provisioningErrors",type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorResponseWrapper"}}}},clusterType:{required:!0,serializedName:"properties.clusterType",type:{name:"String"}},storageAccount:{serializedName:"properties.storageAccount",type:{name:"Composite",className:"StorageAccountProperties"}},containerRegistry:{serializedName:"properties.containerRegistry",type:{name:"Composite",className:"ContainerRegistryProperties"}},containerService:{serializedName:"properties.containerService",type:{name:"Composite",className:"AcsClusterProperties"}},appInsights:{serializedName:"properties.appInsights",type:{name:"Composite",className:"AppInsightsProperties"}},globalServiceConfiguration:{serializedName:"properties.globalServiceConfiguration",type:{name:"Composite",className:"GlobalServiceConfiguration",additionalProperties:{type:{name:"Object"}}}}})}},O={serializedName:"OperationalizationClusterUpdateParameters",type:{name:"Composite",className:"OperationalizationClusterUpdateParameters",modelProperties:{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}}}}},M={serializedName:"StorageAccountCredentials",type:{name:"Composite",className:"StorageAccountCredentials",modelProperties:{resourceId:{readOnly:!0,serializedName:"resourceId",type:{name:"String"}},primaryKey:{readOnly:!0,serializedName:"primaryKey",type:{name:"String"}},secondaryKey:{readOnly:!0,serializedName:"secondaryKey",type:{name:"String"}}}}},R={serializedName:"ContainerRegistryCredentials",type:{name:"Composite",className:"ContainerRegistryCredentials",modelProperties:{loginServer:{readOnly:!0,serializedName:"loginServer",type:{name:"String"}},password:{readOnly:!0,serializedName:"password",type:{name:"String"}},password2:{readOnly:!0,serializedName:"password2",type:{name:"String"}},username:{readOnly:!0,serializedName:"username",type:{name:"String"}}}}},A={serializedName:"ContainerServiceCredentials",type:{name:"Composite",className:"ContainerServiceCredentials",modelProperties:{acsKubeConfig:{readOnly:!0,serializedName:"acsKubeConfig",type:{name:"String"}},servicePrincipalConfiguration:{readOnly:!0,serializedName:"servicePrincipalConfiguration",type:{name:"Composite",className:"ServicePrincipalProperties"}},imagePullSecretName:{readOnly:!0,serializedName:"imagePullSecretName",type:{name:"String"}}}}},q={serializedName:"AppInsightsCredentials",type:{name:"Composite",className:"AppInsightsCredentials",modelProperties:{appId:{serializedName:"appId",type:{name:"String"}},instrumentationKey:{serializedName:"instrumentationKey",type:{name:"String"}}}}},I={serializedName:"OperationalizationClusterCredentials",type:{name:"Composite",className:"OperationalizationClusterCredentials",modelProperties:{storageAccount:{serializedName:"storageAccount",type:{name:"Composite",className:"StorageAccountCredentials"}},containerRegistry:{serializedName:"containerRegistry",type:{name:"Composite",className:"ContainerRegistryCredentials"}},containerService:{serializedName:"containerService",type:{name:"Composite",className:"ContainerServiceCredentials"}},appInsights:{serializedName:"appInsights",type:{name:"Composite",className:"AppInsightsCredentials"}},serviceAuthConfiguration:{serializedName:"serviceAuthConfiguration",type:{name:"Composite",className:"ServiceAuthConfiguration"}},sslConfiguration:{serializedName:"sslConfiguration",type:{name:"Composite",className:"SslConfiguration"}}}}},L={serializedName:"CheckSystemServicesUpdatesAvailableResponse",type:{name:"Composite",className:"CheckSystemServicesUpdatesAvailableResponse",modelProperties:{updatesAvailable:{readOnly:!0,serializedName:"updatesAvailable",type:{name:"String"}}}}},G={serializedName:"UpdateSystemServicesResponse",type:{name:"Composite",className:"UpdateSystemServicesResponse",modelProperties:{updateStatus:{readOnly:!0,serializedName:"updateStatus",type:{name:"String"}},updateStartedOn:{readOnly:!0,serializedName:"updateStartedOn",type:{name:"DateTime"}},updateCompletedOn:{readOnly:!0,serializedName:"updateCompletedOn",type:{name:"DateTime"}}}}},U={serializedName:"ResourceOperation_display",type:{name:"Composite",className:"ResourceOperationDisplay",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"}}}}},E={serializedName:"ResourceOperation",type:{name:"Composite",className:"ResourceOperation",modelProperties:{name:{serializedName:"name",type:{name:"String"}},display:{serializedName:"display",type:{name:"Composite",className:"ResourceOperationDisplay"}},origin:{serializedName:"origin",type:{name:"String"}}}}},_={serializedName:"AvailableOperations",type:{name:"Composite",className:"AvailableOperations",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"ResourceOperation"}}}}}}},T={serializedName:"operationalizationclusters-delete-headers",type:{name:"Composite",className:"OperationalizationClustersDeleteHeaders",modelProperties:{location:{serializedName:"location",type:{name:"String"}}}}},D={serializedName:"operationalizationclusters-updatesystemservices-headers",type:{name:"Composite",className:"OperationalizationClustersUpdateSystemServicesHeaders",modelProperties:{location:{serializedName:"location",type:{name:"String"}}}}},k={serializedName:"PaginatedOperationalizationClustersList",type:{name:"Composite",className:"PaginatedOperationalizationClustersList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"OperationalizationCluster"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},x=Object.freeze({__proto__:null,CloudError:o,BaseResource:p,Resource:l,ErrorDetail:m,ErrorResponse:u,ErrorResponseWrapper:d,StorageAccountProperties:c,ContainerRegistryProperties:y,ServicePrincipalProperties:g,KubernetesClusterProperties:N,SystemService:C,AcsClusterProperties:z,AppInsightsProperties:S,SslConfiguration:h,ServiceAuthConfiguration:P,AutoScaleConfiguration:v,GlobalServiceConfiguration:f,OperationalizationCluster:b,OperationalizationClusterUpdateParameters:O,StorageAccountCredentials:M,ContainerRegistryCredentials:R,ContainerServiceCredentials:A,AppInsightsCredentials:q,OperationalizationClusterCredentials:I,CheckSystemServicesUpdatesAvailableResponse:L,UpdateSystemServicesResponse:G,ResourceOperationDisplay:U,ResourceOperation:E,AvailableOperations:_,OperationalizationClustersDeleteHeaders:T,OperationalizationClustersUpdateSystemServicesHeaders:D,PaginatedOperationalizationClustersList:k}),N=Object.freeze({__proto__:null,AcsClusterProperties:z,AppInsightsCredentials:q,AppInsightsProperties:S,AutoScaleConfiguration:v,BaseResource:p,CheckSystemServicesUpdatesAvailableResponse:L,CloudError:o,ContainerRegistryCredentials:R,ContainerRegistryProperties:y,ContainerServiceCredentials:A,ErrorDetail:m,ErrorResponse:u,ErrorResponseWrapper:d,GlobalServiceConfiguration:f,KubernetesClusterProperties:N,OperationalizationCluster:b,OperationalizationClusterCredentials:I,OperationalizationClustersDeleteHeaders:T,OperationalizationClustersUpdateSystemServicesHeaders:D,OperationalizationClusterUpdateParameters:O,PaginatedOperationalizationClustersList:k,Resource:l,ServiceAuthConfiguration:P,ServicePrincipalProperties:g,SslConfiguration:h,StorageAccountCredentials:M,StorageAccountProperties:c,SystemService:C,UpdateSystemServicesResponse:G}),l={parameterPath:"acceptLanguage",mapper:{serializedName:"accept-language",defaultValue:"en-US",type:{name:"String"}}},P={parameterPath:"apiVersion",mapper:{required:!0,serializedName:"api-version",type:{name:"String"}}},g={parameterPath:"clusterName",mapper:{required:!0,serializedName:"clusterName",constraints:{MaxLength:90,MinLength:1,Pattern:/^[a-zA-Z][-\w\._\(\)]+[a-zA-Z0-9]$/},type:{name:"String"}}},h={parameterPath:"nextPageLink",mapper:{required:!0,serializedName:"nextLink",type:{name:"String"}},skipEncoding:!0},M={parameterPath:"resourceGroupName",mapper:{required:!0,serializedName:"resourceGroupName",constraints:{MaxLength:90,MinLength:1,Pattern:/^[-\w\._\(\)]+$/},type:{name:"String"}}},c={parameterPath:["options","skiptoken"],mapper:{serializedName:"$skiptoken",type:{name:"String"}}},C={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",type:{name:"String"}}},K=(w.prototype.createOrUpdate=function(e,r,a,t){return this.beginCreateOrUpdate(e,r,a,t).then(function(e){return e.pollUntilFinished()})},w.prototype.get=function(e,r,a,t){return this.client.sendOperationRequest({resourceGroupName:e,clusterName:r,options:a},j,t)},w.prototype.update=function(e,r,a,t,i){return this.client.sendOperationRequest({resourceGroupName:e,clusterName:r,parameters:a,options:t},V,i)},w.prototype.deleteMethod=function(e,r,a){return this.beginDeleteMethod(e,r,a).then(function(e){return e.pollUntilFinished()})},w.prototype.listKeys=function(e,r,a,t){return this.client.sendOperationRequest({resourceGroupName:e,clusterName:r,options:a},H,t)},w.prototype.checkSystemServicesUpdatesAvailable=function(e,r,a,t){return this.client.sendOperationRequest({resourceGroupName:e,clusterName:r,options:a},B,t)},w.prototype.updateSystemServices=function(e,r,a){return this.beginUpdateSystemServices(e,r,a).then(function(e){return e.pollUntilFinished()})},w.prototype.listByResourceGroup=function(e,r,a){return this.client.sendOperationRequest({resourceGroupName:e,options:r},F,a)},w.prototype.listBySubscriptionId=function(e,r){return this.client.sendOperationRequest({options:e},W,r)},w.prototype.beginCreateOrUpdate=function(e,r,a,t){return this.client.sendLRORequest({resourceGroupName:e,clusterName:r,parameters:a,options:t},$,t)},w.prototype.beginDeleteMethod=function(e,r,a){return this.client.sendLRORequest({resourceGroupName:e,clusterName:r,options:a},Z,a)},w.prototype.beginUpdateSystemServices=function(e,r,a){return this.client.sendLRORequest({resourceGroupName:e,clusterName:r,options:a},J,a)},w.prototype.listByResourceGroupNext=function(e,r,a){return this.client.sendOperationRequest({nextPageLink:e,options:r},Q,a)},w.prototype.listBySubscriptionIdNext=function(e,r,a){return this.client.sendOperationRequest({nextPageLink:e,options:r},X,a)},w);function w(e){this.client=e}var N=new r.Serializer(N),j={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}",urlParameters:[C,M,g],queryParameters:[P],headerParameters:[l],responses:{200:{bodyMapper:b},default:{bodyMapper:d}},serializer:N},V={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}",urlParameters:[C,M,g],queryParameters:[P],headerParameters:[l],requestBody:{parameterPath:"parameters",mapper:i(i({},O),{required:!0})},responses:{200:{bodyMapper:b},default:{bodyMapper:d}},serializer:N},H={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}/listKeys",urlParameters:[C,M,g],queryParameters:[P],headerParameters:[l],responses:{200:{bodyMapper:I},default:{bodyMapper:o}},serializer:N},B={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}/checkSystemServicesUpdatesAvailable",urlParameters:[C,M,g],queryParameters:[P],headerParameters:[l],responses:{200:{bodyMapper:L},default:{bodyMapper:o}},serializer:N},F={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters",urlParameters:[C,M],queryParameters:[P,c],headerParameters:[l],responses:{200:{bodyMapper:k},default:{bodyMapper:o}},serializer:N},W={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningCompute/operationalizationClusters",urlParameters:[C],queryParameters:[P,c],headerParameters:[l],responses:{200:{bodyMapper:k},default:{bodyMapper:o}},serializer:N},$={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}",urlParameters:[C,M,g],queryParameters:[P],headerParameters:[l],requestBody:{parameterPath:"parameters",mapper:i(i({},b),{required:!0})},responses:{200:{bodyMapper:b},201:{bodyMapper:b},default:{bodyMapper:d}},serializer:N},Z={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}",urlParameters:[C,M,g],queryParameters:[P,{parameterPath:["options","deleteAll"],mapper:{serializedName:"deleteAll",type:{name:"Boolean"}}}],headerParameters:[l],responses:{202:{headersMapper:T},204:{headersMapper:T},default:{bodyMapper:d,headersMapper:T}},serializer:N},J={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}/updateSystemServices",urlParameters:[C,M,g],queryParameters:[P],headerParameters:[l],responses:{200:{bodyMapper:G,headersMapper:D},202:{headersMapper:D},default:{bodyMapper:o,headersMapper:D}},serializer:N},Q={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[h],queryParameters:[P,c],headerParameters:[l],responses:{200:{bodyMapper:k},default:{bodyMapper:o}},serializer:N},X={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[h],queryParameters:[P,c],headerParameters:[l],responses:{200:{bodyMapper:k},default:{bodyMapper:o}},serializer:N},U=Object.freeze({__proto__:null,AvailableOperations:_,CloudError:o,ResourceOperation:E,ResourceOperationDisplay:U}),Y=(ee.prototype.listAvailableOperations=function(e,r){return this.client.sendOperationRequest({options:e},ae,r)},ee);function ee(e){this.client=e}var re,ae={httpMethod:"GET",path:"providers/Microsoft.MachineLearningCompute/operations",queryParameters:[P],headerParameters:[l],responses:{200:{bodyMapper:_},default:{bodyMapper:o}},serializer:new r.Serializer(U)},r=(a(te,re=s.AzureServiceClient),te);function te(e,r,a){var t,i=this;if(null==e)throw new Error("'credentials' cannot be null.");if(null==r)throw new Error("'subscriptionId' cannot be null.");return(a=a||{}).userAgent||(t=s.getDefaultUserAgentValue(),a.userAgent="@azure/arm-machinelearningcompute/2.1.1 "+t),(i=re.call(this,e,a)||this).apiVersion="2017-08-01-preview",i.acceptLanguage="en-US",i.longRunningOperationRetryTimeout=30,i.baseUri=a.baseUri||i.baseUri||"https://management.azure.com",i.requestContentType="application/json; charset=utf-8",i.credentials=e,i.subscriptionId=r,null!==a.acceptLanguage&&void 0!==a.acceptLanguage&&(i.acceptLanguage=a.acceptLanguage),null!==a.longRunningOperationRetryTimeout&&void 0!==a.longRunningOperationRetryTimeout&&(i.longRunningOperationRetryTimeout=a.longRunningOperationRetryTimeout),i}var ie,U=(a(se,ie=r),se);function se(e,r,a){a=ie.call(this,e,r,a)||this;return a.operationalizationClusters=new K(a),a.machineLearningCompute=new Y(a),a}e.MachineLearningCompute=Y,e.MachineLearningComputeManagementClient=U,e.MachineLearningComputeManagementClientContext=r,e.MachineLearningComputeManagementMappers=x,e.MachineLearningComputeManagementModels=n,e.OperationalizationClusters=K,Object.defineProperty(e,"__esModule",{value:!0})});
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../node_modules/tslib/tslib.es6.js","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/operationalizationClusters.ts","../src/operations/machineLearningCompute.ts","../src/machineLearningComputeManagementClientContext.ts","../src/machineLearningComputeManagementClient.ts"],"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","ErrorDetail","code","message","ErrorResponse","details","element","ErrorResponseWrapper","error","StorageAccountProperties","resourceId","ContainerRegistryProperties","ServicePrincipalProperties","clientId","secret","KubernetesClusterProperties","servicePrincipal","SystemService","systemServiceType","publicIpAddress","version","AcsClusterProperties","clusterFqdn","orchestratorType","orchestratorProperties","systemServices","masterCount","defaultValue","constraints","InclusiveMaximum","InclusiveMinimum","agentCount","agentVmSize","AppInsightsProperties","SslConfiguration","status","cert","key","cname","ServiceAuthConfiguration","primaryAuthKeyHash","secondaryAuthKeyHash","AutoScaleConfiguration","minReplicas","maxReplicas","targetUtilization","refreshPeriodInSeconds","GlobalServiceConfiguration","etag","ssl","serviceAuth","autoScale","additionalProperties","OperationalizationCluster","description","createdOn","modifiedOn","provisioningState","provisioningErrors","clusterType","storageAccount","containerRegistry","containerService","appInsights","globalServiceConfiguration","OperationalizationClusterUpdateParameters","StorageAccountCredentials","primaryKey","secondaryKey","ContainerRegistryCredentials","loginServer","password","password2","username","ContainerServiceCredentials","acsKubeConfig","servicePrincipalConfiguration","imagePullSecretName","AppInsightsCredentials","appId","instrumentationKey","OperationalizationClusterCredentials","serviceAuthConfiguration","sslConfiguration","CheckSystemServicesUpdatesAvailableResponse","updatesAvailable","UpdateSystemServicesResponse","updateStatus","updateStartedOn","updateCompletedOn","ResourceOperationDisplay","provider","resource","operation","ResourceOperation","display","origin","AvailableOperations","OperationalizationClustersDeleteHeaders","OperationalizationClustersUpdateSystemServicesHeaders","PaginatedOperationalizationClustersList","nextLink","acceptLanguage","parameterPath","mapper","apiVersion","clusterName","MaxLength","MinLength","Pattern","nextPageLink","skipEncoding","resourceGroupName","skiptoken","subscriptionId","OperationalizationClusters","createOrUpdate","parameters","options","beginCreateOrUpdate","then","lroPoller","pollUntilFinished","get","callback","client","sendOperationRequest","getOperationSpec","update","updateOperationSpec","deleteMethod","beginDeleteMethod","listKeys","listKeysOperationSpec","checkSystemServicesUpdatesAvailable","checkSystemServicesUpdatesAvailableOperationSpec","updateSystemServices","beginUpdateSystemServices","listByResourceGroup","listByResourceGroupOperationSpec","listBySubscriptionId","listBySubscriptionIdOperationSpec","sendLRORequest","beginCreateOrUpdateOperationSpec","beginDeleteMethodOperationSpec","beginUpdateSystemServicesOperationSpec","listByResourceGroupNext","listByResourceGroupNextOperationSpec","listBySubscriptionIdNext","listBySubscriptionIdNextOperationSpec","serializer","msRest.Serializer","Mappers","httpMethod","path","urlParameters","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.clusterName","queryParameters","Parameters.apiVersion","headerParameters","Parameters.acceptLanguage","responses","200","bodyMapper","Mappers.OperationalizationCluster","default","Mappers.ErrorResponseWrapper","requestBody","Mappers.OperationalizationClusterUpdateParameters","Mappers.OperationalizationClusterCredentials","Mappers.CloudError","Mappers.CheckSystemServicesUpdatesAvailableResponse","Parameters.skiptoken","Mappers.PaginatedOperationalizationClustersList","201","202","headersMapper","Mappers.OperationalizationClustersDeleteHeaders","204","Mappers.UpdateSystemServicesResponse","Mappers.OperationalizationClustersUpdateSystemServicesHeaders","baseUrl","Parameters.nextPageLink","MachineLearningCompute","listAvailableOperations","listAvailableOperationsOperationSpec","_super","Mappers.AvailableOperations","MachineLearningComputeManagementClientContext","msRestAzure.AzureServiceClient","credentials","defaultUserAgent","_this","undefined","Error","userAgent","msRestAzure.getDefaultUserAgentValue","packageName","longRunningOperationRetryTimeout","baseUri","requestContentType","MachineLearningComputeManagementClient","operationalizationClusters","operations.OperationalizationClusters","machineLearningCompute","operations.MachineLearningCompute"],"mappings":"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"}
@@ -1,25 +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 { MachineLearningComputeManagementClientContext } from "./machineLearningComputeManagementClientContext";
7
- declare class MachineLearningComputeManagementClient extends MachineLearningComputeManagementClientContext {
8
- operationalizationClusters: operations.OperationalizationClusters;
9
- machineLearningCompute: operations.MachineLearningCompute;
10
- /**
11
- * Initializes a new instance of the MachineLearningComputeManagementClient class.
12
- * @param credentials Credentials needed for the client to connect to Azure. Credentials
13
- * implementing the TokenCredential interface from the @azure/identity package are recommended. For
14
- * more information about these credentials, see
15
- * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
16
- * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
17
- * @azure/ms-rest-browserauth are also supported.
18
- * @param subscriptionId The Azure subscription ID.
19
- * @param [options] The parameter options
20
- */
21
- constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.MachineLearningComputeManagementClientOptions);
22
- }
23
- export { MachineLearningComputeManagementClient, MachineLearningComputeManagementClientContext, Models as MachineLearningComputeManagementModels, Mappers as MachineLearningComputeManagementMappers };
24
- export * from "./operations";
25
- //# sourceMappingURL=machineLearningComputeManagementClient.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"machineLearningComputeManagementClient.d.ts","sourceRoot":"","sources":["../src/machineLearningComputeManagementClient.ts"],"names":[],"mappings":"AASA,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,6CAA6C,EAAE,MAAM,iDAAiD,CAAC;AAGhH,cAAM,sCAAuC,SAAQ,6CAA6C;IAEhG,0BAA0B,EAAE,UAAU,CAAC,0BAA0B,CAAC;IAClE,sBAAsB,EAAE,UAAU,CAAC,sBAAsB,CAAC;IAE1D;;;;;;;;;;OAUG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,6CAA6C;CAKnK;AAID,OAAO,EACL,sCAAsC,EACtC,6CAA6C,EAC7C,MAAM,IAAI,sCAAsC,EAChD,OAAO,IAAI,uCAAuC,EACnD,CAAC;AACF,cAAc,cAAc,CAAC"}
@@ -1,38 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is
7
- * regenerated.
8
- */
9
- import { __extends } from "tslib";
10
- import * as Models from "./models";
11
- import * as Mappers from "./models/mappers";
12
- import * as operations from "./operations";
13
- import { MachineLearningComputeManagementClientContext } from "./machineLearningComputeManagementClientContext";
14
- var MachineLearningComputeManagementClient = /** @class */ (function (_super) {
15
- __extends(MachineLearningComputeManagementClient, _super);
16
- /**
17
- * Initializes a new instance of the MachineLearningComputeManagementClient 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 Azure subscription ID.
25
- * @param [options] The parameter options
26
- */
27
- function MachineLearningComputeManagementClient(credentials, subscriptionId, options) {
28
- var _this = _super.call(this, credentials, subscriptionId, options) || this;
29
- _this.operationalizationClusters = new operations.OperationalizationClusters(_this);
30
- _this.machineLearningCompute = new operations.MachineLearningCompute(_this);
31
- return _this;
32
- }
33
- return MachineLearningComputeManagementClient;
34
- }(MachineLearningComputeManagementClientContext));
35
- // Operation Specifications
36
- export { MachineLearningComputeManagementClient, MachineLearningComputeManagementClientContext, Models as MachineLearningComputeManagementModels, Mappers as MachineLearningComputeManagementMappers };
37
- export * from "./operations";
38
- //# sourceMappingURL=machineLearningComputeManagementClient.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"machineLearningComputeManagementClient.js","sourceRoot":"","sources":["../src/machineLearningComputeManagementClient.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;;AAIH,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,6CAA6C,EAAE,MAAM,iDAAiD,CAAC;AAGhH;IAAqD,0DAA6C;IAKhG;;;;;;;;;;OAUG;IACH,gDAAY,WAA8D,EAAE,cAAsB,EAAE,OAA8D;QAAlK,YACE,kBAAM,WAAW,EAAE,cAAc,EAAE,OAAO,CAAC,SAG5C;QAFC,KAAI,CAAC,0BAA0B,GAAG,IAAI,UAAU,CAAC,0BAA0B,CAAC,KAAI,CAAC,CAAC;QAClF,KAAI,CAAC,sBAAsB,GAAG,IAAI,UAAU,CAAC,sBAAsB,CAAC,KAAI,CAAC,CAAC;;IAC5E,CAAC;IACH,6CAAC;AAAD,CAAC,AArBD,CAAqD,6CAA6C,GAqBjG;AAED,2BAA2B;AAE3B,OAAO,EACL,sCAAsC,EACtC,6CAA6C,EAC7C,MAAM,IAAI,sCAAsC,EAChD,OAAO,IAAI,uCAAuC,EACnD,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 MachineLearningComputeManagementClientContext extends msRestAzure.AzureServiceClient {
6
- credentials: msRest.ServiceClientCredentials | TokenCredential;
7
- subscriptionId: string;
8
- apiVersion?: string;
9
- /**
10
- * Initializes a new instance of the MachineLearningComputeManagementClient 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 Azure subscription ID.
18
- * @param [options] The parameter options
19
- */
20
- constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.MachineLearningComputeManagementClientOptions);
21
- }
22
- //# sourceMappingURL=machineLearningComputeManagementClientContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"machineLearningComputeManagementClientContext.d.ts","sourceRoot":"","sources":["../src/machineLearningComputeManagementClientContext.ts"],"names":[],"mappings":"AASA,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,6CAA8C,SAAQ,WAAW,CAAC,kBAAkB;IAC/F,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,6CAA6C;CAiCnK"}