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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (164) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +69 -80
  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 +74 -33
  81. package/review/arm-commitmentplans.api.md +405 -0
  82. package/rollup.config.js +184 -27
  83. package/src/azureMLCommitmentPlansManagementClient.ts +82 -41
  84. package/src/index.ts +12 -0
  85. package/src/models/index.ts +388 -745
  86. package/src/models/mappers.ts +354 -336
  87. package/src/models/parameters.ts +87 -35
  88. package/src/operations/commitmentAssociations.ts +183 -174
  89. package/src/operations/commitmentPlans.ts +277 -340
  90. package/src/operations/index.ts +4 -5
  91. package/src/operations/operations.ts +95 -0
  92. package/src/operations/skus.ts +65 -48
  93. package/src/operations/usageHistory.ts +135 -89
  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 -1659
  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 -27
  108. package/esm/azureMLCommitmentPlansManagementClient.d.ts.map +0 -1
  109. package/esm/azureMLCommitmentPlansManagementClient.js +0 -41
  110. package/esm/azureMLCommitmentPlansManagementClient.js.map +0 -1
  111. package/esm/azureMLCommitmentPlansManagementClientContext.d.ts +0 -22
  112. package/esm/azureMLCommitmentPlansManagementClientContext.d.ts.map +0 -1
  113. package/esm/azureMLCommitmentPlansManagementClientContext.js +0 -61
  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/src/azureMLCommitmentPlansManagementClientContext.ts +0 -68
  161. package/src/models/commitmentAssociationsMappers.ts +0 -24
  162. package/src/models/commitmentPlansMappers.ts +0 -24
  163. package/src/models/skusMappers.ts +0 -20
  164. package/src/models/usageHistoryMappers.ts +0 -16
@@ -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.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n//# sourceMappingURL=index.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport { __assign } from \"tslib\";\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nexport var CloudError = CloudErrorMapper;\nexport var BaseResource = BaseResourceMapper;\nexport var 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: __assign(__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: __assign(__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 { __assign } 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: __assign(__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 { __assign } 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: __assign(__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: __assign(__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 { __extends } from \"tslib\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nvar packageName = \"@azure/arm-commitmentplans\";\nvar packageVersion = \"1.3.1\";\nvar AzureMLCommitmentPlansManagementClientContext = /** @class */ (function (_super) {\n __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. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId 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 { __extends } 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 __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. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId 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","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","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,n,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)},s=Object.freeze({}),o=n.CloudErrorMapper,m=n.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(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"}}}}},S={serializedName:"CommitmentPlan",type:{name:"Composite",className:"CommitmentPlan",modelProperties:i(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"}}})}},M={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"}}}}},O={serializedName:"SkuListResult",type:{name:"Composite",className:"SkuListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"CatalogSku"}}}}}}},f={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"}}}}}}},v={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"}}}}}}},k=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:S,PlanUsageHistory:M,SkuListResult:O,CommitmentAssociationListResult:f,CommitmentPlanListResult:R,PlanUsageHistoryListResult:v}),L=Object.freeze({SkuListResult:O,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"}}},d={parameterPath:"commitmentPlanName",mapper:{required:!0,serializedName:"commitmentPlanName",type:{name:"String"}}},p={parameterPath:"nextPageLink",mapper:{required:!0,serializedName:"nextLink",type:{name:"String"}},skipEncoding:!0},l={parameterPath:"resourceGroupName",mapper:{required:!0,serializedName:"resourceGroupName",type:{name:"String"}}},u={parameterPath:["options","skipToken"],mapper:{serializedName:"$skipToken",type:{name:"String"}}},c={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",type:{name:"String"}}},x=(U.prototype.list=function(e,a){return this.client.sendOperationRequest({options:e},T,a)},U);function U(e){this.client=e}var T={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/skus",urlParameters:[c],queryParameters:[A],headerParameters:[q],responses:{200:{bodyMapper:O},default:{bodyMapper:o}},serializer:new a.Serializer(L)},L=Object.freeze({CommitmentAssociation:P,Resource:y,BaseResource:m,CommitmentAssociationProperties:N,CloudError:o,CommitmentAssociationListResult:f,MoveCommitmentAssociationRequest:z,CommitmentPlan:S,CommitmentPlanProperties:b,PlanQuantity:C,ResourceSku:g}),I=(D.prototype.get=function(e,a,t,r,i){return this.client.sendOperationRequest({resourceGroupName:e,commitmentPlanName:a,commitmentAssociationName:t,options:r},E,i)},D.prototype.list=function(e,a,t,r){return this.client.sendOperationRequest({resourceGroupName:e,commitmentPlanName:a,options:t},w,r)},D.prototype.move=function(e,a,t,r,i,n){return this.client.sendOperationRequest({resourceGroupName:e,commitmentPlanName:a,commitmentAssociationName:t,movePayload:r,options:i},j,n)},D.prototype.listNext=function(e,a,t){return this.client.sendOperationRequest({nextPageLink:e,options:a},Q,t)},D);function D(e){this.client=e}var L=new a.Serializer(L),E={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations/{commitmentAssociationName}",urlParameters:[c,l,d,G],queryParameters:[A],headerParameters:[q],responses:{200:{bodyMapper:P},default:{bodyMapper:o}},serializer:L},w={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations",urlParameters:[c,l,d],queryParameters:[u,A],headerParameters:[q],responses:{200:{bodyMapper:f},default:{bodyMapper:o}},serializer:L},j={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations/{commitmentAssociationName}/move",urlParameters:[c,l,d,G],queryParameters:[A],headerParameters:[q],requestBody:{parameterPath:"movePayload",mapper:i(i({},z),{required:!0})},responses:{200:{bodyMapper:P},default:{bodyMapper:o}},serializer:L},Q={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[p],headerParameters:[q],responses:{200:{bodyMapper:f},default:{bodyMapper:o}},serializer:L},N=Object.freeze({CommitmentPlan:S,Resource:y,BaseResource:m,CommitmentPlanProperties:b,PlanQuantity:C,ResourceSku:g,CloudError:o,CommitmentPlanPatchPayload:h,CommitmentPlanListResult:R,CommitmentAssociation:P,CommitmentAssociationProperties:N}),H=(B.prototype.get=function(e,a,t,r){return this.client.sendOperationRequest({resourceGroupName:e,commitmentPlanName:a,options:t},_,r)},B.prototype.createOrUpdate=function(e,a,t,r,i){return this.client.sendOperationRequest({createOrUpdatePayload:e,resourceGroupName:a,commitmentPlanName:t,options:r},F,i)},B.prototype.remove=function(e,a,t,r){return this.client.sendOperationRequest({resourceGroupName:e,commitmentPlanName:a,options:t},V,r)},B.prototype.patch=function(e,a,t,r,i){return this.client.sendOperationRequest({patchPayload:e,resourceGroupName:a,commitmentPlanName:t,options:r},$,i)},B.prototype.list=function(e,a){return this.client.sendOperationRequest({options:e},J,a)},B.prototype.listInResourceGroup=function(e,a,t){return this.client.sendOperationRequest({resourceGroupName:e,options:a},K,t)},B.prototype.listNext=function(e,a,t){return this.client.sendOperationRequest({nextPageLink:e,options:a},W,t)},B.prototype.listInResourceGroupNext=function(e,a,t){return this.client.sendOperationRequest({nextPageLink:e,options:a},X,t)},B);function B(e){this.client=e}var N=new a.Serializer(N),_={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}",urlParameters:[c,l,d],queryParameters:[A],headerParameters:[q],responses:{200:{bodyMapper:S},default:{bodyMapper:o}},serializer:N},F={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}",urlParameters:[c,l,d],queryParameters:[A],headerParameters:[q],requestBody:{parameterPath:"createOrUpdatePayload",mapper:i(i({},S),{required:!0})},responses:{200:{bodyMapper:S},201:{bodyMapper:S},default:{bodyMapper:o}},serializer:N},V={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}",urlParameters:[c,l,d],queryParameters:[A],headerParameters:[q],responses:{200:{},default:{bodyMapper:o}},serializer:N},$={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}",urlParameters:[c,l,d],queryParameters:[A],headerParameters:[q],requestBody:{parameterPath:"patchPayload",mapper:i(i({},h),{required:!0})},responses:{200:{bodyMapper:S},default:{bodyMapper:o}},serializer:N},J={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/commitmentPlans",urlParameters:[c],queryParameters:[u,A],headerParameters:[q],responses:{200:{bodyMapper:R},default:{bodyMapper:o}},serializer:N},K={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans",urlParameters:[c,l],queryParameters:[u,A],headerParameters:[q],responses:{200:{bodyMapper:R},default:{bodyMapper:o}},serializer:N},W={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[p],headerParameters:[q],responses:{200:{bodyMapper:R},default:{bodyMapper:o}},serializer:N},X={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[p],headerParameters:[q],responses:{200:{bodyMapper:R},default:{bodyMapper:o}},serializer:N},M=Object.freeze({PlanUsageHistoryListResult:v,PlanUsageHistory:M,CloudError:o}),Y=(Z.prototype.list=function(e,a,t,r){return this.client.sendOperationRequest({resourceGroupName:e,commitmentPlanName:a,options:t},ae,r)},Z.prototype.listNext=function(e,a,t){return this.client.sendOperationRequest({nextPageLink:e,options:a},te,t)},Z);function Z(e){this.client=e}var ee,M=new a.Serializer(M),ae={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/usageHistory",urlParameters:[c,l,d],queryParameters:[u,A],headerParameters:[q],responses:{200:{bodyMapper:v},default:{bodyMapper:o}},serializer:M},te={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[p],headerParameters:[q],responses:{200:{bodyMapper:v},default:{bodyMapper:o}},serializer:M},o=(t(re,ee=n.AzureServiceClient),re);function re(e,a,t){var r,i=this;if(null==e)throw new Error("'credentials' cannot be null.");if(null==a)throw new Error("'subscriptionId' cannot be null.");return(t=t||{}).userAgent||(r=n.getDefaultUserAgentValue(),t.userAgent="@azure/arm-commitmentplans/1.3.1 "+r),(i=ee.call(this,e,t)||this).apiVersion="2016-05-01-preview",i.acceptLanguage="en-US",i.longRunningOperationRetryTimeout=30,i.baseUri=t.baseUri||i.baseUri||"https://management.azure.com",i.requestContentType="application/json; charset=utf-8",i.credentials=e,i.subscriptionId=a,null!==t.acceptLanguage&&void 0!==t.acceptLanguage&&(i.acceptLanguage=t.acceptLanguage),null!==t.longRunningOperationRetryTimeout&&void 0!==t.longRunningOperationRetryTimeout&&(i.longRunningOperationRetryTimeout=t.longRunningOperationRetryTimeout),i}var ie,M=(t(ne,ie=o),ne);function ne(e,a,t){t=ie.call(this,e,a,t)||this;return t.skus=new x(t),t.commitmentAssociations=new I(t),t.commitmentPlans=new H(t),t.usageHistory=new Y(t),t}e.AzureMLCommitmentPlansManagementClient=M,e.AzureMLCommitmentPlansManagementClientContext=o,e.AzureMLCommitmentPlansManagementModels=s,e.AzureMLCommitmentPlansManagementMappers=k,e.Skus=x,e.CommitmentAssociations=I,e.CommitmentPlans=H,e.UsageHistory=Y,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","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","list","options","callback","client","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","_super","Mappers.PlanUsageHistoryListResult","AzureMLCommitmentPlansManagementClientContext","msRestAzure.AzureServiceClient","credentials","defaultUserAgent","_this","undefined","Error","userAgent","msRestAzure.getDefaultUserAgentValue","packageName","longRunningOperationRetryTimeout","baseUri","requestContentType","AzureMLCommitmentPlansManagementClient","skus","operations.Skus","commitmentAssociations","operations.CommitmentAssociations","commitmentPlans","operations.CommitmentPlans","usageHistory","operations.UsageHistory"],"mappings":"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"}
@@ -1,27 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import { TokenCredential } from "@azure/core-auth";
3
- import * as Models from "./models";
4
- import * as Mappers from "./models/mappers";
5
- import * as operations from "./operations";
6
- import { AzureMLCommitmentPlansManagementClientContext } from "./azureMLCommitmentPlansManagementClientContext";
7
- declare class AzureMLCommitmentPlansManagementClient extends AzureMLCommitmentPlansManagementClientContext {
8
- skus: operations.Skus;
9
- commitmentAssociations: operations.CommitmentAssociations;
10
- commitmentPlans: operations.CommitmentPlans;
11
- usageHistory: operations.UsageHistory;
12
- /**
13
- * Initializes a new instance of the AzureMLCommitmentPlansManagementClient class.
14
- * @param credentials Credentials needed for the client to connect to Azure. Credentials
15
- * implementing the TokenCredential interface from the @azure/identity package are recommended. For
16
- * more information about these credentials, see
17
- * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
18
- * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
19
- * @azure/ms-rest-browserauth are also supported.
20
- * @param subscriptionId Azure Subscription ID.
21
- * @param [options] The parameter options
22
- */
23
- constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.AzureMLCommitmentPlansManagementClientOptions);
24
- }
25
- export { AzureMLCommitmentPlansManagementClient, AzureMLCommitmentPlansManagementClientContext, Models as AzureMLCommitmentPlansManagementModels, Mappers as AzureMLCommitmentPlansManagementMappers };
26
- export * from "./operations";
27
- //# sourceMappingURL=azureMLCommitmentPlansManagementClient.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"azureMLCommitmentPlansManagementClient.d.ts","sourceRoot":"","sources":["../src/azureMLCommitmentPlansManagementClient.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,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;;;;;;;;;;OAUG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,6CAA6C;CAOnK;AAID,OAAO,EACL,sCAAsC,EACtC,6CAA6C,EAC7C,MAAM,IAAI,sCAAsC,EAChD,OAAO,IAAI,uCAAuC,EACnD,CAAC;AACF,cAAc,cAAc,CAAC"}
@@ -1,41 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- import { __extends } from "tslib";
11
- import * as Models from "./models";
12
- import * as Mappers from "./models/mappers";
13
- import * as operations from "./operations";
14
- import { AzureMLCommitmentPlansManagementClientContext } from "./azureMLCommitmentPlansManagementClientContext";
15
- var AzureMLCommitmentPlansManagementClient = /** @class */ (function (_super) {
16
- __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. Credentials
20
- * implementing the TokenCredential interface from the @azure/identity package are recommended. For
21
- * more information about these credentials, see
22
- * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
23
- * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
24
- * @azure/ms-rest-browserauth are also supported.
25
- * @param subscriptionId Azure Subscription ID.
26
- * @param [options] The parameter options
27
- */
28
- function AzureMLCommitmentPlansManagementClient(credentials, subscriptionId, options) {
29
- var _this = _super.call(this, credentials, subscriptionId, options) || this;
30
- _this.skus = new operations.Skus(_this);
31
- _this.commitmentAssociations = new operations.CommitmentAssociations(_this);
32
- _this.commitmentPlans = new operations.CommitmentPlans(_this);
33
- _this.usageHistory = new operations.UsageHistory(_this);
34
- return _this;
35
- }
36
- return AzureMLCommitmentPlansManagementClient;
37
- }(AzureMLCommitmentPlansManagementClientContext));
38
- // Operation Specifications
39
- export { AzureMLCommitmentPlansManagementClient, AzureMLCommitmentPlansManagementClientContext, Models as AzureMLCommitmentPlansManagementModels, Mappers as AzureMLCommitmentPlansManagementMappers };
40
- export * from "./operations";
41
- //# sourceMappingURL=azureMLCommitmentPlansManagementClient.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"azureMLCommitmentPlansManagementClient.js","sourceRoot":"","sources":["../src/azureMLCommitmentPlansManagementClient.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAIH,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,6CAA6C,EAAE,MAAM,iDAAiD,CAAC;AAGhH;IAAqD,0DAA6C;IAOhG;;;;;;;;;;OAUG;IACH,gDAAY,WAA8D,EAAE,cAAsB,EAAE,OAA8D;QAAlK,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,AAzBD,CAAqD,6CAA6C,GAyBjG;AAED,2BAA2B;AAE3B,OAAO,EACL,sCAAsC,EACtC,6CAA6C,EAC7C,MAAM,IAAI,sCAAsC,EAChD,OAAO,IAAI,uCAAuC,EACnD,CAAC;AACF,cAAc,cAAc,CAAC"}
@@ -1,22 +0,0 @@
1
- import * as Models from "./models";
2
- import * as msRest from "@azure/ms-rest-js";
3
- import { TokenCredential } from "@azure/core-auth";
4
- import * as msRestAzure from "@azure/ms-rest-azure-js";
5
- export declare class AzureMLCommitmentPlansManagementClientContext extends msRestAzure.AzureServiceClient {
6
- credentials: msRest.ServiceClientCredentials | TokenCredential;
7
- subscriptionId: string;
8
- apiVersion?: string;
9
- /**
10
- * Initializes a new instance of the AzureMLCommitmentPlansManagementClient class.
11
- * @param credentials Credentials needed for the client to connect to Azure. Credentials
12
- * implementing the TokenCredential interface from the @azure/identity package are recommended. For
13
- * more information about these credentials, see
14
- * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
15
- * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
16
- * @azure/ms-rest-browserauth are also supported.
17
- * @param subscriptionId Azure Subscription ID.
18
- * @param [options] The parameter options
19
- */
20
- constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.AzureMLCommitmentPlansManagementClientOptions);
21
- }
22
- //# sourceMappingURL=azureMLCommitmentPlansManagementClientContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"azureMLCommitmentPlansManagementClientContext.d.ts","sourceRoot":"","sources":["../src/azureMLCommitmentPlansManagementClientContext.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAKvD,qBAAa,6CAA8C,SAAQ,WAAW,CAAC,kBAAkB;IAC/F,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,CAAC;IAC/D,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;;OAUG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,6CAA6C;CAiCnK"}
@@ -1,61 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- import { __extends } from "tslib";
11
- import * as msRestAzure from "@azure/ms-rest-azure-js";
12
- var packageName = "@azure/arm-commitmentplans";
13
- var packageVersion = "1.3.1";
14
- var AzureMLCommitmentPlansManagementClientContext = /** @class */ (function (_super) {
15
- __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. Credentials
19
- * implementing the TokenCredential interface from the @azure/identity package are recommended. For
20
- * more information about these credentials, see
21
- * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
22
- * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
23
- * @azure/ms-rest-browserauth are also supported.
24
- * @param subscriptionId Azure Subscription ID.
25
- * @param [options] The parameter options
26
- */
27
- function AzureMLCommitmentPlansManagementClientContext(credentials, subscriptionId, options) {
28
- var _this = this;
29
- if (credentials == undefined) {
30
- throw new Error('\'credentials\' cannot be null.');
31
- }
32
- if (subscriptionId == undefined) {
33
- throw new Error('\'subscriptionId\' cannot be null.');
34
- }
35
- if (!options) {
36
- options = {};
37
- }
38
- if (!options.userAgent) {
39
- var defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
40
- options.userAgent = packageName + "/" + packageVersion + " " + defaultUserAgent;
41
- }
42
- _this = _super.call(this, credentials, options) || this;
43
- _this.apiVersion = '2016-05-01-preview';
44
- _this.acceptLanguage = 'en-US';
45
- _this.longRunningOperationRetryTimeout = 30;
46
- _this.baseUri = options.baseUri || _this.baseUri || "https://management.azure.com";
47
- _this.requestContentType = "application/json; charset=utf-8";
48
- _this.credentials = credentials;
49
- _this.subscriptionId = subscriptionId;
50
- if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
51
- _this.acceptLanguage = options.acceptLanguage;
52
- }
53
- if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
54
- _this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
55
- }
56
- return _this;
57
- }
58
- return AzureMLCommitmentPlansManagementClientContext;
59
- }(msRestAzure.AzureServiceClient));
60
- export { AzureMLCommitmentPlansManagementClientContext };
61
- //# sourceMappingURL=azureMLCommitmentPlansManagementClientContext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"azureMLCommitmentPlansManagementClientContext.js","sourceRoot":"","sources":["../src/azureMLCommitmentPlansManagementClientContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAKH,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAEvD,IAAM,WAAW,GAAG,4BAA4B,CAAC;AACjD,IAAM,cAAc,GAAG,OAAO,CAAC;AAE/B;IAAmE,iEAA8B;IAK/F;;;;;;;;;;OAUG;IACH,uDAAY,WAA8D,EAAE,cAAsB,EAAE,OAA8D;QAAlK,iBAgCC;QA/BC,IAAI,WAAW,IAAI,SAAS,EAAE;YAC5B,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;SACpD;QACD,IAAI,cAAc,IAAI,SAAS,EAAE;YAC/B,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;SACvD;QAED,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE;YACtB,IAAM,gBAAgB,GAAG,WAAW,CAAC,wBAAwB,EAAE,CAAC;YAChE,OAAO,CAAC,SAAS,GAAM,WAAW,SAAI,cAAc,SAAI,gBAAkB,CAAC;SAC5E;QAED,QAAA,kBAAM,WAAW,EAAE,OAAO,CAAC,SAAC;QAE5B,KAAI,CAAC,UAAU,GAAG,oBAAoB,CAAC;QACvC,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC;QAC9B,KAAI,CAAC,gCAAgC,GAAG,EAAE,CAAC;QAC3C,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,KAAI,CAAC,OAAO,IAAI,8BAA8B,CAAC;QACjF,KAAI,CAAC,kBAAkB,GAAG,iCAAiC,CAAC;QAC5D,KAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,IAAI,OAAO,CAAC,cAAc,KAAK,IAAI,IAAI,OAAO,CAAC,cAAc,KAAK,SAAS,EAAE;YAC3E,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC;SAC9C;QACD,IAAI,OAAO,CAAC,gCAAgC,KAAK,IAAI,IAAI,OAAO,CAAC,gCAAgC,KAAK,SAAS,EAAE;YAC/G,KAAI,CAAC,gCAAgC,GAAG,OAAO,CAAC,gCAAgC,CAAC;SAClF;;IACH,CAAC;IACH,oDAAC;AAAD,CAAC,AAjDD,CAAmE,WAAW,CAAC,kBAAkB,GAiDhG"}
@@ -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":["../../src/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":["../../src/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":["../../src/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":["../../src/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"}