@azure/arm-subscriptions 5.1.2-alpha.20251027.1 → 6.0.0

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 (421) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +6 -11
  3. package/dist/browser/index.d.ts.map +1 -1
  4. package/dist/browser/index.js +4 -7
  5. package/dist/browser/index.js.map +1 -1
  6. package/dist/browser/lroImpl.d.ts +7 -12
  7. package/dist/browser/lroImpl.d.ts.map +1 -1
  8. package/dist/browser/lroImpl.js +18 -31
  9. package/dist/browser/lroImpl.js.map +1 -1
  10. package/dist/browser/models/index.d.ts +20 -189
  11. package/dist/browser/models/index.d.ts.map +1 -1
  12. package/dist/browser/models/index.js +2 -7
  13. package/dist/browser/models/index.js.map +1 -1
  14. package/dist/browser/models/mappers.d.ts +3 -8
  15. package/dist/browser/models/mappers.d.ts.map +1 -1
  16. package/dist/browser/models/mappers.js +309 -568
  17. package/dist/browser/models/mappers.js.map +1 -1
  18. package/dist/browser/models/parameters.d.ts +3 -3
  19. package/dist/browser/models/parameters.d.ts.map +1 -1
  20. package/dist/browser/models/parameters.js +49 -55
  21. package/dist/browser/models/parameters.js.map +1 -1
  22. package/dist/browser/operations/alias.d.ts +5 -5
  23. package/dist/browser/operations/alias.d.ts.map +1 -1
  24. package/dist/browser/operations/alias.js +39 -40
  25. package/dist/browser/operations/alias.js.map +1 -1
  26. package/dist/browser/operations/billingAccount.d.ts +3 -3
  27. package/dist/browser/operations/billingAccount.d.ts.map +1 -1
  28. package/dist/browser/operations/billingAccount.js +7 -12
  29. package/dist/browser/operations/billingAccount.js.map +1 -1
  30. package/dist/browser/operations/index.d.ts +2 -3
  31. package/dist/browser/operations/index.d.ts.map +1 -1
  32. package/dist/browser/operations/index.js +6 -10
  33. package/dist/browser/operations/index.js.map +1 -1
  34. package/dist/browser/operations/operations.d.ts +4 -4
  35. package/dist/browser/operations/operations.d.ts.map +1 -1
  36. package/dist/browser/operations/operations.js +14 -20
  37. package/dist/browser/operations/operations.js.map +1 -1
  38. package/dist/{esm/operations/subscriptionOperations.d.ts → browser/operations/subscription.d.ts} +9 -9
  39. package/dist/browser/operations/subscription.d.ts.map +1 -0
  40. package/dist/{esm/operations/subscriptionOperations.js → browser/operations/subscription.js} +49 -50
  41. package/dist/browser/operations/subscription.js.map +1 -0
  42. package/dist/browser/operations/subscriptionOperation.d.ts +20 -0
  43. package/dist/browser/operations/subscriptionOperation.d.ts.map +1 -0
  44. package/dist/browser/operations/subscriptionOperation.js +47 -0
  45. package/dist/browser/operations/subscriptionOperation.js.map +1 -0
  46. package/dist/browser/operations/subscriptionPolicy.d.ts +4 -4
  47. package/dist/browser/operations/subscriptionPolicy.d.ts.map +1 -1
  48. package/dist/browser/operations/subscriptionPolicy.js +24 -30
  49. package/dist/browser/operations/subscriptionPolicy.js.map +1 -1
  50. package/dist/browser/operationsInterfaces/alias.d.ts +3 -3
  51. package/dist/browser/operationsInterfaces/alias.d.ts.map +1 -1
  52. package/dist/browser/operationsInterfaces/alias.js +2 -7
  53. package/dist/browser/operationsInterfaces/alias.js.map +1 -1
  54. package/dist/browser/operationsInterfaces/billingAccount.d.ts +1 -1
  55. package/dist/browser/operationsInterfaces/billingAccount.d.ts.map +1 -1
  56. package/dist/browser/operationsInterfaces/billingAccount.js +2 -7
  57. package/dist/browser/operationsInterfaces/billingAccount.js.map +1 -1
  58. package/dist/browser/operationsInterfaces/index.d.ts +2 -3
  59. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  60. package/dist/browser/operationsInterfaces/index.js +6 -10
  61. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  62. package/dist/browser/operationsInterfaces/operations.d.ts +2 -2
  63. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
  64. package/dist/browser/operationsInterfaces/operations.js +2 -7
  65. package/dist/browser/operationsInterfaces/operations.js.map +1 -1
  66. package/dist/{commonjs/operationsInterfaces/subscriptionOperations.d.ts → browser/operationsInterfaces/subscription.d.ts} +6 -6
  67. package/dist/browser/operationsInterfaces/subscription.d.ts.map +1 -0
  68. package/dist/browser/operationsInterfaces/subscription.js +4 -0
  69. package/dist/browser/operationsInterfaces/subscription.js.map +1 -0
  70. package/dist/browser/operationsInterfaces/subscriptionOperation.d.ts +12 -0
  71. package/dist/browser/operationsInterfaces/subscriptionOperation.d.ts.map +1 -0
  72. package/dist/browser/operationsInterfaces/subscriptionOperation.js +4 -0
  73. package/dist/browser/operationsInterfaces/subscriptionOperation.js.map +1 -0
  74. package/dist/browser/operationsInterfaces/subscriptionPolicy.d.ts +2 -2
  75. package/dist/browser/operationsInterfaces/subscriptionPolicy.d.ts.map +1 -1
  76. package/dist/browser/operationsInterfaces/subscriptionPolicy.js +2 -7
  77. package/dist/browser/operationsInterfaces/subscriptionPolicy.js.map +1 -1
  78. package/dist/browser/pagingHelper.d.ts +4 -4
  79. package/dist/browser/pagingHelper.d.ts.map +1 -1
  80. package/dist/browser/pagingHelper.js +6 -11
  81. package/dist/browser/pagingHelper.js.map +1 -1
  82. package/dist/browser/subscriptionClient.d.ts +8 -6
  83. package/dist/browser/subscriptionClient.d.ts.map +1 -1
  84. package/dist/browser/subscriptionClient.js +46 -25
  85. package/dist/browser/subscriptionClient.js.map +1 -1
  86. package/dist/commonjs/index.d.ts.map +1 -1
  87. package/dist/commonjs/index.js +4 -7
  88. package/dist/commonjs/index.js.map +1 -1
  89. package/dist/commonjs/lroImpl.d.ts +7 -12
  90. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  91. package/dist/commonjs/lroImpl.js +19 -33
  92. package/dist/commonjs/lroImpl.js.map +1 -1
  93. package/dist/commonjs/models/index.d.ts +20 -189
  94. package/dist/commonjs/models/index.d.ts.map +1 -1
  95. package/dist/commonjs/models/index.js +2 -7
  96. package/dist/commonjs/models/index.js.map +1 -1
  97. package/dist/commonjs/models/mappers.d.ts +3 -8
  98. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  99. package/dist/commonjs/models/mappers.js +310 -569
  100. package/dist/commonjs/models/mappers.js.map +1 -1
  101. package/dist/commonjs/models/parameters.d.ts +3 -3
  102. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  103. package/dist/commonjs/models/parameters.js +49 -55
  104. package/dist/commonjs/models/parameters.js.map +1 -1
  105. package/dist/commonjs/operations/alias.d.ts +5 -5
  106. package/dist/commonjs/operations/alias.d.ts.map +1 -1
  107. package/dist/commonjs/operations/alias.js +37 -38
  108. package/dist/commonjs/operations/alias.js.map +1 -1
  109. package/dist/commonjs/operations/billingAccount.d.ts +3 -3
  110. package/dist/commonjs/operations/billingAccount.d.ts.map +1 -1
  111. package/dist/commonjs/operations/billingAccount.js +7 -12
  112. package/dist/commonjs/operations/billingAccount.js.map +1 -1
  113. package/dist/commonjs/operations/index.d.ts +2 -3
  114. package/dist/commonjs/operations/index.d.ts.map +1 -1
  115. package/dist/commonjs/operations/index.js +6 -10
  116. package/dist/commonjs/operations/index.js.map +1 -1
  117. package/dist/commonjs/operations/operations.d.ts +4 -4
  118. package/dist/commonjs/operations/operations.d.ts.map +1 -1
  119. package/dist/commonjs/operations/operations.js +14 -20
  120. package/dist/commonjs/operations/operations.js.map +1 -1
  121. package/dist/{browser/operations/subscriptionOperations.d.ts → commonjs/operations/subscription.d.ts} +9 -9
  122. package/dist/commonjs/operations/subscription.d.ts.map +1 -0
  123. package/dist/commonjs/operations/{subscriptionOperations.js → subscription.js} +49 -50
  124. package/dist/commonjs/operations/subscription.js.map +1 -0
  125. package/dist/commonjs/operations/subscriptionOperation.d.ts +20 -0
  126. package/dist/commonjs/operations/subscriptionOperation.d.ts.map +1 -0
  127. package/dist/commonjs/operations/subscriptionOperation.js +52 -0
  128. package/dist/commonjs/operations/subscriptionOperation.js.map +1 -0
  129. package/dist/commonjs/operations/subscriptionPolicy.d.ts +4 -4
  130. package/dist/commonjs/operations/subscriptionPolicy.d.ts.map +1 -1
  131. package/dist/commonjs/operations/subscriptionPolicy.js +24 -30
  132. package/dist/commonjs/operations/subscriptionPolicy.js.map +1 -1
  133. package/dist/commonjs/operationsInterfaces/alias.d.ts +3 -3
  134. package/dist/commonjs/operationsInterfaces/alias.d.ts.map +1 -1
  135. package/dist/commonjs/operationsInterfaces/alias.js +2 -7
  136. package/dist/commonjs/operationsInterfaces/alias.js.map +1 -1
  137. package/dist/commonjs/operationsInterfaces/billingAccount.d.ts +1 -1
  138. package/dist/commonjs/operationsInterfaces/billingAccount.d.ts.map +1 -1
  139. package/dist/commonjs/operationsInterfaces/billingAccount.js +2 -7
  140. package/dist/commonjs/operationsInterfaces/billingAccount.js.map +1 -1
  141. package/dist/commonjs/operationsInterfaces/index.d.ts +2 -3
  142. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  143. package/dist/commonjs/operationsInterfaces/index.js +6 -10
  144. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  145. package/dist/commonjs/operationsInterfaces/operations.d.ts +2 -2
  146. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
  147. package/dist/commonjs/operationsInterfaces/operations.js +2 -7
  148. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
  149. package/dist/{esm/operationsInterfaces/subscriptionOperations.d.ts → commonjs/operationsInterfaces/subscription.d.ts} +6 -6
  150. package/dist/commonjs/operationsInterfaces/subscription.d.ts.map +1 -0
  151. package/dist/commonjs/operationsInterfaces/subscription.js +5 -0
  152. package/dist/commonjs/operationsInterfaces/subscription.js.map +1 -0
  153. package/dist/commonjs/operationsInterfaces/subscriptionOperation.d.ts +12 -0
  154. package/dist/commonjs/operationsInterfaces/subscriptionOperation.d.ts.map +1 -0
  155. package/dist/commonjs/operationsInterfaces/subscriptionOperation.js +5 -0
  156. package/dist/commonjs/operationsInterfaces/subscriptionOperation.js.map +1 -0
  157. package/dist/commonjs/operationsInterfaces/subscriptionPolicy.d.ts +2 -2
  158. package/dist/commonjs/operationsInterfaces/subscriptionPolicy.d.ts.map +1 -1
  159. package/dist/commonjs/operationsInterfaces/subscriptionPolicy.js +2 -7
  160. package/dist/commonjs/operationsInterfaces/subscriptionPolicy.js.map +1 -1
  161. package/dist/commonjs/pagingHelper.d.ts +4 -4
  162. package/dist/commonjs/pagingHelper.d.ts.map +1 -1
  163. package/dist/commonjs/pagingHelper.js +6 -11
  164. package/dist/commonjs/pagingHelper.js.map +1 -1
  165. package/dist/commonjs/subscriptionClient.d.ts +8 -6
  166. package/dist/commonjs/subscriptionClient.d.ts.map +1 -1
  167. package/dist/commonjs/subscriptionClient.js +45 -24
  168. package/dist/commonjs/subscriptionClient.js.map +1 -1
  169. package/dist/esm/index.d.ts.map +1 -1
  170. package/dist/esm/index.js +4 -7
  171. package/dist/esm/index.js.map +1 -1
  172. package/dist/esm/lroImpl.d.ts +7 -12
  173. package/dist/esm/lroImpl.d.ts.map +1 -1
  174. package/dist/esm/lroImpl.js +18 -31
  175. package/dist/esm/lroImpl.js.map +1 -1
  176. package/dist/esm/models/index.d.ts +20 -189
  177. package/dist/esm/models/index.d.ts.map +1 -1
  178. package/dist/esm/models/index.js +2 -7
  179. package/dist/esm/models/index.js.map +1 -1
  180. package/dist/esm/models/mappers.d.ts +3 -8
  181. package/dist/esm/models/mappers.d.ts.map +1 -1
  182. package/dist/esm/models/mappers.js +309 -568
  183. package/dist/esm/models/mappers.js.map +1 -1
  184. package/dist/esm/models/parameters.d.ts +3 -3
  185. package/dist/esm/models/parameters.d.ts.map +1 -1
  186. package/dist/esm/models/parameters.js +49 -55
  187. package/dist/esm/models/parameters.js.map +1 -1
  188. package/dist/esm/operations/alias.d.ts +5 -5
  189. package/dist/esm/operations/alias.d.ts.map +1 -1
  190. package/dist/esm/operations/alias.js +39 -40
  191. package/dist/esm/operations/alias.js.map +1 -1
  192. package/dist/esm/operations/billingAccount.d.ts +3 -3
  193. package/dist/esm/operations/billingAccount.d.ts.map +1 -1
  194. package/dist/esm/operations/billingAccount.js +7 -12
  195. package/dist/esm/operations/billingAccount.js.map +1 -1
  196. package/dist/esm/operations/index.d.ts +2 -3
  197. package/dist/esm/operations/index.d.ts.map +1 -1
  198. package/dist/esm/operations/index.js +6 -10
  199. package/dist/esm/operations/index.js.map +1 -1
  200. package/dist/esm/operations/operations.d.ts +4 -4
  201. package/dist/esm/operations/operations.d.ts.map +1 -1
  202. package/dist/esm/operations/operations.js +14 -20
  203. package/dist/esm/operations/operations.js.map +1 -1
  204. package/dist/{commonjs/operations/subscriptionOperations.d.ts → esm/operations/subscription.d.ts} +9 -9
  205. package/dist/esm/operations/subscription.d.ts.map +1 -0
  206. package/dist/{react-native/operations/subscriptionOperations.js → esm/operations/subscription.js} +49 -50
  207. package/dist/esm/operations/subscription.js.map +1 -0
  208. package/dist/esm/operations/subscriptionOperation.d.ts +20 -0
  209. package/dist/esm/operations/subscriptionOperation.d.ts.map +1 -0
  210. package/dist/esm/operations/subscriptionOperation.js +47 -0
  211. package/dist/esm/operations/subscriptionOperation.js.map +1 -0
  212. package/dist/esm/operations/subscriptionPolicy.d.ts +4 -4
  213. package/dist/esm/operations/subscriptionPolicy.d.ts.map +1 -1
  214. package/dist/esm/operations/subscriptionPolicy.js +24 -30
  215. package/dist/esm/operations/subscriptionPolicy.js.map +1 -1
  216. package/dist/esm/operationsInterfaces/alias.d.ts +3 -3
  217. package/dist/esm/operationsInterfaces/alias.d.ts.map +1 -1
  218. package/dist/esm/operationsInterfaces/alias.js +2 -7
  219. package/dist/esm/operationsInterfaces/alias.js.map +1 -1
  220. package/dist/esm/operationsInterfaces/billingAccount.d.ts +1 -1
  221. package/dist/esm/operationsInterfaces/billingAccount.d.ts.map +1 -1
  222. package/dist/esm/operationsInterfaces/billingAccount.js +2 -7
  223. package/dist/esm/operationsInterfaces/billingAccount.js.map +1 -1
  224. package/dist/esm/operationsInterfaces/index.d.ts +2 -3
  225. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  226. package/dist/esm/operationsInterfaces/index.js +6 -10
  227. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  228. package/dist/esm/operationsInterfaces/operations.d.ts +2 -2
  229. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
  230. package/dist/esm/operationsInterfaces/operations.js +2 -7
  231. package/dist/esm/operationsInterfaces/operations.js.map +1 -1
  232. package/dist/{react-native/operationsInterfaces/subscriptionOperations.d.ts → esm/operationsInterfaces/subscription.d.ts} +6 -6
  233. package/dist/esm/operationsInterfaces/subscription.d.ts.map +1 -0
  234. package/dist/esm/operationsInterfaces/subscription.js +4 -0
  235. package/dist/esm/operationsInterfaces/subscription.js.map +1 -0
  236. package/dist/esm/operationsInterfaces/subscriptionOperation.d.ts +12 -0
  237. package/dist/esm/operationsInterfaces/subscriptionOperation.d.ts.map +1 -0
  238. package/dist/esm/operationsInterfaces/subscriptionOperation.js +4 -0
  239. package/dist/esm/operationsInterfaces/subscriptionOperation.js.map +1 -0
  240. package/dist/esm/operationsInterfaces/subscriptionPolicy.d.ts +2 -2
  241. package/dist/esm/operationsInterfaces/subscriptionPolicy.d.ts.map +1 -1
  242. package/dist/esm/operationsInterfaces/subscriptionPolicy.js +2 -7
  243. package/dist/esm/operationsInterfaces/subscriptionPolicy.js.map +1 -1
  244. package/dist/esm/pagingHelper.d.ts +4 -4
  245. package/dist/esm/pagingHelper.d.ts.map +1 -1
  246. package/dist/esm/pagingHelper.js +6 -11
  247. package/dist/esm/pagingHelper.js.map +1 -1
  248. package/dist/esm/subscriptionClient.d.ts +8 -6
  249. package/dist/esm/subscriptionClient.d.ts.map +1 -1
  250. package/dist/esm/subscriptionClient.js +46 -25
  251. package/dist/esm/subscriptionClient.js.map +1 -1
  252. package/dist/react-native/index.d.ts.map +1 -1
  253. package/dist/react-native/index.js +4 -7
  254. package/dist/react-native/index.js.map +1 -1
  255. package/dist/react-native/lroImpl.d.ts +7 -12
  256. package/dist/react-native/lroImpl.d.ts.map +1 -1
  257. package/dist/react-native/lroImpl.js +18 -31
  258. package/dist/react-native/lroImpl.js.map +1 -1
  259. package/dist/react-native/models/index.d.ts +20 -189
  260. package/dist/react-native/models/index.d.ts.map +1 -1
  261. package/dist/react-native/models/index.js +2 -7
  262. package/dist/react-native/models/index.js.map +1 -1
  263. package/dist/react-native/models/mappers.d.ts +3 -8
  264. package/dist/react-native/models/mappers.d.ts.map +1 -1
  265. package/dist/react-native/models/mappers.js +309 -568
  266. package/dist/react-native/models/mappers.js.map +1 -1
  267. package/dist/react-native/models/parameters.d.ts +3 -3
  268. package/dist/react-native/models/parameters.d.ts.map +1 -1
  269. package/dist/react-native/models/parameters.js +49 -55
  270. package/dist/react-native/models/parameters.js.map +1 -1
  271. package/dist/react-native/operations/alias.d.ts +5 -5
  272. package/dist/react-native/operations/alias.d.ts.map +1 -1
  273. package/dist/react-native/operations/alias.js +39 -40
  274. package/dist/react-native/operations/alias.js.map +1 -1
  275. package/dist/react-native/operations/billingAccount.d.ts +3 -3
  276. package/dist/react-native/operations/billingAccount.d.ts.map +1 -1
  277. package/dist/react-native/operations/billingAccount.js +7 -12
  278. package/dist/react-native/operations/billingAccount.js.map +1 -1
  279. package/dist/react-native/operations/index.d.ts +2 -3
  280. package/dist/react-native/operations/index.d.ts.map +1 -1
  281. package/dist/react-native/operations/index.js +6 -10
  282. package/dist/react-native/operations/index.js.map +1 -1
  283. package/dist/react-native/operations/operations.d.ts +4 -4
  284. package/dist/react-native/operations/operations.d.ts.map +1 -1
  285. package/dist/react-native/operations/operations.js +14 -20
  286. package/dist/react-native/operations/operations.js.map +1 -1
  287. package/dist/react-native/operations/{subscriptionOperations.d.ts → subscription.d.ts} +9 -9
  288. package/dist/react-native/operations/subscription.d.ts.map +1 -0
  289. package/dist/{browser/operations/subscriptionOperations.js → react-native/operations/subscription.js} +49 -50
  290. package/dist/react-native/operations/subscription.js.map +1 -0
  291. package/dist/react-native/operations/subscriptionOperation.d.ts +20 -0
  292. package/dist/react-native/operations/subscriptionOperation.d.ts.map +1 -0
  293. package/dist/react-native/operations/subscriptionOperation.js +47 -0
  294. package/dist/react-native/operations/subscriptionOperation.js.map +1 -0
  295. package/dist/react-native/operations/subscriptionPolicy.d.ts +4 -4
  296. package/dist/react-native/operations/subscriptionPolicy.d.ts.map +1 -1
  297. package/dist/react-native/operations/subscriptionPolicy.js +24 -30
  298. package/dist/react-native/operations/subscriptionPolicy.js.map +1 -1
  299. package/dist/react-native/operationsInterfaces/alias.d.ts +3 -3
  300. package/dist/react-native/operationsInterfaces/alias.d.ts.map +1 -1
  301. package/dist/react-native/operationsInterfaces/alias.js +2 -7
  302. package/dist/react-native/operationsInterfaces/alias.js.map +1 -1
  303. package/dist/react-native/operationsInterfaces/billingAccount.d.ts +1 -1
  304. package/dist/react-native/operationsInterfaces/billingAccount.d.ts.map +1 -1
  305. package/dist/react-native/operationsInterfaces/billingAccount.js +2 -7
  306. package/dist/react-native/operationsInterfaces/billingAccount.js.map +1 -1
  307. package/dist/react-native/operationsInterfaces/index.d.ts +2 -3
  308. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  309. package/dist/react-native/operationsInterfaces/index.js +6 -10
  310. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  311. package/dist/react-native/operationsInterfaces/operations.d.ts +2 -2
  312. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
  313. package/dist/react-native/operationsInterfaces/operations.js +2 -7
  314. package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
  315. package/dist/{browser/operationsInterfaces/subscriptionOperations.d.ts → react-native/operationsInterfaces/subscription.d.ts} +6 -6
  316. package/dist/react-native/operationsInterfaces/subscription.d.ts.map +1 -0
  317. package/dist/react-native/operationsInterfaces/subscription.js +4 -0
  318. package/dist/react-native/operationsInterfaces/subscription.js.map +1 -0
  319. package/dist/react-native/operationsInterfaces/subscriptionOperation.d.ts +12 -0
  320. package/dist/react-native/operationsInterfaces/subscriptionOperation.d.ts.map +1 -0
  321. package/dist/react-native/operationsInterfaces/subscriptionOperation.js +4 -0
  322. package/dist/react-native/operationsInterfaces/subscriptionOperation.js.map +1 -0
  323. package/dist/react-native/operationsInterfaces/subscriptionPolicy.d.ts +2 -2
  324. package/dist/react-native/operationsInterfaces/subscriptionPolicy.d.ts.map +1 -1
  325. package/dist/react-native/operationsInterfaces/subscriptionPolicy.js +2 -7
  326. package/dist/react-native/operationsInterfaces/subscriptionPolicy.js.map +1 -1
  327. package/dist/react-native/pagingHelper.d.ts +4 -4
  328. package/dist/react-native/pagingHelper.d.ts.map +1 -1
  329. package/dist/react-native/pagingHelper.js +6 -11
  330. package/dist/react-native/pagingHelper.js.map +1 -1
  331. package/dist/react-native/subscriptionClient.d.ts +8 -6
  332. package/dist/react-native/subscriptionClient.d.ts.map +1 -1
  333. package/dist/react-native/subscriptionClient.js +46 -25
  334. package/dist/react-native/subscriptionClient.js.map +1 -1
  335. package/package.json +44 -44
  336. package/CHANGELOG.md +0 -97
  337. package/dist/browser/operations/subscriptionOperations.d.ts.map +0 -1
  338. package/dist/browser/operations/subscriptionOperations.js.map +0 -1
  339. package/dist/browser/operations/subscriptions.d.ts +0 -54
  340. package/dist/browser/operations/subscriptions.d.ts.map +0 -1
  341. package/dist/browser/operations/subscriptions.js +0 -187
  342. package/dist/browser/operations/subscriptions.js.map +0 -1
  343. package/dist/browser/operations/tenants.d.ts +0 -32
  344. package/dist/browser/operations/tenants.d.ts.map +0 -1
  345. package/dist/browser/operations/tenants.js +0 -111
  346. package/dist/browser/operations/tenants.js.map +0 -1
  347. package/dist/browser/operationsInterfaces/subscriptionOperations.d.ts.map +0 -1
  348. package/dist/browser/operationsInterfaces/subscriptionOperations.js +0 -9
  349. package/dist/browser/operationsInterfaces/subscriptionOperations.js.map +0 -1
  350. package/dist/browser/operationsInterfaces/subscriptions.d.ts +0 -24
  351. package/dist/browser/operationsInterfaces/subscriptions.d.ts.map +0 -1
  352. package/dist/browser/operationsInterfaces/subscriptions.js +0 -9
  353. package/dist/browser/operationsInterfaces/subscriptions.js.map +0 -1
  354. package/dist/browser/operationsInterfaces/tenants.d.ts +0 -11
  355. package/dist/browser/operationsInterfaces/tenants.d.ts.map +0 -1
  356. package/dist/browser/operationsInterfaces/tenants.js +0 -9
  357. package/dist/browser/operationsInterfaces/tenants.js.map +0 -1
  358. package/dist/commonjs/operations/subscriptionOperations.d.ts.map +0 -1
  359. package/dist/commonjs/operations/subscriptionOperations.js.map +0 -1
  360. package/dist/commonjs/operations/subscriptions.d.ts +0 -54
  361. package/dist/commonjs/operations/subscriptions.d.ts.map +0 -1
  362. package/dist/commonjs/operations/subscriptions.js +0 -192
  363. package/dist/commonjs/operations/subscriptions.js.map +0 -1
  364. package/dist/commonjs/operations/tenants.d.ts +0 -32
  365. package/dist/commonjs/operations/tenants.d.ts.map +0 -1
  366. package/dist/commonjs/operations/tenants.js +0 -116
  367. package/dist/commonjs/operations/tenants.js.map +0 -1
  368. package/dist/commonjs/operationsInterfaces/subscriptionOperations.d.ts.map +0 -1
  369. package/dist/commonjs/operationsInterfaces/subscriptionOperations.js +0 -10
  370. package/dist/commonjs/operationsInterfaces/subscriptionOperations.js.map +0 -1
  371. package/dist/commonjs/operationsInterfaces/subscriptions.d.ts +0 -24
  372. package/dist/commonjs/operationsInterfaces/subscriptions.d.ts.map +0 -1
  373. package/dist/commonjs/operationsInterfaces/subscriptions.js +0 -10
  374. package/dist/commonjs/operationsInterfaces/subscriptions.js.map +0 -1
  375. package/dist/commonjs/operationsInterfaces/tenants.d.ts +0 -11
  376. package/dist/commonjs/operationsInterfaces/tenants.d.ts.map +0 -1
  377. package/dist/commonjs/operationsInterfaces/tenants.js +0 -10
  378. package/dist/commonjs/operationsInterfaces/tenants.js.map +0 -1
  379. package/dist/esm/operations/subscriptionOperations.d.ts.map +0 -1
  380. package/dist/esm/operations/subscriptionOperations.js.map +0 -1
  381. package/dist/esm/operations/subscriptions.d.ts +0 -54
  382. package/dist/esm/operations/subscriptions.d.ts.map +0 -1
  383. package/dist/esm/operations/subscriptions.js +0 -187
  384. package/dist/esm/operations/subscriptions.js.map +0 -1
  385. package/dist/esm/operations/tenants.d.ts +0 -32
  386. package/dist/esm/operations/tenants.d.ts.map +0 -1
  387. package/dist/esm/operations/tenants.js +0 -111
  388. package/dist/esm/operations/tenants.js.map +0 -1
  389. package/dist/esm/operationsInterfaces/subscriptionOperations.d.ts.map +0 -1
  390. package/dist/esm/operationsInterfaces/subscriptionOperations.js +0 -9
  391. package/dist/esm/operationsInterfaces/subscriptionOperations.js.map +0 -1
  392. package/dist/esm/operationsInterfaces/subscriptions.d.ts +0 -24
  393. package/dist/esm/operationsInterfaces/subscriptions.d.ts.map +0 -1
  394. package/dist/esm/operationsInterfaces/subscriptions.js +0 -9
  395. package/dist/esm/operationsInterfaces/subscriptions.js.map +0 -1
  396. package/dist/esm/operationsInterfaces/tenants.d.ts +0 -11
  397. package/dist/esm/operationsInterfaces/tenants.d.ts.map +0 -1
  398. package/dist/esm/operationsInterfaces/tenants.js +0 -9
  399. package/dist/esm/operationsInterfaces/tenants.js.map +0 -1
  400. package/dist/react-native/operations/subscriptionOperations.d.ts.map +0 -1
  401. package/dist/react-native/operations/subscriptionOperations.js.map +0 -1
  402. package/dist/react-native/operations/subscriptions.d.ts +0 -54
  403. package/dist/react-native/operations/subscriptions.d.ts.map +0 -1
  404. package/dist/react-native/operations/subscriptions.js +0 -187
  405. package/dist/react-native/operations/subscriptions.js.map +0 -1
  406. package/dist/react-native/operations/tenants.d.ts +0 -32
  407. package/dist/react-native/operations/tenants.d.ts.map +0 -1
  408. package/dist/react-native/operations/tenants.js +0 -111
  409. package/dist/react-native/operations/tenants.js.map +0 -1
  410. package/dist/react-native/operationsInterfaces/subscriptionOperations.d.ts.map +0 -1
  411. package/dist/react-native/operationsInterfaces/subscriptionOperations.js +0 -9
  412. package/dist/react-native/operationsInterfaces/subscriptionOperations.js.map +0 -1
  413. package/dist/react-native/operationsInterfaces/subscriptions.d.ts +0 -24
  414. package/dist/react-native/operationsInterfaces/subscriptions.d.ts.map +0 -1
  415. package/dist/react-native/operationsInterfaces/subscriptions.js +0 -9
  416. package/dist/react-native/operationsInterfaces/subscriptions.js.map +0 -1
  417. package/dist/react-native/operationsInterfaces/tenants.d.ts +0 -11
  418. package/dist/react-native/operationsInterfaces/tenants.d.ts.map +0 -1
  419. package/dist/react-native/operationsInterfaces/tenants.js +0 -9
  420. package/dist/react-native/operationsInterfaces/tenants.js.map +0 -1
  421. package/review/arm-subscriptions-node.api.md +0 -571
@@ -1,298 +1,5 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export const LocationListResult = {
9
- type: {
10
- name: "Composite",
11
- className: "LocationListResult",
12
- modelProperties: {
13
- value: {
14
- serializedName: "value",
15
- type: {
16
- name: "Sequence",
17
- element: {
18
- type: {
19
- name: "Composite",
20
- className: "Location"
21
- }
22
- }
23
- }
24
- }
25
- }
26
- }
27
- };
28
- export const Location = {
29
- type: {
30
- name: "Composite",
31
- className: "Location",
32
- modelProperties: {
33
- id: {
34
- serializedName: "id",
35
- readOnly: true,
36
- type: {
37
- name: "String"
38
- }
39
- },
40
- subscriptionId: {
41
- serializedName: "subscriptionId",
42
- readOnly: true,
43
- type: {
44
- name: "String"
45
- }
46
- },
47
- name: {
48
- serializedName: "name",
49
- readOnly: true,
50
- type: {
51
- name: "String"
52
- }
53
- },
54
- displayName: {
55
- serializedName: "displayName",
56
- readOnly: true,
57
- type: {
58
- name: "String"
59
- }
60
- },
61
- latitude: {
62
- serializedName: "latitude",
63
- readOnly: true,
64
- type: {
65
- name: "String"
66
- }
67
- },
68
- longitude: {
69
- serializedName: "longitude",
70
- readOnly: true,
71
- type: {
72
- name: "String"
73
- }
74
- }
75
- }
76
- }
77
- };
78
- export const Subscription = {
79
- type: {
80
- name: "Composite",
81
- className: "Subscription",
82
- modelProperties: {
83
- id: {
84
- serializedName: "id",
85
- readOnly: true,
86
- type: {
87
- name: "String"
88
- }
89
- },
90
- subscriptionId: {
91
- serializedName: "subscriptionId",
92
- readOnly: true,
93
- type: {
94
- name: "String"
95
- }
96
- },
97
- displayName: {
98
- serializedName: "displayName",
99
- readOnly: true,
100
- type: {
101
- name: "String"
102
- }
103
- },
104
- state: {
105
- serializedName: "state",
106
- readOnly: true,
107
- type: {
108
- name: "Enum",
109
- allowedValues: ["Enabled", "Warned", "PastDue", "Disabled", "Deleted"]
110
- }
111
- },
112
- tenantId: {
113
- serializedName: "tenantId",
114
- readOnly: true,
115
- type: {
116
- name: "String"
117
- }
118
- },
119
- tags: {
120
- serializedName: "tags",
121
- type: {
122
- name: "Dictionary",
123
- value: { type: { name: "String" } }
124
- }
125
- },
126
- subscriptionPolicies: {
127
- serializedName: "subscriptionPolicies",
128
- type: {
129
- name: "Composite",
130
- className: "SubscriptionPolicies"
131
- }
132
- },
133
- authorizationSource: {
134
- serializedName: "authorizationSource",
135
- type: {
136
- name: "String"
137
- }
138
- }
139
- }
140
- }
141
- };
142
- export const SubscriptionPolicies = {
143
- type: {
144
- name: "Composite",
145
- className: "SubscriptionPolicies",
146
- modelProperties: {
147
- locationPlacementId: {
148
- serializedName: "locationPlacementId",
149
- readOnly: true,
150
- type: {
151
- name: "String"
152
- }
153
- },
154
- quotaId: {
155
- serializedName: "quotaId",
156
- readOnly: true,
157
- type: {
158
- name: "String"
159
- }
160
- },
161
- spendingLimit: {
162
- serializedName: "spendingLimit",
163
- readOnly: true,
164
- type: {
165
- name: "Enum",
166
- allowedValues: ["On", "Off", "CurrentPeriodOff"]
167
- }
168
- }
169
- }
170
- }
171
- };
172
- export const SubscriptionListResult = {
173
- type: {
174
- name: "Composite",
175
- className: "SubscriptionListResult",
176
- modelProperties: {
177
- value: {
178
- serializedName: "value",
179
- type: {
180
- name: "Sequence",
181
- element: {
182
- type: {
183
- name: "Composite",
184
- className: "Subscription"
185
- }
186
- }
187
- }
188
- },
189
- nextLink: {
190
- serializedName: "nextLink",
191
- type: {
192
- name: "String"
193
- }
194
- }
195
- }
196
- }
197
- };
198
- export const TenantListResult = {
199
- type: {
200
- name: "Composite",
201
- className: "TenantListResult",
202
- modelProperties: {
203
- value: {
204
- serializedName: "value",
205
- type: {
206
- name: "Sequence",
207
- element: {
208
- type: {
209
- name: "Composite",
210
- className: "TenantIdDescription"
211
- }
212
- }
213
- }
214
- },
215
- nextLink: {
216
- serializedName: "nextLink",
217
- required: true,
218
- type: {
219
- name: "String"
220
- }
221
- }
222
- }
223
- }
224
- };
225
- export const TenantIdDescription = {
226
- type: {
227
- name: "Composite",
228
- className: "TenantIdDescription",
229
- modelProperties: {
230
- id: {
231
- serializedName: "id",
232
- readOnly: true,
233
- type: {
234
- name: "String"
235
- }
236
- },
237
- tenantId: {
238
- serializedName: "tenantId",
239
- readOnly: true,
240
- type: {
241
- name: "String"
242
- }
243
- },
244
- tenantCategory: {
245
- serializedName: "tenantCategory",
246
- readOnly: true,
247
- type: {
248
- name: "String"
249
- }
250
- },
251
- country: {
252
- serializedName: "country",
253
- readOnly: true,
254
- type: {
255
- name: "String"
256
- }
257
- },
258
- countryCode: {
259
- serializedName: "countryCode",
260
- readOnly: true,
261
- type: {
262
- name: "String"
263
- }
264
- },
265
- displayName: {
266
- serializedName: "displayName",
267
- readOnly: true,
268
- type: {
269
- name: "String"
270
- }
271
- },
272
- domains: {
273
- serializedName: "domains",
274
- readOnly: true,
275
- type: {
276
- name: "String"
277
- }
278
- },
279
- defaultDomain: {
280
- serializedName: "defaultDomain",
281
- readOnly: true,
282
- type: {
283
- name: "String"
284
- }
285
- },
286
- tenantType: {
287
- serializedName: "tenantType",
288
- readOnly: true,
289
- type: {
290
- name: "String"
291
- }
292
- }
293
- }
294
- }
295
- };
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
296
3
  export const CanceledSubscriptionId = {
297
4
  type: {
298
5
  name: "Composite",
@@ -302,11 +9,11 @@ export const CanceledSubscriptionId = {
302
9
  serializedName: "subscriptionId",
303
10
  readOnly: true,
304
11
  type: {
305
- name: "String"
306
- }
307
- }
308
- }
309
- }
12
+ name: "String",
13
+ },
14
+ },
15
+ },
16
+ },
310
17
  };
311
18
  export const ErrorResponseBody = {
312
19
  type: {
@@ -317,23 +24,23 @@ export const ErrorResponseBody = {
317
24
  serializedName: "error",
318
25
  type: {
319
26
  name: "Composite",
320
- className: "ErrorResponse"
321
- }
27
+ className: "ErrorResponse",
28
+ },
322
29
  },
323
30
  code: {
324
31
  serializedName: "code",
325
32
  type: {
326
- name: "String"
327
- }
33
+ name: "String",
34
+ },
328
35
  },
329
36
  message: {
330
37
  serializedName: "message",
331
38
  type: {
332
- name: "String"
333
- }
334
- }
335
- }
336
- }
39
+ name: "String",
40
+ },
41
+ },
42
+ },
43
+ },
337
44
  };
338
45
  export const ErrorResponse = {
339
46
  type: {
@@ -343,17 +50,17 @@ export const ErrorResponse = {
343
50
  code: {
344
51
  serializedName: "code",
345
52
  type: {
346
- name: "String"
347
- }
53
+ name: "String",
54
+ },
348
55
  },
349
56
  message: {
350
57
  serializedName: "message",
351
58
  type: {
352
- name: "String"
353
- }
354
- }
355
- }
356
- }
59
+ name: "String",
60
+ },
61
+ },
62
+ },
63
+ },
357
64
  };
358
65
  export const SubscriptionName = {
359
66
  type: {
@@ -363,11 +70,11 @@ export const SubscriptionName = {
363
70
  subscriptionName: {
364
71
  serializedName: "subscriptionName",
365
72
  type: {
366
- name: "String"
367
- }
368
- }
369
- }
370
- }
73
+ name: "String",
74
+ },
75
+ },
76
+ },
77
+ },
371
78
  };
372
79
  export const RenamedSubscriptionId = {
373
80
  type: {
@@ -378,11 +85,11 @@ export const RenamedSubscriptionId = {
378
85
  serializedName: "subscriptionId",
379
86
  readOnly: true,
380
87
  type: {
381
- name: "String"
382
- }
383
- }
384
- }
385
- }
88
+ name: "String",
89
+ },
90
+ },
91
+ },
92
+ },
386
93
  };
387
94
  export const EnabledSubscriptionId = {
388
95
  type: {
@@ -393,11 +100,25 @@ export const EnabledSubscriptionId = {
393
100
  serializedName: "subscriptionId",
394
101
  readOnly: true,
395
102
  type: {
396
- name: "String"
397
- }
398
- }
399
- }
400
- }
103
+ name: "String",
104
+ },
105
+ },
106
+ },
107
+ },
108
+ };
109
+ export const SubscriptionCreationResult = {
110
+ type: {
111
+ name: "Composite",
112
+ className: "SubscriptionCreationResult",
113
+ modelProperties: {
114
+ subscriptionLink: {
115
+ serializedName: "subscriptionLink",
116
+ type: {
117
+ name: "String",
118
+ },
119
+ },
120
+ },
121
+ },
401
122
  };
402
123
  export const OperationListResult = {
403
124
  type: {
@@ -411,19 +132,19 @@ export const OperationListResult = {
411
132
  element: {
412
133
  type: {
413
134
  name: "Composite",
414
- className: "Operation"
415
- }
416
- }
417
- }
135
+ className: "Operation",
136
+ },
137
+ },
138
+ },
418
139
  },
419
140
  nextLink: {
420
141
  serializedName: "nextLink",
421
142
  type: {
422
- name: "String"
423
- }
424
- }
425
- }
426
- }
143
+ name: "String",
144
+ },
145
+ },
146
+ },
147
+ },
427
148
  };
428
149
  export const Operation = {
429
150
  type: {
@@ -433,24 +154,24 @@ export const Operation = {
433
154
  name: {
434
155
  serializedName: "name",
435
156
  type: {
436
- name: "String"
437
- }
157
+ name: "String",
158
+ },
438
159
  },
439
160
  isDataAction: {
440
161
  serializedName: "isDataAction",
441
162
  type: {
442
- name: "Boolean"
443
- }
163
+ name: "Boolean",
164
+ },
444
165
  },
445
166
  display: {
446
167
  serializedName: "display",
447
168
  type: {
448
169
  name: "Composite",
449
- className: "OperationDisplay"
450
- }
451
- }
452
- }
453
- }
170
+ className: "OperationDisplay",
171
+ },
172
+ },
173
+ },
174
+ },
454
175
  };
455
176
  export const OperationDisplay = {
456
177
  type: {
@@ -460,29 +181,29 @@ export const OperationDisplay = {
460
181
  provider: {
461
182
  serializedName: "provider",
462
183
  type: {
463
- name: "String"
464
- }
184
+ name: "String",
185
+ },
465
186
  },
466
187
  resource: {
467
188
  serializedName: "resource",
468
189
  type: {
469
- name: "String"
470
- }
190
+ name: "String",
191
+ },
471
192
  },
472
193
  operation: {
473
194
  serializedName: "operation",
474
195
  type: {
475
- name: "String"
476
- }
196
+ name: "String",
197
+ },
477
198
  },
478
199
  description: {
479
200
  serializedName: "description",
480
201
  type: {
481
- name: "String"
482
- }
483
- }
484
- }
485
- }
202
+ name: "String",
203
+ },
204
+ },
205
+ },
206
+ },
486
207
  };
487
208
  export const PutAliasRequest = {
488
209
  type: {
@@ -493,11 +214,11 @@ export const PutAliasRequest = {
493
214
  serializedName: "properties",
494
215
  type: {
495
216
  name: "Composite",
496
- className: "PutAliasRequestProperties"
497
- }
498
- }
499
- }
500
- }
217
+ className: "PutAliasRequestProperties",
218
+ },
219
+ },
220
+ },
221
+ },
501
222
  };
502
223
  export const PutAliasRequestProperties = {
503
224
  type: {
@@ -507,42 +228,42 @@ export const PutAliasRequestProperties = {
507
228
  displayName: {
508
229
  serializedName: "displayName",
509
230
  type: {
510
- name: "String"
511
- }
231
+ name: "String",
232
+ },
512
233
  },
513
234
  workload: {
514
235
  serializedName: "workload",
515
236
  type: {
516
- name: "String"
517
- }
237
+ name: "String",
238
+ },
518
239
  },
519
240
  billingScope: {
520
241
  serializedName: "billingScope",
521
242
  type: {
522
- name: "String"
523
- }
243
+ name: "String",
244
+ },
524
245
  },
525
246
  subscriptionId: {
526
247
  serializedName: "subscriptionId",
527
248
  type: {
528
- name: "String"
529
- }
249
+ name: "String",
250
+ },
530
251
  },
531
252
  resellerId: {
532
253
  serializedName: "resellerId",
533
254
  type: {
534
- name: "String"
535
- }
255
+ name: "String",
256
+ },
536
257
  },
537
258
  additionalProperties: {
538
259
  serializedName: "additionalProperties",
539
260
  type: {
540
261
  name: "Composite",
541
- className: "PutAliasRequestAdditionalProperties"
542
- }
543
- }
544
- }
545
- }
262
+ className: "PutAliasRequestAdditionalProperties",
263
+ },
264
+ },
265
+ },
266
+ },
546
267
  };
547
268
  export const PutAliasRequestAdditionalProperties = {
548
269
  type: {
@@ -552,30 +273,30 @@ export const PutAliasRequestAdditionalProperties = {
552
273
  managementGroupId: {
553
274
  serializedName: "managementGroupId",
554
275
  type: {
555
- name: "String"
556
- }
276
+ name: "String",
277
+ },
557
278
  },
558
279
  subscriptionTenantId: {
559
280
  serializedName: "subscriptionTenantId",
560
281
  type: {
561
- name: "String"
562
- }
282
+ name: "String",
283
+ },
563
284
  },
564
285
  subscriptionOwnerId: {
565
286
  serializedName: "subscriptionOwnerId",
566
287
  type: {
567
- name: "String"
568
- }
288
+ name: "String",
289
+ },
569
290
  },
570
291
  tags: {
571
292
  serializedName: "tags",
572
293
  type: {
573
294
  name: "Dictionary",
574
- value: { type: { name: "String" } }
575
- }
576
- }
577
- }
578
- }
295
+ value: { type: { name: "String" } },
296
+ },
297
+ },
298
+ },
299
+ },
579
300
  };
580
301
  export const SubscriptionAliasResponse = {
581
302
  type: {
@@ -586,39 +307,39 @@ export const SubscriptionAliasResponse = {
586
307
  serializedName: "id",
587
308
  readOnly: true,
588
309
  type: {
589
- name: "String"
590
- }
310
+ name: "String",
311
+ },
591
312
  },
592
313
  name: {
593
314
  serializedName: "name",
594
315
  readOnly: true,
595
316
  type: {
596
- name: "String"
597
- }
317
+ name: "String",
318
+ },
598
319
  },
599
320
  type: {
600
321
  serializedName: "type",
601
322
  readOnly: true,
602
323
  type: {
603
- name: "String"
604
- }
324
+ name: "String",
325
+ },
605
326
  },
606
327
  properties: {
607
328
  serializedName: "properties",
608
329
  type: {
609
330
  name: "Composite",
610
- className: "SubscriptionAliasResponseProperties"
611
- }
331
+ className: "SubscriptionAliasResponseProperties",
332
+ },
612
333
  },
613
334
  systemData: {
614
335
  serializedName: "systemData",
615
336
  type: {
616
337
  name: "Composite",
617
- className: "SystemData"
618
- }
619
- }
620
- }
621
- }
338
+ className: "SystemData",
339
+ },
340
+ },
341
+ },
342
+ },
622
343
  };
623
344
  export const SubscriptionAliasResponseProperties = {
624
345
  type: {
@@ -629,80 +350,80 @@ export const SubscriptionAliasResponseProperties = {
629
350
  serializedName: "subscriptionId",
630
351
  readOnly: true,
631
352
  type: {
632
- name: "String"
633
- }
353
+ name: "String",
354
+ },
634
355
  },
635
356
  displayName: {
636
357
  serializedName: "displayName",
637
358
  type: {
638
- name: "String"
639
- }
359
+ name: "String",
360
+ },
640
361
  },
641
362
  provisioningState: {
642
363
  serializedName: "provisioningState",
643
364
  type: {
644
- name: "String"
645
- }
365
+ name: "String",
366
+ },
646
367
  },
647
368
  acceptOwnershipUrl: {
648
369
  serializedName: "acceptOwnershipUrl",
649
370
  readOnly: true,
650
371
  type: {
651
- name: "String"
652
- }
372
+ name: "String",
373
+ },
653
374
  },
654
375
  acceptOwnershipState: {
655
376
  serializedName: "acceptOwnershipState",
656
377
  readOnly: true,
657
378
  type: {
658
- name: "String"
659
- }
379
+ name: "String",
380
+ },
660
381
  },
661
382
  billingScope: {
662
383
  serializedName: "billingScope",
663
384
  type: {
664
- name: "String"
665
- }
385
+ name: "String",
386
+ },
666
387
  },
667
388
  workload: {
668
389
  serializedName: "workload",
669
390
  type: {
670
- name: "String"
671
- }
391
+ name: "String",
392
+ },
672
393
  },
673
394
  resellerId: {
674
395
  serializedName: "resellerId",
675
396
  type: {
676
- name: "String"
677
- }
397
+ name: "String",
398
+ },
678
399
  },
679
400
  subscriptionOwnerId: {
680
401
  serializedName: "subscriptionOwnerId",
681
402
  type: {
682
- name: "String"
683
- }
403
+ name: "String",
404
+ },
684
405
  },
685
406
  managementGroupId: {
686
407
  serializedName: "managementGroupId",
687
408
  type: {
688
- name: "String"
689
- }
409
+ name: "String",
410
+ },
690
411
  },
691
412
  createdTime: {
692
413
  serializedName: "createdTime",
693
414
  type: {
694
- name: "String"
695
- }
415
+ name: "String",
416
+ },
696
417
  },
697
418
  tags: {
698
419
  serializedName: "tags",
699
420
  type: {
700
421
  name: "Dictionary",
701
- value: { type: { name: "String" } }
702
- }
703
- }
704
- }
705
- }
422
+ value: { type: { name: "String" } },
423
+ },
424
+ },
425
+ },
426
+ },
706
427
  };
707
428
  export const SystemData = {
708
429
  type: {
@@ -712,41 +433,41 @@ export const SystemData = {
712
433
  createdBy: {
713
434
  serializedName: "createdBy",
714
435
  type: {
715
- name: "String"
716
- }
436
+ name: "String",
437
+ },
717
438
  },
718
439
  createdByType: {
719
440
  serializedName: "createdByType",
720
441
  type: {
721
- name: "String"
722
- }
442
+ name: "String",
443
+ },
723
444
  },
724
445
  createdAt: {
725
446
  serializedName: "createdAt",
726
447
  type: {
727
- name: "DateTime"
728
- }
448
+ name: "DateTime",
449
+ },
729
450
  },
730
451
  lastModifiedBy: {
731
452
  serializedName: "lastModifiedBy",
732
453
  type: {
733
- name: "String"
734
- }
454
+ name: "String",
455
+ },
735
456
  },
736
457
  lastModifiedByType: {
737
458
  serializedName: "lastModifiedByType",
738
459
  type: {
739
- name: "String"
740
- }
460
+ name: "String",
461
+ },
741
462
  },
742
463
  lastModifiedAt: {
743
464
  serializedName: "lastModifiedAt",
744
465
  type: {
745
- name: "DateTime"
746
- }
747
- }
748
- }
749
- }
466
+ name: "DateTime",
467
+ },
468
+ },
469
+ },
470
+ },
750
471
  };
751
472
  export const SubscriptionAliasListResult = {
752
473
  type: {
@@ -761,20 +482,20 @@ export const SubscriptionAliasListResult = {
761
482
  element: {
762
483
  type: {
763
484
  name: "Composite",
764
- className: "SubscriptionAliasResponse"
765
- }
766
- }
767
- }
485
+ className: "SubscriptionAliasResponse",
486
+ },
487
+ },
488
+ },
768
489
  },
769
490
  nextLink: {
770
491
  serializedName: "nextLink",
771
492
  readOnly: true,
772
493
  type: {
773
- name: "String"
774
- }
775
- }
776
- }
777
- }
494
+ name: "String",
495
+ },
496
+ },
497
+ },
498
+ },
778
499
  };
779
500
  export const AcceptOwnershipRequest = {
780
501
  type: {
@@ -785,11 +506,11 @@ export const AcceptOwnershipRequest = {
785
506
  serializedName: "properties",
786
507
  type: {
787
508
  name: "Composite",
788
- className: "AcceptOwnershipRequestProperties"
789
- }
790
- }
791
- }
792
- }
509
+ className: "AcceptOwnershipRequestProperties",
510
+ },
511
+ },
512
+ },
513
+ },
793
514
  };
794
515
  export const AcceptOwnershipRequestProperties = {
795
516
  type: {
@@ -800,24 +521,24 @@ export const AcceptOwnershipRequestProperties = {
800
521
  serializedName: "displayName",
801
522
  required: true,
802
523
  type: {
803
- name: "String"
804
- }
524
+ name: "String",
525
+ },
805
526
  },
806
527
  managementGroupId: {
807
528
  serializedName: "managementGroupId",
808
529
  type: {
809
- name: "String"
810
- }
530
+ name: "String",
531
+ },
811
532
  },
812
533
  tags: {
813
534
  serializedName: "tags",
814
535
  type: {
815
536
  name: "Dictionary",
816
- value: { type: { name: "String" } }
817
- }
818
- }
819
- }
820
- }
537
+ value: { type: { name: "String" } },
538
+ },
539
+ },
540
+ },
541
+ },
821
542
  };
822
543
  export const AcceptOwnershipStatusResponse = {
823
544
  type: {
@@ -828,51 +549,51 @@ export const AcceptOwnershipStatusResponse = {
828
549
  serializedName: "subscriptionId",
829
550
  readOnly: true,
830
551
  type: {
831
- name: "String"
832
- }
552
+ name: "String",
553
+ },
833
554
  },
834
555
  acceptOwnershipState: {
835
556
  serializedName: "acceptOwnershipState",
836
557
  readOnly: true,
837
558
  type: {
838
- name: "String"
839
- }
559
+ name: "String",
560
+ },
840
561
  },
841
562
  provisioningState: {
842
563
  serializedName: "provisioningState",
843
564
  readOnly: true,
844
565
  type: {
845
- name: "String"
846
- }
566
+ name: "String",
567
+ },
847
568
  },
848
569
  billingOwner: {
849
570
  serializedName: "billingOwner",
850
571
  readOnly: true,
851
572
  type: {
852
- name: "String"
853
- }
573
+ name: "String",
574
+ },
854
575
  },
855
576
  subscriptionTenantId: {
856
577
  serializedName: "subscriptionTenantId",
857
578
  type: {
858
- name: "String"
859
- }
579
+ name: "String",
580
+ },
860
581
  },
861
582
  displayName: {
862
583
  serializedName: "displayName",
863
584
  type: {
864
- name: "String"
865
- }
585
+ name: "String",
586
+ },
866
587
  },
867
588
  tags: {
868
589
  serializedName: "tags",
869
590
  type: {
870
591
  name: "Dictionary",
871
- value: { type: { name: "String" } }
872
- }
873
- }
874
- }
875
- }
592
+ value: { type: { name: "String" } },
593
+ },
594
+ },
595
+ },
596
+ },
876
597
  };
877
598
  export const PutTenantPolicyRequestProperties = {
878
599
  type: {
@@ -882,14 +603,14 @@ export const PutTenantPolicyRequestProperties = {
882
603
  blockSubscriptionsLeavingTenant: {
883
604
  serializedName: "blockSubscriptionsLeavingTenant",
884
605
  type: {
885
- name: "Boolean"
886
- }
606
+ name: "Boolean",
607
+ },
887
608
  },
888
609
  blockSubscriptionsIntoTenant: {
889
610
  serializedName: "blockSubscriptionsIntoTenant",
890
611
  type: {
891
- name: "Boolean"
892
- }
612
+ name: "Boolean",
613
+ },
893
614
  },
894
615
  exemptedPrincipals: {
895
616
  serializedName: "exemptedPrincipals",
@@ -897,13 +618,13 @@ export const PutTenantPolicyRequestProperties = {
897
618
  name: "Sequence",
898
619
  element: {
899
620
  type: {
900
- name: "Uuid"
901
- }
902
- }
903
- }
904
- }
905
- }
906
- }
621
+ name: "Uuid",
622
+ },
623
+ },
624
+ },
625
+ },
626
+ },
627
+ },
907
628
  };
908
629
  export const GetTenantPolicyResponse = {
909
630
  type: {
@@ -914,39 +635,39 @@ export const GetTenantPolicyResponse = {
914
635
  serializedName: "id",
915
636
  readOnly: true,
916
637
  type: {
917
- name: "String"
918
- }
638
+ name: "String",
639
+ },
919
640
  },
920
641
  name: {
921
642
  serializedName: "name",
922
643
  readOnly: true,
923
644
  type: {
924
- name: "String"
925
- }
645
+ name: "String",
646
+ },
926
647
  },
927
648
  type: {
928
649
  serializedName: "type",
929
650
  readOnly: true,
930
651
  type: {
931
- name: "String"
932
- }
652
+ name: "String",
653
+ },
933
654
  },
934
655
  properties: {
935
656
  serializedName: "properties",
936
657
  type: {
937
658
  name: "Composite",
938
- className: "TenantPolicy"
939
- }
659
+ className: "TenantPolicy",
660
+ },
940
661
  },
941
662
  systemData: {
942
663
  serializedName: "systemData",
943
664
  type: {
944
665
  name: "Composite",
945
- className: "SystemData"
946
- }
947
- }
948
- }
949
- }
666
+ className: "SystemData",
667
+ },
668
+ },
669
+ },
670
+ },
950
671
  };
951
672
  export const TenantPolicy = {
952
673
  type: {
@@ -957,20 +678,20 @@ export const TenantPolicy = {
957
678
  serializedName: "policyId",
958
679
  readOnly: true,
959
680
  type: {
960
- name: "String"
961
- }
681
+ name: "String",
682
+ },
962
683
  },
963
684
  blockSubscriptionsLeavingTenant: {
964
685
  serializedName: "blockSubscriptionsLeavingTenant",
965
686
  type: {
966
- name: "Boolean"
967
- }
687
+ name: "Boolean",
688
+ },
968
689
  },
969
690
  blockSubscriptionsIntoTenant: {
970
691
  serializedName: "blockSubscriptionsIntoTenant",
971
692
  type: {
972
- name: "Boolean"
973
- }
693
+ name: "Boolean",
694
+ },
974
695
  },
975
696
  exemptedPrincipals: {
976
697
  serializedName: "exemptedPrincipals",
@@ -978,13 +699,13 @@ export const TenantPolicy = {
978
699
  name: "Sequence",
979
700
  element: {
980
701
  type: {
981
- name: "Uuid"
982
- }
983
- }
984
- }
985
- }
986
- }
987
- }
702
+ name: "Uuid",
703
+ },
704
+ },
705
+ },
706
+ },
707
+ },
708
+ },
988
709
  };
989
710
  export const GetTenantPolicyListResponse = {
990
711
  type: {
@@ -999,20 +720,20 @@ export const GetTenantPolicyListResponse = {
999
720
  element: {
1000
721
  type: {
1001
722
  name: "Composite",
1002
- className: "GetTenantPolicyResponse"
1003
- }
1004
- }
1005
- }
723
+ className: "GetTenantPolicyResponse",
724
+ },
725
+ },
726
+ },
1006
727
  },
1007
728
  nextLink: {
1008
729
  serializedName: "nextLink",
1009
730
  readOnly: true,
1010
731
  type: {
1011
- name: "String"
1012
- }
1013
- }
1014
- }
1015
- }
732
+ name: "String",
733
+ },
734
+ },
735
+ },
736
+ },
1016
737
  };
1017
738
  export const BillingAccountPoliciesResponse = {
1018
739
  type: {
@@ -1023,39 +744,39 @@ export const BillingAccountPoliciesResponse = {
1023
744
  serializedName: "id",
1024
745
  readOnly: true,
1025
746
  type: {
1026
- name: "String"
1027
- }
747
+ name: "String",
748
+ },
1028
749
  },
1029
750
  name: {
1030
751
  serializedName: "name",
1031
752
  readOnly: true,
1032
753
  type: {
1033
- name: "String"
1034
- }
754
+ name: "String",
755
+ },
1035
756
  },
1036
757
  type: {
1037
758
  serializedName: "type",
1038
759
  readOnly: true,
1039
760
  type: {
1040
- name: "String"
1041
- }
761
+ name: "String",
762
+ },
1042
763
  },
1043
764
  properties: {
1044
765
  serializedName: "properties",
1045
766
  type: {
1046
767
  name: "Composite",
1047
- className: "BillingAccountPoliciesResponseProperties"
1048
- }
768
+ className: "BillingAccountPoliciesResponseProperties",
769
+ },
1049
770
  },
1050
771
  systemData: {
1051
772
  serializedName: "systemData",
1052
773
  type: {
1053
774
  name: "Composite",
1054
- className: "SystemData"
1055
- }
1056
- }
1057
- }
1058
- }
775
+ className: "SystemData",
776
+ },
777
+ },
778
+ },
779
+ },
1059
780
  };
1060
781
  export const BillingAccountPoliciesResponseProperties = {
1061
782
  type: {
@@ -1069,19 +790,19 @@ export const BillingAccountPoliciesResponseProperties = {
1069
790
  element: {
1070
791
  type: {
1071
792
  name: "Composite",
1072
- className: "ServiceTenantResponse"
1073
- }
1074
- }
1075
- }
793
+ className: "ServiceTenantResponse",
794
+ },
795
+ },
796
+ },
1076
797
  },
1077
798
  allowTransfers: {
1078
799
  serializedName: "allowTransfers",
1079
800
  type: {
1080
- name: "Boolean"
1081
- }
1082
- }
1083
- }
1084
- }
801
+ name: "Boolean",
802
+ },
803
+ },
804
+ },
805
+ },
1085
806
  };
1086
807
  export const ServiceTenantResponse = {
1087
808
  type: {
@@ -1091,17 +812,17 @@ export const ServiceTenantResponse = {
1091
812
  tenantId: {
1092
813
  serializedName: "tenantId",
1093
814
  type: {
1094
- name: "String"
1095
- }
815
+ name: "String",
816
+ },
1096
817
  },
1097
818
  tenantName: {
1098
819
  serializedName: "tenantName",
1099
820
  type: {
1100
- name: "String"
1101
- }
1102
- }
1103
- }
1104
- }
821
+ name: "String",
822
+ },
823
+ },
824
+ },
825
+ },
1105
826
  };
1106
827
  export const SubscriptionAcceptOwnershipHeaders = {
1107
828
  type: {
@@ -1111,16 +832,36 @@ export const SubscriptionAcceptOwnershipHeaders = {
1111
832
  location: {
1112
833
  serializedName: "location",
1113
834
  type: {
1114
- name: "String"
1115
- }
835
+ name: "String",
836
+ },
1116
837
  },
1117
838
  retryAfter: {
1118
839
  serializedName: "retry-after",
1119
840
  type: {
1120
- name: "Number"
1121
- }
1122
- }
1123
- }
1124
- }
841
+ name: "Number",
842
+ },
843
+ },
844
+ },
845
+ },
846
+ };
847
+ export const SubscriptionOperationGetHeaders = {
848
+ type: {
849
+ name: "Composite",
850
+ className: "SubscriptionOperationGetHeaders",
851
+ modelProperties: {
852
+ location: {
853
+ serializedName: "location",
854
+ type: {
855
+ name: "String",
856
+ },
857
+ },
858
+ retryAfter: {
859
+ serializedName: "retry-after",
860
+ type: {
861
+ name: "Number",
862
+ },
863
+ },
864
+ },
865
+ },
1125
866
  };
1126
867
  //# sourceMappingURL=mappers.js.map