@azure/arm-commitmentplans 0.1.0 → 2.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (171) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +75 -73
  4. package/dist/index.js +1794 -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/src/azureMLCommitmentPlansManagementClient.d.ts +22 -0
  9. package/dist-esm/src/azureMLCommitmentPlansManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/azureMLCommitmentPlansManagementClient.js +55 -0
  11. package/dist-esm/src/azureMLCommitmentPlansManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +522 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +27 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +24 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/{esm → dist-esm/src}/models/mappers.js +352 -337
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +15 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/dist-esm/src/models/parameters.js +125 -0
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operations/commitmentAssociations.d.ts +55 -0
  29. package/dist-esm/src/operations/commitmentAssociations.d.ts.map +1 -0
  30. package/dist-esm/src/operations/commitmentAssociations.js +203 -0
  31. package/dist-esm/src/operations/commitmentAssociations.js.map +1 -0
  32. package/dist-esm/src/operations/commitmentPlans.d.ts +84 -0
  33. package/dist-esm/src/operations/commitmentPlans.d.ts.map +1 -0
  34. package/dist-esm/src/operations/commitmentPlans.js +332 -0
  35. package/dist-esm/src/operations/commitmentPlans.js.map +1 -0
  36. package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
  37. package/dist-esm/src/operations/index.d.ts.map +1 -0
  38. package/{esm → dist-esm/src}/operations/index.js +4 -5
  39. package/dist-esm/src/operations/index.js.map +1 -0
  40. package/dist-esm/src/operations/operations.d.ts +26 -0
  41. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  42. package/dist-esm/src/operations/operations.js +87 -0
  43. package/dist-esm/src/operations/operations.js.map +1 -0
  44. package/dist-esm/src/operations/skus.d.ts +26 -0
  45. package/dist-esm/src/operations/skus.d.ts.map +1 -0
  46. package/dist-esm/src/operations/skus.js +87 -0
  47. package/dist-esm/src/operations/skus.js.map +1 -0
  48. package/dist-esm/src/operations/usageHistory.d.ts +38 -0
  49. package/dist-esm/src/operations/usageHistory.d.ts.map +1 -0
  50. package/dist-esm/src/operations/usageHistory.js +131 -0
  51. package/dist-esm/src/operations/usageHistory.js.map +1 -0
  52. package/dist-esm/src/operationsInterfaces/commitmentAssociations.d.ts +30 -0
  53. package/dist-esm/src/operationsInterfaces/commitmentAssociations.d.ts.map +1 -0
  54. package/dist-esm/src/operationsInterfaces/commitmentAssociations.js +9 -0
  55. package/dist-esm/src/operationsInterfaces/commitmentAssociations.js.map +1 -0
  56. package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts +48 -0
  57. package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
  58. package/dist-esm/src/operationsInterfaces/commitmentPlans.js +9 -0
  59. package/dist-esm/src/operationsInterfaces/commitmentPlans.js.map +1 -0
  60. package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
  61. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  62. package/dist-esm/src/operationsInterfaces/index.js +13 -0
  63. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  64. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  65. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  66. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  67. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/skus.d.ts +11 -0
  69. package/dist-esm/src/operationsInterfaces/skus.d.ts.map +1 -0
  70. package/dist-esm/src/operationsInterfaces/skus.js +9 -0
  71. package/dist-esm/src/operationsInterfaces/skus.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/usageHistory.d.ts +13 -0
  73. package/dist-esm/src/operationsInterfaces/usageHistory.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/usageHistory.js +9 -0
  75. package/dist-esm/src/operationsInterfaces/usageHistory.js.map +1 -0
  76. package/dist-esm/test/sampleTest.d.ts +2 -0
  77. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  78. package/dist-esm/test/sampleTest.js +40 -0
  79. package/dist-esm/test/sampleTest.js.map +1 -0
  80. package/package.json +77 -34
  81. package/review/arm-commitmentplans.api.md +405 -0
  82. package/rollup.config.js +184 -27
  83. package/src/azureMLCommitmentPlansManagementClient.ts +95 -0
  84. package/src/index.ts +12 -0
  85. package/src/models/index.ts +579 -0
  86. package/{lib → src}/models/mappers.ts +354 -336
  87. package/src/models/parameters.ts +147 -0
  88. package/src/operations/commitmentAssociations.ts +281 -0
  89. package/src/operations/commitmentPlans.ts +420 -0
  90. package/{lib → src}/operations/index.ts +4 -5
  91. package/src/operations/operations.ts +95 -0
  92. package/src/operations/skus.ts +94 -0
  93. package/src/operations/usageHistory.ts +183 -0
  94. package/src/operationsInterfaces/commitmentAssociations.ts +62 -0
  95. package/src/operationsInterfaces/commitmentPlans.ts +92 -0
  96. package/src/operationsInterfaces/index.ts +13 -0
  97. package/src/operationsInterfaces/operations.ts +22 -0
  98. package/src/operationsInterfaces/skus.ts +22 -0
  99. package/src/operationsInterfaces/usageHistory.ts +26 -0
  100. package/tsconfig.json +6 -5
  101. package/types/arm-commitmentplans.d.ts +706 -0
  102. package/types/tsdoc-metadata.json +11 -0
  103. package/dist/arm-commitmentplans.js +0 -1649
  104. package/dist/arm-commitmentplans.js.map +0 -1
  105. package/dist/arm-commitmentplans.min.js +0 -1
  106. package/dist/arm-commitmentplans.min.js.map +0 -1
  107. package/esm/azureMLCommitmentPlansManagementClient.d.ts +0 -21
  108. package/esm/azureMLCommitmentPlansManagementClient.d.ts.map +0 -1
  109. package/esm/azureMLCommitmentPlansManagementClient.js +0 -36
  110. package/esm/azureMLCommitmentPlansManagementClient.js.map +0 -1
  111. package/esm/azureMLCommitmentPlansManagementClientContext.d.ts +0 -16
  112. package/esm/azureMLCommitmentPlansManagementClientContext.d.ts.map +0 -1
  113. package/esm/azureMLCommitmentPlansManagementClientContext.js +0 -56
  114. package/esm/azureMLCommitmentPlansManagementClientContext.js.map +0 -1
  115. package/esm/models/commitmentAssociationsMappers.d.ts +0 -2
  116. package/esm/models/commitmentAssociationsMappers.d.ts.map +0 -1
  117. package/esm/models/commitmentAssociationsMappers.js +0 -11
  118. package/esm/models/commitmentAssociationsMappers.js.map +0 -1
  119. package/esm/models/commitmentPlansMappers.d.ts +0 -2
  120. package/esm/models/commitmentPlansMappers.d.ts.map +0 -1
  121. package/esm/models/commitmentPlansMappers.js +0 -11
  122. package/esm/models/commitmentPlansMappers.js.map +0 -1
  123. package/esm/models/index.d.ts +0 -901
  124. package/esm/models/index.d.ts.map +0 -1
  125. package/esm/models/index.js +0 -10
  126. package/esm/models/index.js.map +0 -1
  127. package/esm/models/mappers.d.ts +0 -23
  128. package/esm/models/mappers.d.ts.map +0 -1
  129. package/esm/models/mappers.js.map +0 -1
  130. package/esm/models/parameters.d.ts +0 -10
  131. package/esm/models/parameters.d.ts.map +0 -1
  132. package/esm/models/parameters.js +0 -93
  133. package/esm/models/parameters.js.map +0 -1
  134. package/esm/models/skusMappers.d.ts +0 -2
  135. package/esm/models/skusMappers.d.ts.map +0 -1
  136. package/esm/models/skusMappers.js +0 -11
  137. package/esm/models/skusMappers.js.map +0 -1
  138. package/esm/models/usageHistoryMappers.d.ts +0 -2
  139. package/esm/models/usageHistoryMappers.d.ts.map +0 -1
  140. package/esm/models/usageHistoryMappers.js +0 -11
  141. package/esm/models/usageHistoryMappers.js.map +0 -1
  142. package/esm/operations/commitmentAssociations.d.ts +0 -103
  143. package/esm/operations/commitmentAssociations.d.ts.map +0 -1
  144. package/esm/operations/commitmentAssociations.js +0 -157
  145. package/esm/operations/commitmentAssociations.js.map +0 -1
  146. package/esm/operations/commitmentPlans.d.ts +0 -175
  147. package/esm/operations/commitmentPlans.d.ts.map +0 -1
  148. package/esm/operations/commitmentPlans.js +0 -273
  149. package/esm/operations/commitmentPlans.js.map +0 -1
  150. package/esm/operations/index.d.ts.map +0 -1
  151. package/esm/operations/index.js.map +0 -1
  152. package/esm/operations/skus.d.ts +0 -28
  153. package/esm/operations/skus.d.ts.map +0 -1
  154. package/esm/operations/skus.js +0 -54
  155. package/esm/operations/skus.js.map +0 -1
  156. package/esm/operations/usageHistory.d.ts +0 -52
  157. package/esm/operations/usageHistory.d.ts.map +0 -1
  158. package/esm/operations/usageHistory.js +0 -85
  159. package/esm/operations/usageHistory.js.map +0 -1
  160. package/lib/azureMLCommitmentPlansManagementClient.ts +0 -48
  161. package/lib/azureMLCommitmentPlansManagementClientContext.ts +0 -62
  162. package/lib/models/commitmentAssociationsMappers.ts +0 -24
  163. package/lib/models/commitmentPlansMappers.ts +0 -24
  164. package/lib/models/index.ts +0 -936
  165. package/lib/models/parameters.ts +0 -95
  166. package/lib/models/skusMappers.ts +0 -20
  167. package/lib/models/usageHistoryMappers.ts +0 -16
  168. package/lib/operations/commitmentAssociations.ts +0 -272
  169. package/lib/operations/commitmentPlans.ts +0 -483
  170. package/lib/operations/skus.ts +0 -77
  171. package/lib/operations/usageHistory.ts +0 -137
@@ -1 +0,0 @@
1
- {"version":3,"file":"arm-commitmentplans.js","sources":["../node_modules/tslib/tslib.es6.js","../esm/models/index.js","../esm/models/mappers.js","../esm/models/skusMappers.js","../esm/models/parameters.js","../esm/operations/skus.js","../esm/models/commitmentAssociationsMappers.js","../esm/operations/commitmentAssociations.js","../esm/models/commitmentPlansMappers.js","../esm/operations/commitmentPlans.js","../esm/models/usageHistoryMappers.js","../esm/operations/usageHistory.js","../esm/operations/index.js","../esm/azureMLCommitmentPlansManagementClientContext.js","../esm/azureMLCommitmentPlansManagementClient.js"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation. All rights reserved.\r\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use\r\nthis file except in compliance with the License. You may obtain a copy of the\r\nLicense at http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nTHIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r\nKIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r\nWARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r\nMERCHANTABLITY OR NON-INFRINGEMENT.\r\n\r\nSee the Apache Version 2.0 License for specific language governing permissions\r\nand limitations under the License.\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++) if (e.indexOf(p[i]) < 0)\r\n t[p[i]] = s[p[i]];\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 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) : new P(function (resolve) { resolve(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 __exportStar(m, exports) {\r\n for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator], i = 0;\r\n if (m) return m.call(o);\r\n 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}\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 __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","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n//# sourceMappingURL=index.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as tslib_1 from \"tslib\";\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nexport var CloudError = CloudErrorMapper;\nexport var BaseResource = BaseResourceMapper;\nexport var SkuCapacity = {\n serializedName: \"SkuCapacity\",\n type: {\n name: \"Composite\",\n className: \"SkuCapacity\",\n modelProperties: {\n minimum: {\n readOnly: true,\n serializedName: \"minimum\",\n type: {\n name: \"Number\"\n }\n },\n maximum: {\n readOnly: true,\n serializedName: \"maximum\",\n type: {\n name: \"Number\"\n }\n },\n default: {\n readOnly: true,\n serializedName: \"default\",\n type: {\n name: \"Number\"\n }\n },\n scaleType: {\n readOnly: true,\n serializedName: \"scaleType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var SkuCapability = {\n serializedName: \"SkuCapability\",\n type: {\n name: \"Composite\",\n className: \"SkuCapability\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n readOnly: true,\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var SkuCost = {\n serializedName: \"SkuCost\",\n type: {\n name: \"Composite\",\n className: \"SkuCost\",\n modelProperties: {\n meterID: {\n readOnly: true,\n serializedName: \"meterID\",\n type: {\n name: \"String\"\n }\n },\n quantity: {\n readOnly: true,\n serializedName: \"quantity\",\n type: {\n name: \"Number\"\n }\n },\n extendedUnit: {\n readOnly: true,\n serializedName: \"extendedUnit\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var SkuRestrictions = {\n serializedName: \"SkuRestrictions\",\n type: {\n name: \"Composite\",\n className: \"SkuRestrictions\",\n modelProperties: {\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n values: {\n readOnly: true,\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n reasonCode: {\n readOnly: true,\n serializedName: \"reasonCode\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var CatalogSku = {\n serializedName: \"CatalogSku\",\n type: {\n name: \"Composite\",\n className: \"CatalogSku\",\n modelProperties: {\n resourceType: {\n readOnly: true,\n serializedName: \"resourceType\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n readOnly: true,\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n },\n locations: {\n readOnly: true,\n serializedName: \"locations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n capacity: {\n readOnly: true,\n serializedName: \"capacity\",\n type: {\n name: \"Composite\",\n className: \"SkuCapacity\"\n }\n },\n capabilities: {\n readOnly: true,\n serializedName: \"capabilities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuCapability\"\n }\n }\n }\n },\n costs: {\n readOnly: true,\n serializedName: \"costs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuCost\"\n }\n }\n }\n },\n restrictions: {\n readOnly: true,\n serializedName: \"restrictions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuRestrictions\"\n }\n }\n }\n }\n }\n }\n};\nexport var Resource = {\n serializedName: \"Resource\",\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n 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};\nexport var CommitmentAssociationProperties = {\n serializedName: \"CommitmentAssociationProperties\",\n type: {\n name: \"Composite\",\n className: \"CommitmentAssociationProperties\",\n modelProperties: {\n associatedResourceId: {\n readOnly: true,\n serializedName: \"associatedResourceId\",\n type: {\n name: \"String\"\n }\n },\n commitmentPlanId: {\n readOnly: true,\n serializedName: \"commitmentPlanId\",\n type: {\n name: \"String\"\n }\n },\n creationDate: {\n readOnly: true,\n serializedName: \"creationDate\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\nexport var CommitmentAssociation = {\n serializedName: \"CommitmentAssociation\",\n type: {\n name: \"Composite\",\n className: \"CommitmentAssociation\",\n modelProperties: tslib_1.__assign({}, Resource.type.modelProperties, { etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }, properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"CommitmentAssociationProperties\"\n }\n } })\n }\n};\nexport var ResourceSku = {\n serializedName: \"ResourceSku\",\n type: {\n name: \"Composite\",\n className: \"ResourceSku\",\n modelProperties: {\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Number\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var MoveCommitmentAssociationRequest = {\n serializedName: \"MoveCommitmentAssociationRequest\",\n type: {\n name: \"Composite\",\n className: \"MoveCommitmentAssociationRequest\",\n modelProperties: {\n destinationPlanId: {\n serializedName: \"destinationPlanId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var CommitmentPlanPatchPayload = {\n serializedName: \"CommitmentPlanPatchPayload\",\n type: {\n name: \"Composite\",\n className: \"CommitmentPlanPatchPayload\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ResourceSku\"\n }\n }\n }\n }\n};\nexport var PlanQuantity = {\n serializedName: \"PlanQuantity\",\n type: {\n name: \"Composite\",\n className: \"PlanQuantity\",\n modelProperties: {\n allowance: {\n readOnly: true,\n serializedName: \"allowance\",\n type: {\n name: \"Number\"\n }\n },\n amount: {\n readOnly: true,\n serializedName: \"amount\",\n type: {\n name: \"Number\"\n }\n },\n includedQuantityMeter: {\n readOnly: true,\n serializedName: \"includedQuantityMeter\",\n type: {\n name: \"String\"\n }\n },\n overageMeter: {\n readOnly: true,\n serializedName: \"overageMeter\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var CommitmentPlanProperties = {\n serializedName: \"CommitmentPlanProperties\",\n type: {\n name: \"Composite\",\n className: \"CommitmentPlanProperties\",\n modelProperties: {\n chargeForOverage: {\n readOnly: true,\n serializedName: \"chargeForOverage\",\n type: {\n name: \"Boolean\"\n }\n },\n chargeForPlan: {\n readOnly: true,\n serializedName: \"chargeForPlan\",\n type: {\n name: \"Boolean\"\n }\n },\n creationDate: {\n readOnly: true,\n serializedName: \"creationDate\",\n type: {\n name: \"DateTime\"\n }\n },\n includedQuantities: {\n readOnly: true,\n serializedName: \"includedQuantities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"PlanQuantity\"\n }\n }\n }\n },\n maxAssociationLimit: {\n readOnly: true,\n serializedName: \"maxAssociationLimit\",\n type: {\n name: \"Number\"\n }\n },\n maxCapacityLimit: {\n readOnly: true,\n serializedName: \"maxCapacityLimit\",\n type: {\n name: \"Number\"\n }\n },\n minCapacityLimit: {\n readOnly: true,\n serializedName: \"minCapacityLimit\",\n type: {\n name: \"Number\"\n }\n },\n planMeter: {\n readOnly: true,\n serializedName: \"planMeter\",\n type: {\n name: \"String\"\n }\n },\n refillFrequencyInDays: {\n readOnly: true,\n serializedName: \"refillFrequencyInDays\",\n type: {\n name: \"Number\"\n }\n },\n suspendPlanOnOverage: {\n readOnly: true,\n serializedName: \"suspendPlanOnOverage\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\nexport var CommitmentPlan = {\n serializedName: \"CommitmentPlan\",\n type: {\n name: \"Composite\",\n className: \"CommitmentPlan\",\n modelProperties: tslib_1.__assign({}, Resource.type.modelProperties, { etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }, properties: {\n readOnly: true,\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"CommitmentPlanProperties\"\n }\n }, sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ResourceSku\"\n }\n } })\n }\n};\nexport var PlanUsageHistory = {\n serializedName: \"PlanUsageHistory\",\n type: {\n name: \"Composite\",\n className: \"PlanUsageHistory\",\n modelProperties: {\n planDeletionOverage: {\n serializedName: \"planDeletionOverage\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Number\"\n }\n }\n }\n },\n planMigrationOverage: {\n serializedName: \"planMigrationOverage\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Number\"\n }\n }\n }\n },\n planQuantitiesAfterUsage: {\n serializedName: \"planQuantitiesAfterUsage\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Number\"\n }\n }\n }\n },\n planQuantitiesBeforeUsage: {\n serializedName: \"planQuantitiesBeforeUsage\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Number\"\n }\n }\n }\n },\n planUsageOverage: {\n serializedName: \"planUsageOverage\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Number\"\n }\n }\n }\n },\n usage: {\n serializedName: \"usage\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Number\"\n }\n }\n }\n },\n usageDate: {\n serializedName: \"usageDate\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\nexport var SkuListResult = {\n serializedName: \"SkuListResult\",\n type: {\n name: \"Composite\",\n className: \"SkuListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CatalogSku\"\n }\n }\n }\n }\n }\n }\n};\nexport var CommitmentAssociationListResult = {\n serializedName: \"CommitmentAssociationListResult\",\n type: {\n name: \"Composite\",\n className: \"CommitmentAssociationListResult\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CommitmentAssociation\"\n }\n }\n }\n }\n }\n }\n};\nexport var CommitmentPlanListResult = {\n serializedName: \"CommitmentPlanListResult\",\n type: {\n name: \"Composite\",\n className: \"CommitmentPlanListResult\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CommitmentPlan\"\n }\n }\n }\n }\n }\n }\n};\nexport var PlanUsageHistoryListResult = {\n serializedName: \"PlanUsageHistoryListResult\",\n type: {\n name: \"Composite\",\n className: \"PlanUsageHistoryListResult\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PlanUsageHistory\"\n }\n }\n }\n }\n }\n }\n};\n//# sourceMappingURL=mappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { SkuListResult, CatalogSku, SkuCapacity, SkuCapability, SkuCost, SkuRestrictions, CloudError } from \"../models/mappers\";\n//# sourceMappingURL=skusMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport var acceptLanguage = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport var apiVersion = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var commitmentAssociationName = {\n parameterPath: \"commitmentAssociationName\",\n mapper: {\n required: true,\n serializedName: \"commitmentAssociationName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var commitmentPlanName = {\n parameterPath: \"commitmentPlanName\",\n mapper: {\n required: true,\n serializedName: \"commitmentPlanName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var nextPageLink = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport var resourceGroupName = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var skipToken = {\n parameterPath: [\n \"options\",\n \"skipToken\"\n ],\n mapper: {\n serializedName: \"$skipToken\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var subscriptionId = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\n//# sourceMappingURL=parameters.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/skusMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a Skus. */\nvar Skus = /** @class */ (function () {\n /**\n * Create a Skus.\n * @param {AzureMLCommitmentPlansManagementClientContext} client Reference to the service client.\n */\n function Skus(client) {\n this.client = client;\n }\n Skus.prototype.list = function (options, callback) {\n return this.client.sendOperationRequest({\n options: options\n }, listOperationSpec, callback);\n };\n return Skus;\n}());\nexport { Skus };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar listOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/skus\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SkuListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\n//# sourceMappingURL=skus.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { CommitmentAssociation, Resource, BaseResource, CommitmentAssociationProperties, CloudError, CommitmentAssociationListResult, MoveCommitmentAssociationRequest, CommitmentPlan, CommitmentPlanProperties, PlanQuantity, ResourceSku } from \"../models/mappers\";\n//# sourceMappingURL=commitmentAssociationsMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as tslib_1 from \"tslib\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/commitmentAssociationsMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a CommitmentAssociations. */\nvar CommitmentAssociations = /** @class */ (function () {\n /**\n * Create a CommitmentAssociations.\n * @param {AzureMLCommitmentPlansManagementClientContext} client Reference to the service client.\n */\n function CommitmentAssociations(client) {\n this.client = client;\n }\n CommitmentAssociations.prototype.get = function (resourceGroupName, commitmentPlanName, commitmentAssociationName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n commitmentPlanName: commitmentPlanName,\n commitmentAssociationName: commitmentAssociationName,\n options: options\n }, getOperationSpec, callback);\n };\n CommitmentAssociations.prototype.list = function (resourceGroupName, commitmentPlanName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n commitmentPlanName: commitmentPlanName,\n options: options\n }, listOperationSpec, callback);\n };\n CommitmentAssociations.prototype.move = function (resourceGroupName, commitmentPlanName, commitmentAssociationName, movePayload, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n commitmentPlanName: commitmentPlanName,\n commitmentAssociationName: commitmentAssociationName,\n movePayload: movePayload,\n options: options\n }, moveOperationSpec, callback);\n };\n CommitmentAssociations.prototype.listNext = function (nextPageLink, options, callback) {\n return this.client.sendOperationRequest({\n nextPageLink: nextPageLink,\n options: options\n }, listNextOperationSpec, callback);\n };\n return CommitmentAssociations;\n}());\nexport { CommitmentAssociations };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar getOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations/{commitmentAssociationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.commitmentPlanName,\n Parameters.commitmentAssociationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CommitmentAssociation\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar listOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.commitmentPlanName\n ],\n queryParameters: [\n Parameters.skipToken,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CommitmentAssociationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar moveOperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations/{commitmentAssociationName}/move\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.commitmentPlanName,\n Parameters.commitmentAssociationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"movePayload\",\n mapper: tslib_1.__assign({}, Mappers.MoveCommitmentAssociationRequest, { required: true })\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CommitmentAssociation\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar listNextOperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CommitmentAssociationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\n//# sourceMappingURL=commitmentAssociations.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { CommitmentPlan, Resource, BaseResource, CommitmentPlanProperties, PlanQuantity, ResourceSku, CloudError, CommitmentPlanPatchPayload, CommitmentPlanListResult, CommitmentAssociation, CommitmentAssociationProperties } from \"../models/mappers\";\n//# sourceMappingURL=commitmentPlansMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as tslib_1 from \"tslib\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/commitmentPlansMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a CommitmentPlans. */\nvar CommitmentPlans = /** @class */ (function () {\n /**\n * Create a CommitmentPlans.\n * @param {AzureMLCommitmentPlansManagementClientContext} client Reference to the service client.\n */\n function CommitmentPlans(client) {\n this.client = client;\n }\n CommitmentPlans.prototype.get = function (resourceGroupName, commitmentPlanName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n commitmentPlanName: commitmentPlanName,\n options: options\n }, getOperationSpec, callback);\n };\n CommitmentPlans.prototype.createOrUpdate = function (createOrUpdatePayload, resourceGroupName, commitmentPlanName, options, callback) {\n return this.client.sendOperationRequest({\n createOrUpdatePayload: createOrUpdatePayload,\n resourceGroupName: resourceGroupName,\n commitmentPlanName: commitmentPlanName,\n options: options\n }, createOrUpdateOperationSpec, callback);\n };\n CommitmentPlans.prototype.remove = function (resourceGroupName, commitmentPlanName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n commitmentPlanName: commitmentPlanName,\n options: options\n }, removeOperationSpec, callback);\n };\n CommitmentPlans.prototype.patch = function (patchPayload, resourceGroupName, commitmentPlanName, options, callback) {\n return this.client.sendOperationRequest({\n patchPayload: patchPayload,\n resourceGroupName: resourceGroupName,\n commitmentPlanName: commitmentPlanName,\n options: options\n }, patchOperationSpec, callback);\n };\n CommitmentPlans.prototype.list = function (options, callback) {\n return this.client.sendOperationRequest({\n options: options\n }, listOperationSpec, callback);\n };\n CommitmentPlans.prototype.listInResourceGroup = function (resourceGroupName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n options: options\n }, listInResourceGroupOperationSpec, callback);\n };\n CommitmentPlans.prototype.listNext = function (nextPageLink, options, callback) {\n return this.client.sendOperationRequest({\n nextPageLink: nextPageLink,\n options: options\n }, listNextOperationSpec, callback);\n };\n CommitmentPlans.prototype.listInResourceGroupNext = function (nextPageLink, options, callback) {\n return this.client.sendOperationRequest({\n nextPageLink: nextPageLink,\n options: options\n }, listInResourceGroupNextOperationSpec, callback);\n };\n return CommitmentPlans;\n}());\nexport { CommitmentPlans };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar getOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.commitmentPlanName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CommitmentPlan\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar createOrUpdateOperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.commitmentPlanName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"createOrUpdatePayload\",\n mapper: tslib_1.__assign({}, Mappers.CommitmentPlan, { required: true })\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CommitmentPlan\n },\n 201: {\n bodyMapper: Mappers.CommitmentPlan\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar removeOperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.commitmentPlanName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar patchOperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.commitmentPlanName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"patchPayload\",\n mapper: tslib_1.__assign({}, Mappers.CommitmentPlanPatchPayload, { required: true })\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CommitmentPlan\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar listOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/commitmentPlans\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.skipToken,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CommitmentPlanListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar listInResourceGroupOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.skipToken,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CommitmentPlanListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar listNextOperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CommitmentPlanListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar listInResourceGroupNextOperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CommitmentPlanListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\n//# sourceMappingURL=commitmentPlans.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { PlanUsageHistoryListResult, PlanUsageHistory, CloudError } from \"../models/mappers\";\n//# sourceMappingURL=usageHistoryMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/usageHistoryMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a UsageHistory. */\nvar UsageHistory = /** @class */ (function () {\n /**\n * Create a UsageHistory.\n * @param {AzureMLCommitmentPlansManagementClientContext} client Reference to the service client.\n */\n function UsageHistory(client) {\n this.client = client;\n }\n UsageHistory.prototype.list = function (resourceGroupName, commitmentPlanName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n commitmentPlanName: commitmentPlanName,\n options: options\n }, listOperationSpec, callback);\n };\n UsageHistory.prototype.listNext = function (nextPageLink, options, callback) {\n return this.client.sendOperationRequest({\n nextPageLink: nextPageLink,\n options: options\n }, listNextOperationSpec, callback);\n };\n return UsageHistory;\n}());\nexport { UsageHistory };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar listOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/usageHistory\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.commitmentPlanName\n ],\n queryParameters: [\n Parameters.skipToken,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PlanUsageHistoryListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar listNextOperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PlanUsageHistoryListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\n//# sourceMappingURL=usageHistory.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport * from \"./skus\";\nexport * from \"./commitmentAssociations\";\nexport * from \"./commitmentPlans\";\nexport * from \"./usageHistory\";\n//# sourceMappingURL=index.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as tslib_1 from \"tslib\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nvar packageName = \"@azure/arm-commitmentplans\";\nvar packageVersion = \"0.1.0\";\nvar AzureMLCommitmentPlansManagementClientContext = /** @class */ (function (_super) {\n tslib_1.__extends(AzureMLCommitmentPlansManagementClientContext, _super);\n /**\n * Initializes a new instance of the AzureMLCommitmentPlansManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure.\n * @param subscriptionId Azure Subscription ID.\n * @param [options] The parameter options\n */\n function AzureMLCommitmentPlansManagementClientContext(credentials, subscriptionId, options) {\n var _this = this;\n if (credentials == undefined) {\n throw new Error('\\'credentials\\' cannot be null.');\n }\n if (subscriptionId == undefined) {\n throw new Error('\\'subscriptionId\\' cannot be null.');\n }\n if (!options) {\n options = {};\n }\n if (!options.userAgent) {\n var defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = packageName + \"/\" + packageVersion + \" \" + defaultUserAgent;\n }\n _this = _super.call(this, credentials, options) || this;\n _this.apiVersion = '2016-05-01-preview';\n _this.acceptLanguage = 'en-US';\n _this.longRunningOperationRetryTimeout = 30;\n _this.baseUri = options.baseUri || _this.baseUri || \"https://management.azure.com\";\n _this.requestContentType = \"application/json; charset=utf-8\";\n _this.credentials = credentials;\n _this.subscriptionId = subscriptionId;\n if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n _this.acceptLanguage = options.acceptLanguage;\n }\n if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {\n _this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n return _this;\n }\n return AzureMLCommitmentPlansManagementClientContext;\n}(msRestAzure.AzureServiceClient));\nexport { AzureMLCommitmentPlansManagementClientContext };\n//# sourceMappingURL=azureMLCommitmentPlansManagementClientContext.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as tslib_1 from \"tslib\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { AzureMLCommitmentPlansManagementClientContext } from \"./azureMLCommitmentPlansManagementClientContext\";\nvar AzureMLCommitmentPlansManagementClient = /** @class */ (function (_super) {\n tslib_1.__extends(AzureMLCommitmentPlansManagementClient, _super);\n /**\n * Initializes a new instance of the AzureMLCommitmentPlansManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure.\n * @param subscriptionId Azure Subscription ID.\n * @param [options] The parameter options\n */\n function AzureMLCommitmentPlansManagementClient(credentials, subscriptionId, options) {\n var _this = _super.call(this, credentials, subscriptionId, options) || this;\n _this.skus = new operations.Skus(_this);\n _this.commitmentAssociations = new operations.CommitmentAssociations(_this);\n _this.commitmentPlans = new operations.CommitmentPlans(_this);\n _this.usageHistory = new operations.UsageHistory(_this);\n return _this;\n }\n return AzureMLCommitmentPlansManagementClient;\n}(AzureMLCommitmentPlansManagementClientContext));\n// Operation Specifications\nexport { AzureMLCommitmentPlansManagementClient, AzureMLCommitmentPlansManagementClientContext, Models as AzureMLCommitmentPlansManagementModels, Mappers as AzureMLCommitmentPlansManagementMappers };\nexport * from \"./operations\";\n//# sourceMappingURL=azureMLCommitmentPlansManagementClient.js.map"],"names":["CloudErrorMapper","BaseResourceMapper","tslib_1.__assign","msRest.Serializer","Parameters.subscriptionId","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.SkuListResult","Mappers.CloudError","resourceGroupName","commitmentPlanName","commitmentAssociationName","listOperationSpec","nextPageLink","serializer","Mappers","Parameters.resourceGroupName","Parameters.commitmentPlanName","Parameters.commitmentAssociationName","Mappers.CommitmentAssociation","Parameters.skipToken","Mappers.CommitmentAssociationListResult","Mappers.MoveCommitmentAssociationRequest","Parameters.nextPageLink","getOperationSpec","listNextOperationSpec","Mappers.CommitmentPlan","Mappers.CommitmentPlanPatchPayload","Mappers.CommitmentPlanListResult","Mappers.PlanUsageHistoryListResult","tslib_1.__extends","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Skus","operations.CommitmentAssociations","operations.CommitmentPlans","operations.UsageHistory"],"mappings":"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"}
@@ -1 +0,0 @@
1
- !function(e,a){"object"==typeof exports&&"undefined"!=typeof module?a(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"],a):a((e.Azure=e.Azure||{},e.Azure.ArmCommitmentplans={}),e.msRestAzure,e.msRest)}(this,function(e,s,a){"use strict";var r=function(e,a){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,a){e.__proto__=a}||function(e,a){for(var t in a)a.hasOwnProperty(t)&&(e[t]=a[t])})(e,a)};function t(e,a){function t(){this.constructor=e}r(e,a),e.prototype=null===a?Object.create(a):(t.prototype=a.prototype,new t)}var i=function(){return(i=Object.assign||function(e){for(var a,t=1,r=arguments.length;t<r;t++)for(var i in a=arguments[t])Object.prototype.hasOwnProperty.call(a,i)&&(e[i]=a[i]);return e}).apply(this,arguments)},n=Object.freeze({}),o=s.CloudErrorMapper,m=s.BaseResourceMapper,p={serializedName:"SkuCapacity",type:{name:"Composite",className:"SkuCapacity",modelProperties:{minimum:{readOnly:!0,serializedName:"minimum",type:{name:"Number"}},maximum:{readOnly:!0,serializedName:"maximum",type:{name:"Number"}},default:{readOnly:!0,serializedName:"default",type:{name:"Number"}},scaleType:{readOnly:!0,serializedName:"scaleType",type:{name:"String"}}}}},l={serializedName:"SkuCapability",type:{name:"Composite",className:"SkuCapability",modelProperties:{name:{readOnly:!0,serializedName:"name",type:{name:"String"}},value:{readOnly:!0,serializedName:"value",type:{name:"String"}}}}},u={serializedName:"SkuCost",type:{name:"Composite",className:"SkuCost",modelProperties:{meterID:{readOnly:!0,serializedName:"meterID",type:{name:"String"}},quantity:{readOnly:!0,serializedName:"quantity",type:{name:"Number"}},extendedUnit:{readOnly:!0,serializedName:"extendedUnit",type:{name:"String"}}}}},c={serializedName:"SkuRestrictions",type:{name:"Composite",className:"SkuRestrictions",modelProperties:{type:{readOnly:!0,serializedName:"type",type:{name:"String"}},values:{readOnly:!0,serializedName:"values",type:{name:"Sequence",element:{type:{name:"String"}}}},reasonCode:{readOnly:!0,serializedName:"reasonCode",type:{name:"String"}}}}},d={serializedName:"CatalogSku",type:{name:"Composite",className:"CatalogSku",modelProperties:{resourceType:{readOnly:!0,serializedName:"resourceType",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},tier:{readOnly:!0,serializedName:"tier",type:{name:"String"}},locations:{readOnly:!0,serializedName:"locations",type:{name:"Sequence",element:{type:{name:"String"}}}},capacity:{readOnly:!0,serializedName:"capacity",type:{name:"Composite",className:"SkuCapacity"}},capabilities:{readOnly:!0,serializedName:"capabilities",type:{name:"Sequence",element:{type:{name:"Composite",className:"SkuCapability"}}}},costs:{readOnly:!0,serializedName:"costs",type:{name:"Sequence",element:{type:{name:"Composite",className:"SkuCost"}}}},restrictions:{readOnly:!0,serializedName:"restrictions",type:{name:"Sequence",element:{type:{name:"Composite",className:"SkuRestrictions"}}}}}}},y={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"}}}}}}},N={serializedName:"CommitmentAssociationProperties",type:{name:"Composite",className:"CommitmentAssociationProperties",modelProperties:{associatedResourceId:{readOnly:!0,serializedName:"associatedResourceId",type:{name:"String"}},commitmentPlanId:{readOnly:!0,serializedName:"commitmentPlanId",type:{name:"String"}},creationDate:{readOnly:!0,serializedName:"creationDate",type:{name:"DateTime"}}}}},P={serializedName:"CommitmentAssociation",type:{name:"Composite",className:"CommitmentAssociation",modelProperties:i({},y.type.modelProperties,{etag:{serializedName:"etag",type:{name:"String"}},properties:{serializedName:"properties",type:{name:"Composite",className:"CommitmentAssociationProperties"}}})}},g={serializedName:"ResourceSku",type:{name:"Composite",className:"ResourceSku",modelProperties:{capacity:{serializedName:"capacity",type:{name:"Number"}},name:{serializedName:"name",type:{name:"String"}},tier:{serializedName:"tier",type:{name:"String"}}}}},z={serializedName:"MoveCommitmentAssociationRequest",type:{name:"Composite",className:"MoveCommitmentAssociationRequest",modelProperties:{destinationPlanId:{serializedName:"destinationPlanId",type:{name:"String"}}}}},h={serializedName:"CommitmentPlanPatchPayload",type:{name:"Composite",className:"CommitmentPlanPatchPayload",modelProperties:{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},sku:{serializedName:"sku",type:{name:"Composite",className:"ResourceSku"}}}}},C={serializedName:"PlanQuantity",type:{name:"Composite",className:"PlanQuantity",modelProperties:{allowance:{readOnly:!0,serializedName:"allowance",type:{name:"Number"}},amount:{readOnly:!0,serializedName:"amount",type:{name:"Number"}},includedQuantityMeter:{readOnly:!0,serializedName:"includedQuantityMeter",type:{name:"String"}},overageMeter:{readOnly:!0,serializedName:"overageMeter",type:{name:"String"}}}}},b={serializedName:"CommitmentPlanProperties",type:{name:"Composite",className:"CommitmentPlanProperties",modelProperties:{chargeForOverage:{readOnly:!0,serializedName:"chargeForOverage",type:{name:"Boolean"}},chargeForPlan:{readOnly:!0,serializedName:"chargeForPlan",type:{name:"Boolean"}},creationDate:{readOnly:!0,serializedName:"creationDate",type:{name:"DateTime"}},includedQuantities:{readOnly:!0,serializedName:"includedQuantities",type:{name:"Dictionary",value:{type:{name:"Composite",className:"PlanQuantity"}}}},maxAssociationLimit:{readOnly:!0,serializedName:"maxAssociationLimit",type:{name:"Number"}},maxCapacityLimit:{readOnly:!0,serializedName:"maxCapacityLimit",type:{name:"Number"}},minCapacityLimit:{readOnly:!0,serializedName:"minCapacityLimit",type:{name:"Number"}},planMeter:{readOnly:!0,serializedName:"planMeter",type:{name:"String"}},refillFrequencyInDays:{readOnly:!0,serializedName:"refillFrequencyInDays",type:{name:"Number"}},suspendPlanOnOverage:{readOnly:!0,serializedName:"suspendPlanOnOverage",type:{name:"Boolean"}}}}},f={serializedName:"CommitmentPlan",type:{name:"Composite",className:"CommitmentPlan",modelProperties:i({},y.type.modelProperties,{etag:{serializedName:"etag",type:{name:"String"}},properties:{readOnly:!0,serializedName:"properties",type:{name:"Composite",className:"CommitmentPlanProperties"}},sku:{serializedName:"sku",type:{name:"Composite",className:"ResourceSku"}}})}},S={serializedName:"PlanUsageHistory",type:{name:"Composite",className:"PlanUsageHistory",modelProperties:{planDeletionOverage:{serializedName:"planDeletionOverage",type:{name:"Dictionary",value:{type:{name:"Number"}}}},planMigrationOverage:{serializedName:"planMigrationOverage",type:{name:"Dictionary",value:{type:{name:"Number"}}}},planQuantitiesAfterUsage:{serializedName:"planQuantitiesAfterUsage",type:{name:"Dictionary",value:{type:{name:"Number"}}}},planQuantitiesBeforeUsage:{serializedName:"planQuantitiesBeforeUsage",type:{name:"Dictionary",value:{type:{name:"Number"}}}},planUsageOverage:{serializedName:"planUsageOverage",type:{name:"Dictionary",value:{type:{name:"Number"}}}},usage:{serializedName:"usage",type:{name:"Dictionary",value:{type:{name:"Number"}}}},usageDate:{serializedName:"usageDate",type:{name:"DateTime"}}}}},M={serializedName:"SkuListResult",type:{name:"Composite",className:"SkuListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"CatalogSku"}}}}}}},O={serializedName:"CommitmentAssociationListResult",type:{name:"Composite",className:"CommitmentAssociationListResult",modelProperties:{nextLink:{serializedName:"nextLink",type:{name:"String"}},value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"CommitmentAssociation"}}}}}}},R={serializedName:"CommitmentPlanListResult",type:{name:"Composite",className:"CommitmentPlanListResult",modelProperties:{nextLink:{serializedName:"nextLink",type:{name:"String"}},value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"CommitmentPlan"}}}}}}},k={serializedName:"PlanUsageHistoryListResult",type:{name:"Composite",className:"PlanUsageHistoryListResult",modelProperties:{nextLink:{serializedName:"nextLink",type:{name:"String"}},value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"PlanUsageHistory"}}}}}}},v=Object.freeze({CloudError:o,BaseResource:m,SkuCapacity:p,SkuCapability:l,SkuCost:u,SkuRestrictions:c,CatalogSku:d,Resource:y,CommitmentAssociationProperties:N,CommitmentAssociation:P,ResourceSku:g,MoveCommitmentAssociationRequest:z,CommitmentPlanPatchPayload:h,PlanQuantity:C,CommitmentPlanProperties:b,CommitmentPlan:f,PlanUsageHistory:S,SkuListResult:M,CommitmentAssociationListResult:O,CommitmentPlanListResult:R,PlanUsageHistoryListResult:k}),L=Object.freeze({SkuListResult:M,CatalogSku:d,SkuCapacity:p,SkuCapability:l,SkuCost:u,SkuRestrictions:c,CloudError:o}),q={parameterPath:"acceptLanguage",mapper:{serializedName:"accept-language",defaultValue:"en-US",type:{name:"String"}}},A={parameterPath:"apiVersion",mapper:{required:!0,serializedName:"api-version",type:{name:"String"}}},G={parameterPath:"commitmentAssociationName",mapper:{required:!0,serializedName:"commitmentAssociationName",type:{name:"String"}}},x={parameterPath:"commitmentPlanName",mapper:{required:!0,serializedName:"commitmentPlanName",type:{name:"String"}}},U={parameterPath:"nextPageLink",mapper:{required:!0,serializedName:"nextLink",type:{name:"String"}},skipEncoding:!0},T={parameterPath:"resourceGroupName",mapper:{required:!0,serializedName:"resourceGroupName",type:{name:"String"}}},I={parameterPath:["options","skipToken"],mapper:{serializedName:"$skipToken",type:{name:"String"}}},D={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",type:{name:"String"}}},E=function(){function e(e){this.client=e}return e.prototype.list=function(e,a){return this.client.sendOperationRequest({options:e},w,a)},e}(),w={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/skus",urlParameters:[D],queryParameters:[A],headerParameters:[q],responses:{200:{bodyMapper:M},default:{bodyMapper:o}},serializer:new a.Serializer(L)},j=Object.freeze({CommitmentAssociation:P,Resource:y,BaseResource:m,CommitmentAssociationProperties:N,CloudError:o,CommitmentAssociationListResult:O,MoveCommitmentAssociationRequest:z,CommitmentPlan:f,CommitmentPlanProperties:b,PlanQuantity:C,ResourceSku:g}),Q=function(){function e(e){this.client=e}return e.prototype.get=function(e,a,t,r,i){return this.client.sendOperationRequest({resourceGroupName:e,commitmentPlanName:a,commitmentAssociationName:t,options:r},B,i)},e.prototype.list=function(e,a,t,r){return this.client.sendOperationRequest({resourceGroupName:e,commitmentPlanName:a,options:t},_,r)},e.prototype.move=function(e,a,t,r,i,n){return this.client.sendOperationRequest({resourceGroupName:e,commitmentPlanName:a,commitmentAssociationName:t,movePayload:r,options:i},F,n)},e.prototype.listNext=function(e,a,t){return this.client.sendOperationRequest({nextPageLink:e,options:a},V,t)},e}(),H=new a.Serializer(j),B={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations/{commitmentAssociationName}",urlParameters:[D,T,x,G],queryParameters:[A],headerParameters:[q],responses:{200:{bodyMapper:P},default:{bodyMapper:o}},serializer:H},_={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations",urlParameters:[D,T,x],queryParameters:[I,A],headerParameters:[q],responses:{200:{bodyMapper:O},default:{bodyMapper:o}},serializer:H},F={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations/{commitmentAssociationName}/move",urlParameters:[D,T,x,G],queryParameters:[A],headerParameters:[q],requestBody:{parameterPath:"movePayload",mapper:i({},z,{required:!0})},responses:{200:{bodyMapper:P},default:{bodyMapper:o}},serializer:H},V={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[U],headerParameters:[q],responses:{200:{bodyMapper:O},default:{bodyMapper:o}},serializer:H},$=Object.freeze({CommitmentPlan:f,Resource:y,BaseResource:m,CommitmentPlanProperties:b,PlanQuantity:C,ResourceSku:g,CloudError:o,CommitmentPlanPatchPayload:h,CommitmentPlanListResult:R,CommitmentAssociation:P,CommitmentAssociationProperties:N}),J=function(){function e(e){this.client=e}return e.prototype.get=function(e,a,t,r){return this.client.sendOperationRequest({resourceGroupName:e,commitmentPlanName:a,options:t},W,r)},e.prototype.createOrUpdate=function(e,a,t,r,i){return this.client.sendOperationRequest({createOrUpdatePayload:e,resourceGroupName:a,commitmentPlanName:t,options:r},X,i)},e.prototype.remove=function(e,a,t,r){return this.client.sendOperationRequest({resourceGroupName:e,commitmentPlanName:a,options:t},Y,r)},e.prototype.patch=function(e,a,t,r,i){return this.client.sendOperationRequest({patchPayload:e,resourceGroupName:a,commitmentPlanName:t,options:r},Z,i)},e.prototype.list=function(e,a){return this.client.sendOperationRequest({options:e},ee,a)},e.prototype.listInResourceGroup=function(e,a,t){return this.client.sendOperationRequest({resourceGroupName:e,options:a},ae,t)},e.prototype.listNext=function(e,a,t){return this.client.sendOperationRequest({nextPageLink:e,options:a},te,t)},e.prototype.listInResourceGroupNext=function(e,a,t){return this.client.sendOperationRequest({nextPageLink:e,options:a},re,t)},e}(),K=new a.Serializer($),W={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}",urlParameters:[D,T,x],queryParameters:[A],headerParameters:[q],responses:{200:{bodyMapper:f},default:{bodyMapper:o}},serializer:K},X={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}",urlParameters:[D,T,x],queryParameters:[A],headerParameters:[q],requestBody:{parameterPath:"createOrUpdatePayload",mapper:i({},f,{required:!0})},responses:{200:{bodyMapper:f},201:{bodyMapper:f},default:{bodyMapper:o}},serializer:K},Y={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}",urlParameters:[D,T,x],queryParameters:[A],headerParameters:[q],responses:{200:{},default:{bodyMapper:o}},serializer:K},Z={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}",urlParameters:[D,T,x],queryParameters:[A],headerParameters:[q],requestBody:{parameterPath:"patchPayload",mapper:i({},h,{required:!0})},responses:{200:{bodyMapper:f},default:{bodyMapper:o}},serializer:K},ee={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/commitmentPlans",urlParameters:[D],queryParameters:[I,A],headerParameters:[q],responses:{200:{bodyMapper:R},default:{bodyMapper:o}},serializer:K},ae={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans",urlParameters:[D,T],queryParameters:[I,A],headerParameters:[q],responses:{200:{bodyMapper:R},default:{bodyMapper:o}},serializer:K},te={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[U],headerParameters:[q],responses:{200:{bodyMapper:R},default:{bodyMapper:o}},serializer:K},re={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[U],headerParameters:[q],responses:{200:{bodyMapper:R},default:{bodyMapper:o}},serializer:K},ie=Object.freeze({PlanUsageHistoryListResult:k,PlanUsageHistory:S,CloudError:o}),ne=function(){function e(e){this.client=e}return e.prototype.list=function(e,a,t,r){return this.client.sendOperationRequest({resourceGroupName:e,commitmentPlanName:a,options:t},oe,r)},e.prototype.listNext=function(e,a,t){return this.client.sendOperationRequest({nextPageLink:e,options:a},me,t)},e}(),se=new a.Serializer(ie),oe={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/usageHistory",urlParameters:[D,T,x],queryParameters:[I,A],headerParameters:[q],responses:{200:{bodyMapper:k},default:{bodyMapper:o}},serializer:se},me={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[U],headerParameters:[q],responses:{200:{bodyMapper:k},default:{bodyMapper:o}},serializer:se},pe=function(n){function e(e,a,t){var r=this;if(null==e)throw new Error("'credentials' cannot be null.");if(null==a)throw new Error("'subscriptionId' cannot be null.");if(t||(t={}),!t.userAgent){var i=s.getDefaultUserAgentValue();t.userAgent="@azure/arm-commitmentplans/0.1.0 "+i}return(r=n.call(this,e,t)||this).apiVersion="2016-05-01-preview",r.acceptLanguage="en-US",r.longRunningOperationRetryTimeout=30,r.baseUri=t.baseUri||r.baseUri||"https://management.azure.com",r.requestContentType="application/json; charset=utf-8",r.credentials=e,r.subscriptionId=a,null!==t.acceptLanguage&&void 0!==t.acceptLanguage&&(r.acceptLanguage=t.acceptLanguage),null!==t.longRunningOperationRetryTimeout&&void 0!==t.longRunningOperationRetryTimeout&&(r.longRunningOperationRetryTimeout=t.longRunningOperationRetryTimeout),r}return t(e,n),e}(s.AzureServiceClient),le=function(i){function e(e,a,t){var r=i.call(this,e,a,t)||this;return r.skus=new E(r),r.commitmentAssociations=new Q(r),r.commitmentPlans=new J(r),r.usageHistory=new ne(r),r}return t(e,i),e}(pe);e.AzureMLCommitmentPlansManagementClient=le,e.AzureMLCommitmentPlansManagementClientContext=pe,e.AzureMLCommitmentPlansManagementModels=n,e.AzureMLCommitmentPlansManagementMappers=v,e.Skus=E,e.CommitmentAssociations=Q,e.CommitmentPlans=J,e.UsageHistory=ne,Object.defineProperty(e,"__esModule",{value:!0})});
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../node_modules/tslib/tslib.es6.js","../esm/models/mappers.js","../esm/models/parameters.js","../esm/operations/skus.js","../esm/operations/commitmentAssociations.js","../esm/operations/commitmentPlans.js","../esm/operations/usageHistory.js","../esm/azureMLCommitmentPlansManagementClientContext.js","../esm/azureMLCommitmentPlansManagementClient.js"],"names":["extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__extends","__","this","constructor","prototype","create","__assign","assign","t","s","i","n","arguments","length","call","apply","CloudError","CloudErrorMapper","BaseResource","BaseResourceMapper","SkuCapacity","serializedName","type","name","className","modelProperties","minimum","readOnly","maximum","default","scaleType","SkuCapability","value","SkuCost","meterID","quantity","extendedUnit","SkuRestrictions","values","element","reasonCode","CatalogSku","resourceType","tier","locations","capacity","capabilities","costs","restrictions","Resource","id","location","required","tags","CommitmentAssociationProperties","associatedResourceId","commitmentPlanId","creationDate","CommitmentAssociation","tslib_1.__assign","etag","properties","ResourceSku","MoveCommitmentAssociationRequest","destinationPlanId","CommitmentPlanPatchPayload","sku","PlanQuantity","allowance","amount","includedQuantityMeter","overageMeter","CommitmentPlanProperties","chargeForOverage","chargeForPlan","includedQuantities","maxAssociationLimit","maxCapacityLimit","minCapacityLimit","planMeter","refillFrequencyInDays","suspendPlanOnOverage","CommitmentPlan","PlanUsageHistory","planDeletionOverage","planMigrationOverage","planQuantitiesAfterUsage","planQuantitiesBeforeUsage","planUsageOverage","usage","usageDate","SkuListResult","CommitmentAssociationListResult","nextLink","CommitmentPlanListResult","PlanUsageHistoryListResult","acceptLanguage","parameterPath","mapper","defaultValue","apiVersion","commitmentAssociationName","commitmentPlanName","nextPageLink","skipEncoding","resourceGroupName","skipToken","subscriptionId","Skus","client","list","options","callback","sendOperationRequest","listOperationSpec","httpMethod","path","urlParameters","Parameters.subscriptionId","queryParameters","Parameters.apiVersion","headerParameters","Parameters.acceptLanguage","responses","200","bodyMapper","Mappers.SkuListResult","Mappers.CloudError","serializer","msRest.Serializer","Mappers","CommitmentAssociations","get","getOperationSpec","move","movePayload","moveOperationSpec","listNext","listNextOperationSpec","Parameters.resourceGroupName","Parameters.commitmentPlanName","Parameters.commitmentAssociationName","Mappers.CommitmentAssociation","Parameters.skipToken","Mappers.CommitmentAssociationListResult","requestBody","Mappers.MoveCommitmentAssociationRequest","baseUrl","Parameters.nextPageLink","CommitmentPlans","createOrUpdate","createOrUpdatePayload","createOrUpdateOperationSpec","remove","removeOperationSpec","patch","patchPayload","patchOperationSpec","listInResourceGroup","listInResourceGroupOperationSpec","listInResourceGroupNext","listInResourceGroupNextOperationSpec","Mappers.CommitmentPlan","201","Mappers.CommitmentPlanPatchPayload","Mappers.CommitmentPlanListResult","UsageHistory","Mappers.PlanUsageHistoryListResult","AzureMLCommitmentPlansManagementClientContext","_super","credentials","_this","undefined","Error","userAgent","defaultUserAgent","msRestAzure.getDefaultUserAgentValue","packageName","longRunningOperationRetryTimeout","baseUri","requestContentType","tslib_1.__extends","msRestAzure.AzureServiceClient","AzureMLCommitmentPlansManagementClient","skus","operations.Skus","commitmentAssociations","operations.CommitmentAssociations","commitmentPlans","operations.CommitmentPlans","usageHistory","operations.UsageHistory"],"mappings":"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"}
@@ -1,21 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as Models from "./models";
3
- import * as Mappers from "./models/mappers";
4
- import * as operations from "./operations";
5
- import { AzureMLCommitmentPlansManagementClientContext } from "./azureMLCommitmentPlansManagementClientContext";
6
- declare class AzureMLCommitmentPlansManagementClient extends AzureMLCommitmentPlansManagementClientContext {
7
- skus: operations.Skus;
8
- commitmentAssociations: operations.CommitmentAssociations;
9
- commitmentPlans: operations.CommitmentPlans;
10
- usageHistory: operations.UsageHistory;
11
- /**
12
- * Initializes a new instance of the AzureMLCommitmentPlansManagementClient class.
13
- * @param credentials Credentials needed for the client to connect to Azure.
14
- * @param subscriptionId Azure Subscription ID.
15
- * @param [options] The parameter options
16
- */
17
- constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.AzureMLCommitmentPlansManagementClientOptions);
18
- }
19
- export { AzureMLCommitmentPlansManagementClient, AzureMLCommitmentPlansManagementClientContext, Models as AzureMLCommitmentPlansManagementModels, Mappers as AzureMLCommitmentPlansManagementMappers };
20
- export * from "./operations";
21
- //# sourceMappingURL=azureMLCommitmentPlansManagementClient.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"azureMLCommitmentPlansManagementClient.d.ts","sourceRoot":"","sources":["../lib/azureMLCommitmentPlansManagementClient.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,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,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC;IACtB,sBAAsB,EAAE,UAAU,CAAC,sBAAsB,CAAC;IAC1D,eAAe,EAAE,UAAU,CAAC,eAAe,CAAC;IAC5C,YAAY,EAAE,UAAU,CAAC,YAAY,CAAC;IAEtC;;;;;OAKG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,6CAA6C;CAOjJ;AAID,OAAO,EACL,sCAAsC,EACtC,6CAA6C,EAC7C,MAAM,IAAI,sCAAsC,EAChD,OAAO,IAAI,uCAAuC,EACnD,CAAC;AACF,cAAc,cAAc,CAAC"}
@@ -1,36 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- import * as tslib_1 from "tslib";
11
- import * as Models from "./models";
12
- import * as Mappers from "./models/mappers";
13
- import * as operations from "./operations";
14
- import { AzureMLCommitmentPlansManagementClientContext } from "./azureMLCommitmentPlansManagementClientContext";
15
- var AzureMLCommitmentPlansManagementClient = /** @class */ (function (_super) {
16
- tslib_1.__extends(AzureMLCommitmentPlansManagementClient, _super);
17
- /**
18
- * Initializes a new instance of the AzureMLCommitmentPlansManagementClient class.
19
- * @param credentials Credentials needed for the client to connect to Azure.
20
- * @param subscriptionId Azure Subscription ID.
21
- * @param [options] The parameter options
22
- */
23
- function AzureMLCommitmentPlansManagementClient(credentials, subscriptionId, options) {
24
- var _this = _super.call(this, credentials, subscriptionId, options) || this;
25
- _this.skus = new operations.Skus(_this);
26
- _this.commitmentAssociations = new operations.CommitmentAssociations(_this);
27
- _this.commitmentPlans = new operations.CommitmentPlans(_this);
28
- _this.usageHistory = new operations.UsageHistory(_this);
29
- return _this;
30
- }
31
- return AzureMLCommitmentPlansManagementClient;
32
- }(AzureMLCommitmentPlansManagementClientContext));
33
- // Operation Specifications
34
- export { AzureMLCommitmentPlansManagementClient, AzureMLCommitmentPlansManagementClientContext, Models as AzureMLCommitmentPlansManagementModels, Mappers as AzureMLCommitmentPlansManagementMappers };
35
- export * from "./operations";
36
- //# sourceMappingURL=azureMLCommitmentPlansManagementClient.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"azureMLCommitmentPlansManagementClient.js","sourceRoot":"","sources":["../lib/azureMLCommitmentPlansManagementClient.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAGH,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,kEAA6C;IAOhG;;;;;OAKG;IACH,gDAAY,WAA4C,EAAE,cAAsB,EAAE,OAA8D;QAAhJ,YACE,kBAAM,WAAW,EAAE,cAAc,EAAE,OAAO,CAAC,SAK5C;QAJC,KAAI,CAAC,IAAI,GAAG,IAAI,UAAU,CAAC,IAAI,CAAC,KAAI,CAAC,CAAC;QACtC,KAAI,CAAC,sBAAsB,GAAG,IAAI,UAAU,CAAC,sBAAsB,CAAC,KAAI,CAAC,CAAC;QAC1E,KAAI,CAAC,eAAe,GAAG,IAAI,UAAU,CAAC,eAAe,CAAC,KAAI,CAAC,CAAC;QAC5D,KAAI,CAAC,YAAY,GAAG,IAAI,UAAU,CAAC,YAAY,CAAC,KAAI,CAAC,CAAC;;IACxD,CAAC;IACH,6CAAC;AAAD,CAAC,AApBD,CAAqD,6CAA6C,GAoBjG;AAED,2BAA2B;AAE3B,OAAO,EACL,sCAAsC,EACtC,6CAA6C,EAC7C,MAAM,IAAI,sCAAsC,EAChD,OAAO,IAAI,uCAAuC,EACnD,CAAC;AACF,cAAc,cAAc,CAAC"}
@@ -1,16 +0,0 @@
1
- import * as Models from "./models";
2
- import * as msRest from "@azure/ms-rest-js";
3
- import * as msRestAzure from "@azure/ms-rest-azure-js";
4
- export declare class AzureMLCommitmentPlansManagementClientContext extends msRestAzure.AzureServiceClient {
5
- credentials: msRest.ServiceClientCredentials;
6
- subscriptionId: string;
7
- apiVersion?: string;
8
- /**
9
- * Initializes a new instance of the AzureMLCommitmentPlansManagementClient class.
10
- * @param credentials Credentials needed for the client to connect to Azure.
11
- * @param subscriptionId Azure Subscription ID.
12
- * @param [options] The parameter options
13
- */
14
- constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.AzureMLCommitmentPlansManagementClientOptions);
15
- }
16
- //# sourceMappingURL=azureMLCommitmentPlansManagementClientContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"azureMLCommitmentPlansManagementClientContext.d.ts","sourceRoot":"","sources":["../lib/azureMLCommitmentPlansManagementClientContext.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAKvD,qBAAa,6CAA8C,SAAQ,WAAW,CAAC,kBAAkB;IAC/F,WAAW,EAAE,MAAM,CAAC,wBAAwB,CAAC;IAC7C,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;OAKG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,6CAA6C;CAiCjJ"}
@@ -1,56 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- import * as tslib_1 from "tslib";
11
- import * as msRestAzure from "@azure/ms-rest-azure-js";
12
- var packageName = "@azure/arm-commitmentplans";
13
- var packageVersion = "0.1.0";
14
- var AzureMLCommitmentPlansManagementClientContext = /** @class */ (function (_super) {
15
- tslib_1.__extends(AzureMLCommitmentPlansManagementClientContext, _super);
16
- /**
17
- * Initializes a new instance of the AzureMLCommitmentPlansManagementClient class.
18
- * @param credentials Credentials needed for the client to connect to Azure.
19
- * @param subscriptionId Azure Subscription ID.
20
- * @param [options] The parameter options
21
- */
22
- function AzureMLCommitmentPlansManagementClientContext(credentials, subscriptionId, options) {
23
- var _this = this;
24
- if (credentials == undefined) {
25
- throw new Error('\'credentials\' cannot be null.');
26
- }
27
- if (subscriptionId == undefined) {
28
- throw new Error('\'subscriptionId\' cannot be null.');
29
- }
30
- if (!options) {
31
- options = {};
32
- }
33
- if (!options.userAgent) {
34
- var defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
35
- options.userAgent = packageName + "/" + packageVersion + " " + defaultUserAgent;
36
- }
37
- _this = _super.call(this, credentials, options) || this;
38
- _this.apiVersion = '2016-05-01-preview';
39
- _this.acceptLanguage = 'en-US';
40
- _this.longRunningOperationRetryTimeout = 30;
41
- _this.baseUri = options.baseUri || _this.baseUri || "https://management.azure.com";
42
- _this.requestContentType = "application/json; charset=utf-8";
43
- _this.credentials = credentials;
44
- _this.subscriptionId = subscriptionId;
45
- if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
46
- _this.acceptLanguage = options.acceptLanguage;
47
- }
48
- if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
49
- _this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
50
- }
51
- return _this;
52
- }
53
- return AzureMLCommitmentPlansManagementClientContext;
54
- }(msRestAzure.AzureServiceClient));
55
- export { AzureMLCommitmentPlansManagementClientContext };
56
- //# sourceMappingURL=azureMLCommitmentPlansManagementClientContext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"azureMLCommitmentPlansManagementClientContext.js","sourceRoot":"","sources":["../lib/azureMLCommitmentPlansManagementClientContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAIH,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAEvD,IAAM,WAAW,GAAG,4BAA4B,CAAC;AACjD,IAAM,cAAc,GAAG,OAAO,CAAC;AAE/B;IAAmE,yEAA8B;IAK/F;;;;;OAKG;IACH,uDAAY,WAA4C,EAAE,cAAsB,EAAE,OAA8D;QAAhJ,iBAgCC;QA/BC,IAAI,WAAW,IAAI,SAAS,EAAE;YAC5B,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;SACpD;QACD,IAAI,cAAc,IAAI,SAAS,EAAE;YAC/B,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;SACvD;QAED,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,IAAG,CAAC,OAAO,CAAC,SAAS,EAAE;YACrB,IAAM,gBAAgB,GAAG,WAAW,CAAC,wBAAwB,EAAE,CAAC;YAChE,OAAO,CAAC,SAAS,GAAM,WAAW,SAAI,cAAc,SAAI,gBAAkB,CAAC;SAC5E;QAED,QAAA,kBAAM,WAAW,EAAE,OAAO,CAAC,SAAC;QAE5B,KAAI,CAAC,UAAU,GAAG,oBAAoB,CAAC;QACvC,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC;QAC9B,KAAI,CAAC,gCAAgC,GAAG,EAAE,CAAC;QAC3C,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,KAAI,CAAC,OAAO,IAAI,8BAA8B,CAAC;QACjF,KAAI,CAAC,kBAAkB,GAAG,iCAAiC,CAAC;QAC5D,KAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,IAAG,OAAO,CAAC,cAAc,KAAK,IAAI,IAAI,OAAO,CAAC,cAAc,KAAK,SAAS,EAAE;YAC1E,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC;SAC9C;QACD,IAAG,OAAO,CAAC,gCAAgC,KAAK,IAAI,IAAI,OAAO,CAAC,gCAAgC,KAAK,SAAS,EAAE;YAC9G,KAAI,CAAC,gCAAgC,GAAG,OAAO,CAAC,gCAAgC,CAAC;SAClF;;IACH,CAAC;IACH,oDAAC;AAAD,CAAC,AA5CD,CAAmE,WAAW,CAAC,kBAAkB,GA4ChG"}
@@ -1,2 +0,0 @@
1
- export { CommitmentAssociation, Resource, BaseResource, CommitmentAssociationProperties, CloudError, CommitmentAssociationListResult, MoveCommitmentAssociationRequest, CommitmentPlan, CommitmentPlanProperties, PlanQuantity, ResourceSku } from "../models/mappers";
2
- //# sourceMappingURL=commitmentAssociationsMappers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"commitmentAssociationsMappers.d.ts","sourceRoot":"","sources":["../../lib/models/commitmentAssociationsMappers.ts"],"names":[],"mappings":"AAUA,OAAO,EACL,qBAAqB,EACrB,QAAQ,EACR,YAAY,EACZ,+BAA+B,EAC/B,UAAU,EACV,+BAA+B,EAC/B,gCAAgC,EAChC,cAAc,EACd,wBAAwB,EACxB,YAAY,EACZ,WAAW,EACZ,MAAM,mBAAmB,CAAC"}
@@ -1,11 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- export { CommitmentAssociation, Resource, BaseResource, CommitmentAssociationProperties, CloudError, CommitmentAssociationListResult, MoveCommitmentAssociationRequest, CommitmentPlan, CommitmentPlanProperties, PlanQuantity, ResourceSku } from "../models/mappers";
11
- //# sourceMappingURL=commitmentAssociationsMappers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"commitmentAssociationsMappers.js","sourceRoot":"","sources":["../../lib/models/commitmentAssociationsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EACL,qBAAqB,EACrB,QAAQ,EACR,YAAY,EACZ,+BAA+B,EAC/B,UAAU,EACV,+BAA+B,EAC/B,gCAAgC,EAChC,cAAc,EACd,wBAAwB,EACxB,YAAY,EACZ,WAAW,EACZ,MAAM,mBAAmB,CAAC"}
@@ -1,2 +0,0 @@
1
- export { CommitmentPlan, Resource, BaseResource, CommitmentPlanProperties, PlanQuantity, ResourceSku, CloudError, CommitmentPlanPatchPayload, CommitmentPlanListResult, CommitmentAssociation, CommitmentAssociationProperties } from "../models/mappers";
2
- //# sourceMappingURL=commitmentPlansMappers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"commitmentPlansMappers.d.ts","sourceRoot":"","sources":["../../lib/models/commitmentPlansMappers.ts"],"names":[],"mappings":"AAUA,OAAO,EACL,cAAc,EACd,QAAQ,EACR,YAAY,EACZ,wBAAwB,EACxB,YAAY,EACZ,WAAW,EACX,UAAU,EACV,0BAA0B,EAC1B,wBAAwB,EACxB,qBAAqB,EACrB,+BAA+B,EAChC,MAAM,mBAAmB,CAAC"}
@@ -1,11 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- export { CommitmentPlan, Resource, BaseResource, CommitmentPlanProperties, PlanQuantity, ResourceSku, CloudError, CommitmentPlanPatchPayload, CommitmentPlanListResult, CommitmentAssociation, CommitmentAssociationProperties } from "../models/mappers";
11
- //# sourceMappingURL=commitmentPlansMappers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"commitmentPlansMappers.js","sourceRoot":"","sources":["../../lib/models/commitmentPlansMappers.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EACL,cAAc,EACd,QAAQ,EACR,YAAY,EACZ,wBAAwB,EACxB,YAAY,EACZ,WAAW,EACX,UAAU,EACV,0BAA0B,EAC1B,wBAAwB,EACxB,qBAAqB,EACrB,+BAA+B,EAChC,MAAM,mBAAmB,CAAC"}