@azure/arm-azurestack 2.1.1 → 3.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (174) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/{LICENSE.txt → LICENSE} +2 -2
  3. package/README.md +69 -80
  4. package/dist/index.js +3000 -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/azureStackManagementClient.d.ts +24 -0
  9. package/dist-esm/src/azureStackManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/azureStackManagementClient.js +57 -0
  11. package/dist-esm/src/azureStackManagementClient.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 +854 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +55 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +37 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/{esm → dist-esm/src}/models/mappers.js +608 -394
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +20 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/dist-esm/src/models/parameters.js +163 -0
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operations/cloudManifestFile.d.ts +24 -0
  29. package/dist-esm/src/operations/cloudManifestFile.d.ts.map +1 -0
  30. package/dist-esm/src/operations/cloudManifestFile.js +70 -0
  31. package/dist-esm/src/operations/cloudManifestFile.js.map +1 -0
  32. package/dist-esm/src/operations/customerSubscriptions.d.ts +63 -0
  33. package/dist-esm/src/operations/customerSubscriptions.d.ts.map +1 -0
  34. package/dist-esm/src/operations/customerSubscriptions.js +241 -0
  35. package/dist-esm/src/operations/customerSubscriptions.js.map +1 -0
  36. package/{esm → dist-esm/src}/operations/index.d.ts +3 -1
  37. package/dist-esm/src/operations/index.d.ts.map +1 -0
  38. package/{esm → dist-esm/src}/operations/index.js +6 -6
  39. package/dist-esm/src/operations/index.js.map +1 -0
  40. package/dist-esm/src/operations/linkedSubscriptions.d.ts +83 -0
  41. package/dist-esm/src/operations/linkedSubscriptions.d.ts.map +1 -0
  42. package/dist-esm/src/operations/linkedSubscriptions.js +359 -0
  43. package/dist-esm/src/operations/linkedSubscriptions.js.map +1 -0
  44. package/dist-esm/src/operations/operations.d.ts +32 -0
  45. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/operations.js +120 -0
  47. package/dist-esm/src/operations/operations.js.map +1 -0
  48. package/dist-esm/src/operations/products.d.ts +78 -0
  49. package/dist-esm/src/operations/products.d.ts.map +1 -0
  50. package/dist-esm/src/operations/products.js +303 -0
  51. package/dist-esm/src/operations/products.js.map +1 -0
  52. package/dist-esm/src/operations/registrations.d.ts +97 -0
  53. package/dist-esm/src/operations/registrations.d.ts.map +1 -0
  54. package/dist-esm/src/operations/registrations.js +416 -0
  55. package/dist-esm/src/operations/registrations.js.map +1 -0
  56. package/dist-esm/src/operationsInterfaces/cloudManifestFile.d.ts +16 -0
  57. package/dist-esm/src/operationsInterfaces/cloudManifestFile.d.ts.map +1 -0
  58. package/dist-esm/src/operationsInterfaces/cloudManifestFile.js +9 -0
  59. package/dist-esm/src/operationsInterfaces/cloudManifestFile.js.map +1 -0
  60. package/dist-esm/src/operationsInterfaces/customerSubscriptions.d.ts +38 -0
  61. package/dist-esm/src/operationsInterfaces/customerSubscriptions.d.ts.map +1 -0
  62. package/dist-esm/src/operationsInterfaces/customerSubscriptions.js +9 -0
  63. package/dist-esm/src/operationsInterfaces/customerSubscriptions.js.map +1 -0
  64. package/dist-esm/src/operationsInterfaces/index.d.ts +7 -0
  65. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  66. package/dist-esm/src/operationsInterfaces/index.js +14 -0
  67. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/linkedSubscriptions.d.ts +47 -0
  69. package/dist-esm/src/operationsInterfaces/linkedSubscriptions.d.ts.map +1 -0
  70. package/dist-esm/src/operationsInterfaces/linkedSubscriptions.js +9 -0
  71. package/dist-esm/src/operationsInterfaces/linkedSubscriptions.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  73. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  75. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/products.d.ts +53 -0
  77. package/dist-esm/src/operationsInterfaces/products.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/products.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/products.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/registrations.d.ts +61 -0
  81. package/dist-esm/src/operationsInterfaces/registrations.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/registrations.js +9 -0
  83. package/dist-esm/src/operationsInterfaces/registrations.js.map +1 -0
  84. package/dist-esm/test/sampleTest.d.ts +4 -0
  85. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  86. package/dist-esm/test/sampleTest.js +43 -0
  87. package/dist-esm/test/sampleTest.js.map +1 -0
  88. package/package.json +63 -32
  89. package/review/arm-azurestack.api.md +695 -0
  90. package/rollup.config.js +181 -30
  91. package/src/azureStackManagementClient.ts +88 -43
  92. package/src/index.ts +12 -0
  93. package/src/models/index.ts +725 -836
  94. package/src/models/mappers.ts +623 -384
  95. package/src/models/parameters.ts +130 -32
  96. package/src/operations/cloudManifestFile.ts +93 -0
  97. package/src/operations/customerSubscriptions.ts +191 -206
  98. package/src/operations/index.ts +6 -6
  99. package/src/operations/linkedSubscriptions.ts +450 -0
  100. package/src/operations/operations.ts +89 -75
  101. package/src/operations/products.ts +240 -299
  102. package/src/operations/registrations.ts +347 -266
  103. package/src/operationsInterfaces/cloudManifestFile.ts +34 -0
  104. package/src/operationsInterfaces/customerSubscriptions.ts +75 -0
  105. package/src/operationsInterfaces/index.ts +14 -0
  106. package/src/operationsInterfaces/linkedSubscriptions.ts +91 -0
  107. package/src/operationsInterfaces/operations.ts +22 -0
  108. package/src/operationsInterfaces/products.ts +104 -0
  109. package/src/operationsInterfaces/registrations.ts +116 -0
  110. package/tsconfig.json +3 -3
  111. package/types/arm-azurestack.d.ts +1206 -0
  112. package/types/tsdoc-metadata.json +11 -0
  113. package/dist/arm-azurestack.js +0 -2153
  114. package/dist/arm-azurestack.js.map +0 -1
  115. package/dist/arm-azurestack.min.js +0 -1
  116. package/dist/arm-azurestack.min.js.map +0 -1
  117. package/esm/azureStackManagementClient.d.ts +0 -28
  118. package/esm/azureStackManagementClient.d.ts.map +0 -1
  119. package/esm/azureStackManagementClient.js +0 -42
  120. package/esm/azureStackManagementClient.js.map +0 -1
  121. package/esm/azureStackManagementClientContext.d.ts +0 -23
  122. package/esm/azureStackManagementClientContext.d.ts.map +0 -1
  123. package/esm/azureStackManagementClientContext.js +0 -62
  124. package/esm/azureStackManagementClientContext.js.map +0 -1
  125. package/esm/models/customerSubscriptionsMappers.d.ts +0 -2
  126. package/esm/models/customerSubscriptionsMappers.d.ts.map +0 -1
  127. package/esm/models/customerSubscriptionsMappers.js +0 -9
  128. package/esm/models/customerSubscriptionsMappers.js.map +0 -1
  129. package/esm/models/index.d.ts +0 -1014
  130. package/esm/models/index.d.ts.map +0 -1
  131. package/esm/models/index.js +0 -8
  132. package/esm/models/index.js.map +0 -1
  133. package/esm/models/mappers.d.ts +0 -31
  134. package/esm/models/mappers.d.ts.map +0 -1
  135. package/esm/models/mappers.js.map +0 -1
  136. package/esm/models/operationsMappers.d.ts +0 -2
  137. package/esm/models/operationsMappers.d.ts.map +0 -1
  138. package/esm/models/operationsMappers.js +0 -9
  139. package/esm/models/operationsMappers.js.map +0 -1
  140. package/esm/models/parameters.d.ts +0 -10
  141. package/esm/models/parameters.d.ts.map +0 -1
  142. package/esm/models/parameters.js +0 -92
  143. package/esm/models/parameters.js.map +0 -1
  144. package/esm/models/productsMappers.d.ts +0 -2
  145. package/esm/models/productsMappers.d.ts.map +0 -1
  146. package/esm/models/productsMappers.js +0 -9
  147. package/esm/models/productsMappers.js.map +0 -1
  148. package/esm/models/registrationsMappers.d.ts +0 -2
  149. package/esm/models/registrationsMappers.d.ts.map +0 -1
  150. package/esm/models/registrationsMappers.js +0 -9
  151. package/esm/models/registrationsMappers.js.map +0 -1
  152. package/esm/operations/customerSubscriptions.d.ts +0 -127
  153. package/esm/operations/customerSubscriptions.d.ts.map +0 -1
  154. package/esm/operations/customerSubscriptions.js +0 -188
  155. package/esm/operations/customerSubscriptions.js.map +0 -1
  156. package/esm/operations/index.d.ts.map +0 -1
  157. package/esm/operations/index.js.map +0 -1
  158. package/esm/operations/operations.d.ts +0 -46
  159. package/esm/operations/operations.d.ts.map +0 -1
  160. package/esm/operations/operations.js +0 -77
  161. package/esm/operations/operations.js.map +0 -1
  162. package/esm/operations/products.d.ts +0 -169
  163. package/esm/operations/products.d.ts.map +0 -1
  164. package/esm/operations/products.js +0 -268
  165. package/esm/operations/products.js.map +0 -1
  166. package/esm/operations/registrations.d.ts +0 -160
  167. package/esm/operations/registrations.d.ts.map +0 -1
  168. package/esm/operations/registrations.js +0 -250
  169. package/esm/operations/registrations.js.map +0 -1
  170. package/src/azureStackManagementClientContext.ts +0 -69
  171. package/src/models/customerSubscriptionsMappers.ts +0 -24
  172. package/src/models/operationsMappers.ts +0 -14
  173. package/src/models/productsMappers.ts +0 -30
  174. package/src/models/registrationsMappers.ts +0 -26
@@ -1 +0,0 @@
1
- {"version":3,"file":"arm-azurestack.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/operationsMappers.ts","../src/models/parameters.ts","../src/operations/operations.ts","../src/models/productsMappers.ts","../src/operations/products.ts","../src/models/registrationsMappers.ts","../src/operations/registrations.ts","../src/models/customerSubscriptionsMappers.ts","../src/operations/customerSubscriptions.ts","../src/azureStackManagementClientContext.ts","../src/azureStackManagementClient.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for 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 regenerated.\n */\n\nimport { BaseResource, CloudError, AzureServiceClientOptions } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport { BaseResource, CloudError };\n\n/**\n * Base resource object.\n */\nexport interface Resource extends BaseResource {\n /**\n * ID of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Name of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Type of Resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The entity tag used for optimistic concurrency when modifying the resource.\n */\n etag?: string;\n}\n\n/**\n * Base resource object.\n */\nexport interface TrackedResource extends BaseResource {\n /**\n * ID of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Name of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Type of Resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * Custom tags for the resource.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The entity tag used for optimistic concurrency when modifying the resource.\n */\n etag?: string;\n}\n\n/**\n * Contains the localized display information for this particular operation or action.\n */\nexport interface Display {\n /**\n * The localized, friendly version of the resource provider name.\n */\n provider?: string;\n /**\n * The localized, friendly version of the resource type related to this action or operation; the\n * resource type should match the public documentation for the resource provider.\n */\n resource?: string;\n /**\n * The localized, friendly name for the operation. Use the name as it will displayed to the user.\n */\n operation?: string;\n /**\n * The localized, friendly description for the operation. The description will be displayed to\n * the user. It should be thorough and concise for used in both tooltips and detailed views.\n */\n description?: string;\n}\n\n/**\n * Describes the supported REST operation.\n */\nexport interface Operation {\n /**\n * The name of the operation being performed on this particular object.\n */\n name?: string;\n /**\n * Contains the localized display information for this particular operation or action.\n */\n display?: Display;\n /**\n * The intended executor of the operation.\n */\n origin?: string;\n}\n\n/**\n * The details of the error.\n */\nexport interface ErrorDetails {\n /**\n * Error code.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly code?: string;\n /**\n * Error message indicating why the operation failed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n /**\n * The target of the particular error.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly target?: string;\n}\n\n/**\n * Error response indicates that the service is not able to process the incoming request. The\n * reason is provided in the error message.\n */\nexport interface ErrorResponse {\n /**\n * The details of the error.\n */\n error?: ErrorDetails;\n}\n\n/**\n * OS disk image.\n */\nexport interface OsDiskImage {\n /**\n * OS operating system type. Possible values include: 'None', 'Windows', 'Linux'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly operatingSystem?: OperatingSystem;\n /**\n * SAS key for source blob.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly sourceBlobSasUri?: string;\n}\n\n/**\n * Data disk image.\n */\nexport interface DataDiskImage {\n /**\n * The LUN.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lun?: number;\n /**\n * SAS key for source blob.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly sourceBlobSasUri?: string;\n}\n\n/**\n * Extended description about the product required for installing it into Azure Stack.\n */\nexport interface ExtendedProduct {\n /**\n * The URI to the .azpkg file that provides information required for showing product in the\n * gallery.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly galleryPackageBlobSasUri?: string;\n /**\n * Specifies the kind of the product (virtualMachine or virtualMachineExtension).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly productKind?: string;\n /**\n * Specifies kind of compute role included in the package. Possible values include: 'None',\n * 'IaaS', 'PaaS'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly computeRole?: ComputeRole;\n /**\n * Specifies if product is a Virtual Machine Extension.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isSystemExtension?: boolean;\n /**\n * The URI.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly uri?: string;\n /**\n * Indicates if specified product supports multiple extensions.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly supportMultipleExtensions?: boolean;\n /**\n * Specifies product version.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly version?: string;\n /**\n * Specifies operating system used by the product. Possible values include: 'None', 'Windows',\n * 'Linux'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly vmOsType?: OperatingSystem;\n /**\n * Indicates if virtual machine Scale Set is enabled in the specified product.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly vmScaleSetEnabled?: boolean;\n /**\n * OS disk image used by product.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly osDiskImage?: OsDiskImage;\n /**\n * List of attached data disks.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly dataDiskImages?: DataDiskImage[];\n}\n\n/**\n * Product information.\n */\nexport interface VirtualMachineExtensionProductProperties {\n /**\n * Specifies kind of compute role included in the package. Possible values include: 'None',\n * 'IaaS', 'PaaS'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly computeRole?: ComputeRole;\n /**\n * Specifies if product is a Virtual Machine Extension.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isSystemExtension?: boolean;\n /**\n * The URI.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly uri?: string;\n /**\n * Indicates if specified product supports multiple extensions.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly supportMultipleExtensions?: boolean;\n /**\n * Specifies product version.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly version?: string;\n /**\n * Specifies operating system used by the product. Possible values include: 'None', 'Windows',\n * 'Linux'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly vmOsType?: OperatingSystem;\n /**\n * Indicates if virtual machine Scale Set is enabled in the specified product.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly vmScaleSetEnabled?: boolean;\n}\n\n/**\n * Product information.\n */\nexport interface VirtualMachineProductProperties {\n /**\n * Specifies product version.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly version?: string;\n /**\n * OS disk image used by product.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly osDiskImage?: OsDiskImage;\n /**\n * List of attached data disks.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly dataDiskImages?: DataDiskImage[];\n}\n\n/**\n * Links to product icons.\n */\nexport interface IconUris {\n /**\n * URI to large icon.\n */\n large?: string;\n /**\n * URI to wide icon.\n */\n wide?: string;\n /**\n * URI to medium icon.\n */\n medium?: string;\n /**\n * URI to small icon.\n */\n small?: string;\n /**\n * URI to hero icon.\n */\n hero?: string;\n}\n\n/**\n * Link with additional information about a product.\n */\nexport interface ProductLink {\n /**\n * The description of the link.\n */\n displayName?: string;\n /**\n * The URI corresponding to the link.\n */\n uri?: string;\n}\n\n/**\n * Additional properties of the product\n */\nexport interface ProductProperties {\n /**\n * The version.\n */\n version?: string;\n}\n\n/**\n * Product compatibility\n */\nexport interface Compatibility {\n /**\n * Tells if product is compatible with current device\n */\n isCompatible?: boolean;\n /**\n * Short error message if any compatibility issues are found\n */\n message?: string;\n /**\n * Full error message if any compatibility issues are found\n */\n description?: string;\n /**\n * List of all issues found\n */\n issues?: CompatibilityIssue[];\n}\n\n/**\n * Product information.\n */\nexport interface Product extends Resource {\n /**\n * The display name of the product.\n */\n displayName?: string;\n /**\n * The description of the product.\n */\n description?: string;\n /**\n * The user-friendly name of the product publisher.\n */\n publisherDisplayName?: string;\n /**\n * Publisher identifier.\n */\n publisherIdentifier?: string;\n /**\n * The offer representing the product.\n */\n offer?: string;\n /**\n * The version of the product offer.\n */\n offerVersion?: string;\n /**\n * The product SKU.\n */\n sku?: string;\n /**\n * The part number used for billing purposes.\n */\n billingPartNumber?: string;\n /**\n * The type of the Virtual Machine Extension.\n */\n vmExtensionType?: string;\n /**\n * The identifier of the gallery item corresponding to the product.\n */\n galleryItemIdentity?: string;\n /**\n * Additional links available for this product.\n */\n iconUris?: IconUris;\n /**\n * Additional links available for this product.\n */\n links?: ProductLink[];\n /**\n * The legal terms.\n */\n legalTerms?: string;\n /**\n * The privacy policy.\n */\n privacyPolicy?: string;\n /**\n * The length of product content.\n */\n payloadLength?: number;\n /**\n * The kind of the product (virtualMachine or virtualMachineExtension)\n */\n productKind?: string;\n /**\n * Additional properties for the product.\n */\n productProperties?: ProductProperties;\n /**\n * Product compatibility with current device.\n */\n compatibility?: Compatibility;\n}\n\n/**\n * Device Configuration.\n */\nexport interface DeviceConfiguration {\n /**\n * Version of the device.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deviceVersion?: string;\n /**\n * Identity system of the device. Possible values include: 'AzureAD', 'ADFS'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly identitySystem?: Category;\n}\n\n/**\n * Update details for product log.\n */\nexport interface MarketplaceProductLogUpdate {\n /**\n * Operation to log.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly operation?: string;\n /**\n * Operation status to log.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: string;\n /**\n * Error related to the operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly error?: string;\n /**\n * Error details related to operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly details?: string;\n}\n\n/**\n * Product action log.\n */\nexport interface ProductLog {\n /**\n * Log ID.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Logged product ID.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly productId?: string;\n /**\n * Logged subscription ID.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly subscriptionId?: string;\n /**\n * Logged registration name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly registrationName?: string;\n /**\n * Logged resource group name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resourceGroupName?: string;\n /**\n * Logged operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly operation?: string;\n /**\n * Operation start datetime.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly startDate?: string;\n /**\n * Operation end datetime.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endDate?: string;\n /**\n * Operation status.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: string;\n /**\n * Operation error data.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly error?: string;\n /**\n * Operation error details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly details?: string;\n}\n\n/**\n * Registration information.\n */\nexport interface Registration extends TrackedResource {\n /**\n * The object identifier associated with the Azure Stack connecting to Azure.\n */\n objectId?: string;\n /**\n * The identifier of the registered Azure Stack.\n */\n cloudId?: string;\n /**\n * Specifies the billing mode for the Azure Stack registration.\n */\n billingModel?: string;\n}\n\n/**\n * The resource containing the Azure Stack activation key.\n */\nexport interface ActivationKeyResult {\n /**\n * Azure Stack activation key.\n */\n activationKey?: string;\n}\n\n/**\n * Registration resource\n */\nexport interface RegistrationParameter {\n /**\n * The token identifying registered Azure Stack\n */\n registrationToken: string;\n /**\n * Location of the resource. Possible values include: 'global'\n */\n location?: Location;\n}\n\n/**\n * Customer subscription.\n */\nexport interface CustomerSubscription extends Resource {\n /**\n * Tenant Id.\n */\n tenantId?: string;\n}\n\n/**\n * An interface representing AzureStackManagementClientOptions.\n */\nexport interface AzureStackManagementClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * List of Operations\n * @extends Array<Operation>\n */\nexport interface OperationList extends Array<Operation> {\n /**\n * URI to the next page of operations.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * Pageable list of products.\n * @extends Array<Product>\n */\nexport interface ProductList extends Array<Product> {\n /**\n * URI to the next page.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * Pageable list of registrations.\n * @extends Array<Registration>\n */\nexport interface RegistrationList extends Array<Registration> {\n /**\n * URI to the next page.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * Pageable list of customer subscriptions.\n * @extends Array<CustomerSubscription>\n */\nexport interface CustomerSubscriptionList extends Array<CustomerSubscription> {\n /**\n * URI to the next page.\n */\n nextLink?: string;\n}\n\n/**\n * Defines values for ProvisioningState.\n * Possible values include: 'Creating', 'Failed', 'Succeeded', 'Canceled'\n * @readonly\n * @enum {string}\n */\nexport type ProvisioningState = 'Creating' | 'Failed' | 'Succeeded' | 'Canceled';\n\n/**\n * Defines values for ComputeRole.\n * Possible values include: 'None', 'IaaS', 'PaaS'\n * @readonly\n * @enum {string}\n */\nexport type ComputeRole = 'None' | 'IaaS' | 'PaaS';\n\n/**\n * Defines values for OperatingSystem.\n * Possible values include: 'None', 'Windows', 'Linux'\n * @readonly\n * @enum {string}\n */\nexport type OperatingSystem = 'None' | 'Windows' | 'Linux';\n\n/**\n * Defines values for CompatibilityIssue.\n * Possible values include: 'HigherDeviceVersionRequired', 'LowerDeviceVersionRequired',\n * 'CapacityBillingModelRequired', 'PayAsYouGoBillingModelRequired',\n * 'DevelopmentBillingModelRequired', 'AzureADIdentitySystemRequired',\n * 'ADFSIdentitySystemRequired', 'ConnectionToInternetRequired', 'ConnectionToAzureRequired',\n * 'DisconnectedEnvironmentRequired'\n * @readonly\n * @enum {string}\n */\nexport type CompatibilityIssue = 'HigherDeviceVersionRequired' | 'LowerDeviceVersionRequired' | 'CapacityBillingModelRequired' | 'PayAsYouGoBillingModelRequired' | 'DevelopmentBillingModelRequired' | 'AzureADIdentitySystemRequired' | 'ADFSIdentitySystemRequired' | 'ConnectionToInternetRequired' | 'ConnectionToAzureRequired' | 'DisconnectedEnvironmentRequired';\n\n/**\n * Defines values for Category.\n * Possible values include: 'AzureAD', 'ADFS'\n * @readonly\n * @enum {string}\n */\nexport type Category = 'AzureAD' | 'ADFS';\n\n/**\n * Defines values for Location.\n * Possible values include: 'global'\n * @readonly\n * @enum {string}\n */\nexport type Location = 'global';\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationsListResponse = OperationList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationList;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type OperationsListNextResponse = OperationList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ProductsListResponse = ProductList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ProductList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ProductsGetResponse = Product & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Product;\n };\n};\n\n/**\n * Contains response data for the listDetails operation.\n */\nexport type ProductsListDetailsResponse = ExtendedProduct & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ExtendedProduct;\n };\n};\n\n/**\n * Contains response data for the getProducts operation.\n */\nexport type ProductsGetProductsResponse = ProductList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ProductList;\n };\n};\n\n/**\n * Contains response data for the getProduct operation.\n */\nexport type ProductsGetProductResponse = Product & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Product;\n };\n};\n\n/**\n * Contains response data for the uploadLog operation.\n */\nexport type ProductsUploadLogResponse = ProductLog & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ProductLog;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ProductsListNextResponse = ProductList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ProductList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type RegistrationsListResponse = RegistrationList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: RegistrationList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type RegistrationsGetResponse = Registration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Registration;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type RegistrationsCreateOrUpdateResponse = Registration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Registration;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type RegistrationsUpdateResponse = Registration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Registration;\n };\n};\n\n/**\n * Contains response data for the getActivationKey operation.\n */\nexport type RegistrationsGetActivationKeyResponse = ActivationKeyResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ActivationKeyResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type RegistrationsListNextResponse = RegistrationList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: RegistrationList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type CustomerSubscriptionsListResponse = CustomerSubscriptionList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CustomerSubscriptionList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type CustomerSubscriptionsGetResponse = CustomerSubscription & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CustomerSubscription;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type CustomerSubscriptionsCreateResponse = CustomerSubscription & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CustomerSubscription;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type CustomerSubscriptionsListNextResponse = CustomerSubscriptionList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CustomerSubscriptionList;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for 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 regenerated.\n */\n\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const CloudError = CloudErrorMapper;\nexport const BaseResource = BaseResourceMapper;\n\nexport const Resource: msRest.CompositeMapper = {\n serializedName: \"Resource\",\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TrackedResource: msRest.CompositeMapper = {\n serializedName: \"TrackedResource\",\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n location: {\n required: true,\n isConstant: true,\n serializedName: \"location\",\n defaultValue: 'global',\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 etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Display: msRest.CompositeMapper = {\n serializedName: \"Display\",\n type: {\n name: \"Composite\",\n className: \"Display\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: msRest.CompositeMapper = {\n serializedName: \"Operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"Display\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetails: msRest.CompositeMapper = {\n serializedName: \"ErrorDetails\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetails\",\n modelProperties: {\n code: {\n readOnly: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n target: {\n readOnly: true,\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: msRest.CompositeMapper = {\n serializedName: \"ErrorResponse\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetails\"\n }\n }\n }\n }\n};\n\nexport const OsDiskImage: msRest.CompositeMapper = {\n serializedName: \"OsDiskImage\",\n type: {\n name: \"Composite\",\n className: \"OsDiskImage\",\n modelProperties: {\n operatingSystem: {\n readOnly: true,\n serializedName: \"operatingSystem\",\n type: {\n name: \"String\"\n }\n },\n sourceBlobSasUri: {\n readOnly: true,\n serializedName: \"sourceBlobSasUri\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataDiskImage: msRest.CompositeMapper = {\n serializedName: \"DataDiskImage\",\n type: {\n name: \"Composite\",\n className: \"DataDiskImage\",\n modelProperties: {\n lun: {\n readOnly: true,\n serializedName: \"lun\",\n type: {\n name: \"Number\"\n }\n },\n sourceBlobSasUri: {\n readOnly: true,\n serializedName: \"sourceBlobSasUri\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ExtendedProduct: msRest.CompositeMapper = {\n serializedName: \"ExtendedProduct\",\n type: {\n name: \"Composite\",\n className: \"ExtendedProduct\",\n modelProperties: {\n galleryPackageBlobSasUri: {\n readOnly: true,\n serializedName: \"galleryPackageBlobSasUri\",\n type: {\n name: \"String\"\n }\n },\n productKind: {\n readOnly: true,\n serializedName: \"productKind\",\n type: {\n name: \"String\"\n }\n },\n computeRole: {\n readOnly: true,\n serializedName: \"properties.computeRole\",\n type: {\n name: \"String\"\n }\n },\n isSystemExtension: {\n readOnly: true,\n serializedName: \"properties.isSystemExtension\",\n type: {\n name: \"Boolean\"\n }\n },\n uri: {\n readOnly: true,\n serializedName: \"properties.sourceBlob.uri\",\n type: {\n name: \"String\"\n }\n },\n supportMultipleExtensions: {\n readOnly: true,\n serializedName: \"properties.supportMultipleExtensions\",\n type: {\n name: \"Boolean\"\n }\n },\n version: {\n readOnly: true,\n serializedName: \"properties.version\",\n type: {\n name: \"String\"\n }\n },\n vmOsType: {\n readOnly: true,\n serializedName: \"properties.vmOsType\",\n type: {\n name: \"String\"\n }\n },\n vmScaleSetEnabled: {\n readOnly: true,\n serializedName: \"properties.vmScaleSetEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n osDiskImage: {\n readOnly: true,\n serializedName: \"properties.osDiskImage\",\n type: {\n name: \"Composite\",\n className: \"OsDiskImage\"\n }\n },\n dataDiskImages: {\n readOnly: true,\n serializedName: \"properties.dataDiskImages\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataDiskImage\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const VirtualMachineExtensionProductProperties: msRest.CompositeMapper = {\n serializedName: \"VirtualMachineExtensionProductProperties\",\n type: {\n name: \"Composite\",\n className: \"VirtualMachineExtensionProductProperties\",\n modelProperties: {\n computeRole: {\n readOnly: true,\n serializedName: \"computeRole\",\n type: {\n name: \"String\"\n }\n },\n isSystemExtension: {\n readOnly: true,\n serializedName: \"isSystemExtension\",\n type: {\n name: \"Boolean\"\n }\n },\n uri: {\n readOnly: true,\n serializedName: \"sourceBlob.uri\",\n type: {\n name: \"String\"\n }\n },\n supportMultipleExtensions: {\n readOnly: true,\n serializedName: \"supportMultipleExtensions\",\n type: {\n name: \"Boolean\"\n }\n },\n version: {\n readOnly: true,\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n },\n vmOsType: {\n readOnly: true,\n serializedName: \"vmOsType\",\n type: {\n name: \"String\"\n }\n },\n vmScaleSetEnabled: {\n readOnly: true,\n serializedName: \"vmScaleSetEnabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const VirtualMachineProductProperties: msRest.CompositeMapper = {\n serializedName: \"VirtualMachineProductProperties\",\n type: {\n name: \"Composite\",\n className: \"VirtualMachineProductProperties\",\n modelProperties: {\n version: {\n readOnly: true,\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n },\n osDiskImage: {\n readOnly: true,\n serializedName: \"osDiskImage\",\n type: {\n name: \"Composite\",\n className: \"OsDiskImage\"\n }\n },\n dataDiskImages: {\n readOnly: true,\n serializedName: \"dataDiskImages\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataDiskImage\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const IconUris: msRest.CompositeMapper = {\n serializedName: \"IconUris\",\n type: {\n name: \"Composite\",\n className: \"IconUris\",\n modelProperties: {\n large: {\n serializedName: \"large\",\n type: {\n name: \"String\"\n }\n },\n wide: {\n serializedName: \"wide\",\n type: {\n name: \"String\"\n }\n },\n medium: {\n serializedName: \"medium\",\n type: {\n name: \"String\"\n }\n },\n small: {\n serializedName: \"small\",\n type: {\n name: \"String\"\n }\n },\n hero: {\n serializedName: \"hero\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProductLink: msRest.CompositeMapper = {\n serializedName: \"ProductLink\",\n type: {\n name: \"Composite\",\n className: \"ProductLink\",\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n uri: {\n serializedName: \"uri\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProductProperties: msRest.CompositeMapper = {\n serializedName: \"ProductProperties\",\n type: {\n name: \"Composite\",\n className: \"ProductProperties\",\n modelProperties: {\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Compatibility: msRest.CompositeMapper = {\n serializedName: \"Compatibility\",\n type: {\n name: \"Composite\",\n className: \"Compatibility\",\n modelProperties: {\n isCompatible: {\n serializedName: \"isCompatible\",\n type: {\n name: \"Boolean\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n issues: {\n serializedName: \"issues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Product: msRest.CompositeMapper = {\n serializedName: \"Product\",\n type: {\n name: \"Composite\",\n className: \"Product\",\n modelProperties: {\n ...Resource.type.modelProperties,\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n publisherDisplayName: {\n serializedName: \"properties.publisherDisplayName\",\n type: {\n name: \"String\"\n }\n },\n publisherIdentifier: {\n serializedName: \"properties.publisherIdentifier\",\n type: {\n name: \"String\"\n }\n },\n offer: {\n serializedName: \"properties.offer\",\n type: {\n name: \"String\"\n }\n },\n offerVersion: {\n serializedName: \"properties.offerVersion\",\n type: {\n name: \"String\"\n }\n },\n sku: {\n serializedName: \"properties.sku\",\n type: {\n name: \"String\"\n }\n },\n billingPartNumber: {\n serializedName: \"properties.billingPartNumber\",\n type: {\n name: \"String\"\n }\n },\n vmExtensionType: {\n serializedName: \"properties.vmExtensionType\",\n type: {\n name: \"String\"\n }\n },\n galleryItemIdentity: {\n serializedName: \"properties.galleryItemIdentity\",\n type: {\n name: \"String\"\n }\n },\n iconUris: {\n serializedName: \"properties.iconUris\",\n type: {\n name: \"Composite\",\n className: \"IconUris\"\n }\n },\n links: {\n serializedName: \"properties.links\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProductLink\"\n }\n }\n }\n },\n legalTerms: {\n serializedName: \"properties.legalTerms\",\n type: {\n name: \"String\"\n }\n },\n privacyPolicy: {\n serializedName: \"properties.privacyPolicy\",\n type: {\n name: \"String\"\n }\n },\n payloadLength: {\n serializedName: \"properties.payloadLength\",\n type: {\n name: \"Number\"\n }\n },\n productKind: {\n serializedName: \"properties.productKind\",\n type: {\n name: \"String\"\n }\n },\n productProperties: {\n serializedName: \"properties.productProperties\",\n type: {\n name: \"Composite\",\n className: \"ProductProperties\"\n }\n },\n compatibility: {\n serializedName: \"properties.compatibility\",\n type: {\n name: \"Composite\",\n className: \"Compatibility\"\n }\n }\n }\n }\n};\n\nexport const DeviceConfiguration: msRest.CompositeMapper = {\n serializedName: \"DeviceConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DeviceConfiguration\",\n modelProperties: {\n deviceVersion: {\n readOnly: true,\n serializedName: \"deviceVersion\",\n type: {\n name: \"String\"\n }\n },\n identitySystem: {\n readOnly: true,\n serializedName: \"identitySystem\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MarketplaceProductLogUpdate: msRest.CompositeMapper = {\n serializedName: \"MarketplaceProductLogUpdate\",\n type: {\n name: \"Composite\",\n className: \"MarketplaceProductLogUpdate\",\n modelProperties: {\n operation: {\n readOnly: true,\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n status: {\n readOnly: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n error: {\n readOnly: true,\n serializedName: \"error\",\n type: {\n name: \"String\"\n }\n },\n details: {\n readOnly: true,\n serializedName: \"details\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProductLog: msRest.CompositeMapper = {\n serializedName: \"ProductLog\",\n type: {\n name: \"Composite\",\n className: \"ProductLog\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n productId: {\n readOnly: true,\n serializedName: \"productId\",\n type: {\n name: \"String\"\n }\n },\n subscriptionId: {\n readOnly: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n },\n registrationName: {\n readOnly: true,\n serializedName: \"registrationName\",\n type: {\n name: \"String\"\n }\n },\n resourceGroupName: {\n readOnly: true,\n serializedName: \"resourceGroupName\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n readOnly: true,\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n startDate: {\n readOnly: true,\n serializedName: \"startDate\",\n type: {\n name: \"String\"\n }\n },\n endDate: {\n readOnly: true,\n serializedName: \"endDate\",\n type: {\n name: \"String\"\n }\n },\n status: {\n readOnly: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n error: {\n readOnly: true,\n serializedName: \"error\",\n type: {\n name: \"String\"\n }\n },\n details: {\n readOnly: true,\n serializedName: \"details\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Registration: msRest.CompositeMapper = {\n serializedName: \"Registration\",\n type: {\n name: \"Composite\",\n className: \"Registration\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n objectId: {\n serializedName: \"properties.objectId\",\n type: {\n name: \"String\"\n }\n },\n cloudId: {\n serializedName: \"properties.cloudId\",\n type: {\n name: \"String\"\n }\n },\n billingModel: {\n serializedName: \"properties.billingModel\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ActivationKeyResult: msRest.CompositeMapper = {\n serializedName: \"ActivationKeyResult\",\n type: {\n name: \"Composite\",\n className: \"ActivationKeyResult\",\n modelProperties: {\n activationKey: {\n serializedName: \"activationKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RegistrationParameter: msRest.CompositeMapper = {\n serializedName: \"RegistrationParameter\",\n type: {\n name: \"Composite\",\n className: \"RegistrationParameter\",\n modelProperties: {\n registrationToken: {\n required: true,\n serializedName: \"properties.registrationToken\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomerSubscription: msRest.CompositeMapper = {\n serializedName: \"CustomerSubscription\",\n type: {\n name: \"Composite\",\n className: \"CustomerSubscription\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationList: msRest.CompositeMapper = {\n serializedName: \"OperationList\",\n type: {\n name: \"Composite\",\n className: \"OperationList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProductList: msRest.CompositeMapper = {\n serializedName: \"ProductList\",\n type: {\n name: \"Composite\",\n className: \"ProductList\",\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: \"Product\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RegistrationList: msRest.CompositeMapper = {\n serializedName: \"RegistrationList\",\n type: {\n name: \"Composite\",\n className: \"RegistrationList\",\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: \"Registration\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CustomerSubscriptionList: msRest.CompositeMapper = {\n serializedName: \"CustomerSubscriptionList\",\n type: {\n name: \"Composite\",\n className: \"CustomerSubscriptionList\",\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: \"CustomerSubscription\"\n }\n }\n }\n }\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for 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 regenerated.\n */\n\nexport {\n CloudError,\n Display,\n Operation,\n OperationList\n} from \"../models/mappers\";\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\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n serializedName: \"api-version\",\n defaultValue: '2017-06-01',\n type: {\n name: \"String\"\n }\n }\n};\nexport const customerSubscriptionName: msRest.OperationURLParameter = {\n parameterPath: \"customerSubscriptionName\",\n mapper: {\n required: true,\n serializedName: \"customerSubscriptionName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const nextPageLink: msRest.OperationURLParameter = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const productName: msRest.OperationURLParameter = {\n parameterPath: \"productName\",\n mapper: {\n required: true,\n serializedName: \"productName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const registrationName: msRest.OperationURLParameter = {\n parameterPath: \"registrationName\",\n mapper: {\n required: true,\n serializedName: \"registrationName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceGroup: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroup\",\n mapper: {\n required: true,\n serializedName: \"resourceGroup\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation. 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\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AzureStackManagementClientContext } from \"../azureStackManagementClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: AzureStackManagementClientContext;\n\n /**\n * Create a Operations.\n * @param {AzureStackManagementClientContext} client Reference to the service client.\n */\n constructor(client: AzureStackManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Returns the list of supported REST operations.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.OperationList>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationList>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationList>, callback?: msRest.ServiceCallback<Models.OperationList>): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OperationsListResponse>;\n }\n\n /**\n * Returns the list of supported REST operations.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OperationList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationList>, callback?: msRest.ServiceCallback<Models.OperationList>): Promise<Models.OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.OperationsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.AzureStack/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\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.OperationList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for 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 regenerated.\n */\n\nexport {\n BaseResource,\n CloudError,\n Compatibility,\n CustomerSubscription,\n DataDiskImage,\n DeviceConfiguration,\n ErrorDetails,\n ErrorResponse,\n ExtendedProduct,\n IconUris,\n MarketplaceProductLogUpdate,\n OsDiskImage,\n Product,\n ProductLink,\n ProductList,\n ProductLog,\n ProductProperties,\n Registration,\n Resource,\n TrackedResource\n} from \"../models/mappers\";\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\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/productsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AzureStackManagementClientContext } from \"../azureStackManagementClientContext\";\n\n/** Class representing a Products. */\nexport class Products {\n private readonly client: AzureStackManagementClientContext;\n\n /**\n * Create a Products.\n * @param {AzureStackManagementClientContext} client Reference to the service client.\n */\n constructor(client: AzureStackManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Returns a list of products.\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param [options] The optional parameters\n * @returns Promise<Models.ProductsListResponse>\n */\n list(resourceGroup: string, registrationName: string, options?: msRest.RequestOptionsBase): Promise<Models.ProductsListResponse>;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param callback The callback\n */\n list(resourceGroup: string, registrationName: string, callback: msRest.ServiceCallback<Models.ProductList>): void;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroup: string, registrationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProductList>): void;\n list(resourceGroup: string, registrationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ProductList>, callback?: msRest.ServiceCallback<Models.ProductList>): Promise<Models.ProductsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroup,\n registrationName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ProductsListResponse>;\n }\n\n /**\n * Returns the specified product.\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param productName Name of the product.\n * @param [options] The optional parameters\n * @returns Promise<Models.ProductsGetResponse>\n */\n get(resourceGroup: string, registrationName: string, productName: string, options?: msRest.RequestOptionsBase): Promise<Models.ProductsGetResponse>;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param productName Name of the product.\n * @param callback The callback\n */\n get(resourceGroup: string, registrationName: string, productName: string, callback: msRest.ServiceCallback<Models.Product>): void;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param productName Name of the product.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroup: string, registrationName: string, productName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Product>): void;\n get(resourceGroup: string, registrationName: string, productName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Product>, callback?: msRest.ServiceCallback<Models.Product>): Promise<Models.ProductsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroup,\n registrationName,\n productName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ProductsGetResponse>;\n }\n\n /**\n * Returns the extended properties of a product.\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param productName Name of the product.\n * @param [options] The optional parameters\n * @returns Promise<Models.ProductsListDetailsResponse>\n */\n listDetails(resourceGroup: string, registrationName: string, productName: string, options?: msRest.RequestOptionsBase): Promise<Models.ProductsListDetailsResponse>;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param productName Name of the product.\n * @param callback The callback\n */\n listDetails(resourceGroup: string, registrationName: string, productName: string, callback: msRest.ServiceCallback<Models.ExtendedProduct>): void;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param productName Name of the product.\n * @param options The optional parameters\n * @param callback The callback\n */\n listDetails(resourceGroup: string, registrationName: string, productName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ExtendedProduct>): void;\n listDetails(resourceGroup: string, registrationName: string, productName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ExtendedProduct>, callback?: msRest.ServiceCallback<Models.ExtendedProduct>): Promise<Models.ProductsListDetailsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroup,\n registrationName,\n productName,\n options\n },\n listDetailsOperationSpec,\n callback) as Promise<Models.ProductsListDetailsResponse>;\n }\n\n /**\n * Returns a list of products.\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param [options] The optional parameters\n * @returns Promise<Models.ProductsGetProductsResponse>\n */\n getProducts(resourceGroup: string, registrationName: string, options?: msRest.RequestOptionsBase): Promise<Models.ProductsGetProductsResponse>;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param callback The callback\n */\n getProducts(resourceGroup: string, registrationName: string, callback: msRest.ServiceCallback<Models.ProductList>): void;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param options The optional parameters\n * @param callback The callback\n */\n getProducts(resourceGroup: string, registrationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProductList>): void;\n getProducts(resourceGroup: string, registrationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ProductList>, callback?: msRest.ServiceCallback<Models.ProductList>): Promise<Models.ProductsGetProductsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroup,\n registrationName,\n options\n },\n getProductsOperationSpec,\n callback) as Promise<Models.ProductsGetProductsResponse>;\n }\n\n /**\n * Returns the specified product.\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param productName Name of the product.\n * @param [options] The optional parameters\n * @returns Promise<Models.ProductsGetProductResponse>\n */\n getProduct(resourceGroup: string, registrationName: string, productName: string, options?: msRest.RequestOptionsBase): Promise<Models.ProductsGetProductResponse>;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param productName Name of the product.\n * @param callback The callback\n */\n getProduct(resourceGroup: string, registrationName: string, productName: string, callback: msRest.ServiceCallback<Models.Product>): void;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param productName Name of the product.\n * @param options The optional parameters\n * @param callback The callback\n */\n getProduct(resourceGroup: string, registrationName: string, productName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Product>): void;\n getProduct(resourceGroup: string, registrationName: string, productName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Product>, callback?: msRest.ServiceCallback<Models.Product>): Promise<Models.ProductsGetProductResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroup,\n registrationName,\n productName,\n options\n },\n getProductOperationSpec,\n callback) as Promise<Models.ProductsGetProductResponse>;\n }\n\n /**\n * Returns the specified product.\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param productName Name of the product.\n * @param [options] The optional parameters\n * @returns Promise<Models.ProductsUploadLogResponse>\n */\n uploadLog(resourceGroup: string, registrationName: string, productName: string, options?: msRest.RequestOptionsBase): Promise<Models.ProductsUploadLogResponse>;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param productName Name of the product.\n * @param callback The callback\n */\n uploadLog(resourceGroup: string, registrationName: string, productName: string, callback: msRest.ServiceCallback<Models.ProductLog>): void;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param productName Name of the product.\n * @param options The optional parameters\n * @param callback The callback\n */\n uploadLog(resourceGroup: string, registrationName: string, productName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProductLog>): void;\n uploadLog(resourceGroup: string, registrationName: string, productName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ProductLog>, callback?: msRest.ServiceCallback<Models.ProductLog>): Promise<Models.ProductsUploadLogResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroup,\n registrationName,\n productName,\n options\n },\n uploadLogOperationSpec,\n callback) as Promise<Models.ProductsUploadLogResponse>;\n }\n\n /**\n * Returns a list of products.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ProductsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ProductsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ProductList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProductList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ProductList>, callback?: msRest.ServiceCallback<Models.ProductList>): Promise<Models.ProductsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ProductsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/products\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.registrationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ProductList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/products/{productName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.registrationName,\n Parameters.productName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Product\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listDetailsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/products/{productName}/listDetails\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.registrationName,\n Parameters.productName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ExtendedProduct\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getProductsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/products/_all/GetProducts\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.registrationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"deviceConfiguration\"\n ],\n mapper: Mappers.DeviceConfiguration\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ProductList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getProductOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/products/{productName}/GetProduct\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.registrationName,\n Parameters.productName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"deviceConfiguration\"\n ],\n mapper: Mappers.DeviceConfiguration\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Product\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst uploadLogOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/products/{productName}/uploadProductLog\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.registrationName,\n Parameters.productName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"marketplaceProductLogUpdate\"\n ],\n mapper: Mappers.MarketplaceProductLogUpdate\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ProductLog\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\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.ProductList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for 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 regenerated.\n */\n\nexport {\n ActivationKeyResult,\n BaseResource,\n CloudError,\n Compatibility,\n CustomerSubscription,\n ErrorDetails,\n ErrorResponse,\n IconUris,\n Product,\n ProductLink,\n ProductProperties,\n Registration,\n RegistrationList,\n RegistrationParameter,\n Resource,\n TrackedResource\n} from \"../models/mappers\";\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\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/registrationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AzureStackManagementClientContext } from \"../azureStackManagementClientContext\";\n\n/** Class representing a Registrations. */\nexport class Registrations {\n private readonly client: AzureStackManagementClientContext;\n\n /**\n * Create a Registrations.\n * @param {AzureStackManagementClientContext} client Reference to the service client.\n */\n constructor(client: AzureStackManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Returns a list of all registrations.\n * @param resourceGroup Name of the resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.RegistrationsListResponse>\n */\n list(resourceGroup: string, options?: msRest.RequestOptionsBase): Promise<Models.RegistrationsListResponse>;\n /**\n * @param resourceGroup Name of the resource group.\n * @param callback The callback\n */\n list(resourceGroup: string, callback: msRest.ServiceCallback<Models.RegistrationList>): void;\n /**\n * @param resourceGroup Name of the resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroup: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RegistrationList>): void;\n list(resourceGroup: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RegistrationList>, callback?: msRest.ServiceCallback<Models.RegistrationList>): Promise<Models.RegistrationsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroup,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.RegistrationsListResponse>;\n }\n\n /**\n * Returns the properties of an Azure Stack registration.\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param [options] The optional parameters\n * @returns Promise<Models.RegistrationsGetResponse>\n */\n get(resourceGroup: string, registrationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RegistrationsGetResponse>;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param callback The callback\n */\n get(resourceGroup: string, registrationName: string, callback: msRest.ServiceCallback<Models.Registration>): void;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroup: string, registrationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Registration>): void;\n get(resourceGroup: string, registrationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Registration>, callback?: msRest.ServiceCallback<Models.Registration>): Promise<Models.RegistrationsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroup,\n registrationName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.RegistrationsGetResponse>;\n }\n\n /**\n * Delete the requested Azure Stack registration.\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroup: string, registrationName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param callback The callback\n */\n deleteMethod(resourceGroup: string, registrationName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroup: string, registrationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroup: string, registrationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroup,\n registrationName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Create or update an Azure Stack registration.\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param token Registration token\n * @param [options] The optional parameters\n * @returns Promise<Models.RegistrationsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroup: string, registrationName: string, token: Models.RegistrationParameter, options?: msRest.RequestOptionsBase): Promise<Models.RegistrationsCreateOrUpdateResponse>;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param token Registration token\n * @param callback The callback\n */\n createOrUpdate(resourceGroup: string, registrationName: string, token: Models.RegistrationParameter, callback: msRest.ServiceCallback<Models.Registration>): void;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param token Registration token\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroup: string, registrationName: string, token: Models.RegistrationParameter, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Registration>): void;\n createOrUpdate(resourceGroup: string, registrationName: string, token: Models.RegistrationParameter, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Registration>, callback?: msRest.ServiceCallback<Models.Registration>): Promise<Models.RegistrationsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroup,\n registrationName,\n token,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.RegistrationsCreateOrUpdateResponse>;\n }\n\n /**\n * Patch an Azure Stack registration.\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param token Registration token\n * @param [options] The optional parameters\n * @returns Promise<Models.RegistrationsUpdateResponse>\n */\n update(resourceGroup: string, registrationName: string, token: Models.RegistrationParameter, options?: msRest.RequestOptionsBase): Promise<Models.RegistrationsUpdateResponse>;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param token Registration token\n * @param callback The callback\n */\n update(resourceGroup: string, registrationName: string, token: Models.RegistrationParameter, callback: msRest.ServiceCallback<Models.Registration>): void;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param token Registration token\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroup: string, registrationName: string, token: Models.RegistrationParameter, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Registration>): void;\n update(resourceGroup: string, registrationName: string, token: Models.RegistrationParameter, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Registration>, callback?: msRest.ServiceCallback<Models.Registration>): Promise<Models.RegistrationsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroup,\n registrationName,\n token,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.RegistrationsUpdateResponse>;\n }\n\n /**\n * Returns Azure Stack Activation Key.\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param [options] The optional parameters\n * @returns Promise<Models.RegistrationsGetActivationKeyResponse>\n */\n getActivationKey(resourceGroup: string, registrationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RegistrationsGetActivationKeyResponse>;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param callback The callback\n */\n getActivationKey(resourceGroup: string, registrationName: string, callback: msRest.ServiceCallback<Models.ActivationKeyResult>): void;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param options The optional parameters\n * @param callback The callback\n */\n getActivationKey(resourceGroup: string, registrationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ActivationKeyResult>): void;\n getActivationKey(resourceGroup: string, registrationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ActivationKeyResult>, callback?: msRest.ServiceCallback<Models.ActivationKeyResult>): Promise<Models.RegistrationsGetActivationKeyResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroup,\n registrationName,\n options\n },\n getActivationKeyOperationSpec,\n callback) as Promise<Models.RegistrationsGetActivationKeyResponse>;\n }\n\n /**\n * Returns a list of all registrations.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RegistrationsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RegistrationsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RegistrationList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RegistrationList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RegistrationList>, callback?: msRest.ServiceCallback<Models.RegistrationList>): Promise<Models.RegistrationsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.RegistrationsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroup\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RegistrationList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.registrationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Registration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.registrationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.registrationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"token\",\n mapper: {\n ...Mappers.RegistrationParameter,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Registration\n },\n 201: {\n bodyMapper: Mappers.Registration\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.registrationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"token\",\n mapper: {\n ...Mappers.RegistrationParameter,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Registration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getActivationKeyOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/getactivationkey\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.registrationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ActivationKeyResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\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.RegistrationList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for 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 regenerated.\n */\n\nexport {\n BaseResource,\n CloudError,\n Compatibility,\n CustomerSubscription,\n CustomerSubscriptionList,\n ErrorDetails,\n ErrorResponse,\n IconUris,\n Product,\n ProductLink,\n ProductProperties,\n Registration,\n Resource,\n TrackedResource\n} from \"../models/mappers\";\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\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/customerSubscriptionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AzureStackManagementClientContext } from \"../azureStackManagementClientContext\";\n\n/** Class representing a CustomerSubscriptions. */\nexport class CustomerSubscriptions {\n private readonly client: AzureStackManagementClientContext;\n\n /**\n * Create a CustomerSubscriptions.\n * @param {AzureStackManagementClientContext} client Reference to the service client.\n */\n constructor(client: AzureStackManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Returns a list of products.\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param [options] The optional parameters\n * @returns Promise<Models.CustomerSubscriptionsListResponse>\n */\n list(resourceGroup: string, registrationName: string, options?: msRest.RequestOptionsBase): Promise<Models.CustomerSubscriptionsListResponse>;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param callback The callback\n */\n list(resourceGroup: string, registrationName: string, callback: msRest.ServiceCallback<Models.CustomerSubscriptionList>): void;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroup: string, registrationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CustomerSubscriptionList>): void;\n list(resourceGroup: string, registrationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CustomerSubscriptionList>, callback?: msRest.ServiceCallback<Models.CustomerSubscriptionList>): Promise<Models.CustomerSubscriptionsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroup,\n registrationName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.CustomerSubscriptionsListResponse>;\n }\n\n /**\n * Returns the specified product.\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param customerSubscriptionName Name of the product.\n * @param [options] The optional parameters\n * @returns Promise<Models.CustomerSubscriptionsGetResponse>\n */\n get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: msRest.RequestOptionsBase): Promise<Models.CustomerSubscriptionsGetResponse>;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param customerSubscriptionName Name of the product.\n * @param callback The callback\n */\n get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, callback: msRest.ServiceCallback<Models.CustomerSubscription>): void;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param customerSubscriptionName Name of the product.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CustomerSubscription>): void;\n get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CustomerSubscription>, callback?: msRest.ServiceCallback<Models.CustomerSubscription>): Promise<Models.CustomerSubscriptionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroup,\n registrationName,\n customerSubscriptionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.CustomerSubscriptionsGetResponse>;\n }\n\n /**\n * Deletes a customer subscription under a registration.\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param customerSubscriptionName Name of the product.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param customerSubscriptionName Name of the product.\n * @param callback The callback\n */\n deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param customerSubscriptionName Name of the product.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroup,\n registrationName,\n customerSubscriptionName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Creates a new customer subscription under a registration.\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param customerSubscriptionName Name of the product.\n * @param customerCreationParameters Parameters use to create a customer subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.CustomerSubscriptionsCreateResponse>\n */\n create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: Models.CustomerSubscription, options?: msRest.RequestOptionsBase): Promise<Models.CustomerSubscriptionsCreateResponse>;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param customerSubscriptionName Name of the product.\n * @param customerCreationParameters Parameters use to create a customer subscription.\n * @param callback The callback\n */\n create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: Models.CustomerSubscription, callback: msRest.ServiceCallback<Models.CustomerSubscription>): void;\n /**\n * @param resourceGroup Name of the resource group.\n * @param registrationName Name of the Azure Stack registration.\n * @param customerSubscriptionName Name of the product.\n * @param customerCreationParameters Parameters use to create a customer subscription.\n * @param options The optional parameters\n * @param callback The callback\n */\n create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: Models.CustomerSubscription, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CustomerSubscription>): void;\n create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: Models.CustomerSubscription, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CustomerSubscription>, callback?: msRest.ServiceCallback<Models.CustomerSubscription>): Promise<Models.CustomerSubscriptionsCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroup,\n registrationName,\n customerSubscriptionName,\n customerCreationParameters,\n options\n },\n createOperationSpec,\n callback) as Promise<Models.CustomerSubscriptionsCreateResponse>;\n }\n\n /**\n * Returns a list of products.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.CustomerSubscriptionsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.CustomerSubscriptionsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.CustomerSubscriptionList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CustomerSubscriptionList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CustomerSubscriptionList>, callback?: msRest.ServiceCallback<Models.CustomerSubscriptionList>): Promise<Models.CustomerSubscriptionsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.CustomerSubscriptionsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/customerSubscriptions\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.registrationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CustomerSubscriptionList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/customerSubscriptions/{customerSubscriptionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.registrationName,\n Parameters.customerSubscriptionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CustomerSubscription\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/customerSubscriptions/{customerSubscriptionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.registrationName,\n Parameters.customerSubscriptionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/customerSubscriptions/{customerSubscriptionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.registrationName,\n Parameters.customerSubscriptionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"customerCreationParameters\",\n mapper: {\n ...Mappers.CustomerSubscription,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CustomerSubscription\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\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.CustomerSubscriptionList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\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\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\n\nconst packageName = \"@azure/arm-azurestack\";\nconst packageVersion = \"2.1.1\";\n\nexport class AzureStackManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the AzureStackManagementClient 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 Subscription credentials that uniquely identify Microsoft Azure\n * subscription. The subscription ID forms part of the URI for every service call.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.AzureStackManagementClientOptions) {\n if (credentials == undefined) {\n throw new Error('\\'credentials\\' cannot be null.');\n }\n if (subscriptionId == undefined) {\n throw new Error('\\'subscriptionId\\' cannot be null.');\n }\n\n if (!options) {\n options = {};\n }\n if (!options.userAgent) {\n const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;\n }\n\n super(credentials, options);\n\n this.apiVersion = '2017-06-01';\n this.acceptLanguage = 'en-US';\n this.longRunningOperationRetryTimeout = 30;\n this.baseUri = options.baseUri || this.baseUri || \"https://management.azure.com\";\n this.requestContentType = \"application/json; charset=utf-8\";\n this.credentials = credentials;\n this.subscriptionId = subscriptionId;\n\n if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n this.acceptLanguage = options.acceptLanguage;\n }\n if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {\n this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation. 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\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { AzureStackManagementClientContext } from \"./azureStackManagementClientContext\";\n\n\nclass AzureStackManagementClient extends AzureStackManagementClientContext {\n // Operation groups\n operations: operations.Operations;\n products: operations.Products;\n registrations: operations.Registrations;\n customerSubscriptions: operations.CustomerSubscriptions;\n\n /**\n * Initializes a new instance of the AzureStackManagementClient 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 Subscription credentials that uniquely identify Microsoft Azure\n * subscription. The subscription ID forms part of the URI for every service call.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.AzureStackManagementClientOptions) {\n super(credentials, subscriptionId, options);\n this.operations = new operations.Operations(this);\n this.products = new operations.Products(this);\n this.registrations = new operations.Registrations(this);\n this.customerSubscriptions = new operations.CustomerSubscriptions(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n AzureStackManagementClient,\n AzureStackManagementClientContext,\n Models as AzureStackManagementModels,\n Mappers as AzureStackManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.OperationList","Mappers.CloudError","Parameters.nextPageLink","listOperationSpec","listNextOperationSpec","serializer","Mappers","Parameters.subscriptionId","Parameters.resourceGroup","Parameters.registrationName","Mappers.ProductList","Mappers.ErrorResponse","Parameters.productName","Mappers.Product","Mappers.ExtendedProduct","Mappers.DeviceConfiguration","Mappers.MarketplaceProductLogUpdate","Mappers.ProductLog","getOperationSpec","Mappers.RegistrationList","Mappers.Registration","Mappers.RegistrationParameter","Mappers.ActivationKeyResult","deleteMethodOperationSpec","Mappers.CustomerSubscriptionList","Parameters.customerSubscriptionName","Mappers.CustomerSubscription","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Operations","operations.Products","operations.Registrations","operations.CustomerSubscriptions"],"mappings":"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"}
@@ -1 +0,0 @@
1
- !function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports,require("@azure/ms-rest-azure-js"),require("@azure/ms-rest-js")):"function"==typeof define&&define.amd?define(["exports","@azure/ms-rest-azure-js","@azure/ms-rest-js"],r):r(((e=e||self).Azure=e.Azure||{},e.Azure.ArmAzurestack={}),e.msRestAzure,e.msRest)}(this,function(e,s,r){"use strict";var a=function(e,r){return(a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var t in r)r.hasOwnProperty(t)&&(e[t]=r[t])})(e,r)};function t(e,r){function t(){this.constructor=e}a(e,r),e.prototype=null===r?Object.create(r):(t.prototype=r.prototype,new t)}var i=function(){return(i=Object.assign||function(e){for(var r,t=1,a=arguments.length;t<a;t++)for(var i in r=arguments[t])Object.prototype.hasOwnProperty.call(r,i)&&(e[i]=r[i]);return e}).apply(this,arguments)},o=Object.freeze({__proto__:null}),n=s.CloudErrorMapper,p=s.BaseResourceMapper,m={serializedName:"Resource",type:{name:"Composite",className:"Resource",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},etag:{serializedName:"etag",type:{name:"String"}}}}},u={serializedName:"TrackedResource",type:{name:"Composite",className:"TrackedResource",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},location:{required:!0,isConstant:!0,serializedName:"location",defaultValue:"global",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},etag:{serializedName:"etag",type:{name:"String"}}}}},d={serializedName:"Display",type:{name:"Composite",className:"Display",modelProperties:{provider:{serializedName:"provider",type:{name:"String"}},resource:{serializedName:"resource",type:{name:"String"}},operation:{serializedName:"operation",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}}}}},l={serializedName:"Operation",type:{name:"Composite",className:"Operation",modelProperties:{name:{serializedName:"name",type:{name:"String"}},display:{serializedName:"display",type:{name:"Composite",className:"Display"}},origin:{serializedName:"origin",type:{name:"String"}}}}},c={serializedName:"ErrorDetails",type:{name:"Composite",className:"ErrorDetails",modelProperties:{code:{readOnly:!0,serializedName:"code",type:{name:"String"}},message:{readOnly:!0,serializedName:"message",type:{name:"String"}},target:{readOnly:!0,serializedName:"target",type:{name:"String"}}}}},y={serializedName:"ErrorResponse",type:{name:"Composite",className:"ErrorResponse",modelProperties:{error:{serializedName:"error",type:{name:"Composite",className:"ErrorDetails"}}}}},g={serializedName:"OsDiskImage",type:{name:"Composite",className:"OsDiskImage",modelProperties:{operatingSystem:{readOnly:!0,serializedName:"operatingSystem",type:{name:"String"}},sourceBlobSasUri:{readOnly:!0,serializedName:"sourceBlobSasUri",type:{name:"String"}}}}},N={serializedName:"DataDiskImage",type:{name:"Composite",className:"DataDiskImage",modelProperties:{lun:{readOnly:!0,serializedName:"lun",type:{name:"Number"}},sourceBlobSasUri:{readOnly:!0,serializedName:"sourceBlobSasUri",type:{name:"String"}}}}},z={serializedName:"ExtendedProduct",type:{name:"Composite",className:"ExtendedProduct",modelProperties:{galleryPackageBlobSasUri:{readOnly:!0,serializedName:"galleryPackageBlobSasUri",type:{name:"String"}},productKind:{readOnly:!0,serializedName:"productKind",type:{name:"String"}},computeRole:{readOnly:!0,serializedName:"properties.computeRole",type:{name:"String"}},isSystemExtension:{readOnly:!0,serializedName:"properties.isSystemExtension",type:{name:"Boolean"}},uri:{readOnly:!0,serializedName:"properties.sourceBlob.uri",type:{name:"String"}},supportMultipleExtensions:{readOnly:!0,serializedName:"properties.supportMultipleExtensions",type:{name:"Boolean"}},version:{readOnly:!0,serializedName:"properties.version",type:{name:"String"}},vmOsType:{readOnly:!0,serializedName:"properties.vmOsType",type:{name:"String"}},vmScaleSetEnabled:{readOnly:!0,serializedName:"properties.vmScaleSetEnabled",type:{name:"Boolean"}},osDiskImage:{readOnly:!0,serializedName:"properties.osDiskImage",type:{name:"Composite",className:"OsDiskImage"}},dataDiskImages:{readOnly:!0,serializedName:"properties.dataDiskImages",type:{name:"Sequence",element:{type:{name:"Composite",className:"DataDiskImage"}}}}}}},P={serializedName:"IconUris",type:{name:"Composite",className:"IconUris",modelProperties:{large:{serializedName:"large",type:{name:"String"}},wide:{serializedName:"wide",type:{name:"String"}},medium:{serializedName:"medium",type:{name:"String"}},small:{serializedName:"small",type:{name:"String"}},hero:{serializedName:"hero",type:{name:"String"}}}}},S={serializedName:"ProductLink",type:{name:"Composite",className:"ProductLink",modelProperties:{displayName:{serializedName:"displayName",type:{name:"String"}},uri:{serializedName:"uri",type:{name:"String"}}}}},b={serializedName:"ProductProperties",type:{name:"Composite",className:"ProductProperties",modelProperties:{version:{serializedName:"version",type:{name:"String"}}}}},h={serializedName:"Compatibility",type:{name:"Composite",className:"Compatibility",modelProperties:{isCompatible:{serializedName:"isCompatible",type:{name:"Boolean"}},message:{serializedName:"message",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}},issues:{serializedName:"issues",type:{name:"Sequence",element:{type:{name:"String"}}}}}}},f={serializedName:"Product",type:{name:"Composite",className:"Product",modelProperties:i(i({},m.type.modelProperties),{displayName:{serializedName:"properties.displayName",type:{name:"String"}},description:{serializedName:"properties.description",type:{name:"String"}},publisherDisplayName:{serializedName:"properties.publisherDisplayName",type:{name:"String"}},publisherIdentifier:{serializedName:"properties.publisherIdentifier",type:{name:"String"}},offer:{serializedName:"properties.offer",type:{name:"String"}},offerVersion:{serializedName:"properties.offerVersion",type:{name:"String"}},sku:{serializedName:"properties.sku",type:{name:"String"}},billingPartNumber:{serializedName:"properties.billingPartNumber",type:{name:"String"}},vmExtensionType:{serializedName:"properties.vmExtensionType",type:{name:"String"}},galleryItemIdentity:{serializedName:"properties.galleryItemIdentity",type:{name:"String"}},iconUris:{serializedName:"properties.iconUris",type:{name:"Composite",className:"IconUris"}},links:{serializedName:"properties.links",type:{name:"Sequence",element:{type:{name:"Composite",className:"ProductLink"}}}},legalTerms:{serializedName:"properties.legalTerms",type:{name:"String"}},privacyPolicy:{serializedName:"properties.privacyPolicy",type:{name:"String"}},payloadLength:{serializedName:"properties.payloadLength",type:{name:"Number"}},productKind:{serializedName:"properties.productKind",type:{name:"String"}},productProperties:{serializedName:"properties.productProperties",type:{name:"Composite",className:"ProductProperties"}},compatibility:{serializedName:"properties.compatibility",type:{name:"Composite",className:"Compatibility"}}})}},O={serializedName:"DeviceConfiguration",type:{name:"Composite",className:"DeviceConfiguration",modelProperties:{deviceVersion:{readOnly:!0,serializedName:"deviceVersion",type:{name:"String"}},identitySystem:{readOnly:!0,serializedName:"identitySystem",type:{name:"String"}}}}},M={serializedName:"MarketplaceProductLogUpdate",type:{name:"Composite",className:"MarketplaceProductLogUpdate",modelProperties:{operation:{readOnly:!0,serializedName:"operation",type:{name:"String"}},status:{readOnly:!0,serializedName:"status",type:{name:"String"}},error:{readOnly:!0,serializedName:"error",type:{name:"String"}},details:{readOnly:!0,serializedName:"details",type:{name:"String"}}}}},k={serializedName:"ProductLog",type:{name:"Composite",className:"ProductLog",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},productId:{readOnly:!0,serializedName:"productId",type:{name:"String"}},subscriptionId:{readOnly:!0,serializedName:"subscriptionId",type:{name:"String"}},registrationName:{readOnly:!0,serializedName:"registrationName",type:{name:"String"}},resourceGroupName:{readOnly:!0,serializedName:"resourceGroupName",type:{name:"String"}},operation:{readOnly:!0,serializedName:"operation",type:{name:"String"}},startDate:{readOnly:!0,serializedName:"startDate",type:{name:"String"}},endDate:{readOnly:!0,serializedName:"endDate",type:{name:"String"}},status:{readOnly:!0,serializedName:"status",type:{name:"String"}},error:{readOnly:!0,serializedName:"error",type:{name:"String"}},details:{readOnly:!0,serializedName:"details",type:{name:"String"}}}}},C={serializedName:"Registration",type:{name:"Composite",className:"Registration",modelProperties:i(i({},u.type.modelProperties),{objectId:{serializedName:"properties.objectId",type:{name:"String"}},cloudId:{serializedName:"properties.cloudId",type:{name:"String"}},billingModel:{serializedName:"properties.billingModel",type:{name:"String"}}})}},R={serializedName:"ActivationKeyResult",type:{name:"Composite",className:"ActivationKeyResult",modelProperties:{activationKey:{serializedName:"activationKey",type:{name:"String"}}}}},v={serializedName:"RegistrationParameter",type:{name:"Composite",className:"RegistrationParameter",modelProperties:{registrationToken:{required:!0,serializedName:"properties.registrationToken",type:{name:"String"}},location:{serializedName:"location",type:{name:"String"}}}}},q={serializedName:"CustomerSubscription",type:{name:"Composite",className:"CustomerSubscription",modelProperties:i(i({},m.type.modelProperties),{tenantId:{serializedName:"properties.tenantId",type:{name:"String"}}})}},G={serializedName:"OperationList",type:{name:"Composite",className:"OperationList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},I={serializedName:"ProductList",type:{name:"Composite",className:"ProductList",modelProperties:{nextLink:{serializedName:"nextLink",type:{name:"String"}},value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Product"}}}}}}},L={serializedName:"RegistrationList",type:{name:"Composite",className:"RegistrationList",modelProperties:{nextLink:{serializedName:"nextLink",type:{name:"String"}},value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Registration"}}}}}}},E={serializedName:"CustomerSubscriptionList",type:{name:"Composite",className:"CustomerSubscriptionList",modelProperties:{nextLink:{serializedName:"nextLink",type:{name:"String"}},value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"CustomerSubscription"}}}}}}},D=Object.freeze({__proto__:null,CloudError:n,BaseResource:p,Resource:m,TrackedResource:u,Display:d,Operation:l,ErrorDetails:c,ErrorResponse:y,OsDiskImage:g,DataDiskImage:N,ExtendedProduct:z,VirtualMachineExtensionProductProperties:{serializedName:"VirtualMachineExtensionProductProperties",type:{name:"Composite",className:"VirtualMachineExtensionProductProperties",modelProperties:{computeRole:{readOnly:!0,serializedName:"computeRole",type:{name:"String"}},isSystemExtension:{readOnly:!0,serializedName:"isSystemExtension",type:{name:"Boolean"}},uri:{readOnly:!0,serializedName:"sourceBlob.uri",type:{name:"String"}},supportMultipleExtensions:{readOnly:!0,serializedName:"supportMultipleExtensions",type:{name:"Boolean"}},version:{readOnly:!0,serializedName:"version",type:{name:"String"}},vmOsType:{readOnly:!0,serializedName:"vmOsType",type:{name:"String"}},vmScaleSetEnabled:{readOnly:!0,serializedName:"vmScaleSetEnabled",type:{name:"Boolean"}}}}},VirtualMachineProductProperties:{serializedName:"VirtualMachineProductProperties",type:{name:"Composite",className:"VirtualMachineProductProperties",modelProperties:{version:{readOnly:!0,serializedName:"version",type:{name:"String"}},osDiskImage:{readOnly:!0,serializedName:"osDiskImage",type:{name:"Composite",className:"OsDiskImage"}},dataDiskImages:{readOnly:!0,serializedName:"dataDiskImages",type:{name:"Sequence",element:{type:{name:"Composite",className:"DataDiskImage"}}}}}}},IconUris:P,ProductLink:S,ProductProperties:b,Compatibility:h,Product:f,DeviceConfiguration:O,MarketplaceProductLogUpdate:M,ProductLog:k,Registration:C,ActivationKeyResult:R,RegistrationParameter:v,CustomerSubscription:q,OperationList:G,ProductList:I,RegistrationList:L,CustomerSubscriptionList:E}),x=Object.freeze({__proto__:null,CloudError:n,Display:d,Operation:l,OperationList:G}),T={parameterPath:"acceptLanguage",mapper:{serializedName:"accept-language",defaultValue:"en-US",type:{name:"String"}}},A={parameterPath:"apiVersion",mapper:{required:!0,serializedName:"api-version",defaultValue:"2017-06-01",type:{name:"String"}}},_={parameterPath:"customerSubscriptionName",mapper:{required:!0,serializedName:"customerSubscriptionName",type:{name:"String"}}},U={parameterPath:"nextPageLink",mapper:{required:!0,serializedName:"nextLink",type:{name:"String"}},skipEncoding:!0},B={parameterPath:"productName",mapper:{required:!0,serializedName:"productName",type:{name:"String"}}},j={parameterPath:"registrationName",mapper:{required:!0,serializedName:"registrationName",type:{name:"String"}}},d={parameterPath:"resourceGroup",mapper:{required:!0,serializedName:"resourceGroup",type:{name:"String"}}},l={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",type:{name:"String"}}},w=(V.prototype.list=function(e,r){return this.client.sendOperationRequest({options:e},K,r)},V.prototype.listNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},H,t)},V);function V(e){this.client=e}var x=new r.Serializer(x),K={httpMethod:"GET",path:"providers/Microsoft.AzureStack/operations",queryParameters:[A],headerParameters:[T],responses:{200:{bodyMapper:G},default:{bodyMapper:n}},serializer:x},H={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[U],headerParameters:[T],responses:{200:{bodyMapper:G},default:{bodyMapper:n}},serializer:x},g=Object.freeze({__proto__:null,BaseResource:p,CloudError:n,Compatibility:h,CustomerSubscription:q,DataDiskImage:N,DeviceConfiguration:O,ErrorDetails:c,ErrorResponse:y,ExtendedProduct:z,IconUris:P,MarketplaceProductLogUpdate:M,OsDiskImage:g,Product:f,ProductLink:S,ProductList:I,ProductLog:k,ProductProperties:b,Registration:C,Resource:m,TrackedResource:u}),F=(J.prototype.list=function(e,r,t,a){return this.client.sendOperationRequest({resourceGroup:e,registrationName:r,options:t},Q,a)},J.prototype.get=function(e,r,t,a,i){return this.client.sendOperationRequest({resourceGroup:e,registrationName:r,productName:t,options:a},W,i)},J.prototype.listDetails=function(e,r,t,a,i){return this.client.sendOperationRequest({resourceGroup:e,registrationName:r,productName:t,options:a},X,i)},J.prototype.getProducts=function(e,r,t,a){return this.client.sendOperationRequest({resourceGroup:e,registrationName:r,options:t},Y,a)},J.prototype.getProduct=function(e,r,t,a,i){return this.client.sendOperationRequest({resourceGroup:e,registrationName:r,productName:t,options:a},Z,i)},J.prototype.uploadLog=function(e,r,t,a,i){return this.client.sendOperationRequest({resourceGroup:e,registrationName:r,productName:t,options:a},$,i)},J.prototype.listNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},ee,t)},J);function J(e){this.client=e}var g=new r.Serializer(g),Q={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/products",urlParameters:[l,d,j],queryParameters:[A],headerParameters:[T],responses:{200:{bodyMapper:I},default:{bodyMapper:y}},serializer:g},W={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/products/{productName}",urlParameters:[l,d,j,B],queryParameters:[A],headerParameters:[T],responses:{200:{bodyMapper:f},default:{bodyMapper:y}},serializer:g},X={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/products/{productName}/listDetails",urlParameters:[l,d,j,B],queryParameters:[A],headerParameters:[T],responses:{200:{bodyMapper:z},default:{bodyMapper:n}},serializer:g},Y={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/products/_all/GetProducts",urlParameters:[l,d,j],queryParameters:[A],headerParameters:[T],requestBody:{parameterPath:["options","deviceConfiguration"],mapper:O},responses:{200:{bodyMapper:I},default:{bodyMapper:y}},serializer:g},Z={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/products/{productName}/GetProduct",urlParameters:[l,d,j,B],queryParameters:[A],headerParameters:[T],requestBody:{parameterPath:["options","deviceConfiguration"],mapper:O},responses:{200:{bodyMapper:f},default:{bodyMapper:y}},serializer:g},$={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/products/{productName}/uploadProductLog",urlParameters:[l,d,j,B],queryParameters:[A],headerParameters:[T],requestBody:{parameterPath:["options","marketplaceProductLogUpdate"],mapper:M},responses:{200:{bodyMapper:k},default:{bodyMapper:y}},serializer:g},ee={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[U],headerParameters:[T],responses:{200:{bodyMapper:I},default:{bodyMapper:y}},serializer:g},g=Object.freeze({__proto__:null,ActivationKeyResult:R,BaseResource:p,CloudError:n,Compatibility:h,CustomerSubscription:q,ErrorDetails:c,ErrorResponse:y,IconUris:P,Product:f,ProductLink:S,ProductProperties:b,Registration:C,RegistrationList:L,RegistrationParameter:v,Resource:m,TrackedResource:u}),re=(te.prototype.list=function(e,r,t){return this.client.sendOperationRequest({resourceGroup:e,options:r},ae,t)},te.prototype.get=function(e,r,t,a){return this.client.sendOperationRequest({resourceGroup:e,registrationName:r,options:t},ie,a)},te.prototype.deleteMethod=function(e,r,t,a){return this.client.sendOperationRequest({resourceGroup:e,registrationName:r,options:t},se,a)},te.prototype.createOrUpdate=function(e,r,t,a,i){return this.client.sendOperationRequest({resourceGroup:e,registrationName:r,token:t,options:a},oe,i)},te.prototype.update=function(e,r,t,a,i){return this.client.sendOperationRequest({resourceGroup:e,registrationName:r,token:t,options:a},ne,i)},te.prototype.getActivationKey=function(e,r,t,a){return this.client.sendOperationRequest({resourceGroup:e,registrationName:r,options:t},pe,a)},te.prototype.listNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},me,t)},te);function te(e){this.client=e}var g=new r.Serializer(g),ae={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations",urlParameters:[l,d],queryParameters:[A],headerParameters:[T],responses:{200:{bodyMapper:L},default:{bodyMapper:y}},serializer:g},ie={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}",urlParameters:[l,d,j],queryParameters:[A],headerParameters:[T],responses:{200:{bodyMapper:C},default:{bodyMapper:y}},serializer:g},se={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}",urlParameters:[l,d,j],queryParameters:[A],headerParameters:[T],responses:{200:{},204:{},default:{bodyMapper:y}},serializer:g},oe={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}",urlParameters:[l,d,j],queryParameters:[A],headerParameters:[T],requestBody:{parameterPath:"token",mapper:i(i({},v),{required:!0})},responses:{200:{bodyMapper:C},201:{bodyMapper:C},default:{bodyMapper:n}},serializer:g},ne={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}",urlParameters:[l,d,j],queryParameters:[A],headerParameters:[T],requestBody:{parameterPath:"token",mapper:i(i({},v),{required:!0})},responses:{200:{bodyMapper:C},default:{bodyMapper:y}},serializer:g},pe={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/getactivationkey",urlParameters:[l,d,j],queryParameters:[A],headerParameters:[T],responses:{200:{bodyMapper:R},default:{bodyMapper:n}},serializer:g},me={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[U],headerParameters:[T],responses:{200:{bodyMapper:L},default:{bodyMapper:y}},serializer:g},u=Object.freeze({__proto__:null,BaseResource:p,CloudError:n,Compatibility:h,CustomerSubscription:q,CustomerSubscriptionList:E,ErrorDetails:c,ErrorResponse:y,IconUris:P,Product:f,ProductLink:S,ProductProperties:b,Registration:C,Resource:m,TrackedResource:u}),ue=(de.prototype.list=function(e,r,t,a){return this.client.sendOperationRequest({resourceGroup:e,registrationName:r,options:t},ce,a)},de.prototype.get=function(e,r,t,a,i){return this.client.sendOperationRequest({resourceGroup:e,registrationName:r,customerSubscriptionName:t,options:a},ye,i)},de.prototype.deleteMethod=function(e,r,t,a,i){return this.client.sendOperationRequest({resourceGroup:e,registrationName:r,customerSubscriptionName:t,options:a},ge,i)},de.prototype.create=function(e,r,t,a,i,s){return this.client.sendOperationRequest({resourceGroup:e,registrationName:r,customerSubscriptionName:t,customerCreationParameters:a,options:i},Ne,s)},de.prototype.listNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},ze,t)},de);function de(e){this.client=e}var le,u=new r.Serializer(u),ce={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/customerSubscriptions",urlParameters:[l,d,j],queryParameters:[A],headerParameters:[T],responses:{200:{bodyMapper:E},default:{bodyMapper:y}},serializer:u},ye={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/customerSubscriptions/{customerSubscriptionName}",urlParameters:[l,d,j,_],queryParameters:[A],headerParameters:[T],responses:{200:{bodyMapper:q},default:{bodyMapper:y}},serializer:u},ge={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/customerSubscriptions/{customerSubscriptionName}",urlParameters:[l,d,j,_],queryParameters:[A],headerParameters:[T],responses:{200:{},204:{},default:{bodyMapper:n}},serializer:u},Ne={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/customerSubscriptions/{customerSubscriptionName}",urlParameters:[l,d,j,_],queryParameters:[A],headerParameters:[T],requestBody:{parameterPath:"customerCreationParameters",mapper:i(i({},q),{required:!0})},responses:{200:{bodyMapper:q},default:{bodyMapper:n}},serializer:u},ze={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[U],headerParameters:[T],responses:{200:{bodyMapper:E},default:{bodyMapper:y}},serializer:u},y=(t(Pe,le=s.AzureServiceClient),Pe);function Pe(e,r,t){var a,i=this;if(null==e)throw new Error("'credentials' cannot be null.");if(null==r)throw new Error("'subscriptionId' cannot be null.");return(t=t||{}).userAgent||(a=s.getDefaultUserAgentValue(),t.userAgent="@azure/arm-azurestack/2.1.1 "+a),(i=le.call(this,e,t)||this).apiVersion="2017-06-01",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=r,null!==t.acceptLanguage&&void 0!==t.acceptLanguage&&(i.acceptLanguage=t.acceptLanguage),null!==t.longRunningOperationRetryTimeout&&void 0!==t.longRunningOperationRetryTimeout&&(i.longRunningOperationRetryTimeout=t.longRunningOperationRetryTimeout),i}var Se,u=(t(be,Se=y),be);function be(e,r,t){t=Se.call(this,e,r,t)||this;return t.operations=new w(t),t.products=new F(t),t.registrations=new re(t),t.customerSubscriptions=new ue(t),t}e.AzureStackManagementClient=u,e.AzureStackManagementClientContext=y,e.AzureStackManagementMappers=D,e.AzureStackManagementModels=o,e.CustomerSubscriptions=ue,e.Operations=w,e.Products=F,e.Registrations=re,Object.defineProperty(e,"__esModule",{value:!0})});
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../node_modules/tslib/tslib.es6.js","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/operations.ts","../src/operations/products.ts","../src/operations/registrations.ts","../src/operations/customerSubscriptions.ts","../src/azureStackManagementClientContext.ts","../src/azureStackManagementClient.ts"],"names":["extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__extends","__","this","constructor","prototype","create","__assign","assign","t","s","i","n","arguments","length","call","apply","CloudError","CloudErrorMapper","BaseResource","BaseResourceMapper","Resource","serializedName","type","name","className","modelProperties","id","readOnly","etag","TrackedResource","location","required","isConstant","defaultValue","tags","value","Display","provider","resource","operation","description","Operation","display","origin","ErrorDetails","code","message","target","ErrorResponse","error","OsDiskImage","operatingSystem","sourceBlobSasUri","DataDiskImage","lun","ExtendedProduct","galleryPackageBlobSasUri","productKind","computeRole","isSystemExtension","uri","supportMultipleExtensions","version","vmOsType","vmScaleSetEnabled","osDiskImage","dataDiskImages","element","IconUris","large","wide","medium","small","hero","ProductLink","displayName","ProductProperties","Compatibility","isCompatible","issues","Product","publisherDisplayName","publisherIdentifier","offer","offerVersion","sku","billingPartNumber","vmExtensionType","galleryItemIdentity","iconUris","links","legalTerms","privacyPolicy","payloadLength","productProperties","compatibility","DeviceConfiguration","deviceVersion","identitySystem","MarketplaceProductLogUpdate","status","details","ProductLog","productId","subscriptionId","registrationName","resourceGroupName","startDate","endDate","Registration","objectId","cloudId","billingModel","ActivationKeyResult","activationKey","RegistrationParameter","registrationToken","CustomerSubscription","tenantId","OperationList","nextLink","ProductList","RegistrationList","CustomerSubscriptionList","acceptLanguage","parameterPath","mapper","apiVersion","customerSubscriptionName","nextPageLink","skipEncoding","productName","resourceGroup","Operations","list","options","callback","client","sendOperationRequest","listOperationSpec","listNext","listNextOperationSpec","serializer","msRest.Serializer","Mappers","httpMethod","path","queryParameters","Parameters.apiVersion","headerParameters","Parameters.acceptLanguage","responses","200","bodyMapper","Mappers.OperationList","default","Mappers.CloudError","baseUrl","urlParameters","Parameters.nextPageLink","Products","get","getOperationSpec","listDetails","listDetailsOperationSpec","getProducts","getProductsOperationSpec","getProduct","getProductOperationSpec","uploadLog","uploadLogOperationSpec","Parameters.subscriptionId","Parameters.resourceGroup","Parameters.registrationName","Mappers.ProductList","Mappers.ErrorResponse","serializer$1","Parameters.productName","Mappers.Product","Mappers.ExtendedProduct","requestBody","Mappers.DeviceConfiguration","Mappers.MarketplaceProductLogUpdate","Mappers.ProductLog","Registrations","deleteMethod","deleteMethodOperationSpec","createOrUpdate","token","createOrUpdateOperationSpec","update","updateOperationSpec","getActivationKey","getActivationKeyOperationSpec","Mappers.RegistrationList","serializer$2","Mappers.Registration","204","Mappers.RegistrationParameter","201","Mappers.ActivationKeyResult","CustomerSubscriptions","customerCreationParameters","createOperationSpec","_super","Mappers.CustomerSubscriptionList","serializer$3","Parameters.customerSubscriptionName","Mappers.CustomerSubscription","AzureStackManagementClientContext","msRestAzure.AzureServiceClient","credentials","defaultUserAgent","_this","undefined","Error","userAgent","msRestAzure.getDefaultUserAgentValue","packageName","longRunningOperationRetryTimeout","baseUri","requestContentType","AzureStackManagementClient","operations","operations.Operations","products","operations.Products","registrations","operations.Registrations","customerSubscriptions","operations.CustomerSubscriptions"],"mappings":"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"}
@@ -1,28 +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 { AzureStackManagementClientContext } from "./azureStackManagementClientContext";
7
- declare class AzureStackManagementClient extends AzureStackManagementClientContext {
8
- operations: operations.Operations;
9
- products: operations.Products;
10
- registrations: operations.Registrations;
11
- customerSubscriptions: operations.CustomerSubscriptions;
12
- /**
13
- * Initializes a new instance of the AzureStackManagementClient 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 Subscription credentials that uniquely identify Microsoft Azure
21
- * subscription. The subscription ID forms part of the URI for every service call.
22
- * @param [options] The parameter options
23
- */
24
- constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.AzureStackManagementClientOptions);
25
- }
26
- export { AzureStackManagementClient, AzureStackManagementClientContext, Models as AzureStackManagementModels, Mappers as AzureStackManagementMappers };
27
- export * from "./operations";
28
- //# sourceMappingURL=azureStackManagementClient.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"azureStackManagementClient.d.ts","sourceRoot":"","sources":["../src/azureStackManagementClient.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,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAGxF,cAAM,0BAA2B,SAAQ,iCAAiC;IAExE,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAClC,QAAQ,EAAE,UAAU,CAAC,QAAQ,CAAC;IAC9B,aAAa,EAAE,UAAU,CAAC,aAAa,CAAC;IACxC,qBAAqB,EAAE,UAAU,CAAC,qBAAqB,CAAC;IAExD;;;;;;;;;;;OAWG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,iCAAiC;CAOvJ;AAID,OAAO,EACL,0BAA0B,EAC1B,iCAAiC,EACjC,MAAM,IAAI,0BAA0B,EACpC,OAAO,IAAI,2BAA2B,EACvC,CAAC;AACF,cAAc,cAAc,CAAC"}