@azure/arm-subscriptions 6.0.0-alpha.20260311.1 → 7.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 (677) hide show
  1. package/README.md +10 -10
  2. package/dist/browser/api/alias/index.d.ts +3 -0
  3. package/dist/browser/api/alias/index.js +4 -0
  4. package/dist/browser/api/alias/index.js.map +1 -0
  5. package/dist/browser/api/alias/operations.d.ts +23 -0
  6. package/dist/browser/api/alias/operations.js +118 -0
  7. package/dist/browser/api/alias/operations.js.map +1 -0
  8. package/dist/browser/api/alias/options.d.ts +16 -0
  9. package/dist/browser/{operationsInterfaces/operations.js → api/alias/options.js} +1 -1
  10. package/dist/browser/api/alias/options.js.map +1 -0
  11. package/dist/browser/api/billingAccount/index.d.ts +3 -0
  12. package/dist/browser/api/billingAccount/index.js +4 -0
  13. package/dist/browser/api/billingAccount/index.js.map +1 -0
  14. package/dist/browser/api/billingAccount/operations.d.ts +9 -0
  15. package/dist/browser/api/billingAccount/operations.js +32 -0
  16. package/dist/browser/api/billingAccount/operations.js.map +1 -0
  17. package/dist/browser/api/billingAccount/options.d.ts +5 -0
  18. package/dist/{react-native/operationsInterfaces/operations.js → browser/api/billingAccount/options.js} +1 -1
  19. package/dist/browser/api/billingAccount/options.js.map +1 -0
  20. package/dist/browser/api/index.d.ts +3 -0
  21. package/dist/browser/api/index.js +4 -0
  22. package/dist/browser/api/index.js.map +1 -0
  23. package/dist/browser/api/operations/index.d.ts +3 -0
  24. package/dist/browser/api/operations/index.js +4 -0
  25. package/dist/browser/api/operations/index.js.map +1 -0
  26. package/dist/browser/api/operations/operations.d.ts +10 -0
  27. package/dist/browser/api/operations/operations.js +35 -0
  28. package/dist/browser/api/operations/operations.js.map +1 -0
  29. package/dist/browser/api/operations/options.d.ts +5 -0
  30. package/dist/browser/api/operations/options.js +4 -0
  31. package/dist/browser/api/operations/options.js.map +1 -0
  32. package/dist/browser/api/subscription/index.d.ts +3 -0
  33. package/dist/browser/api/subscription/index.js +4 -0
  34. package/dist/browser/api/subscription/index.js.map +1 -0
  35. package/dist/browser/api/subscription/operations.d.ts +26 -0
  36. package/dist/browser/api/subscription/operations.js +145 -0
  37. package/dist/browser/api/subscription/operations.js.map +1 -0
  38. package/dist/browser/api/subscription/options.d.ts +19 -0
  39. package/dist/browser/api/subscription/options.js +4 -0
  40. package/dist/browser/api/subscription/options.js.map +1 -0
  41. package/dist/browser/api/subscriptionContext.d.ts +18 -0
  42. package/dist/browser/api/subscriptionContext.js +23 -0
  43. package/dist/browser/api/subscriptionContext.js.map +1 -0
  44. package/dist/browser/api/subscriptionOperation/index.d.ts +3 -0
  45. package/dist/browser/{operationsInterfaces/billingAccount.js → api/subscriptionOperation/index.js} +2 -2
  46. package/dist/browser/api/subscriptionOperation/index.js.map +1 -0
  47. package/dist/browser/api/subscriptionOperation/operations.d.ts +9 -0
  48. package/dist/browser/api/subscriptionOperation/operations.js +32 -0
  49. package/dist/browser/api/subscriptionOperation/operations.js.map +1 -0
  50. package/dist/browser/api/subscriptionOperation/options.d.ts +5 -0
  51. package/dist/browser/api/subscriptionOperation/options.js +4 -0
  52. package/dist/browser/api/subscriptionOperation/options.js.map +1 -0
  53. package/dist/browser/api/subscriptionPolicy/index.d.ts +3 -0
  54. package/dist/browser/api/subscriptionPolicy/index.js +4 -0
  55. package/dist/browser/api/subscriptionPolicy/index.js.map +1 -0
  56. package/dist/browser/api/subscriptionPolicy/operations.d.ts +18 -0
  57. package/dist/browser/api/subscriptionPolicy/operations.js +87 -0
  58. package/dist/browser/api/subscriptionPolicy/operations.js.map +1 -0
  59. package/dist/browser/api/subscriptionPolicy/options.d.ts +11 -0
  60. package/dist/browser/api/subscriptionPolicy/options.js +4 -0
  61. package/dist/browser/api/subscriptionPolicy/options.js.map +1 -0
  62. package/dist/browser/api/subscriptions/index.d.ts +3 -0
  63. package/dist/browser/api/subscriptions/index.js +4 -0
  64. package/dist/browser/api/subscriptions/index.js.map +1 -0
  65. package/dist/browser/api/subscriptions/operations.d.ts +30 -0
  66. package/dist/browser/api/subscriptions/operations.js +162 -0
  67. package/dist/browser/api/subscriptions/operations.js.map +1 -0
  68. package/dist/browser/api/subscriptions/options.d.ts +20 -0
  69. package/dist/browser/api/subscriptions/options.js +4 -0
  70. package/dist/browser/api/subscriptions/options.js.map +1 -0
  71. package/dist/browser/classic/alias/index.d.ts +23 -0
  72. package/dist/browser/classic/alias/index.js +26 -0
  73. package/dist/browser/classic/alias/index.js.map +1 -0
  74. package/dist/browser/classic/billingAccount/index.d.ts +10 -0
  75. package/dist/browser/classic/billingAccount/index.js +14 -0
  76. package/dist/browser/classic/billingAccount/index.js.map +1 -0
  77. package/dist/browser/classic/index.d.ts +8 -0
  78. package/dist/browser/{operationsInterfaces/alias.js → classic/index.js} +1 -1
  79. package/dist/browser/classic/index.js.map +1 -0
  80. package/dist/browser/classic/operations/index.d.ts +11 -0
  81. package/dist/browser/classic/operations/index.js +14 -0
  82. package/dist/browser/classic/operations/index.js.map +1 -0
  83. package/dist/browser/classic/subscription/index.d.ts +24 -0
  84. package/dist/browser/classic/subscription/index.js +27 -0
  85. package/dist/browser/classic/subscription/index.js.map +1 -0
  86. package/dist/browser/classic/subscriptionOperation/index.d.ts +10 -0
  87. package/dist/browser/classic/subscriptionOperation/index.js +14 -0
  88. package/dist/browser/classic/subscriptionOperation/index.js.map +1 -0
  89. package/dist/browser/classic/subscriptionPolicy/index.d.ts +15 -0
  90. package/dist/browser/classic/subscriptionPolicy/index.js +16 -0
  91. package/dist/browser/classic/subscriptionPolicy/index.js.map +1 -0
  92. package/dist/browser/classic/subscriptions/index.d.ts +21 -0
  93. package/dist/browser/classic/subscriptions/index.js +19 -0
  94. package/dist/browser/classic/subscriptions/index.js.map +1 -0
  95. package/dist/browser/index.d.ts +19 -3
  96. package/dist/browser/index.js +4 -6
  97. package/dist/browser/index.js.map +1 -1
  98. package/dist/browser/logger.d.ts +2 -0
  99. package/dist/browser/logger.js +5 -0
  100. package/dist/browser/logger.js.map +1 -0
  101. package/dist/browser/models/index.d.ts +2 -568
  102. package/dist/browser/models/index.js +1 -50
  103. package/dist/browser/models/index.js.map +1 -1
  104. package/dist/browser/models/models.d.ts +517 -0
  105. package/dist/browser/models/models.js +428 -0
  106. package/dist/browser/models/models.js.map +1 -0
  107. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  108. package/dist/browser/restorePollerHelpers.js +102 -0
  109. package/dist/browser/restorePollerHelpers.js.map +1 -0
  110. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  111. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  112. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  113. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  114. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  115. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  116. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  117. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  118. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  119. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  120. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  121. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  122. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  123. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  124. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  125. package/dist/browser/subscriptionClient.d.ts +30 -21
  126. package/dist/browser/subscriptionClient.js +40 -96
  127. package/dist/browser/subscriptionClient.js.map +1 -1
  128. package/dist/commonjs/api/alias/index.d.ts +3 -0
  129. package/dist/commonjs/api/alias/index.js +34 -0
  130. package/dist/commonjs/api/alias/index.js.map +7 -0
  131. package/dist/commonjs/api/alias/operations.d.ts +23 -0
  132. package/dist/commonjs/api/alias/operations.js +182 -0
  133. package/dist/commonjs/api/alias/operations.js.map +7 -0
  134. package/dist/commonjs/api/alias/options.d.ts +16 -0
  135. package/dist/commonjs/{operationsInterfaces/subscription.js → api/alias/options.js} +3 -2
  136. package/dist/commonjs/api/alias/options.js.map +7 -0
  137. package/dist/commonjs/api/billingAccount/index.d.ts +3 -0
  138. package/dist/commonjs/api/billingAccount/index.js +28 -0
  139. package/dist/commonjs/api/billingAccount/index.js.map +7 -0
  140. package/dist/commonjs/api/billingAccount/operations.d.ts +9 -0
  141. package/dist/commonjs/api/billingAccount/operations.js +63 -0
  142. package/dist/commonjs/api/billingAccount/operations.js.map +7 -0
  143. package/dist/commonjs/api/billingAccount/options.d.ts +5 -0
  144. package/dist/commonjs/{operationsInterfaces/alias.js → api/billingAccount/options.js} +3 -2
  145. package/dist/commonjs/api/billingAccount/options.js.map +7 -0
  146. package/dist/commonjs/api/index.d.ts +3 -0
  147. package/dist/commonjs/api/index.js +28 -0
  148. package/dist/commonjs/api/index.js.map +7 -0
  149. package/dist/commonjs/api/operations/index.d.ts +3 -0
  150. package/dist/commonjs/api/operations/index.js +28 -0
  151. package/dist/commonjs/api/operations/index.js.map +7 -0
  152. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  153. package/dist/commonjs/api/operations/operations.js +72 -0
  154. package/dist/commonjs/api/operations/operations.js.map +7 -0
  155. package/dist/commonjs/api/operations/options.d.ts +5 -0
  156. package/dist/commonjs/{operationsInterfaces/billingAccount.js → api/operations/options.js} +3 -2
  157. package/dist/commonjs/api/operations/options.js.map +7 -0
  158. package/dist/commonjs/api/subscription/index.d.ts +3 -0
  159. package/dist/commonjs/api/subscription/index.js +36 -0
  160. package/dist/commonjs/api/subscription/index.js.map +7 -0
  161. package/dist/commonjs/api/subscription/operations.d.ts +26 -0
  162. package/dist/commonjs/api/subscription/operations.js +212 -0
  163. package/dist/commonjs/api/subscription/operations.js.map +7 -0
  164. package/dist/commonjs/api/subscription/options.d.ts +19 -0
  165. package/dist/commonjs/api/subscription/options.js +16 -0
  166. package/dist/commonjs/api/subscription/options.js.map +7 -0
  167. package/dist/commonjs/api/subscriptionContext.d.ts +18 -0
  168. package/dist/commonjs/api/subscriptionContext.js +45 -0
  169. package/dist/commonjs/api/subscriptionContext.js.map +7 -0
  170. package/dist/commonjs/api/subscriptionOperation/index.d.ts +3 -0
  171. package/dist/commonjs/{operationsInterfaces/subscriptionOperation.js → api/subscriptionOperation/index.js} +13 -0
  172. package/dist/commonjs/api/subscriptionOperation/index.js.map +7 -0
  173. package/dist/commonjs/api/subscriptionOperation/operations.d.ts +9 -0
  174. package/dist/commonjs/api/subscriptionOperation/operations.js +63 -0
  175. package/dist/commonjs/api/subscriptionOperation/operations.js.map +7 -0
  176. package/dist/commonjs/api/subscriptionOperation/options.d.ts +5 -0
  177. package/dist/commonjs/api/subscriptionOperation/options.js +16 -0
  178. package/dist/commonjs/api/subscriptionOperation/options.js.map +7 -0
  179. package/dist/commonjs/api/subscriptionPolicy/index.d.ts +3 -0
  180. package/dist/commonjs/{operationsInterfaces/subscriptionPolicy.js → api/subscriptionPolicy/index.js} +17 -0
  181. package/dist/commonjs/api/subscriptionPolicy/index.js.map +7 -0
  182. package/dist/commonjs/api/subscriptionPolicy/operations.d.ts +18 -0
  183. package/dist/commonjs/api/subscriptionPolicy/operations.js +142 -0
  184. package/dist/commonjs/api/subscriptionPolicy/operations.js.map +7 -0
  185. package/dist/commonjs/api/subscriptionPolicy/options.d.ts +11 -0
  186. package/dist/commonjs/api/subscriptionPolicy/options.js +16 -0
  187. package/dist/commonjs/api/subscriptionPolicy/options.js.map +7 -0
  188. package/dist/commonjs/api/subscriptions/index.d.ts +3 -0
  189. package/dist/commonjs/api/subscriptions/index.js +38 -0
  190. package/dist/commonjs/api/subscriptions/index.js.map +7 -0
  191. package/dist/commonjs/api/subscriptions/operations.d.ts +30 -0
  192. package/dist/commonjs/api/subscriptions/operations.js +244 -0
  193. package/dist/commonjs/api/subscriptions/operations.js.map +7 -0
  194. package/dist/commonjs/api/subscriptions/options.d.ts +20 -0
  195. package/dist/commonjs/api/subscriptions/options.js +16 -0
  196. package/dist/commonjs/api/subscriptions/options.js.map +7 -0
  197. package/dist/commonjs/classic/alias/index.d.ts +23 -0
  198. package/dist/commonjs/classic/alias/index.js +50 -0
  199. package/dist/commonjs/classic/alias/index.js.map +7 -0
  200. package/dist/commonjs/classic/billingAccount/index.d.ts +10 -0
  201. package/dist/commonjs/{lroImpl.js → classic/billingAccount/index.js} +14 -19
  202. package/dist/commonjs/classic/billingAccount/index.js.map +7 -0
  203. package/dist/commonjs/classic/index.d.ts +8 -0
  204. package/dist/commonjs/{operationsInterfaces/operations.js → classic/index.js} +3 -2
  205. package/dist/commonjs/classic/index.js.map +7 -0
  206. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  207. package/dist/commonjs/{pagingHelper.js → classic/operations/index.js} +15 -20
  208. package/dist/commonjs/classic/operations/index.js.map +7 -0
  209. package/dist/commonjs/classic/subscription/index.d.ts +24 -0
  210. package/dist/commonjs/classic/subscription/index.js +51 -0
  211. package/dist/commonjs/classic/subscription/index.js.map +7 -0
  212. package/dist/commonjs/classic/subscriptionOperation/index.d.ts +10 -0
  213. package/dist/commonjs/classic/subscriptionOperation/index.js +38 -0
  214. package/dist/commonjs/classic/subscriptionOperation/index.js.map +7 -0
  215. package/dist/commonjs/classic/subscriptionPolicy/index.d.ts +15 -0
  216. package/dist/commonjs/classic/subscriptionPolicy/index.js +40 -0
  217. package/dist/commonjs/classic/subscriptionPolicy/index.js.map +7 -0
  218. package/dist/commonjs/classic/subscriptions/index.d.ts +21 -0
  219. package/dist/commonjs/classic/subscriptions/index.js +43 -0
  220. package/dist/commonjs/classic/subscriptions/index.js.map +7 -0
  221. package/dist/commonjs/index.d.ts +19 -3
  222. package/dist/commonjs/index.js +26 -8
  223. package/dist/commonjs/index.js.map +3 -3
  224. package/dist/commonjs/logger.d.ts +2 -0
  225. package/dist/commonjs/logger.js +29 -0
  226. package/dist/commonjs/logger.js.map +7 -0
  227. package/dist/commonjs/models/index.d.ts +2 -568
  228. package/dist/commonjs/models/index.js +15 -35
  229. package/dist/commonjs/models/index.js.map +4 -4
  230. package/dist/commonjs/models/models.d.ts +517 -0
  231. package/dist/commonjs/models/models.js +476 -0
  232. package/dist/commonjs/models/models.js.map +7 -0
  233. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  234. package/dist/commonjs/restorePollerHelpers.js +115 -0
  235. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  236. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  237. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  238. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  239. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  240. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  241. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  242. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  243. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  244. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  245. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  246. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  247. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  248. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  249. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  250. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  251. package/dist/commonjs/subscriptionClient.d.ts +30 -21
  252. package/dist/commonjs/subscriptionClient.js +39 -100
  253. package/dist/commonjs/subscriptionClient.js.map +3 -3
  254. package/dist/commonjs/tsdoc-metadata.json +1 -1
  255. package/dist/esm/api/alias/index.d.ts +3 -0
  256. package/dist/esm/api/alias/index.js +4 -0
  257. package/dist/esm/api/alias/index.js.map +1 -0
  258. package/dist/esm/api/alias/operations.d.ts +23 -0
  259. package/dist/esm/api/alias/operations.js +118 -0
  260. package/dist/esm/api/alias/operations.js.map +1 -0
  261. package/dist/esm/api/alias/options.d.ts +16 -0
  262. package/dist/esm/api/alias/options.js +4 -0
  263. package/dist/esm/api/alias/options.js.map +1 -0
  264. package/dist/esm/api/billingAccount/index.d.ts +3 -0
  265. package/dist/esm/api/billingAccount/index.js +4 -0
  266. package/dist/esm/api/billingAccount/index.js.map +1 -0
  267. package/dist/esm/api/billingAccount/operations.d.ts +9 -0
  268. package/dist/esm/api/billingAccount/operations.js +32 -0
  269. package/dist/esm/api/billingAccount/operations.js.map +1 -0
  270. package/dist/esm/api/billingAccount/options.d.ts +5 -0
  271. package/dist/esm/api/billingAccount/options.js +4 -0
  272. package/dist/esm/api/billingAccount/options.js.map +1 -0
  273. package/dist/esm/api/index.d.ts +3 -0
  274. package/dist/esm/api/index.js +4 -0
  275. package/dist/esm/api/index.js.map +1 -0
  276. package/dist/esm/api/operations/index.d.ts +3 -0
  277. package/dist/esm/api/operations/index.js +4 -0
  278. package/dist/esm/api/operations/index.js.map +1 -0
  279. package/dist/esm/api/operations/operations.d.ts +10 -0
  280. package/dist/esm/api/operations/operations.js +35 -0
  281. package/dist/esm/api/operations/operations.js.map +1 -0
  282. package/dist/esm/api/operations/options.d.ts +5 -0
  283. package/dist/esm/api/operations/options.js +4 -0
  284. package/dist/esm/api/operations/options.js.map +1 -0
  285. package/dist/esm/api/subscription/index.d.ts +3 -0
  286. package/dist/esm/api/subscription/index.js +4 -0
  287. package/dist/esm/api/subscription/index.js.map +1 -0
  288. package/dist/esm/api/subscription/operations.d.ts +26 -0
  289. package/dist/esm/api/subscription/operations.js +145 -0
  290. package/dist/esm/api/subscription/operations.js.map +1 -0
  291. package/dist/esm/api/subscription/options.d.ts +19 -0
  292. package/dist/esm/api/subscription/options.js +4 -0
  293. package/dist/esm/api/subscription/options.js.map +1 -0
  294. package/dist/esm/api/subscriptionContext.d.ts +18 -0
  295. package/dist/esm/api/subscriptionContext.js +23 -0
  296. package/dist/esm/api/subscriptionContext.js.map +1 -0
  297. package/dist/esm/api/subscriptionOperation/index.d.ts +3 -0
  298. package/dist/{browser/operationsInterfaces/subscription.js → esm/api/subscriptionOperation/index.js} +2 -2
  299. package/dist/esm/api/subscriptionOperation/index.js.map +1 -0
  300. package/dist/esm/api/subscriptionOperation/operations.d.ts +9 -0
  301. package/dist/esm/api/subscriptionOperation/operations.js +32 -0
  302. package/dist/esm/api/subscriptionOperation/operations.js.map +1 -0
  303. package/dist/esm/api/subscriptionOperation/options.d.ts +5 -0
  304. package/dist/esm/api/subscriptionOperation/options.js +4 -0
  305. package/dist/esm/api/subscriptionOperation/options.js.map +1 -0
  306. package/dist/esm/api/subscriptionPolicy/index.d.ts +3 -0
  307. package/dist/esm/api/subscriptionPolicy/index.js +4 -0
  308. package/dist/esm/api/subscriptionPolicy/index.js.map +1 -0
  309. package/dist/esm/api/subscriptionPolicy/operations.d.ts +18 -0
  310. package/dist/esm/api/subscriptionPolicy/operations.js +87 -0
  311. package/dist/esm/api/subscriptionPolicy/operations.js.map +1 -0
  312. package/dist/esm/api/subscriptionPolicy/options.d.ts +11 -0
  313. package/dist/esm/api/subscriptionPolicy/options.js +4 -0
  314. package/dist/esm/api/subscriptionPolicy/options.js.map +1 -0
  315. package/dist/esm/api/subscriptions/index.d.ts +3 -0
  316. package/dist/esm/api/subscriptions/index.js +4 -0
  317. package/dist/esm/api/subscriptions/index.js.map +1 -0
  318. package/dist/esm/api/subscriptions/operations.d.ts +30 -0
  319. package/dist/esm/api/subscriptions/operations.js +162 -0
  320. package/dist/esm/api/subscriptions/operations.js.map +1 -0
  321. package/dist/esm/api/subscriptions/options.d.ts +20 -0
  322. package/dist/esm/api/subscriptions/options.js +4 -0
  323. package/dist/esm/api/subscriptions/options.js.map +1 -0
  324. package/dist/esm/classic/alias/index.d.ts +23 -0
  325. package/dist/esm/classic/alias/index.js +26 -0
  326. package/dist/esm/classic/alias/index.js.map +1 -0
  327. package/dist/esm/classic/billingAccount/index.d.ts +10 -0
  328. package/dist/esm/classic/billingAccount/index.js +14 -0
  329. package/dist/esm/classic/billingAccount/index.js.map +1 -0
  330. package/dist/esm/classic/index.d.ts +8 -0
  331. package/dist/{react-native/operationsInterfaces/alias.js → esm/classic/index.js} +1 -1
  332. package/dist/esm/classic/index.js.map +1 -0
  333. package/dist/esm/classic/operations/index.d.ts +11 -0
  334. package/dist/esm/classic/operations/index.js +14 -0
  335. package/dist/esm/classic/operations/index.js.map +1 -0
  336. package/dist/esm/classic/subscription/index.d.ts +24 -0
  337. package/dist/esm/classic/subscription/index.js +27 -0
  338. package/dist/esm/classic/subscription/index.js.map +1 -0
  339. package/dist/esm/classic/subscriptionOperation/index.d.ts +10 -0
  340. package/dist/esm/classic/subscriptionOperation/index.js +14 -0
  341. package/dist/esm/classic/subscriptionOperation/index.js.map +1 -0
  342. package/dist/esm/classic/subscriptionPolicy/index.d.ts +15 -0
  343. package/dist/esm/classic/subscriptionPolicy/index.js +16 -0
  344. package/dist/esm/classic/subscriptionPolicy/index.js.map +1 -0
  345. package/dist/esm/classic/subscriptions/index.d.ts +21 -0
  346. package/dist/esm/classic/subscriptions/index.js +19 -0
  347. package/dist/esm/classic/subscriptions/index.js.map +1 -0
  348. package/dist/esm/index.d.ts +19 -3
  349. package/dist/esm/index.js +8 -8
  350. package/dist/esm/index.js.map +1 -7
  351. package/dist/esm/logger.d.ts +2 -0
  352. package/dist/esm/logger.js +5 -0
  353. package/dist/esm/logger.js.map +1 -0
  354. package/dist/esm/models/index.d.ts +2 -568
  355. package/dist/esm/models/index.js +4 -37
  356. package/dist/esm/models/index.js.map +1 -7
  357. package/dist/esm/models/models.d.ts +517 -0
  358. package/dist/esm/models/models.js +428 -0
  359. package/dist/esm/models/models.js.map +1 -0
  360. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  361. package/dist/esm/restorePollerHelpers.js +102 -0
  362. package/dist/esm/restorePollerHelpers.js.map +1 -0
  363. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  364. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  365. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  366. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  367. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  368. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  369. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  370. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  371. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  372. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  373. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  374. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  375. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  376. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  377. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  378. package/dist/esm/subscriptionClient.d.ts +30 -21
  379. package/dist/esm/subscriptionClient.js +46 -103
  380. package/dist/esm/subscriptionClient.js.map +1 -7
  381. package/package.json +206 -80
  382. package/dist/browser/index.d.ts.map +0 -1
  383. package/dist/browser/lroImpl.d.ts +0 -11
  384. package/dist/browser/lroImpl.d.ts.map +0 -1
  385. package/dist/browser/lroImpl.js +0 -20
  386. package/dist/browser/lroImpl.js.map +0 -1
  387. package/dist/browser/models/index.d.ts.map +0 -1
  388. package/dist/browser/models/mappers.d.ts +0 -31
  389. package/dist/browser/models/mappers.d.ts.map +0 -1
  390. package/dist/browser/models/mappers.js +0 -867
  391. package/dist/browser/models/mappers.js.map +0 -1
  392. package/dist/browser/models/parameters.d.ts +0 -15
  393. package/dist/browser/models/parameters.d.ts.map +0 -1
  394. package/dist/browser/models/parameters.js +0 -115
  395. package/dist/browser/models/parameters.js.map +0 -1
  396. package/dist/browser/operations/alias.d.ts +0 -53
  397. package/dist/browser/operations/alias.d.ts.map +0 -1
  398. package/dist/browser/operations/alias.js +0 -182
  399. package/dist/browser/operations/alias.js.map +0 -1
  400. package/dist/browser/operations/billingAccount.d.ts +0 -19
  401. package/dist/browser/operations/billingAccount.d.ts.map +0 -1
  402. package/dist/browser/operations/billingAccount.js +0 -43
  403. package/dist/browser/operations/billingAccount.js.map +0 -1
  404. package/dist/browser/operations/index.d.ts +0 -7
  405. package/dist/browser/operations/index.d.ts.map +0 -1
  406. package/dist/browser/operations/index.js +0 -11
  407. package/dist/browser/operations/index.js.map +0 -1
  408. package/dist/browser/operations/operations.d.ts +0 -32
  409. package/dist/browser/operations/operations.d.ts.map +0 -1
  410. package/dist/browser/operations/operations.js +0 -111
  411. package/dist/browser/operations/operations.js.map +0 -1
  412. package/dist/browser/operations/subscription.d.ts +0 -53
  413. package/dist/browser/operations/subscription.d.ts.map +0 -1
  414. package/dist/browser/operations/subscription.js +0 -203
  415. package/dist/browser/operations/subscription.js.map +0 -1
  416. package/dist/browser/operations/subscriptionOperation.d.ts +0 -20
  417. package/dist/browser/operations/subscriptionOperation.d.ts.map +0 -1
  418. package/dist/browser/operations/subscriptionOperation.js +0 -47
  419. package/dist/browser/operations/subscriptionOperation.js.map +0 -1
  420. package/dist/browser/operations/subscriptionPolicy.d.ts +0 -43
  421. package/dist/browser/operations/subscriptionPolicy.d.ts.map +0 -1
  422. package/dist/browser/operations/subscriptionPolicy.js +0 -160
  423. package/dist/browser/operations/subscriptionPolicy.js.map +0 -1
  424. package/dist/browser/operationsInterfaces/alias.d.ts +0 -45
  425. package/dist/browser/operationsInterfaces/alias.d.ts.map +0 -1
  426. package/dist/browser/operationsInterfaces/alias.js.map +0 -1
  427. package/dist/browser/operationsInterfaces/billingAccount.d.ts +0 -11
  428. package/dist/browser/operationsInterfaces/billingAccount.d.ts.map +0 -1
  429. package/dist/browser/operationsInterfaces/billingAccount.js.map +0 -1
  430. package/dist/browser/operationsInterfaces/index.d.ts +0 -7
  431. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  432. package/dist/browser/operationsInterfaces/index.js +0 -11
  433. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  434. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  435. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  436. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  437. package/dist/browser/operationsInterfaces/subscription.d.ts +0 -45
  438. package/dist/browser/operationsInterfaces/subscription.d.ts.map +0 -1
  439. package/dist/browser/operationsInterfaces/subscription.js.map +0 -1
  440. package/dist/browser/operationsInterfaces/subscriptionOperation.d.ts +0 -12
  441. package/dist/browser/operationsInterfaces/subscriptionOperation.d.ts.map +0 -1
  442. package/dist/browser/operationsInterfaces/subscriptionOperation.js +0 -4
  443. package/dist/browser/operationsInterfaces/subscriptionOperation.js.map +0 -1
  444. package/dist/browser/operationsInterfaces/subscriptionPolicy.d.ts +0 -22
  445. package/dist/browser/operationsInterfaces/subscriptionPolicy.d.ts.map +0 -1
  446. package/dist/browser/operationsInterfaces/subscriptionPolicy.js +0 -4
  447. package/dist/browser/operationsInterfaces/subscriptionPolicy.js.map +0 -1
  448. package/dist/browser/pagingHelper.d.ts +0 -13
  449. package/dist/browser/pagingHelper.d.ts.map +0 -1
  450. package/dist/browser/pagingHelper.js +0 -25
  451. package/dist/browser/pagingHelper.js.map +0 -1
  452. package/dist/browser/subscriptionClient.d.ts.map +0 -1
  453. package/dist/commonjs/index.d.ts.map +0 -1
  454. package/dist/commonjs/lroImpl.d.ts +0 -11
  455. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  456. package/dist/commonjs/lroImpl.js.map +0 -7
  457. package/dist/commonjs/models/index.d.ts.map +0 -1
  458. package/dist/commonjs/models/mappers.d.ts +0 -31
  459. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  460. package/dist/commonjs/models/mappers.js +0 -946
  461. package/dist/commonjs/models/mappers.js.map +0 -7
  462. package/dist/commonjs/models/parameters.d.ts +0 -15
  463. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  464. package/dist/commonjs/models/parameters.js +0 -162
  465. package/dist/commonjs/models/parameters.js.map +0 -7
  466. package/dist/commonjs/operations/alias.d.ts +0 -53
  467. package/dist/commonjs/operations/alias.d.ts.map +0 -1
  468. package/dist/commonjs/operations/alias.js +0 -220
  469. package/dist/commonjs/operations/alias.js.map +0 -7
  470. package/dist/commonjs/operations/billingAccount.d.ts +0 -19
  471. package/dist/commonjs/operations/billingAccount.d.ts.map +0 -1
  472. package/dist/commonjs/operations/billingAccount.js +0 -78
  473. package/dist/commonjs/operations/billingAccount.js.map +0 -7
  474. package/dist/commonjs/operations/index.d.ts +0 -7
  475. package/dist/commonjs/operations/index.d.ts.map +0 -1
  476. package/dist/commonjs/operations/index.js +0 -31
  477. package/dist/commonjs/operations/index.js.map +0 -7
  478. package/dist/commonjs/operations/operations.d.ts +0 -32
  479. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  480. package/dist/commonjs/operations/operations.js +0 -145
  481. package/dist/commonjs/operations/operations.js.map +0 -7
  482. package/dist/commonjs/operations/subscription.d.ts +0 -53
  483. package/dist/commonjs/operations/subscription.d.ts.map +0 -1
  484. package/dist/commonjs/operations/subscription.js +0 -241
  485. package/dist/commonjs/operations/subscription.js.map +0 -7
  486. package/dist/commonjs/operations/subscriptionOperation.d.ts +0 -20
  487. package/dist/commonjs/operations/subscriptionOperation.d.ts.map +0 -1
  488. package/dist/commonjs/operations/subscriptionOperation.js +0 -82
  489. package/dist/commonjs/operations/subscriptionOperation.js.map +0 -7
  490. package/dist/commonjs/operations/subscriptionPolicy.d.ts +0 -43
  491. package/dist/commonjs/operations/subscriptionPolicy.d.ts.map +0 -1
  492. package/dist/commonjs/operations/subscriptionPolicy.js +0 -200
  493. package/dist/commonjs/operations/subscriptionPolicy.js.map +0 -7
  494. package/dist/commonjs/operationsInterfaces/alias.d.ts +0 -45
  495. package/dist/commonjs/operationsInterfaces/alias.d.ts.map +0 -1
  496. package/dist/commonjs/operationsInterfaces/alias.js.map +0 -7
  497. package/dist/commonjs/operationsInterfaces/billingAccount.d.ts +0 -11
  498. package/dist/commonjs/operationsInterfaces/billingAccount.d.ts.map +0 -1
  499. package/dist/commonjs/operationsInterfaces/billingAccount.js.map +0 -7
  500. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -7
  501. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  502. package/dist/commonjs/operationsInterfaces/index.js +0 -31
  503. package/dist/commonjs/operationsInterfaces/index.js.map +0 -7
  504. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  505. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  506. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -7
  507. package/dist/commonjs/operationsInterfaces/subscription.d.ts +0 -45
  508. package/dist/commonjs/operationsInterfaces/subscription.d.ts.map +0 -1
  509. package/dist/commonjs/operationsInterfaces/subscription.js.map +0 -7
  510. package/dist/commonjs/operationsInterfaces/subscriptionOperation.d.ts +0 -12
  511. package/dist/commonjs/operationsInterfaces/subscriptionOperation.d.ts.map +0 -1
  512. package/dist/commonjs/operationsInterfaces/subscriptionOperation.js.map +0 -7
  513. package/dist/commonjs/operationsInterfaces/subscriptionPolicy.d.ts +0 -22
  514. package/dist/commonjs/operationsInterfaces/subscriptionPolicy.d.ts.map +0 -1
  515. package/dist/commonjs/operationsInterfaces/subscriptionPolicy.js.map +0 -7
  516. package/dist/commonjs/pagingHelper.d.ts +0 -13
  517. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  518. package/dist/commonjs/pagingHelper.js.map +0 -7
  519. package/dist/commonjs/subscriptionClient.d.ts.map +0 -1
  520. package/dist/esm/index.d.ts.map +0 -1
  521. package/dist/esm/lroImpl.d.ts +0 -11
  522. package/dist/esm/lroImpl.d.ts.map +0 -1
  523. package/dist/esm/lroImpl.js +0 -20
  524. package/dist/esm/lroImpl.js.map +0 -7
  525. package/dist/esm/models/index.d.ts.map +0 -1
  526. package/dist/esm/models/mappers.d.ts +0 -31
  527. package/dist/esm/models/mappers.d.ts.map +0 -1
  528. package/dist/esm/models/mappers.js +0 -895
  529. package/dist/esm/models/mappers.js.map +0 -7
  530. package/dist/esm/models/parameters.d.ts +0 -15
  531. package/dist/esm/models/parameters.d.ts.map +0 -1
  532. package/dist/esm/models/parameters.js +0 -132
  533. package/dist/esm/models/parameters.js.map +0 -7
  534. package/dist/esm/operations/alias.d.ts +0 -53
  535. package/dist/esm/operations/alias.d.ts.map +0 -1
  536. package/dist/esm/operations/alias.js +0 -187
  537. package/dist/esm/operations/alias.js.map +0 -7
  538. package/dist/esm/operations/billingAccount.d.ts +0 -19
  539. package/dist/esm/operations/billingAccount.d.ts.map +0 -1
  540. package/dist/esm/operations/billingAccount.js +0 -45
  541. package/dist/esm/operations/billingAccount.js.map +0 -7
  542. package/dist/esm/operations/index.d.ts +0 -7
  543. package/dist/esm/operations/index.d.ts.map +0 -1
  544. package/dist/esm/operations/index.js +0 -6
  545. package/dist/esm/operations/index.js.map +0 -7
  546. package/dist/esm/operations/operations.d.ts +0 -32
  547. package/dist/esm/operations/operations.d.ts.map +0 -1
  548. package/dist/esm/operations/operations.js +0 -112
  549. package/dist/esm/operations/operations.js.map +0 -7
  550. package/dist/esm/operations/subscription.d.ts +0 -53
  551. package/dist/esm/operations/subscription.d.ts.map +0 -1
  552. package/dist/esm/operations/subscription.js +0 -208
  553. package/dist/esm/operations/subscription.js.map +0 -7
  554. package/dist/esm/operations/subscriptionOperation.d.ts +0 -20
  555. package/dist/esm/operations/subscriptionOperation.d.ts.map +0 -1
  556. package/dist/esm/operations/subscriptionOperation.js +0 -49
  557. package/dist/esm/operations/subscriptionOperation.js.map +0 -7
  558. package/dist/esm/operations/subscriptionPolicy.d.ts +0 -43
  559. package/dist/esm/operations/subscriptionPolicy.d.ts.map +0 -1
  560. package/dist/esm/operations/subscriptionPolicy.js +0 -167
  561. package/dist/esm/operations/subscriptionPolicy.js.map +0 -7
  562. package/dist/esm/operationsInterfaces/alias.d.ts +0 -45
  563. package/dist/esm/operationsInterfaces/alias.d.ts.map +0 -1
  564. package/dist/esm/operationsInterfaces/alias.js +0 -0
  565. package/dist/esm/operationsInterfaces/alias.js.map +0 -7
  566. package/dist/esm/operationsInterfaces/billingAccount.d.ts +0 -11
  567. package/dist/esm/operationsInterfaces/billingAccount.d.ts.map +0 -1
  568. package/dist/esm/operationsInterfaces/billingAccount.js +0 -0
  569. package/dist/esm/operationsInterfaces/billingAccount.js.map +0 -7
  570. package/dist/esm/operationsInterfaces/index.d.ts +0 -7
  571. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  572. package/dist/esm/operationsInterfaces/index.js +0 -6
  573. package/dist/esm/operationsInterfaces/index.js.map +0 -7
  574. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  575. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  576. package/dist/esm/operationsInterfaces/operations.js +0 -0
  577. package/dist/esm/operationsInterfaces/operations.js.map +0 -7
  578. package/dist/esm/operationsInterfaces/subscription.d.ts +0 -45
  579. package/dist/esm/operationsInterfaces/subscription.d.ts.map +0 -1
  580. package/dist/esm/operationsInterfaces/subscription.js +0 -0
  581. package/dist/esm/operationsInterfaces/subscription.js.map +0 -7
  582. package/dist/esm/operationsInterfaces/subscriptionOperation.d.ts +0 -12
  583. package/dist/esm/operationsInterfaces/subscriptionOperation.d.ts.map +0 -1
  584. package/dist/esm/operationsInterfaces/subscriptionOperation.js +0 -0
  585. package/dist/esm/operationsInterfaces/subscriptionOperation.js.map +0 -7
  586. package/dist/esm/operationsInterfaces/subscriptionPolicy.d.ts +0 -22
  587. package/dist/esm/operationsInterfaces/subscriptionPolicy.d.ts.map +0 -1
  588. package/dist/esm/operationsInterfaces/subscriptionPolicy.js +0 -0
  589. package/dist/esm/operationsInterfaces/subscriptionPolicy.js.map +0 -7
  590. package/dist/esm/pagingHelper.d.ts +0 -13
  591. package/dist/esm/pagingHelper.d.ts.map +0 -1
  592. package/dist/esm/pagingHelper.js +0 -19
  593. package/dist/esm/pagingHelper.js.map +0 -7
  594. package/dist/esm/subscriptionClient.d.ts.map +0 -1
  595. package/dist/react-native/index.d.ts +0 -5
  596. package/dist/react-native/index.d.ts.map +0 -1
  597. package/dist/react-native/index.js +0 -10
  598. package/dist/react-native/index.js.map +0 -1
  599. package/dist/react-native/lroImpl.d.ts +0 -11
  600. package/dist/react-native/lroImpl.d.ts.map +0 -1
  601. package/dist/react-native/lroImpl.js +0 -20
  602. package/dist/react-native/lroImpl.js.map +0 -1
  603. package/dist/react-native/models/index.d.ts +0 -569
  604. package/dist/react-native/models/index.d.ts.map +0 -1
  605. package/dist/react-native/models/index.js +0 -53
  606. package/dist/react-native/models/index.js.map +0 -1
  607. package/dist/react-native/models/mappers.d.ts +0 -31
  608. package/dist/react-native/models/mappers.d.ts.map +0 -1
  609. package/dist/react-native/models/mappers.js +0 -867
  610. package/dist/react-native/models/mappers.js.map +0 -1
  611. package/dist/react-native/models/parameters.d.ts +0 -15
  612. package/dist/react-native/models/parameters.d.ts.map +0 -1
  613. package/dist/react-native/models/parameters.js +0 -115
  614. package/dist/react-native/models/parameters.js.map +0 -1
  615. package/dist/react-native/operations/alias.d.ts +0 -53
  616. package/dist/react-native/operations/alias.d.ts.map +0 -1
  617. package/dist/react-native/operations/alias.js +0 -182
  618. package/dist/react-native/operations/alias.js.map +0 -1
  619. package/dist/react-native/operations/billingAccount.d.ts +0 -19
  620. package/dist/react-native/operations/billingAccount.d.ts.map +0 -1
  621. package/dist/react-native/operations/billingAccount.js +0 -43
  622. package/dist/react-native/operations/billingAccount.js.map +0 -1
  623. package/dist/react-native/operations/index.d.ts +0 -7
  624. package/dist/react-native/operations/index.d.ts.map +0 -1
  625. package/dist/react-native/operations/index.js +0 -11
  626. package/dist/react-native/operations/index.js.map +0 -1
  627. package/dist/react-native/operations/operations.d.ts +0 -32
  628. package/dist/react-native/operations/operations.d.ts.map +0 -1
  629. package/dist/react-native/operations/operations.js +0 -111
  630. package/dist/react-native/operations/operations.js.map +0 -1
  631. package/dist/react-native/operations/subscription.d.ts +0 -53
  632. package/dist/react-native/operations/subscription.d.ts.map +0 -1
  633. package/dist/react-native/operations/subscription.js +0 -203
  634. package/dist/react-native/operations/subscription.js.map +0 -1
  635. package/dist/react-native/operations/subscriptionOperation.d.ts +0 -20
  636. package/dist/react-native/operations/subscriptionOperation.d.ts.map +0 -1
  637. package/dist/react-native/operations/subscriptionOperation.js +0 -47
  638. package/dist/react-native/operations/subscriptionOperation.js.map +0 -1
  639. package/dist/react-native/operations/subscriptionPolicy.d.ts +0 -43
  640. package/dist/react-native/operations/subscriptionPolicy.d.ts.map +0 -1
  641. package/dist/react-native/operations/subscriptionPolicy.js +0 -160
  642. package/dist/react-native/operations/subscriptionPolicy.js.map +0 -1
  643. package/dist/react-native/operationsInterfaces/alias.d.ts +0 -45
  644. package/dist/react-native/operationsInterfaces/alias.d.ts.map +0 -1
  645. package/dist/react-native/operationsInterfaces/alias.js.map +0 -1
  646. package/dist/react-native/operationsInterfaces/billingAccount.d.ts +0 -11
  647. package/dist/react-native/operationsInterfaces/billingAccount.d.ts.map +0 -1
  648. package/dist/react-native/operationsInterfaces/billingAccount.js +0 -4
  649. package/dist/react-native/operationsInterfaces/billingAccount.js.map +0 -1
  650. package/dist/react-native/operationsInterfaces/index.d.ts +0 -7
  651. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  652. package/dist/react-native/operationsInterfaces/index.js +0 -11
  653. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  654. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  655. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  656. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  657. package/dist/react-native/operationsInterfaces/subscription.d.ts +0 -45
  658. package/dist/react-native/operationsInterfaces/subscription.d.ts.map +0 -1
  659. package/dist/react-native/operationsInterfaces/subscription.js +0 -4
  660. package/dist/react-native/operationsInterfaces/subscription.js.map +0 -1
  661. package/dist/react-native/operationsInterfaces/subscriptionOperation.d.ts +0 -12
  662. package/dist/react-native/operationsInterfaces/subscriptionOperation.d.ts.map +0 -1
  663. package/dist/react-native/operationsInterfaces/subscriptionOperation.js +0 -4
  664. package/dist/react-native/operationsInterfaces/subscriptionOperation.js.map +0 -1
  665. package/dist/react-native/operationsInterfaces/subscriptionPolicy.d.ts +0 -22
  666. package/dist/react-native/operationsInterfaces/subscriptionPolicy.d.ts.map +0 -1
  667. package/dist/react-native/operationsInterfaces/subscriptionPolicy.js +0 -4
  668. package/dist/react-native/operationsInterfaces/subscriptionPolicy.js.map +0 -1
  669. package/dist/react-native/package.json +0 -3
  670. package/dist/react-native/pagingHelper.d.ts +0 -13
  671. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  672. package/dist/react-native/pagingHelper.js +0 -25
  673. package/dist/react-native/pagingHelper.js.map +0 -1
  674. package/dist/react-native/subscriptionClient.d.ts +0 -23
  675. package/dist/react-native/subscriptionClient.d.ts.map +0 -1
  676. package/dist/react-native/subscriptionClient.js +0 -104
  677. package/dist/react-native/subscriptionClient.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["// 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\nimport type * as coreClient from \"@azure/core-client\";\n\nexport const CanceledSubscriptionId: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CanceledSubscriptionId\",\n modelProperties: {\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponseBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseBody\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n },\n },\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\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 code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionName\",\n modelProperties: {\n subscriptionName: {\n serializedName: \"subscriptionName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RenamedSubscriptionId: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RenamedSubscriptionId\",\n modelProperties: {\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EnabledSubscriptionId: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnabledSubscriptionId\",\n modelProperties: {\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionCreationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionCreationResult\",\n modelProperties: {\n subscriptionLink: {\n serializedName: \"subscriptionLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\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 isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\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 PutAliasRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PutAliasRequest\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PutAliasRequestProperties\",\n },\n },\n },\n },\n};\n\nexport const PutAliasRequestProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PutAliasRequestProperties\",\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n workload: {\n serializedName: \"workload\",\n type: {\n name: \"String\",\n },\n },\n billingScope: {\n serializedName: \"billingScope\",\n type: {\n name: \"String\",\n },\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\",\n },\n },\n resellerId: {\n serializedName: \"resellerId\",\n type: {\n name: \"String\",\n },\n },\n additionalProperties: {\n serializedName: \"additionalProperties\",\n type: {\n name: \"Composite\",\n className: \"PutAliasRequestAdditionalProperties\",\n },\n },\n },\n },\n};\n\nexport const PutAliasRequestAdditionalProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PutAliasRequestAdditionalProperties\",\n modelProperties: {\n managementGroupId: {\n serializedName: \"managementGroupId\",\n type: {\n name: \"String\",\n },\n },\n subscriptionTenantId: {\n serializedName: \"subscriptionTenantId\",\n type: {\n name: \"String\",\n },\n },\n subscriptionOwnerId: {\n serializedName: \"subscriptionOwnerId\",\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 },\n },\n};\n\nexport const SubscriptionAliasResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionAliasResponse\",\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 properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SubscriptionAliasResponseProperties\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionAliasResponseProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionAliasResponseProperties\",\n modelProperties: {\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n acceptOwnershipUrl: {\n serializedName: \"acceptOwnershipUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n acceptOwnershipState: {\n serializedName: \"acceptOwnershipState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n billingScope: {\n serializedName: \"billingScope\",\n type: {\n name: \"String\",\n },\n },\n workload: {\n serializedName: \"workload\",\n type: {\n name: \"String\",\n },\n },\n resellerId: {\n serializedName: \"resellerId\",\n type: {\n name: \"String\",\n },\n },\n subscriptionOwnerId: {\n serializedName: \"subscriptionOwnerId\",\n type: {\n name: \"String\",\n },\n },\n managementGroupId: {\n serializedName: \"managementGroupId\",\n type: {\n name: \"String\",\n },\n },\n createdTime: {\n serializedName: \"createdTime\",\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 },\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 SubscriptionAliasListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionAliasListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubscriptionAliasResponse\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AcceptOwnershipRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AcceptOwnershipRequest\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AcceptOwnershipRequestProperties\",\n },\n },\n },\n },\n};\n\nexport const AcceptOwnershipRequestProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AcceptOwnershipRequestProperties\",\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n managementGroupId: {\n serializedName: \"managementGroupId\",\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 },\n },\n};\n\nexport const AcceptOwnershipStatusResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AcceptOwnershipStatusResponse\",\n modelProperties: {\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n acceptOwnershipState: {\n serializedName: \"acceptOwnershipState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n billingOwner: {\n serializedName: \"billingOwner\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subscriptionTenantId: {\n serializedName: \"subscriptionTenantId\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\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 },\n },\n};\n\nexport const PutTenantPolicyRequestProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PutTenantPolicyRequestProperties\",\n modelProperties: {\n blockSubscriptionsLeavingTenant: {\n serializedName: \"blockSubscriptionsLeavingTenant\",\n type: {\n name: \"Boolean\",\n },\n },\n blockSubscriptionsIntoTenant: {\n serializedName: \"blockSubscriptionsIntoTenant\",\n type: {\n name: \"Boolean\",\n },\n },\n exemptedPrincipals: {\n serializedName: \"exemptedPrincipals\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Uuid\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetTenantPolicyResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetTenantPolicyResponse\",\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 properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"TenantPolicy\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const TenantPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TenantPolicy\",\n modelProperties: {\n policyId: {\n serializedName: \"policyId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n blockSubscriptionsLeavingTenant: {\n serializedName: \"blockSubscriptionsLeavingTenant\",\n type: {\n name: \"Boolean\",\n },\n },\n blockSubscriptionsIntoTenant: {\n serializedName: \"blockSubscriptionsIntoTenant\",\n type: {\n name: \"Boolean\",\n },\n },\n exemptedPrincipals: {\n serializedName: \"exemptedPrincipals\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Uuid\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetTenantPolicyListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetTenantPolicyListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetTenantPolicyResponse\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BillingAccountPoliciesResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BillingAccountPoliciesResponse\",\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 properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"BillingAccountPoliciesResponseProperties\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const BillingAccountPoliciesResponseProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BillingAccountPoliciesResponseProperties\",\n modelProperties: {\n serviceTenants: {\n serializedName: \"serviceTenants\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceTenantResponse\",\n },\n },\n },\n },\n allowTransfers: {\n serializedName: \"allowTransfers\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ServiceTenantResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceTenantResponse\",\n modelProperties: {\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\",\n },\n },\n tenantName: {\n serializedName: \"tenantName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionAcceptOwnershipHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionAcceptOwnershipHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionOperationGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionOperationGetHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n"]}
@@ -1,15 +0,0 @@
1
- import type { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
- export declare const accept: OperationParameter;
3
- export declare const $host: OperationURLParameter;
4
- export declare const subscriptionId: OperationURLParameter;
5
- export declare const apiVersion: OperationQueryParameter;
6
- export declare const contentType: OperationParameter;
7
- export declare const body: OperationParameter;
8
- export declare const body1: OperationParameter;
9
- export declare const operationId: OperationURLParameter;
10
- export declare const nextLink: OperationURLParameter;
11
- export declare const body2: OperationParameter;
12
- export declare const aliasName: OperationURLParameter;
13
- export declare const body3: OperationParameter;
14
- export declare const billingAccountId: OperationURLParameter;
15
- //# sourceMappingURL=parameters.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACV,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAQ5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,kBAGlB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBASzB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,qBASvB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,qBAS9B,CAAC"}
@@ -1,115 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT License.
3
- import { SubscriptionName as SubscriptionNameMapper, AcceptOwnershipRequest as AcceptOwnershipRequestMapper, PutAliasRequest as PutAliasRequestMapper, PutTenantPolicyRequestProperties as PutTenantPolicyRequestPropertiesMapper, } from "../models/mappers.js";
4
- export const accept = {
5
- parameterPath: "accept",
6
- mapper: {
7
- defaultValue: "application/json",
8
- isConstant: true,
9
- serializedName: "Accept",
10
- type: {
11
- name: "String",
12
- },
13
- },
14
- };
15
- export const $host = {
16
- parameterPath: "$host",
17
- mapper: {
18
- serializedName: "$host",
19
- required: true,
20
- type: {
21
- name: "String",
22
- },
23
- },
24
- skipEncoding: true,
25
- };
26
- export const subscriptionId = {
27
- parameterPath: "subscriptionId",
28
- mapper: {
29
- serializedName: "subscriptionId",
30
- required: true,
31
- type: {
32
- name: "String",
33
- },
34
- },
35
- };
36
- export const apiVersion = {
37
- parameterPath: "apiVersion",
38
- mapper: {
39
- defaultValue: "2021-10-01",
40
- isConstant: true,
41
- serializedName: "api-version",
42
- type: {
43
- name: "String",
44
- },
45
- },
46
- };
47
- export const contentType = {
48
- parameterPath: ["options", "contentType"],
49
- mapper: {
50
- defaultValue: "application/json",
51
- isConstant: true,
52
- serializedName: "Content-Type",
53
- type: {
54
- name: "String",
55
- },
56
- },
57
- };
58
- export const body = {
59
- parameterPath: "body",
60
- mapper: SubscriptionNameMapper,
61
- };
62
- export const body1 = {
63
- parameterPath: "body",
64
- mapper: AcceptOwnershipRequestMapper,
65
- };
66
- export const operationId = {
67
- parameterPath: "operationId",
68
- mapper: {
69
- serializedName: "operationId",
70
- required: true,
71
- type: {
72
- name: "String",
73
- },
74
- },
75
- };
76
- export const nextLink = {
77
- parameterPath: "nextLink",
78
- mapper: {
79
- serializedName: "nextLink",
80
- required: true,
81
- type: {
82
- name: "String",
83
- },
84
- },
85
- skipEncoding: true,
86
- };
87
- export const body2 = {
88
- parameterPath: "body",
89
- mapper: PutAliasRequestMapper,
90
- };
91
- export const aliasName = {
92
- parameterPath: "aliasName",
93
- mapper: {
94
- serializedName: "aliasName",
95
- required: true,
96
- type: {
97
- name: "String",
98
- },
99
- },
100
- };
101
- export const body3 = {
102
- parameterPath: "body",
103
- mapper: PutTenantPolicyRequestPropertiesMapper,
104
- };
105
- export const billingAccountId = {
106
- parameterPath: "billingAccountId",
107
- mapper: {
108
- serializedName: "billingAccountId",
109
- required: true,
110
- type: {
111
- name: "String",
112
- },
113
- },
114
- };
115
- //# sourceMappingURL=parameters.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAUlC,OAAO,EACL,gBAAgB,IAAI,sBAAsB,EAC1C,sBAAsB,IAAI,4BAA4B,EACtD,eAAe,IAAI,qBAAqB,EACxC,gCAAgC,IAAI,sCAAsC,GAC3E,MAAM,sBAAsB,CAAC;AAE9B,MAAM,CAAC,MAAM,MAAM,GAAuB;IACxC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAA0B;IAC1C,aAAa,EAAE,OAAO;IACtB,MAAM,EAAE;QACN,cAAc,EAAE,OAAO;QACvB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA0B;IACnD,aAAa,EAAE,gBAAgB;IAC/B,MAAM,EAAE;QACN,cAAc,EAAE,gBAAgB;QAChC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA4B;IACjD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAuB;IACtC,aAAa,EAAE,MAAM;IACrB,MAAM,EAAE,sBAAsB;CAC/B,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAAuB;IACvC,aAAa,EAAE,MAAM;IACrB,MAAM,EAAE,4BAA4B;CACrC,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA0B;IAChD,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE;QACN,cAAc,EAAE,aAAa;QAC7B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAAuB;IACvC,aAAa,EAAE,MAAM;IACrB,MAAM,EAAE,qBAAqB;CAC9B,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAA0B;IAC9C,aAAa,EAAE,WAAW;IAC1B,MAAM,EAAE;QACN,cAAc,EAAE,WAAW;QAC3B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAAuB;IACvC,aAAa,EAAE,MAAM;IACrB,MAAM,EAAE,sCAAsC;CAC/C,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA0B;IACrD,aAAa,EAAE,kBAAkB;IACjC,MAAM,EAAE;QACN,cAAc,EAAE,kBAAkB;QAClC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC","sourcesContent":["// 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\nimport type {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n SubscriptionName as SubscriptionNameMapper,\n AcceptOwnershipRequest as AcceptOwnershipRequestMapper,\n PutAliasRequest as PutAliasRequestMapper,\n PutTenantPolicyRequestProperties as PutTenantPolicyRequestPropertiesMapper,\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 subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-10-01\",\n isConstant: true,\n serializedName: \"api-version\",\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 body: OperationParameter = {\n parameterPath: \"body\",\n mapper: SubscriptionNameMapper,\n};\n\nexport const body1: OperationParameter = {\n parameterPath: \"body\",\n mapper: AcceptOwnershipRequestMapper,\n};\n\nexport const operationId: OperationURLParameter = {\n parameterPath: \"operationId\",\n mapper: {\n serializedName: \"operationId\",\n required: true,\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 body2: OperationParameter = {\n parameterPath: \"body\",\n mapper: PutAliasRequestMapper,\n};\n\nexport const aliasName: OperationURLParameter = {\n parameterPath: \"aliasName\",\n mapper: {\n serializedName: \"aliasName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const body3: OperationParameter = {\n parameterPath: \"body\",\n mapper: PutTenantPolicyRequestPropertiesMapper,\n};\n\nexport const billingAccountId: OperationURLParameter = {\n parameterPath: \"billingAccountId\",\n mapper: {\n serializedName: \"billingAccountId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n"]}
@@ -1,53 +0,0 @@
1
- import type { Alias } from "../operationsInterfaces/index.js";
2
- import type { SubscriptionClient } from "../subscriptionClient.js";
3
- import type { SimplePollerLike, OperationState } from "@azure/core-lro";
4
- import type { PutAliasRequest, AliasCreateOptionalParams, AliasCreateResponse, AliasGetOptionalParams, AliasGetResponse, AliasDeleteOptionalParams, AliasListOptionalParams, AliasListResponse } from "../models/index.js";
5
- /** Class containing Alias operations. */
6
- export declare class AliasImpl implements Alias {
7
- private readonly client;
8
- /**
9
- * Initialize a new instance of the class Alias class.
10
- * @param client Reference to the service client
11
- */
12
- constructor(client: SubscriptionClient);
13
- /**
14
- * Create Alias Subscription.
15
- * @param aliasName AliasName is the name for the subscription creation request. Note that this is not
16
- * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
17
- * subscription creation.
18
- * @param body The parameters required to create a new subscription.
19
- * @param options The options parameters.
20
- */
21
- beginCreate(aliasName: string, body: PutAliasRequest, options?: AliasCreateOptionalParams): Promise<SimplePollerLike<OperationState<AliasCreateResponse>, AliasCreateResponse>>;
22
- /**
23
- * Create Alias Subscription.
24
- * @param aliasName AliasName is the name for the subscription creation request. Note that this is not
25
- * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
26
- * subscription creation.
27
- * @param body The parameters required to create a new subscription.
28
- * @param options The options parameters.
29
- */
30
- beginCreateAndWait(aliasName: string, body: PutAliasRequest, options?: AliasCreateOptionalParams): Promise<AliasCreateResponse>;
31
- /**
32
- * Get Alias Subscription.
33
- * @param aliasName AliasName is the name for the subscription creation request. Note that this is not
34
- * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
35
- * subscription creation.
36
- * @param options The options parameters.
37
- */
38
- get(aliasName: string, options?: AliasGetOptionalParams): Promise<AliasGetResponse>;
39
- /**
40
- * Delete Alias.
41
- * @param aliasName AliasName is the name for the subscription creation request. Note that this is not
42
- * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
43
- * subscription creation.
44
- * @param options The options parameters.
45
- */
46
- delete(aliasName: string, options?: AliasDeleteOptionalParams): Promise<void>;
47
- /**
48
- * List Alias Subscription.
49
- * @param options The options parameters.
50
- */
51
- list(options?: AliasListOptionalParams): Promise<AliasListResponse>;
52
- }
53
- //# sourceMappingURL=alias.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"alias.d.ts","sourceRoot":"","sources":["../../../src/operations/alias.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AACnE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGxE,OAAO,KAAK,EACV,eAAe,EACf,yBAAyB,EACzB,mBAAmB,EACnB,sBAAsB,EACtB,gBAAgB,EAChB,yBAAyB,EACzB,uBAAuB,EACvB,iBAAiB,EAClB,MAAM,oBAAoB,CAAC;AAE5B,yCAAyC;AACzC,qBAAa,SAAU,YAAW,KAAK;IACrC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAqB;IAE5C;;;OAGG;gBACS,MAAM,EAAE,kBAAkB;IAItC;;;;;;;OAOG;IACG,WAAW,CACf,SAAS,EAAE,MAAM,EACjB,IAAI,EAAE,eAAe,EACrB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC,CAAC;IAsDtF;;;;;;;OAOG;IACG,kBAAkB,CACtB,SAAS,EAAE,MAAM,EACjB,IAAI,EAAE,eAAe,EACrB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC;IAK/B;;;;;;OAMG;IACH,GAAG,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,sBAAsB,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAInF;;;;;;OAMG;IACH,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,yBAAyB,GAAG,OAAO,CAAC,IAAI,CAAC;IAI7E;;;OAGG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,uBAAuB,GAAG,OAAO,CAAC,iBAAiB,CAAC;CAGpE"}
@@ -1,182 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT License.
3
- import * as coreClient from "@azure/core-client";
4
- import * as Mappers from "../models/mappers.js";
5
- import * as Parameters from "../models/parameters.js";
6
- import { createHttpPoller } from "@azure/core-lro";
7
- import { createLroSpec } from "../lroImpl.js";
8
- /** Class containing Alias operations. */
9
- export class AliasImpl {
10
- client;
11
- /**
12
- * Initialize a new instance of the class Alias class.
13
- * @param client Reference to the service client
14
- */
15
- constructor(client) {
16
- this.client = client;
17
- }
18
- /**
19
- * Create Alias Subscription.
20
- * @param aliasName AliasName is the name for the subscription creation request. Note that this is not
21
- * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
22
- * subscription creation.
23
- * @param body The parameters required to create a new subscription.
24
- * @param options The options parameters.
25
- */
26
- async beginCreate(aliasName, body, options) {
27
- const directSendOperation = async (args, spec) => {
28
- return this.client.sendOperationRequest(args, spec);
29
- };
30
- const sendOperationFn = async (args, spec) => {
31
- let currentRawResponse = undefined;
32
- const providedCallback = args.options?.onResponse;
33
- const callback = (rawResponse, flatResponse) => {
34
- currentRawResponse = rawResponse;
35
- providedCallback?.(rawResponse, flatResponse);
36
- };
37
- const updatedArgs = {
38
- ...args,
39
- options: {
40
- ...args.options,
41
- onResponse: callback,
42
- },
43
- };
44
- const flatResponse = await directSendOperation(updatedArgs, spec);
45
- return {
46
- flatResponse,
47
- rawResponse: {
48
- statusCode: currentRawResponse.status,
49
- body: currentRawResponse.parsedBody,
50
- headers: currentRawResponse.headers.toJSON(),
51
- },
52
- };
53
- };
54
- const lro = createLroSpec({
55
- sendOperationFn,
56
- args: { aliasName, body, options },
57
- spec: createOperationSpec,
58
- });
59
- const poller = await createHttpPoller(lro, {
60
- restoreFrom: options?.resumeFrom,
61
- intervalInMs: options?.updateIntervalInMs,
62
- });
63
- await poller.poll();
64
- return poller;
65
- }
66
- /**
67
- * Create Alias Subscription.
68
- * @param aliasName AliasName is the name for the subscription creation request. Note that this is not
69
- * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
70
- * subscription creation.
71
- * @param body The parameters required to create a new subscription.
72
- * @param options The options parameters.
73
- */
74
- async beginCreateAndWait(aliasName, body, options) {
75
- const poller = await this.beginCreate(aliasName, body, options);
76
- return poller.pollUntilDone();
77
- }
78
- /**
79
- * Get Alias Subscription.
80
- * @param aliasName AliasName is the name for the subscription creation request. Note that this is not
81
- * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
82
- * subscription creation.
83
- * @param options The options parameters.
84
- */
85
- get(aliasName, options) {
86
- return this.client.sendOperationRequest({ aliasName, options }, getOperationSpec);
87
- }
88
- /**
89
- * Delete Alias.
90
- * @param aliasName AliasName is the name for the subscription creation request. Note that this is not
91
- * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
92
- * subscription creation.
93
- * @param options The options parameters.
94
- */
95
- delete(aliasName, options) {
96
- return this.client.sendOperationRequest({ aliasName, options }, deleteOperationSpec);
97
- }
98
- /**
99
- * List Alias Subscription.
100
- * @param options The options parameters.
101
- */
102
- list(options) {
103
- return this.client.sendOperationRequest({ options }, listOperationSpec);
104
- }
105
- }
106
- // Operation Specifications
107
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
108
- const createOperationSpec = {
109
- path: "/providers/Microsoft.Subscription/aliases/{aliasName}",
110
- httpMethod: "PUT",
111
- responses: {
112
- 200: {
113
- bodyMapper: Mappers.SubscriptionAliasResponse,
114
- },
115
- 201: {
116
- bodyMapper: Mappers.SubscriptionAliasResponse,
117
- },
118
- 202: {
119
- bodyMapper: Mappers.SubscriptionAliasResponse,
120
- },
121
- 204: {
122
- bodyMapper: Mappers.SubscriptionAliasResponse,
123
- },
124
- default: {
125
- bodyMapper: Mappers.ErrorResponseBody,
126
- },
127
- },
128
- requestBody: Parameters.body2,
129
- queryParameters: [Parameters.apiVersion],
130
- urlParameters: [Parameters.$host, Parameters.aliasName],
131
- headerParameters: [Parameters.accept, Parameters.contentType],
132
- mediaType: "json",
133
- serializer,
134
- };
135
- const getOperationSpec = {
136
- path: "/providers/Microsoft.Subscription/aliases/{aliasName}",
137
- httpMethod: "GET",
138
- responses: {
139
- 200: {
140
- bodyMapper: Mappers.SubscriptionAliasResponse,
141
- },
142
- default: {
143
- bodyMapper: Mappers.ErrorResponseBody,
144
- },
145
- },
146
- queryParameters: [Parameters.apiVersion],
147
- urlParameters: [Parameters.$host, Parameters.aliasName],
148
- headerParameters: [Parameters.accept],
149
- serializer,
150
- };
151
- const deleteOperationSpec = {
152
- path: "/providers/Microsoft.Subscription/aliases/{aliasName}",
153
- httpMethod: "DELETE",
154
- responses: {
155
- 200: {},
156
- 204: {},
157
- default: {
158
- bodyMapper: Mappers.ErrorResponseBody,
159
- },
160
- },
161
- queryParameters: [Parameters.apiVersion],
162
- urlParameters: [Parameters.$host, Parameters.aliasName],
163
- headerParameters: [Parameters.accept],
164
- serializer,
165
- };
166
- const listOperationSpec = {
167
- path: "/providers/Microsoft.Subscription/aliases",
168
- httpMethod: "GET",
169
- responses: {
170
- 200: {
171
- bodyMapper: Mappers.SubscriptionAliasListResult,
172
- },
173
- default: {
174
- bodyMapper: Mappers.ErrorResponseBody,
175
- },
176
- },
177
- queryParameters: [Parameters.apiVersion],
178
- urlParameters: [Parameters.$host],
179
- headerParameters: [Parameters.accept],
180
- serializer,
181
- };
182
- //# sourceMappingURL=alias.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"alias.js","sourceRoot":"","sources":["../../../src/operations/alias.ts"],"names":[],"mappings":"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","sourcesContent":["// 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\nimport type { Alias } 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 type { SubscriptionClient } from \"../subscriptionClient.js\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport { createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport type {\n PutAliasRequest,\n AliasCreateOptionalParams,\n AliasCreateResponse,\n AliasGetOptionalParams,\n AliasGetResponse,\n AliasDeleteOptionalParams,\n AliasListOptionalParams,\n AliasListResponse,\n} from \"../models/index.js\";\n\n/** Class containing Alias operations. */\nexport class AliasImpl implements Alias {\n private readonly client: SubscriptionClient;\n\n /**\n * Initialize a new instance of the class Alias class.\n * @param client Reference to the service client\n */\n constructor(client: SubscriptionClient) {\n this.client = client;\n }\n\n /**\n * Create Alias Subscription.\n * @param aliasName AliasName is the name for the subscription creation request. Note that this is not\n * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for\n * subscription creation.\n * @param body The parameters required to create a new subscription.\n * @param options The options parameters.\n */\n async beginCreate(\n aliasName: string,\n body: PutAliasRequest,\n options?: AliasCreateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<AliasCreateResponse>, AliasCreateResponse>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<AliasCreateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { aliasName, body, options },\n spec: createOperationSpec,\n });\n const poller = await createHttpPoller<AliasCreateResponse, OperationState<AliasCreateResponse>>(\n lro,\n {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n },\n );\n await poller.poll();\n return poller;\n }\n\n /**\n * Create Alias Subscription.\n * @param aliasName AliasName is the name for the subscription creation request. Note that this is not\n * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for\n * subscription creation.\n * @param body The parameters required to create a new subscription.\n * @param options The options parameters.\n */\n async beginCreateAndWait(\n aliasName: string,\n body: PutAliasRequest,\n options?: AliasCreateOptionalParams,\n ): Promise<AliasCreateResponse> {\n const poller = await this.beginCreate(aliasName, body, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Get Alias Subscription.\n * @param aliasName AliasName is the name for the subscription creation request. Note that this is not\n * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for\n * subscription creation.\n * @param options The options parameters.\n */\n get(aliasName: string, options?: AliasGetOptionalParams): Promise<AliasGetResponse> {\n return this.client.sendOperationRequest({ aliasName, options }, getOperationSpec);\n }\n\n /**\n * Delete Alias.\n * @param aliasName AliasName is the name for the subscription creation request. Note that this is not\n * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for\n * subscription creation.\n * @param options The options parameters.\n */\n delete(aliasName: string, options?: AliasDeleteOptionalParams): Promise<void> {\n return this.client.sendOperationRequest({ aliasName, options }, deleteOperationSpec);\n }\n\n /**\n * List Alias Subscription.\n * @param options The options parameters.\n */\n list(options?: AliasListOptionalParams): Promise<AliasListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Subscription/aliases/{aliasName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.SubscriptionAliasResponse,\n },\n 201: {\n bodyMapper: Mappers.SubscriptionAliasResponse,\n },\n 202: {\n bodyMapper: Mappers.SubscriptionAliasResponse,\n },\n 204: {\n bodyMapper: Mappers.SubscriptionAliasResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseBody,\n },\n },\n requestBody: Parameters.body2,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.aliasName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Subscription/aliases/{aliasName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SubscriptionAliasResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseBody,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.aliasName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Subscription/aliases/{aliasName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponseBody,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.aliasName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Subscription/aliases\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SubscriptionAliasListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseBody,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -1,19 +0,0 @@
1
- import type { BillingAccount } from "../operationsInterfaces/index.js";
2
- import type { SubscriptionClient } from "../subscriptionClient.js";
3
- import type { BillingAccountGetPolicyOptionalParams, BillingAccountGetPolicyResponse } from "../models/index.js";
4
- /** Class containing BillingAccount operations. */
5
- export declare class BillingAccountImpl implements BillingAccount {
6
- private readonly client;
7
- /**
8
- * Initialize a new instance of the class BillingAccount class.
9
- * @param client Reference to the service client
10
- */
11
- constructor(client: SubscriptionClient);
12
- /**
13
- * Get Billing Account Policy.
14
- * @param billingAccountId Billing Account Id.
15
- * @param options The options parameters.
16
- */
17
- getPolicy(billingAccountId: string, options?: BillingAccountGetPolicyOptionalParams): Promise<BillingAccountGetPolicyResponse>;
18
- }
19
- //# sourceMappingURL=billingAccount.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"billingAccount.d.ts","sourceRoot":"","sources":["../../../src/operations/billingAccount.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAIvE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AACnE,OAAO,KAAK,EACV,qCAAqC,EACrC,+BAA+B,EAChC,MAAM,oBAAoB,CAAC;AAE5B,kDAAkD;AAClD,qBAAa,kBAAmB,YAAW,cAAc;IACvD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAqB;IAE5C;;;OAGG;gBACS,MAAM,EAAE,kBAAkB;IAItC;;;;OAIG;IACH,SAAS,CACP,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC;CAG5C"}
@@ -1,43 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT License.
3
- import * as coreClient from "@azure/core-client";
4
- import * as Mappers from "../models/mappers.js";
5
- import * as Parameters from "../models/parameters.js";
6
- /** Class containing BillingAccount operations. */
7
- export class BillingAccountImpl {
8
- client;
9
- /**
10
- * Initialize a new instance of the class BillingAccount class.
11
- * @param client Reference to the service client
12
- */
13
- constructor(client) {
14
- this.client = client;
15
- }
16
- /**
17
- * Get Billing Account Policy.
18
- * @param billingAccountId Billing Account Id.
19
- * @param options The options parameters.
20
- */
21
- getPolicy(billingAccountId, options) {
22
- return this.client.sendOperationRequest({ billingAccountId, options }, getPolicyOperationSpec);
23
- }
24
- }
25
- // Operation Specifications
26
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
27
- const getPolicyOperationSpec = {
28
- path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Subscription/policies/default",
29
- httpMethod: "GET",
30
- responses: {
31
- 200: {
32
- bodyMapper: Mappers.BillingAccountPoliciesResponse,
33
- },
34
- default: {
35
- bodyMapper: Mappers.ErrorResponseBody,
36
- },
37
- },
38
- queryParameters: [Parameters.apiVersion],
39
- urlParameters: [Parameters.$host, Parameters.billingAccountId],
40
- headerParameters: [Parameters.accept],
41
- serializer,
42
- };
43
- //# sourceMappingURL=billingAccount.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"billingAccount.js","sourceRoot":"","sources":["../../../src/operations/billingAccount.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAMlC,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAOtD,kDAAkD;AAClD,MAAM,OAAO,kBAAkB;IACZ,MAAM,CAAqB;IAE5C;;;OAGG;IACH,YAAY,MAA0B;QACpC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;OAIG;IACH,SAAS,CACP,gBAAwB,EACxB,OAA+C;QAE/C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,gBAAgB,EAAE,OAAO,EAAE,EAAE,sBAAsB,CAAC,CAAC;IACjG,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,sBAAsB,GAA6B;IACvD,IAAI,EAAE,mHAAmH;IACzH,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,8BAA8B;SACnD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,gBAAgB,CAAC;IAC9D,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["// 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\nimport type { BillingAccount } 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 type { SubscriptionClient } from \"../subscriptionClient.js\";\nimport type {\n BillingAccountGetPolicyOptionalParams,\n BillingAccountGetPolicyResponse,\n} from \"../models/index.js\";\n\n/** Class containing BillingAccount operations. */\nexport class BillingAccountImpl implements BillingAccount {\n private readonly client: SubscriptionClient;\n\n /**\n * Initialize a new instance of the class BillingAccount class.\n * @param client Reference to the service client\n */\n constructor(client: SubscriptionClient) {\n this.client = client;\n }\n\n /**\n * Get Billing Account Policy.\n * @param billingAccountId Billing Account Id.\n * @param options The options parameters.\n */\n getPolicy(\n billingAccountId: string,\n options?: BillingAccountGetPolicyOptionalParams,\n ): Promise<BillingAccountGetPolicyResponse> {\n return this.client.sendOperationRequest({ billingAccountId, options }, getPolicyOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getPolicyOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Subscription/policies/default\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.BillingAccountPoliciesResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseBody,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.billingAccountId],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -1,7 +0,0 @@
1
- export * from "./subscription.js";
2
- export * from "./subscriptionOperation.js";
3
- export * from "./operations.js";
4
- export * from "./alias.js";
5
- export * from "./subscriptionPolicy.js";
6
- export * from "./billingAccount.js";
7
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAMA,cAAc,mBAAmB,CAAC;AAClC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC"}
@@ -1,11 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT License.
3
- // Code generated by Microsoft (R) AutoRest Code Generator.
4
- // Changes may cause incorrect behavior and will be lost if the code is regenerated.
5
- export * from "./subscription.js";
6
- export * from "./subscriptionOperation.js";
7
- export * from "./operations.js";
8
- export * from "./alias.js";
9
- export * from "./subscriptionPolicy.js";
10
- export * from "./billingAccount.js";
11
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,2DAA2D;AAC3D,oFAAoF;AAEpF,cAAc,mBAAmB,CAAC;AAClC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC","sourcesContent":["// 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\nexport * from \"./subscription.js\";\nexport * from \"./subscriptionOperation.js\";\nexport * from \"./operations.js\";\nexport * from \"./alias.js\";\nexport * from \"./subscriptionPolicy.js\";\nexport * from \"./billingAccount.js\";\n"]}