@azure/arm-azurestack 3.0.0-beta.4 → 3.0.0-beta.6

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 (506) hide show
  1. package/CHANGELOG.md +23 -3
  2. package/LICENSE +4 -4
  3. package/README.md +26 -17
  4. package/{dist-esm/src → dist/browser}/azureStackManagementClient.d.ts +4 -2
  5. package/dist/browser/azureStackManagementClient.d.ts.map +1 -0
  6. package/dist/browser/azureStackManagementClient.js +117 -0
  7. package/dist/browser/azureStackManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/index.js +4 -3
  11. package/dist/browser/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/index.d.ts +72 -48
  13. package/dist/browser/models/index.d.ts.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/index.js +23 -0
  15. package/dist/browser/models/index.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/models/mappers.js +83 -38
  17. package/dist/browser/models/mappers.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  19. package/dist/browser/models/parameters.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/cloudManifestFile.d.ts +3 -3
  21. package/dist/browser/operations/cloudManifestFile.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/cloudManifestFile.js +3 -2
  23. package/dist/browser/operations/cloudManifestFile.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/customerSubscriptions.d.ts +3 -3
  25. package/dist/browser/operations/customerSubscriptions.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/customerSubscriptions.js +30 -33
  27. package/dist/browser/operations/customerSubscriptions.js.map +1 -0
  28. package/dist/browser/operations/index.d.ts +7 -0
  29. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  30. package/dist/browser/operations/index.js +14 -0
  31. package/dist/browser/operations/index.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/linkedSubscriptions.d.ts +3 -3
  33. package/dist/browser/operations/linkedSubscriptions.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/linkedSubscriptions.js +56 -63
  35. package/dist/browser/operations/linkedSubscriptions.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  37. package/dist/browser/operations/operations.d.ts.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operations/operations.js +30 -33
  39. package/dist/browser/operations/operations.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operations/products.d.ts +3 -3
  41. package/dist/browser/operations/products.d.ts.map +1 -0
  42. package/{dist-esm/src → dist/browser}/operations/products.js +30 -33
  43. package/dist/browser/operations/products.js.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operations/registrations.d.ts +3 -3
  45. package/dist/browser/operations/registrations.d.ts.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operations/registrations.js +56 -63
  47. package/dist/browser/operations/registrations.js.map +1 -0
  48. package/{dist-esm/src → dist/browser}/operationsInterfaces/cloudManifestFile.d.ts +1 -1
  49. package/dist/browser/operationsInterfaces/cloudManifestFile.d.ts.map +1 -0
  50. package/dist/browser/operationsInterfaces/cloudManifestFile.js.map +1 -0
  51. package/{dist-esm/src → dist/browser}/operationsInterfaces/customerSubscriptions.d.ts +1 -1
  52. package/dist/browser/operationsInterfaces/customerSubscriptions.d.ts.map +1 -0
  53. package/dist/browser/operationsInterfaces/customerSubscriptions.js.map +1 -0
  54. package/dist/browser/operationsInterfaces/index.d.ts +7 -0
  55. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  56. package/dist/browser/operationsInterfaces/index.js +14 -0
  57. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  58. package/{dist-esm/src → dist/browser}/operationsInterfaces/linkedSubscriptions.d.ts +1 -1
  59. package/dist/browser/operationsInterfaces/linkedSubscriptions.d.ts.map +1 -0
  60. package/dist/browser/operationsInterfaces/linkedSubscriptions.js.map +1 -0
  61. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  62. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  63. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  64. package/{dist-esm/src → dist/browser}/operationsInterfaces/products.d.ts +1 -1
  65. package/dist/browser/operationsInterfaces/products.d.ts.map +1 -0
  66. package/dist/browser/operationsInterfaces/products.js.map +1 -0
  67. package/{dist-esm/src → dist/browser}/operationsInterfaces/registrations.d.ts +1 -1
  68. package/dist/browser/operationsInterfaces/registrations.d.ts.map +1 -0
  69. package/dist/browser/operationsInterfaces/registrations.js.map +1 -0
  70. package/dist/browser/package.json +3 -0
  71. package/dist/browser/pagingHelper.d.ts +13 -0
  72. package/dist/browser/pagingHelper.d.ts.map +1 -0
  73. package/dist/browser/pagingHelper.js +30 -0
  74. package/dist/browser/pagingHelper.js.map +1 -0
  75. package/dist/commonjs/azureStackManagementClient.d.ts +26 -0
  76. package/dist/commonjs/azureStackManagementClient.d.ts.map +1 -0
  77. package/dist/commonjs/azureStackManagementClient.js +122 -0
  78. package/dist/commonjs/azureStackManagementClient.js.map +1 -0
  79. package/dist/commonjs/index.d.ts +5 -0
  80. package/dist/commonjs/index.d.ts.map +1 -0
  81. package/dist/commonjs/index.js +19 -0
  82. package/dist/commonjs/index.js.map +1 -0
  83. package/{types/arm-azurestack.d.ts → dist/commonjs/models/index.d.ts} +878 -1206
  84. package/dist/commonjs/models/index.d.ts.map +1 -0
  85. package/dist/commonjs/models/index.js +81 -0
  86. package/dist/commonjs/models/index.js.map +1 -0
  87. package/dist/commonjs/models/mappers.d.ts +37 -0
  88. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  89. package/dist/commonjs/models/mappers.js +1254 -0
  90. package/dist/commonjs/models/mappers.js.map +1 -0
  91. package/dist/commonjs/models/parameters.d.ts +20 -0
  92. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  93. package/dist/commonjs/models/parameters.js +166 -0
  94. package/dist/commonjs/models/parameters.js.map +1 -0
  95. package/dist/commonjs/operations/cloudManifestFile.d.ts +24 -0
  96. package/dist/commonjs/operations/cloudManifestFile.d.ts.map +1 -0
  97. package/dist/commonjs/operations/cloudManifestFile.js +76 -0
  98. package/dist/commonjs/operations/cloudManifestFile.js.map +1 -0
  99. package/dist/commonjs/operations/customerSubscriptions.d.ts +63 -0
  100. package/dist/commonjs/operations/customerSubscriptions.d.ts.map +1 -0
  101. package/dist/commonjs/operations/customerSubscriptions.js +243 -0
  102. package/dist/commonjs/operations/customerSubscriptions.js.map +1 -0
  103. package/dist/commonjs/operations/index.d.ts +7 -0
  104. package/dist/commonjs/operations/index.d.ts.map +1 -0
  105. package/dist/commonjs/operations/index.js +17 -0
  106. package/dist/commonjs/operations/index.js.map +1 -0
  107. package/dist/commonjs/operations/linkedSubscriptions.d.ts +83 -0
  108. package/dist/commonjs/operations/linkedSubscriptions.d.ts.map +1 -0
  109. package/dist/commonjs/operations/linkedSubscriptions.js +357 -0
  110. package/dist/commonjs/operations/linkedSubscriptions.js.map +1 -0
  111. package/dist/commonjs/operations/operations.d.ts +32 -0
  112. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  113. package/dist/commonjs/operations/operations.js +122 -0
  114. package/dist/commonjs/operations/operations.js.map +1 -0
  115. package/dist/commonjs/operations/products.d.ts +78 -0
  116. package/dist/commonjs/operations/products.d.ts.map +1 -0
  117. package/dist/commonjs/operations/products.js +305 -0
  118. package/dist/commonjs/operations/products.js.map +1 -0
  119. package/dist/commonjs/operations/registrations.d.ts +97 -0
  120. package/dist/commonjs/operations/registrations.d.ts.map +1 -0
  121. package/dist/commonjs/operations/registrations.js +414 -0
  122. package/dist/commonjs/operations/registrations.js.map +1 -0
  123. package/dist/commonjs/operationsInterfaces/cloudManifestFile.d.ts +16 -0
  124. package/dist/commonjs/operationsInterfaces/cloudManifestFile.d.ts.map +1 -0
  125. package/dist/commonjs/operationsInterfaces/cloudManifestFile.js +10 -0
  126. package/dist/commonjs/operationsInterfaces/cloudManifestFile.js.map +1 -0
  127. package/dist/commonjs/operationsInterfaces/customerSubscriptions.d.ts +38 -0
  128. package/dist/commonjs/operationsInterfaces/customerSubscriptions.d.ts.map +1 -0
  129. package/dist/commonjs/operationsInterfaces/customerSubscriptions.js +10 -0
  130. package/dist/commonjs/operationsInterfaces/customerSubscriptions.js.map +1 -0
  131. package/dist/commonjs/operationsInterfaces/index.d.ts +7 -0
  132. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  133. package/dist/commonjs/operationsInterfaces/index.js +17 -0
  134. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  135. package/dist/commonjs/operationsInterfaces/linkedSubscriptions.d.ts +47 -0
  136. package/dist/commonjs/operationsInterfaces/linkedSubscriptions.d.ts.map +1 -0
  137. package/dist/commonjs/operationsInterfaces/linkedSubscriptions.js +10 -0
  138. package/dist/commonjs/operationsInterfaces/linkedSubscriptions.js.map +1 -0
  139. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  140. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  141. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  142. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  143. package/dist/commonjs/operationsInterfaces/products.d.ts +53 -0
  144. package/dist/commonjs/operationsInterfaces/products.d.ts.map +1 -0
  145. package/dist/commonjs/operationsInterfaces/products.js +10 -0
  146. package/dist/commonjs/operationsInterfaces/products.js.map +1 -0
  147. package/dist/commonjs/operationsInterfaces/registrations.d.ts +61 -0
  148. package/dist/commonjs/operationsInterfaces/registrations.d.ts.map +1 -0
  149. package/dist/commonjs/operationsInterfaces/registrations.js +10 -0
  150. package/dist/commonjs/operationsInterfaces/registrations.js.map +1 -0
  151. package/dist/commonjs/package.json +3 -0
  152. package/dist/commonjs/pagingHelper.d.ts +13 -0
  153. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  154. package/dist/commonjs/pagingHelper.js +34 -0
  155. package/dist/commonjs/pagingHelper.js.map +1 -0
  156. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  157. package/dist/esm/azureStackManagementClient.d.ts +26 -0
  158. package/dist/esm/azureStackManagementClient.d.ts.map +1 -0
  159. package/dist/esm/azureStackManagementClient.js +117 -0
  160. package/dist/esm/azureStackManagementClient.js.map +1 -0
  161. package/dist/esm/index.d.ts +5 -0
  162. package/dist/esm/index.d.ts.map +1 -0
  163. package/{src/index.ts → dist/esm/index.js} +5 -4
  164. package/dist/esm/index.js.map +1 -0
  165. package/dist/esm/models/index.d.ts +878 -0
  166. package/dist/esm/models/index.d.ts.map +1 -0
  167. package/dist/esm/models/index.js +78 -0
  168. package/dist/esm/models/index.js.map +1 -0
  169. package/dist/esm/models/mappers.d.ts +37 -0
  170. package/dist/esm/models/mappers.d.ts.map +1 -0
  171. package/dist/esm/models/mappers.js +1251 -0
  172. package/dist/esm/models/mappers.js.map +1 -0
  173. package/dist/esm/models/parameters.d.ts +20 -0
  174. package/dist/esm/models/parameters.d.ts.map +1 -0
  175. package/dist/esm/models/parameters.js +163 -0
  176. package/dist/esm/models/parameters.js.map +1 -0
  177. package/dist/esm/operations/cloudManifestFile.d.ts +24 -0
  178. package/dist/esm/operations/cloudManifestFile.d.ts.map +1 -0
  179. package/dist/esm/operations/cloudManifestFile.js +71 -0
  180. package/dist/esm/operations/cloudManifestFile.js.map +1 -0
  181. package/dist/esm/operations/customerSubscriptions.d.ts +63 -0
  182. package/dist/esm/operations/customerSubscriptions.d.ts.map +1 -0
  183. package/dist/esm/operations/customerSubscriptions.js +238 -0
  184. package/dist/esm/operations/customerSubscriptions.js.map +1 -0
  185. package/dist/esm/operations/index.d.ts +7 -0
  186. package/dist/esm/operations/index.d.ts.map +1 -0
  187. package/dist/esm/operations/index.js +14 -0
  188. package/dist/esm/operations/index.js.map +1 -0
  189. package/dist/esm/operations/linkedSubscriptions.d.ts +83 -0
  190. package/dist/esm/operations/linkedSubscriptions.d.ts.map +1 -0
  191. package/dist/esm/operations/linkedSubscriptions.js +352 -0
  192. package/dist/esm/operations/linkedSubscriptions.js.map +1 -0
  193. package/dist/esm/operations/operations.d.ts +32 -0
  194. package/dist/esm/operations/operations.d.ts.map +1 -0
  195. package/dist/esm/operations/operations.js +117 -0
  196. package/dist/esm/operations/operations.js.map +1 -0
  197. package/dist/esm/operations/products.d.ts +78 -0
  198. package/dist/esm/operations/products.d.ts.map +1 -0
  199. package/dist/esm/operations/products.js +300 -0
  200. package/dist/esm/operations/products.js.map +1 -0
  201. package/dist/esm/operations/registrations.d.ts +97 -0
  202. package/dist/esm/operations/registrations.d.ts.map +1 -0
  203. package/dist/esm/operations/registrations.js +409 -0
  204. package/dist/esm/operations/registrations.js.map +1 -0
  205. package/dist/esm/operationsInterfaces/cloudManifestFile.d.ts +16 -0
  206. package/dist/esm/operationsInterfaces/cloudManifestFile.d.ts.map +1 -0
  207. package/dist/esm/operationsInterfaces/cloudManifestFile.js +9 -0
  208. package/dist/esm/operationsInterfaces/cloudManifestFile.js.map +1 -0
  209. package/dist/esm/operationsInterfaces/customerSubscriptions.d.ts +38 -0
  210. package/dist/esm/operationsInterfaces/customerSubscriptions.d.ts.map +1 -0
  211. package/dist/esm/operationsInterfaces/customerSubscriptions.js +9 -0
  212. package/dist/esm/operationsInterfaces/customerSubscriptions.js.map +1 -0
  213. package/dist/esm/operationsInterfaces/index.d.ts +7 -0
  214. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  215. package/dist/esm/operationsInterfaces/index.js +14 -0
  216. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  217. package/dist/esm/operationsInterfaces/linkedSubscriptions.d.ts +47 -0
  218. package/dist/esm/operationsInterfaces/linkedSubscriptions.d.ts.map +1 -0
  219. package/dist/esm/operationsInterfaces/linkedSubscriptions.js +9 -0
  220. package/dist/esm/operationsInterfaces/linkedSubscriptions.js.map +1 -0
  221. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  222. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  223. package/dist/esm/operationsInterfaces/operations.js +9 -0
  224. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  225. package/dist/esm/operationsInterfaces/products.d.ts +53 -0
  226. package/dist/esm/operationsInterfaces/products.d.ts.map +1 -0
  227. package/dist/esm/operationsInterfaces/products.js +9 -0
  228. package/dist/esm/operationsInterfaces/products.js.map +1 -0
  229. package/dist/esm/operationsInterfaces/registrations.d.ts +61 -0
  230. package/dist/esm/operationsInterfaces/registrations.d.ts.map +1 -0
  231. package/dist/esm/operationsInterfaces/registrations.js +9 -0
  232. package/dist/esm/operationsInterfaces/registrations.js.map +1 -0
  233. package/dist/esm/package.json +3 -0
  234. package/dist/esm/pagingHelper.d.ts +13 -0
  235. package/dist/esm/pagingHelper.d.ts.map +1 -0
  236. package/dist/esm/pagingHelper.js +30 -0
  237. package/dist/esm/pagingHelper.js.map +1 -0
  238. package/dist/react-native/azureStackManagementClient.d.ts +26 -0
  239. package/dist/react-native/azureStackManagementClient.d.ts.map +1 -0
  240. package/dist/react-native/azureStackManagementClient.js +117 -0
  241. package/dist/react-native/azureStackManagementClient.js.map +1 -0
  242. package/dist/react-native/index.d.ts +5 -0
  243. package/dist/react-native/index.d.ts.map +1 -0
  244. package/dist/react-native/index.js +13 -0
  245. package/dist/react-native/index.js.map +1 -0
  246. package/dist/react-native/models/index.d.ts +878 -0
  247. package/dist/react-native/models/index.d.ts.map +1 -0
  248. package/dist/react-native/models/index.js +78 -0
  249. package/dist/react-native/models/index.js.map +1 -0
  250. package/dist/react-native/models/mappers.d.ts +37 -0
  251. package/dist/react-native/models/mappers.d.ts.map +1 -0
  252. package/dist/react-native/models/mappers.js +1251 -0
  253. package/dist/react-native/models/mappers.js.map +1 -0
  254. package/dist/react-native/models/parameters.d.ts +20 -0
  255. package/dist/react-native/models/parameters.d.ts.map +1 -0
  256. package/dist/react-native/models/parameters.js +163 -0
  257. package/dist/react-native/models/parameters.js.map +1 -0
  258. package/dist/react-native/operations/cloudManifestFile.d.ts +24 -0
  259. package/dist/react-native/operations/cloudManifestFile.d.ts.map +1 -0
  260. package/dist/react-native/operations/cloudManifestFile.js +71 -0
  261. package/dist/react-native/operations/cloudManifestFile.js.map +1 -0
  262. package/dist/react-native/operations/customerSubscriptions.d.ts +63 -0
  263. package/dist/react-native/operations/customerSubscriptions.d.ts.map +1 -0
  264. package/dist/react-native/operations/customerSubscriptions.js +238 -0
  265. package/dist/react-native/operations/customerSubscriptions.js.map +1 -0
  266. package/dist/react-native/operations/index.d.ts +7 -0
  267. package/dist/react-native/operations/index.d.ts.map +1 -0
  268. package/dist/react-native/operations/index.js +14 -0
  269. package/dist/react-native/operations/index.js.map +1 -0
  270. package/dist/react-native/operations/linkedSubscriptions.d.ts +83 -0
  271. package/dist/react-native/operations/linkedSubscriptions.d.ts.map +1 -0
  272. package/dist/react-native/operations/linkedSubscriptions.js +352 -0
  273. package/dist/react-native/operations/linkedSubscriptions.js.map +1 -0
  274. package/dist/react-native/operations/operations.d.ts +32 -0
  275. package/dist/react-native/operations/operations.d.ts.map +1 -0
  276. package/dist/react-native/operations/operations.js +117 -0
  277. package/dist/react-native/operations/operations.js.map +1 -0
  278. package/dist/react-native/operations/products.d.ts +78 -0
  279. package/dist/react-native/operations/products.d.ts.map +1 -0
  280. package/dist/react-native/operations/products.js +300 -0
  281. package/dist/react-native/operations/products.js.map +1 -0
  282. package/dist/react-native/operations/registrations.d.ts +97 -0
  283. package/dist/react-native/operations/registrations.d.ts.map +1 -0
  284. package/dist/react-native/operations/registrations.js +409 -0
  285. package/dist/react-native/operations/registrations.js.map +1 -0
  286. package/dist/react-native/operationsInterfaces/cloudManifestFile.d.ts +16 -0
  287. package/dist/react-native/operationsInterfaces/cloudManifestFile.d.ts.map +1 -0
  288. package/dist/react-native/operationsInterfaces/cloudManifestFile.js +9 -0
  289. package/dist/react-native/operationsInterfaces/cloudManifestFile.js.map +1 -0
  290. package/dist/react-native/operationsInterfaces/customerSubscriptions.d.ts +38 -0
  291. package/dist/react-native/operationsInterfaces/customerSubscriptions.d.ts.map +1 -0
  292. package/dist/react-native/operationsInterfaces/customerSubscriptions.js +9 -0
  293. package/dist/react-native/operationsInterfaces/customerSubscriptions.js.map +1 -0
  294. package/dist/react-native/operationsInterfaces/index.d.ts +7 -0
  295. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  296. package/dist/react-native/operationsInterfaces/index.js +14 -0
  297. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  298. package/dist/react-native/operationsInterfaces/linkedSubscriptions.d.ts +47 -0
  299. package/dist/react-native/operationsInterfaces/linkedSubscriptions.d.ts.map +1 -0
  300. package/dist/react-native/operationsInterfaces/linkedSubscriptions.js +9 -0
  301. package/dist/react-native/operationsInterfaces/linkedSubscriptions.js.map +1 -0
  302. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  303. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  304. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  305. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  306. package/dist/react-native/operationsInterfaces/products.d.ts +53 -0
  307. package/dist/react-native/operationsInterfaces/products.d.ts.map +1 -0
  308. package/dist/react-native/operationsInterfaces/products.js +9 -0
  309. package/dist/react-native/operationsInterfaces/products.js.map +1 -0
  310. package/dist/react-native/operationsInterfaces/registrations.d.ts +61 -0
  311. package/dist/react-native/operationsInterfaces/registrations.d.ts.map +1 -0
  312. package/dist/react-native/operationsInterfaces/registrations.js +9 -0
  313. package/dist/react-native/operationsInterfaces/registrations.js.map +1 -0
  314. package/dist/react-native/package.json +3 -0
  315. package/dist/react-native/pagingHelper.d.ts +13 -0
  316. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  317. package/dist/react-native/pagingHelper.js +30 -0
  318. package/dist/react-native/pagingHelper.js.map +1 -0
  319. package/package.json +86 -73
  320. package/review/{arm-azurestack.api.md → arm-azurestack-node.api.md} +37 -57
  321. package/dist/index.js +0 -3033
  322. package/dist/index.js.map +0 -1
  323. package/dist/index.min.js +0 -1
  324. package/dist/index.min.js.map +0 -1
  325. package/dist-esm/samples-dev/cloudManifestFileGetSample.d.ts +0 -2
  326. package/dist-esm/samples-dev/cloudManifestFileGetSample.d.ts.map +0 -1
  327. package/dist-esm/samples-dev/cloudManifestFileGetSample.js +0 -30
  328. package/dist-esm/samples-dev/cloudManifestFileGetSample.js.map +0 -1
  329. package/dist-esm/samples-dev/cloudManifestFileListSample.d.ts +0 -2
  330. package/dist-esm/samples-dev/cloudManifestFileListSample.d.ts.map +0 -1
  331. package/dist-esm/samples-dev/cloudManifestFileListSample.js +0 -29
  332. package/dist-esm/samples-dev/cloudManifestFileListSample.js.map +0 -1
  333. package/dist-esm/samples-dev/customerSubscriptionsCreateSample.d.ts +0 -2
  334. package/dist-esm/samples-dev/customerSubscriptionsCreateSample.d.ts.map +0 -1
  335. package/dist-esm/samples-dev/customerSubscriptionsCreateSample.js +0 -35
  336. package/dist-esm/samples-dev/customerSubscriptionsCreateSample.js.map +0 -1
  337. package/dist-esm/samples-dev/customerSubscriptionsDeleteSample.d.ts +0 -2
  338. package/dist-esm/samples-dev/customerSubscriptionsDeleteSample.d.ts.map +0 -1
  339. package/dist-esm/samples-dev/customerSubscriptionsDeleteSample.js +0 -32
  340. package/dist-esm/samples-dev/customerSubscriptionsDeleteSample.js.map +0 -1
  341. package/dist-esm/samples-dev/customerSubscriptionsGetSample.d.ts +0 -2
  342. package/dist-esm/samples-dev/customerSubscriptionsGetSample.d.ts.map +0 -1
  343. package/dist-esm/samples-dev/customerSubscriptionsGetSample.js +0 -32
  344. package/dist-esm/samples-dev/customerSubscriptionsGetSample.js.map +0 -1
  345. package/dist-esm/samples-dev/customerSubscriptionsListSample.d.ts +0 -2
  346. package/dist-esm/samples-dev/customerSubscriptionsListSample.d.ts.map +0 -1
  347. package/dist-esm/samples-dev/customerSubscriptionsListSample.js +0 -45
  348. package/dist-esm/samples-dev/customerSubscriptionsListSample.js.map +0 -1
  349. package/dist-esm/samples-dev/linkedSubscriptionsCreateOrUpdateSample.d.ts +0 -2
  350. package/dist-esm/samples-dev/linkedSubscriptionsCreateOrUpdateSample.d.ts.map +0 -1
  351. package/dist-esm/samples-dev/linkedSubscriptionsCreateOrUpdateSample.js +0 -36
  352. package/dist-esm/samples-dev/linkedSubscriptionsCreateOrUpdateSample.js.map +0 -1
  353. package/dist-esm/samples-dev/linkedSubscriptionsDeleteSample.d.ts +0 -2
  354. package/dist-esm/samples-dev/linkedSubscriptionsDeleteSample.d.ts.map +0 -1
  355. package/dist-esm/samples-dev/linkedSubscriptionsDeleteSample.js +0 -31
  356. package/dist-esm/samples-dev/linkedSubscriptionsDeleteSample.js.map +0 -1
  357. package/dist-esm/samples-dev/linkedSubscriptionsGetSample.d.ts +0 -2
  358. package/dist-esm/samples-dev/linkedSubscriptionsGetSample.d.ts.map +0 -1
  359. package/dist-esm/samples-dev/linkedSubscriptionsGetSample.js +0 -31
  360. package/dist-esm/samples-dev/linkedSubscriptionsGetSample.js.map +0 -1
  361. package/dist-esm/samples-dev/linkedSubscriptionsListByResourceGroupSample.d.ts +0 -2
  362. package/dist-esm/samples-dev/linkedSubscriptionsListByResourceGroupSample.d.ts.map +0 -1
  363. package/dist-esm/samples-dev/linkedSubscriptionsListByResourceGroupSample.js +0 -44
  364. package/dist-esm/samples-dev/linkedSubscriptionsListByResourceGroupSample.js.map +0 -1
  365. package/dist-esm/samples-dev/linkedSubscriptionsListBySubscriptionSample.d.ts +0 -2
  366. package/dist-esm/samples-dev/linkedSubscriptionsListBySubscriptionSample.d.ts.map +0 -1
  367. package/dist-esm/samples-dev/linkedSubscriptionsListBySubscriptionSample.js +0 -43
  368. package/dist-esm/samples-dev/linkedSubscriptionsListBySubscriptionSample.js.map +0 -1
  369. package/dist-esm/samples-dev/linkedSubscriptionsUpdateSample.d.ts +0 -2
  370. package/dist-esm/samples-dev/linkedSubscriptionsUpdateSample.d.ts.map +0 -1
  371. package/dist-esm/samples-dev/linkedSubscriptionsUpdateSample.js +0 -36
  372. package/dist-esm/samples-dev/linkedSubscriptionsUpdateSample.js.map +0 -1
  373. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  374. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  375. package/dist-esm/samples-dev/operationsListSample.js +0 -43
  376. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  377. package/dist-esm/samples-dev/productsGetProductSample.d.ts +0 -2
  378. package/dist-esm/samples-dev/productsGetProductSample.d.ts.map +0 -1
  379. package/dist-esm/samples-dev/productsGetProductSample.js +0 -32
  380. package/dist-esm/samples-dev/productsGetProductSample.js.map +0 -1
  381. package/dist-esm/samples-dev/productsGetProductsSample.d.ts +0 -2
  382. package/dist-esm/samples-dev/productsGetProductsSample.d.ts.map +0 -1
  383. package/dist-esm/samples-dev/productsGetProductsSample.js +0 -32
  384. package/dist-esm/samples-dev/productsGetProductsSample.js.map +0 -1
  385. package/dist-esm/samples-dev/productsGetSample.d.ts +0 -2
  386. package/dist-esm/samples-dev/productsGetSample.d.ts.map +0 -1
  387. package/dist-esm/samples-dev/productsGetSample.js +0 -32
  388. package/dist-esm/samples-dev/productsGetSample.js.map +0 -1
  389. package/dist-esm/samples-dev/productsListDetailsSample.d.ts +0 -2
  390. package/dist-esm/samples-dev/productsListDetailsSample.d.ts.map +0 -1
  391. package/dist-esm/samples-dev/productsListDetailsSample.js +0 -32
  392. package/dist-esm/samples-dev/productsListDetailsSample.js.map +0 -1
  393. package/dist-esm/samples-dev/productsListSample.d.ts +0 -2
  394. package/dist-esm/samples-dev/productsListSample.d.ts.map +0 -1
  395. package/dist-esm/samples-dev/productsListSample.js +0 -45
  396. package/dist-esm/samples-dev/productsListSample.js.map +0 -1
  397. package/dist-esm/samples-dev/productsUploadLogSample.d.ts +0 -2
  398. package/dist-esm/samples-dev/productsUploadLogSample.d.ts.map +0 -1
  399. package/dist-esm/samples-dev/productsUploadLogSample.js +0 -32
  400. package/dist-esm/samples-dev/productsUploadLogSample.js.map +0 -1
  401. package/dist-esm/samples-dev/registrationsCreateOrUpdateSample.d.ts +0 -2
  402. package/dist-esm/samples-dev/registrationsCreateOrUpdateSample.d.ts.map +0 -1
  403. package/dist-esm/samples-dev/registrationsCreateOrUpdateSample.js +0 -35
  404. package/dist-esm/samples-dev/registrationsCreateOrUpdateSample.js.map +0 -1
  405. package/dist-esm/samples-dev/registrationsDeleteSample.d.ts +0 -2
  406. package/dist-esm/samples-dev/registrationsDeleteSample.d.ts.map +0 -1
  407. package/dist-esm/samples-dev/registrationsDeleteSample.js +0 -31
  408. package/dist-esm/samples-dev/registrationsDeleteSample.js.map +0 -1
  409. package/dist-esm/samples-dev/registrationsEnableRemoteManagementSample.d.ts +0 -2
  410. package/dist-esm/samples-dev/registrationsEnableRemoteManagementSample.d.ts.map +0 -1
  411. package/dist-esm/samples-dev/registrationsEnableRemoteManagementSample.js +0 -31
  412. package/dist-esm/samples-dev/registrationsEnableRemoteManagementSample.js.map +0 -1
  413. package/dist-esm/samples-dev/registrationsGetActivationKeySample.d.ts +0 -2
  414. package/dist-esm/samples-dev/registrationsGetActivationKeySample.d.ts.map +0 -1
  415. package/dist-esm/samples-dev/registrationsGetActivationKeySample.js +0 -31
  416. package/dist-esm/samples-dev/registrationsGetActivationKeySample.js.map +0 -1
  417. package/dist-esm/samples-dev/registrationsGetSample.d.ts +0 -2
  418. package/dist-esm/samples-dev/registrationsGetSample.d.ts.map +0 -1
  419. package/dist-esm/samples-dev/registrationsGetSample.js +0 -31
  420. package/dist-esm/samples-dev/registrationsGetSample.js.map +0 -1
  421. package/dist-esm/samples-dev/registrationsListBySubscriptionSample.d.ts +0 -2
  422. package/dist-esm/samples-dev/registrationsListBySubscriptionSample.d.ts.map +0 -1
  423. package/dist-esm/samples-dev/registrationsListBySubscriptionSample.js +0 -43
  424. package/dist-esm/samples-dev/registrationsListBySubscriptionSample.js.map +0 -1
  425. package/dist-esm/samples-dev/registrationsListSample.d.ts +0 -2
  426. package/dist-esm/samples-dev/registrationsListSample.d.ts.map +0 -1
  427. package/dist-esm/samples-dev/registrationsListSample.js +0 -44
  428. package/dist-esm/samples-dev/registrationsListSample.js.map +0 -1
  429. package/dist-esm/samples-dev/registrationsUpdateSample.d.ts +0 -2
  430. package/dist-esm/samples-dev/registrationsUpdateSample.d.ts.map +0 -1
  431. package/dist-esm/samples-dev/registrationsUpdateSample.js +0 -35
  432. package/dist-esm/samples-dev/registrationsUpdateSample.js.map +0 -1
  433. package/dist-esm/src/azureStackManagementClient.d.ts.map +0 -1
  434. package/dist-esm/src/azureStackManagementClient.js +0 -58
  435. package/dist-esm/src/azureStackManagementClient.js.map +0 -1
  436. package/dist-esm/src/index.d.ts +0 -5
  437. package/dist-esm/src/index.d.ts.map +0 -1
  438. package/dist-esm/src/index.js.map +0 -1
  439. package/dist-esm/src/models/index.d.ts.map +0 -1
  440. package/dist-esm/src/models/index.js.map +0 -1
  441. package/dist-esm/src/models/mappers.js.map +0 -1
  442. package/dist-esm/src/models/parameters.js.map +0 -1
  443. package/dist-esm/src/operations/cloudManifestFile.d.ts.map +0 -1
  444. package/dist-esm/src/operations/cloudManifestFile.js.map +0 -1
  445. package/dist-esm/src/operations/customerSubscriptions.d.ts.map +0 -1
  446. package/dist-esm/src/operations/customerSubscriptions.js.map +0 -1
  447. package/dist-esm/src/operations/index.d.ts +0 -7
  448. package/dist-esm/src/operations/index.js +0 -14
  449. package/dist-esm/src/operations/index.js.map +0 -1
  450. package/dist-esm/src/operations/linkedSubscriptions.d.ts.map +0 -1
  451. package/dist-esm/src/operations/linkedSubscriptions.js.map +0 -1
  452. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  453. package/dist-esm/src/operations/operations.js.map +0 -1
  454. package/dist-esm/src/operations/products.d.ts.map +0 -1
  455. package/dist-esm/src/operations/products.js.map +0 -1
  456. package/dist-esm/src/operations/registrations.d.ts.map +0 -1
  457. package/dist-esm/src/operations/registrations.js.map +0 -1
  458. package/dist-esm/src/operationsInterfaces/cloudManifestFile.d.ts.map +0 -1
  459. package/dist-esm/src/operationsInterfaces/cloudManifestFile.js.map +0 -1
  460. package/dist-esm/src/operationsInterfaces/customerSubscriptions.d.ts.map +0 -1
  461. package/dist-esm/src/operationsInterfaces/customerSubscriptions.js.map +0 -1
  462. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -7
  463. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  464. package/dist-esm/src/operationsInterfaces/index.js +0 -14
  465. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  466. package/dist-esm/src/operationsInterfaces/linkedSubscriptions.d.ts.map +0 -1
  467. package/dist-esm/src/operationsInterfaces/linkedSubscriptions.js.map +0 -1
  468. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  469. package/dist-esm/src/operationsInterfaces/products.d.ts.map +0 -1
  470. package/dist-esm/src/operationsInterfaces/products.js.map +0 -1
  471. package/dist-esm/src/operationsInterfaces/registrations.d.ts.map +0 -1
  472. package/dist-esm/src/operationsInterfaces/registrations.js.map +0 -1
  473. package/dist-esm/test/sampleTest.d.ts +0 -2
  474. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  475. package/dist-esm/test/sampleTest.js +0 -40
  476. package/dist-esm/test/sampleTest.js.map +0 -1
  477. package/rollup.config.js +0 -122
  478. package/src/azureStackManagementClient.ts +0 -101
  479. package/src/models/index.ts +0 -981
  480. package/src/models/mappers.ts +0 -1287
  481. package/src/models/parameters.ts +0 -192
  482. package/src/operations/cloudManifestFile.ts +0 -93
  483. package/src/operations/customerSubscriptions.ts +0 -317
  484. package/src/operations/index.ts +0 -14
  485. package/src/operations/linkedSubscriptions.ts +0 -450
  486. package/src/operations/operations.ts +0 -137
  487. package/src/operations/products.ts +0 -403
  488. package/src/operations/registrations.ts +0 -521
  489. package/src/operationsInterfaces/cloudManifestFile.ts +0 -34
  490. package/src/operationsInterfaces/customerSubscriptions.ts +0 -75
  491. package/src/operationsInterfaces/index.ts +0 -14
  492. package/src/operationsInterfaces/linkedSubscriptions.ts +0 -91
  493. package/src/operationsInterfaces/operations.ts +0 -22
  494. package/src/operationsInterfaces/products.ts +0 -104
  495. package/src/operationsInterfaces/registrations.ts +0 -116
  496. package/tsconfig.json +0 -33
  497. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  498. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  499. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  500. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  501. /package/{dist-esm/src → dist/browser}/operationsInterfaces/cloudManifestFile.js +0 -0
  502. /package/{dist-esm/src → dist/browser}/operationsInterfaces/customerSubscriptions.js +0 -0
  503. /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkedSubscriptions.js +0 -0
  504. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  505. /package/{dist-esm/src → dist/browser}/operationsInterfaces/products.js +0 -0
  506. /package/{dist-esm/src → dist/browser}/operationsInterfaces/registrations.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const OperationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\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 Operation: coreClient.CompositeMapper = {\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 Display: coreClient.CompositeMapper = {\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 ErrorResponse: coreClient.CompositeMapper = {\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 ErrorDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetails\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CloudManifestFileProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudManifestFileProperties\",\n modelProperties: {\n deploymentData: {\n serializedName: \"deploymentData\",\n type: {\n name: \"Composite\",\n className: \"CloudManifestFileDeploymentData\"\n }\n },\n signature: {\n serializedName: \"signature\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CloudManifestFileDeploymentData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudManifestFileDeploymentData\",\n modelProperties: {\n externalDsmsCertificates: {\n serializedName: \"externalDsmsCertificates\",\n type: {\n name: \"String\"\n }\n },\n customCloudVerificationKey: {\n serializedName: \"customCloudVerificationKey\",\n type: {\n name: \"String\"\n }\n },\n customCloudArmEndpoint: {\n serializedName: \"customEnvironmentEndpoints.customCloudArmEndpoint\",\n type: {\n name: \"String\"\n }\n },\n externalDsmsEndpoint: {\n serializedName: \"customEnvironmentEndpoints.externalDsmsEndpoint\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\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 CustomerSubscriptionList: coreClient.CompositeMapper = {\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: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CustomerSubscription\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ProductList: coreClient.CompositeMapper = {\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: \"value\",\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 IconUris: coreClient.CompositeMapper = {\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: coreClient.CompositeMapper = {\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: coreClient.CompositeMapper = {\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: coreClient.CompositeMapper = {\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 ExtendedProduct: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtendedProduct\",\n modelProperties: {\n galleryPackageBlobSasUri: {\n serializedName: \"galleryPackageBlobSasUri\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n productKind: {\n serializedName: \"productKind\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n computeRole: {\n serializedName: \"properties.computeRole\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isSystemExtension: {\n serializedName: \"properties.isSystemExtension\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n supportMultipleExtensions: {\n serializedName: \"properties.supportMultipleExtensions\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n versionPropertiesVersion: {\n serializedName: \"properties.version\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n vmOsType: {\n serializedName: \"properties.vmOsType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n vmScaleSetEnabled: {\n serializedName: \"properties.vmScaleSetEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n uri: {\n serializedName: \"properties.sourceBlob.uri\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"properties.version\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n osDiskImage: {\n serializedName: \"properties.osDiskImage\",\n type: {\n name: \"Composite\",\n className: \"OsDiskImage\"\n }\n },\n dataDiskImages: {\n serializedName: \"properties.dataDiskImages\",\n readOnly: true,\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: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineExtensionProductProperties\",\n modelProperties: {\n computeRole: {\n serializedName: \"computeRole\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isSystemExtension: {\n serializedName: \"isSystemExtension\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n supportMultipleExtensions: {\n serializedName: \"supportMultipleExtensions\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n version: {\n serializedName: \"version\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n vmOsType: {\n serializedName: \"vmOsType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n vmScaleSetEnabled: {\n serializedName: \"vmScaleSetEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n uri: {\n serializedName: \"sourceBlob.uri\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualMachineProductProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineProductProperties\",\n modelProperties: {\n version: {\n serializedName: \"version\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n osDiskImage: {\n serializedName: \"osDiskImage\",\n type: {\n name: \"Composite\",\n className: \"OsDiskImage\"\n }\n },\n dataDiskImages: {\n serializedName: \"dataDiskImages\",\n readOnly: true,\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 OsDiskImage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OsDiskImage\",\n modelProperties: {\n operatingSystem: {\n serializedName: \"operatingSystem\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceBlobSasUri: {\n serializedName: \"sourceBlobSasUri\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataDiskImage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataDiskImage\",\n modelProperties: {\n lun: {\n serializedName: \"lun\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n sourceBlobSasUri: {\n serializedName: \"sourceBlobSasUri\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DeviceConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeviceConfiguration\",\n modelProperties: {\n deviceVersion: {\n serializedName: \"deviceVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n identitySystem: {\n serializedName: \"identitySystem\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MarketplaceProductLogUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MarketplaceProductLogUpdate\",\n modelProperties: {\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n error: {\n serializedName: \"error\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProductLog: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProductLog\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n productId: {\n serializedName: \"productId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n registrationName: {\n serializedName: \"registrationName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resourceGroupName: {\n serializedName: \"resourceGroupName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startDate: {\n serializedName: \"startDate\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n endDate: {\n serializedName: \"endDate\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n error: {\n serializedName: \"error\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RegistrationList: coreClient.CompositeMapper = {\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: \"value\",\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 TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"kind\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RegistrationParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegistrationParameter\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n registrationToken: {\n serializedName: \"properties.registrationToken\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ActivationKeyResult: coreClient.CompositeMapper = {\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 LinkedSubscriptionsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkedSubscriptionsList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LinkedSubscription\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const LinkedSubscriptionParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkedSubscriptionParameter\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n linkedSubscriptionId: {\n serializedName: \"properties.linkedSubscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n registrationResourceId: {\n serializedName: \"properties.registrationResourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CloudManifestFileResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudManifestFileResponse\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"CloudManifestFileProperties\"\n }\n }\n }\n }\n};\n\nexport const CustomerSubscription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomerSubscription\",\n modelProperties: {\n ...Resource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Product: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Product\",\n modelProperties: {\n ...Resource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\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 ExtendedProductProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtendedProductProperties\",\n modelProperties: {\n ...VirtualMachineExtensionProductProperties.type.modelProperties,\n ...VirtualMachineProductProperties.type.modelProperties\n }\n }\n};\n\nexport const Registration: coreClient.CompositeMapper = {\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 LinkedSubscription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkedSubscription\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n linkedSubscriptionId: {\n serializedName: \"properties.linkedSubscriptionId\",\n type: {\n name: \"String\"\n }\n },\n registrationResourceId: {\n serializedName: \"properties.registrationResourceId\",\n type: {\n name: \"String\"\n }\n },\n deviceId: {\n serializedName: \"properties.deviceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n deviceObjectId: {\n serializedName: \"properties.deviceObjectId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n deviceLinkState: {\n serializedName: \"properties.deviceLinkState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n lastConnectedTime: {\n serializedName: \"properties.lastConnectedTime\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n deviceConnectionStatus: {\n serializedName: \"properties.deviceConnectionStatus\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n"]}
@@ -0,0 +1,20 @@
1
+ import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const accept: OperationParameter;
3
+ export declare const $host: OperationURLParameter;
4
+ export declare const apiVersion: OperationQueryParameter;
5
+ export declare const nextLink: OperationURLParameter;
6
+ export declare const verificationVersion: OperationURLParameter;
7
+ export declare const versionCreationDate: OperationQueryParameter;
8
+ export declare const subscriptionId: OperationURLParameter;
9
+ export declare const resourceGroup: OperationURLParameter;
10
+ export declare const registrationName: OperationURLParameter;
11
+ export declare const customerSubscriptionName: OperationURLParameter;
12
+ export declare const contentType: OperationParameter;
13
+ export declare const customerCreationParameters: OperationParameter;
14
+ export declare const productName: OperationURLParameter;
15
+ export declare const deviceConfiguration: OperationParameter;
16
+ export declare const marketplaceProductLogUpdate: OperationParameter;
17
+ export declare const token: OperationParameter;
18
+ export declare const linkedSubscriptionName: OperationURLParameter;
19
+ export declare const resource: OperationParameter;
20
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAS5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,qBASjC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,uBAQjC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,qBAS3B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,qBAS9B,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,qBAStC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,kBAGxC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBASzB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,kBAGjC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,kBAGzC,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,qBASpC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,kBAGtB,CAAC"}
@@ -0,0 +1,166 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.resource = exports.linkedSubscriptionName = exports.token = exports.marketplaceProductLogUpdate = exports.deviceConfiguration = exports.productName = exports.customerCreationParameters = exports.contentType = exports.customerSubscriptionName = exports.registrationName = exports.resourceGroup = exports.subscriptionId = exports.versionCreationDate = exports.verificationVersion = exports.nextLink = exports.apiVersion = exports.$host = exports.accept = void 0;
11
+ const mappers_js_1 = require("../models/mappers.js");
12
+ exports.accept = {
13
+ parameterPath: "accept",
14
+ mapper: {
15
+ defaultValue: "application/json",
16
+ isConstant: true,
17
+ serializedName: "Accept",
18
+ type: {
19
+ name: "String"
20
+ }
21
+ }
22
+ };
23
+ exports.$host = {
24
+ parameterPath: "$host",
25
+ mapper: {
26
+ serializedName: "$host",
27
+ required: true,
28
+ type: {
29
+ name: "String"
30
+ }
31
+ },
32
+ skipEncoding: true
33
+ };
34
+ exports.apiVersion = {
35
+ parameterPath: "apiVersion",
36
+ mapper: {
37
+ defaultValue: "2020-06-01-preview",
38
+ isConstant: true,
39
+ serializedName: "api-version",
40
+ type: {
41
+ name: "String"
42
+ }
43
+ }
44
+ };
45
+ exports.nextLink = {
46
+ parameterPath: "nextLink",
47
+ mapper: {
48
+ serializedName: "nextLink",
49
+ required: true,
50
+ type: {
51
+ name: "String"
52
+ }
53
+ },
54
+ skipEncoding: true
55
+ };
56
+ exports.verificationVersion = {
57
+ parameterPath: "verificationVersion",
58
+ mapper: {
59
+ serializedName: "verificationVersion",
60
+ required: true,
61
+ type: {
62
+ name: "String"
63
+ }
64
+ }
65
+ };
66
+ exports.versionCreationDate = {
67
+ parameterPath: ["options", "versionCreationDate"],
68
+ mapper: {
69
+ serializedName: "versionCreationDate",
70
+ type: {
71
+ name: "String"
72
+ }
73
+ }
74
+ };
75
+ exports.subscriptionId = {
76
+ parameterPath: "subscriptionId",
77
+ mapper: {
78
+ serializedName: "subscriptionId",
79
+ required: true,
80
+ type: {
81
+ name: "String"
82
+ }
83
+ }
84
+ };
85
+ exports.resourceGroup = {
86
+ parameterPath: "resourceGroup",
87
+ mapper: {
88
+ serializedName: "resourceGroup",
89
+ required: true,
90
+ type: {
91
+ name: "String"
92
+ }
93
+ }
94
+ };
95
+ exports.registrationName = {
96
+ parameterPath: "registrationName",
97
+ mapper: {
98
+ serializedName: "registrationName",
99
+ required: true,
100
+ type: {
101
+ name: "String"
102
+ }
103
+ }
104
+ };
105
+ exports.customerSubscriptionName = {
106
+ parameterPath: "customerSubscriptionName",
107
+ mapper: {
108
+ serializedName: "customerSubscriptionName",
109
+ required: true,
110
+ type: {
111
+ name: "String"
112
+ }
113
+ }
114
+ };
115
+ exports.contentType = {
116
+ parameterPath: ["options", "contentType"],
117
+ mapper: {
118
+ defaultValue: "application/json",
119
+ isConstant: true,
120
+ serializedName: "Content-Type",
121
+ type: {
122
+ name: "String"
123
+ }
124
+ }
125
+ };
126
+ exports.customerCreationParameters = {
127
+ parameterPath: "customerCreationParameters",
128
+ mapper: mappers_js_1.CustomerSubscription
129
+ };
130
+ exports.productName = {
131
+ parameterPath: "productName",
132
+ mapper: {
133
+ serializedName: "productName",
134
+ required: true,
135
+ type: {
136
+ name: "String"
137
+ }
138
+ }
139
+ };
140
+ exports.deviceConfiguration = {
141
+ parameterPath: ["options", "deviceConfiguration"],
142
+ mapper: mappers_js_1.DeviceConfiguration
143
+ };
144
+ exports.marketplaceProductLogUpdate = {
145
+ parameterPath: ["options", "marketplaceProductLogUpdate"],
146
+ mapper: mappers_js_1.MarketplaceProductLogUpdate
147
+ };
148
+ exports.token = {
149
+ parameterPath: "token",
150
+ mapper: mappers_js_1.RegistrationParameter
151
+ };
152
+ exports.linkedSubscriptionName = {
153
+ parameterPath: "linkedSubscriptionName",
154
+ mapper: {
155
+ serializedName: "linkedSubscriptionName",
156
+ required: true,
157
+ type: {
158
+ name: "String"
159
+ }
160
+ }
161
+ };
162
+ exports.resource = {
163
+ parameterPath: "resource",
164
+ mapper: mappers_js_1.LinkedSubscriptionParameter
165
+ };
166
+ //# sourceMappingURL=parameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n CustomerSubscription as CustomerSubscriptionMapper,\n DeviceConfiguration as DeviceConfigurationMapper,\n MarketplaceProductLogUpdate as MarketplaceProductLogUpdateMapper,\n RegistrationParameter as RegistrationParameterMapper,\n LinkedSubscriptionParameter as LinkedSubscriptionParameterMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2020-06-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const verificationVersion: OperationURLParameter = {\n parameterPath: \"verificationVersion\",\n mapper: {\n serializedName: \"verificationVersion\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const versionCreationDate: OperationQueryParameter = {\n parameterPath: [\"options\", \"versionCreationDate\"],\n mapper: {\n serializedName: \"versionCreationDate\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroup: OperationURLParameter = {\n parameterPath: \"resourceGroup\",\n mapper: {\n serializedName: \"resourceGroup\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const registrationName: OperationURLParameter = {\n parameterPath: \"registrationName\",\n mapper: {\n serializedName: \"registrationName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const customerSubscriptionName: OperationURLParameter = {\n parameterPath: \"customerSubscriptionName\",\n mapper: {\n serializedName: \"customerSubscriptionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const customerCreationParameters: OperationParameter = {\n parameterPath: \"customerCreationParameters\",\n mapper: CustomerSubscriptionMapper\n};\n\nexport const productName: OperationURLParameter = {\n parameterPath: \"productName\",\n mapper: {\n serializedName: \"productName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const deviceConfiguration: OperationParameter = {\n parameterPath: [\"options\", \"deviceConfiguration\"],\n mapper: DeviceConfigurationMapper\n};\n\nexport const marketplaceProductLogUpdate: OperationParameter = {\n parameterPath: [\"options\", \"marketplaceProductLogUpdate\"],\n mapper: MarketplaceProductLogUpdateMapper\n};\n\nexport const token: OperationParameter = {\n parameterPath: \"token\",\n mapper: RegistrationParameterMapper\n};\n\nexport const linkedSubscriptionName: OperationURLParameter = {\n parameterPath: \"linkedSubscriptionName\",\n mapper: {\n serializedName: \"linkedSubscriptionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resource: OperationParameter = {\n parameterPath: \"resource\",\n mapper: LinkedSubscriptionParameterMapper\n};\n"]}
@@ -0,0 +1,24 @@
1
+ import { CloudManifestFile } from "../operationsInterfaces/index.js";
2
+ import { AzureStackManagementClient } from "../azureStackManagementClient.js";
3
+ import { CloudManifestFileListOptionalParams, CloudManifestFileListResponse, CloudManifestFileGetOptionalParams, CloudManifestFileGetResponse } from "../models/index.js";
4
+ /** Class containing CloudManifestFile operations. */
5
+ export declare class CloudManifestFileImpl implements CloudManifestFile {
6
+ private readonly client;
7
+ /**
8
+ * Initialize a new instance of the class CloudManifestFile class.
9
+ * @param client Reference to the service client
10
+ */
11
+ constructor(client: AzureStackManagementClient);
12
+ /**
13
+ * Returns a cloud specific manifest JSON file with latest version.
14
+ * @param options The options parameters.
15
+ */
16
+ list(options?: CloudManifestFileListOptionalParams): Promise<CloudManifestFileListResponse>;
17
+ /**
18
+ * Returns a cloud specific manifest JSON file.
19
+ * @param verificationVersion Signing verification key version.
20
+ * @param options The options parameters.
21
+ */
22
+ get(verificationVersion: string, options?: CloudManifestFileGetOptionalParams): Promise<CloudManifestFileGetResponse>;
23
+ }
24
+ //# sourceMappingURL=cloudManifestFile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cloudManifestFile.d.ts","sourceRoot":"","sources":["../../../src/operations/cloudManifestFile.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAIrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EACL,mCAAmC,EACnC,6BAA6B,EAC7B,kCAAkC,EAClC,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAE5B,qDAAqD;AACrD,qBAAa,qBAAsB,YAAW,iBAAiB;IAC7D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA6B;IAEpD;;;OAGG;gBACS,MAAM,EAAE,0BAA0B;IAI9C;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC;IAIzC;;;;OAIG;IACH,GAAG,CACD,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;CAMzC"}
@@ -0,0 +1,76 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.CloudManifestFileImpl = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
13
+ const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
14
+ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
15
+ /** Class containing CloudManifestFile operations. */
16
+ class CloudManifestFileImpl {
17
+ client;
18
+ /**
19
+ * Initialize a new instance of the class CloudManifestFile class.
20
+ * @param client Reference to the service client
21
+ */
22
+ constructor(client) {
23
+ this.client = client;
24
+ }
25
+ /**
26
+ * Returns a cloud specific manifest JSON file with latest version.
27
+ * @param options The options parameters.
28
+ */
29
+ list(options) {
30
+ return this.client.sendOperationRequest({ options }, listOperationSpec);
31
+ }
32
+ /**
33
+ * Returns a cloud specific manifest JSON file.
34
+ * @param verificationVersion Signing verification key version.
35
+ * @param options The options parameters.
36
+ */
37
+ get(verificationVersion, options) {
38
+ return this.client.sendOperationRequest({ verificationVersion, options }, getOperationSpec);
39
+ }
40
+ }
41
+ exports.CloudManifestFileImpl = CloudManifestFileImpl;
42
+ // Operation Specifications
43
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
44
+ const listOperationSpec = {
45
+ path: "/providers/Microsoft.AzureStack/cloudManifestFiles",
46
+ httpMethod: "GET",
47
+ responses: {
48
+ 200: {
49
+ bodyMapper: Mappers.CloudManifestFileResponse
50
+ },
51
+ default: {
52
+ bodyMapper: Mappers.ErrorResponse
53
+ }
54
+ },
55
+ queryParameters: [Parameters.apiVersion],
56
+ urlParameters: [Parameters.$host],
57
+ headerParameters: [Parameters.accept],
58
+ serializer
59
+ };
60
+ const getOperationSpec = {
61
+ path: "/providers/Microsoft.AzureStack/cloudManifestFiles/{verificationVersion}",
62
+ httpMethod: "GET",
63
+ responses: {
64
+ 200: {
65
+ bodyMapper: Mappers.CloudManifestFileResponse
66
+ },
67
+ default: {
68
+ bodyMapper: Mappers.ErrorResponse
69
+ }
70
+ },
71
+ queryParameters: [Parameters.apiVersion, Parameters.versionCreationDate],
72
+ urlParameters: [Parameters.$host, Parameters.verificationVersion],
73
+ headerParameters: [Parameters.accept],
74
+ serializer
75
+ };
76
+ //# sourceMappingURL=cloudManifestFile.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cloudManifestFile.js","sourceRoot":"","sources":["../../../src/operations/cloudManifestFile.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAGH,uEAAiD;AACjD,sEAAgD;AAChD,4EAAsD;AAStD,qDAAqD;AACrD,MAAa,qBAAqB;IACf,MAAM,CAA6B;IAEpD;;;OAGG;IACH,YAAY,MAAkC;QAC5C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACH,IAAI,CACF,OAA6C;QAE7C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAE,iBAAiB,CAAC,CAAC;IAC1E,CAAC;IAED;;;;OAIG;IACH,GAAG,CACD,mBAA2B,EAC3B,OAA4C;QAE5C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,mBAAmB,EAAE,OAAO,EAAE,EAChC,gBAAgB,CACjB,CAAC;IACJ,CAAC;CACF;AAnCD,sDAmCC;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,oDAAoD;IAC1D,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,yBAAyB;SAC9C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,CAAC;IACjC,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EACF,0EAA0E;IAC5E,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,yBAAyB;SAC9C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,mBAAmB,CAAC;IACxE,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,mBAAmB,CAAC;IACjE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { CloudManifestFile } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { AzureStackManagementClient } from \"../azureStackManagementClient.js\";\nimport {\n CloudManifestFileListOptionalParams,\n CloudManifestFileListResponse,\n CloudManifestFileGetOptionalParams,\n CloudManifestFileGetResponse\n} from \"../models/index.js\";\n\n/** Class containing CloudManifestFile operations. */\nexport class CloudManifestFileImpl implements CloudManifestFile {\n private readonly client: AzureStackManagementClient;\n\n /**\n * Initialize a new instance of the class CloudManifestFile class.\n * @param client Reference to the service client\n */\n constructor(client: AzureStackManagementClient) {\n this.client = client;\n }\n\n /**\n * Returns a cloud specific manifest JSON file with latest version.\n * @param options The options parameters.\n */\n list(\n options?: CloudManifestFileListOptionalParams\n ): Promise<CloudManifestFileListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Returns a cloud specific manifest JSON file.\n * @param verificationVersion Signing verification key version.\n * @param options The options parameters.\n */\n get(\n verificationVersion: string,\n options?: CloudManifestFileGetOptionalParams\n ): Promise<CloudManifestFileGetResponse> {\n return this.client.sendOperationRequest(\n { verificationVersion, options },\n getOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.AzureStack/cloudManifestFiles\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CloudManifestFileResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/Microsoft.AzureStack/cloudManifestFiles/{verificationVersion}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CloudManifestFileResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.versionCreationDate],\n urlParameters: [Parameters.$host, Parameters.verificationVersion],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,63 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { CustomerSubscriptions } from "../operationsInterfaces/index.js";
3
+ import { AzureStackManagementClient } from "../azureStackManagementClient.js";
4
+ import { CustomerSubscription, CustomerSubscriptionsListOptionalParams, CustomerSubscriptionsGetOptionalParams, CustomerSubscriptionsGetResponse, CustomerSubscriptionsDeleteOptionalParams, CustomerSubscriptionsCreateOptionalParams, CustomerSubscriptionsCreateResponse } from "../models/index.js";
5
+ /** Class containing CustomerSubscriptions operations. */
6
+ export declare class CustomerSubscriptionsImpl implements CustomerSubscriptions {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class CustomerSubscriptions class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: AzureStackManagementClient);
13
+ /**
14
+ * Returns a list of products.
15
+ * @param resourceGroup Name of the resource group.
16
+ * @param registrationName Name of the Azure Stack registration.
17
+ * @param options The options parameters.
18
+ */
19
+ list(resourceGroup: string, registrationName: string, options?: CustomerSubscriptionsListOptionalParams): PagedAsyncIterableIterator<CustomerSubscription>;
20
+ private listPagingPage;
21
+ private listPagingAll;
22
+ /**
23
+ * Returns a list of products.
24
+ * @param resourceGroup Name of the resource group.
25
+ * @param registrationName Name of the Azure Stack registration.
26
+ * @param options The options parameters.
27
+ */
28
+ private _list;
29
+ /**
30
+ * Returns the specified product.
31
+ * @param resourceGroup Name of the resource group.
32
+ * @param registrationName Name of the Azure Stack registration.
33
+ * @param customerSubscriptionName Name of the product.
34
+ * @param options The options parameters.
35
+ */
36
+ get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsGetOptionalParams): Promise<CustomerSubscriptionsGetResponse>;
37
+ /**
38
+ * Deletes a customer subscription under a registration.
39
+ * @param resourceGroup Name of the resource group.
40
+ * @param registrationName Name of the Azure Stack registration.
41
+ * @param customerSubscriptionName Name of the product.
42
+ * @param options The options parameters.
43
+ */
44
+ delete(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsDeleteOptionalParams): Promise<void>;
45
+ /**
46
+ * Creates a new customer subscription under a registration.
47
+ * @param resourceGroup Name of the resource group.
48
+ * @param registrationName Name of the Azure Stack registration.
49
+ * @param customerSubscriptionName Name of the product.
50
+ * @param customerCreationParameters Parameters use to create a customer subscription.
51
+ * @param options The options parameters.
52
+ */
53
+ create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, options?: CustomerSubscriptionsCreateOptionalParams): Promise<CustomerSubscriptionsCreateResponse>;
54
+ /**
55
+ * ListNext
56
+ * @param resourceGroup Name of the resource group.
57
+ * @param registrationName Name of the Azure Stack registration.
58
+ * @param nextLink The nextLink from the previous successful call to the List method.
59
+ * @param options The options parameters.
60
+ */
61
+ private _listNext;
62
+ }
63
+ //# sourceMappingURL=customerSubscriptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customerSubscriptions.d.ts","sourceRoot":"","sources":["../../../src/operations/customerSubscriptions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAIzE,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EACL,oBAAoB,EAEpB,uCAAuC,EAEvC,sCAAsC,EACtC,gCAAgC,EAChC,yCAAyC,EACzC,yCAAyC,EACzC,mCAAmC,EAEpC,MAAM,oBAAoB,CAAC;AAG5B,yDAAyD;AACzD,qBAAa,yBAA0B,YAAW,qBAAqB;IACrE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA6B;IAEpD;;;OAGG;gBACS,MAAM,EAAE,0BAA0B;IAI9C;;;;;OAKG;IACI,IAAI,CACT,aAAa,EAAE,MAAM,EACrB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,uCAAuC,GAChD,0BAA0B,CAAC,oBAAoB,CAAC;YAuBpC,cAAc;YA6Bd,aAAa;IAc5B;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;OAMG;IACH,GAAG,CACD,aAAa,EAAE,MAAM,EACrB,gBAAgB,EAAE,MAAM,EACxB,wBAAwB,EAAE,MAAM,EAChC,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC;IAO5C;;;;;;OAMG;IACH,MAAM,CACJ,aAAa,EAAE,MAAM,EACrB,gBAAgB,EAAE,MAAM,EACxB,wBAAwB,EAAE,MAAM,EAChC,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;;;OAOG;IACH,MAAM,CACJ,aAAa,EAAE,MAAM,EACrB,gBAAgB,EAAE,MAAM,EACxB,wBAAwB,EAAE,MAAM,EAChC,0BAA0B,EAAE,oBAAoB,EAChD,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC;IAa/C;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;CAWlB"}