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