@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 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -1,10 +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
- */
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
8
3
  /** Known values of {@link Workload} that the service accepts. */
9
4
  export var KnownWorkload;
10
5
  (function (KnownWorkload) {
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA8hBH,iEAAiE;AACjE,MAAM,CAAN,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,iBAAiB;IACjB,0CAAyB,CAAA;IACzB,cAAc;IACd,oCAAmB,CAAA;AACrB,CAAC,EALW,aAAa,KAAb,aAAa,QAKxB;AAYD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAOX;AAPD,WAAY,sBAAsB;IAChC,eAAe;IACf,+CAAqB,CAAA;IACrB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;AACnB,CAAC,EAPW,sBAAsB,KAAtB,sBAAsB,QAOjC;AAaD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAOX;AAPD,WAAY,oBAAoB;IAC9B,cAAc;IACd,2CAAmB,CAAA;IACnB,gBAAgB;IAChB,+CAAuB,CAAA;IACvB,cAAc;IACd,2CAAmB,CAAA;AACrB,CAAC,EAPW,oBAAoB,KAApB,oBAAoB,QAO/B;AAaD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IAC3B,cAAc;IACd,wCAAmB,CAAA;IACnB,eAAe;IACf,0CAAqB,CAAA;IACrB,gBAAgB;IAChB,4CAAuB,CAAA;AACzB,CAAC,EAPW,iBAAiB,KAAjB,iBAAiB,QAO5B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Location list operation response. */\nexport interface LocationListResult {\n /** An array of locations. */\n value?: Location[];\n}\n\n/** Location information. */\nexport interface Location {\n /**\n * The fully qualified ID of the location. For example, /subscriptions/00000000-0000-0000-0000-000000000000/locations/westus.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The subscription ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /**\n * The location name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The display name of the location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * The latitude of the location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latitude?: string;\n /**\n * The longitude of the location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly longitude?: string;\n}\n\n/** Subscription information. */\nexport interface Subscription {\n /**\n * The fully qualified ID for the subscription. For example, /subscriptions/00000000-0000-0000-0000-000000000000.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The subscription ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /**\n * The subscription display name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: SubscriptionState;\n /**\n * The tenant ID. For example, 00000000-0000-0000-0000-000000000000.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Tags for the subscription */\n tags?: { [propertyName: string]: string };\n /** The subscription policies. */\n subscriptionPolicies?: SubscriptionPolicies;\n /** The authorization source of the request. Valid values are one or more combinations of Legacy, RoleBased, Bypassed, Direct and Management. For example, 'Legacy, RoleBased'. */\n authorizationSource?: string;\n}\n\n/** Subscription policies. */\nexport interface SubscriptionPolicies {\n /**\n * The subscription location placement ID. The ID indicates which regions are visible for a subscription. For example, a subscription with a location placement Id of Public_2014-09-01 has access to Azure public regions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly locationPlacementId?: string;\n /**\n * The subscription quota ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly quotaId?: string;\n /**\n * The subscription spending limit.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly spendingLimit?: SpendingLimit;\n}\n\n/** Subscription list operation response. */\nexport interface SubscriptionListResult {\n /** An array of subscriptions. */\n value?: Subscription[];\n /** The URL to get the next set of results. */\n nextLink?: string;\n}\n\n/** Tenant Ids information. */\nexport interface TenantListResult {\n /** An array of tenants. */\n value?: TenantIdDescription[];\n /** The URL to use for getting the next set of results. */\n nextLink: string;\n}\n\n/** Tenant Id information. */\nexport interface TenantIdDescription {\n /**\n * The fully qualified ID of the tenant. For example, /tenants/00000000-0000-0000-0000-000000000000.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The tenant ID. For example, 00000000-0000-0000-0000-000000000000.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /**\n * The category of the tenant. Possible values are TenantCategoryHome,TenantCategoryProjectedBy,TenantCategoryManagedBy\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantCategory?: string;\n /**\n * The country/region name of the address for the tenant.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly country?: string;\n /**\n * The Country/region abbreviation for the tenant.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly countryCode?: string;\n /**\n * The display name of the tenant.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * The list of domains for the tenant.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domains?: string;\n /**\n * The default domain for the tenant.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultDomain?: string;\n /**\n * The tenant type. Only available for Home tenant category.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantType?: string;\n}\n\n/** The ID of the canceled subscription */\nexport interface CanceledSubscriptionId {\n /**\n * The ID of the canceled subscription\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n}\n\n/** Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. */\nexport interface ErrorResponseBody {\n /** The details of the error. */\n error?: ErrorResponse;\n /** Error code */\n code?: string;\n /** Error message indicating why the operation failed. */\n message?: string;\n}\n\n/** Describes the format of Error response. */\nexport interface ErrorResponse {\n /** Error code */\n code?: string;\n /** Error message indicating why the operation failed. */\n message?: string;\n}\n\n/** The new name of the subscription. */\nexport interface SubscriptionName {\n /** New subscription name */\n subscriptionName?: string;\n}\n\n/** The ID of the subscriptions that is being renamed */\nexport interface RenamedSubscriptionId {\n /**\n * The ID of the subscriptions that is being renamed\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n}\n\n/** The ID of the subscriptions that is being enabled */\nexport interface EnabledSubscriptionId {\n /**\n * The ID of the subscriptions that is being enabled\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n}\n\n/** Result of the request to list operations. It contains a list of operations and a URL link to get the next set of results. */\nexport interface OperationListResult {\n /** List of operations. */\n value?: Operation[];\n /** URL to get the next set of operation list results if there are any. */\n nextLink?: string;\n}\n\n/** REST API operation */\nexport interface Operation {\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** The object that represents the operation. */\n display?: OperationDisplay;\n}\n\n/** The object that represents the operation. */\nexport interface OperationDisplay {\n /** Service provider: Microsoft.Subscription */\n provider?: string;\n /** Resource on which the operation is performed: Profile, endpoint, etc. */\n resource?: string;\n /** Operation type: Read, write, delete, etc. */\n operation?: string;\n /** Localized friendly description for the operation */\n description?: string;\n}\n\n/** The parameters required to create a new subscription. */\nexport interface PutAliasRequest {\n /** Put alias request properties. */\n properties?: PutAliasRequestProperties;\n}\n\n/** Put subscription properties. */\nexport interface PutAliasRequestProperties {\n /** The friendly name of the subscription. */\n displayName?: string;\n /** The workload type of the subscription. It can be either Production or DevTest. */\n workload?: Workload;\n /**\n * Billing scope of the subscription.\n * For CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}\n * For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName}\n * For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}\n */\n billingScope?: string;\n /** This parameter can be used to create alias for existing subscription Id */\n subscriptionId?: string;\n /** Reseller Id */\n resellerId?: string;\n /** Put alias request additional properties. */\n additionalProperties?: PutAliasRequestAdditionalProperties;\n}\n\n/** Put subscription additional properties. */\nexport interface PutAliasRequestAdditionalProperties {\n /** Management group Id for the subscription. */\n managementGroupId?: string;\n /** Tenant Id of the subscription */\n subscriptionTenantId?: string;\n /** Owner Id of the subscription */\n subscriptionOwnerId?: string;\n /** Tags for the subscription */\n tags?: { [propertyName: string]: string };\n}\n\n/** Subscription Information with the alias. */\nexport interface SubscriptionAliasResponse {\n /**\n * Fully qualified ID for the alias resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Alias ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type, Microsoft.Subscription/aliases.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Subscription Alias response properties. */\n properties?: SubscriptionAliasResponseProperties;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Put subscription creation result properties. */\nexport interface SubscriptionAliasResponseProperties {\n /**\n * Newly created subscription Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /** The display name of the subscription. */\n displayName?: string;\n /** The provisioning state of the resource. */\n provisioningState?: ProvisioningState;\n /**\n * Url to accept ownership of the subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly acceptOwnershipUrl?: string;\n /**\n * The accept ownership state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly acceptOwnershipState?: AcceptOwnership;\n /**\n * Billing scope of the subscription.\n * For CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}\n * For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName}\n * For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}\n */\n billingScope?: string;\n /** The workload type of the subscription. It can be either Production or DevTest. */\n workload?: Workload;\n /** Reseller Id */\n resellerId?: string;\n /** Owner Id of the subscription */\n subscriptionOwnerId?: string;\n /** The Management Group Id. */\n managementGroupId?: string;\n /** Created Time */\n createdTime?: string;\n /** Tags for the subscription */\n tags?: { [propertyName: string]: string };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The list of aliases. */\nexport interface SubscriptionAliasListResult {\n /**\n * The list of alias.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: SubscriptionAliasResponse[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The parameters required to accept subscription ownership. */\nexport interface AcceptOwnershipRequest {\n /** Accept subscription ownership request properties. */\n properties?: AcceptOwnershipRequestProperties;\n}\n\n/** Accept subscription ownership request properties. */\nexport interface AcceptOwnershipRequestProperties {\n /** The friendly name of the subscription. */\n displayName: string;\n /** Management group Id for the subscription. */\n managementGroupId?: string;\n /** Tags for the subscription */\n tags?: { [propertyName: string]: string };\n}\n\n/** Subscription Accept Ownership Response */\nexport interface AcceptOwnershipStatusResponse {\n /**\n * Newly created subscription Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /**\n * The accept ownership state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly acceptOwnershipState?: AcceptOwnership;\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: Provisioning;\n /**\n * UPN of the billing owner\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly billingOwner?: string;\n /** Tenant Id of the subscription */\n subscriptionTenantId?: string;\n /** The display name of the subscription. */\n displayName?: string;\n /** Tags for the subscription */\n tags?: { [propertyName: string]: string };\n}\n\n/** Put tenant policy request properties. */\nexport interface PutTenantPolicyRequestProperties {\n /** Blocks the leaving of subscriptions from user's tenant. */\n blockSubscriptionsLeavingTenant?: boolean;\n /** Blocks the entering of subscriptions into user's tenant. */\n blockSubscriptionsIntoTenant?: boolean;\n /** List of user objectIds that are exempted from the set subscription tenant policies for the user's tenant. */\n exemptedPrincipals?: string[];\n}\n\n/** Tenant policy Information. */\nexport interface GetTenantPolicyResponse {\n /**\n * Policy Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Policy name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Tenant policy properties. */\n properties?: TenantPolicy;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Tenant policy. */\nexport interface TenantPolicy {\n /**\n * Policy Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyId?: string;\n /** Blocks the leaving of subscriptions from user's tenant. */\n blockSubscriptionsLeavingTenant?: boolean;\n /** Blocks the entering of subscriptions into user's tenant. */\n blockSubscriptionsIntoTenant?: boolean;\n /** List of user objectIds that are exempted from the set subscription tenant policies for the user's tenant. */\n exemptedPrincipals?: string[];\n}\n\n/** Tenant policy information list. */\nexport interface GetTenantPolicyListResponse {\n /**\n * The list of tenant policies.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: GetTenantPolicyResponse[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Billing account policies information. */\nexport interface BillingAccountPoliciesResponse {\n /**\n * Fully qualified ID for the policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Policy name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Billing account policies response properties. */\n properties?: BillingAccountPoliciesResponseProperties;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Put billing account policies response properties. */\nexport interface BillingAccountPoliciesResponseProperties {\n /** Service tenant for the billing account. */\n serviceTenants?: ServiceTenantResponse[];\n /** Determine if the transfers are allowed for the billing account */\n allowTransfers?: boolean;\n}\n\n/** Billing account service tenant. */\nexport interface ServiceTenantResponse {\n /** Service tenant id. */\n tenantId?: string;\n /** Service tenant name. */\n tenantName?: string;\n}\n\n/** Defines headers for Subscription_acceptOwnership operation. */\nexport interface SubscriptionAcceptOwnershipHeaders {\n /** GET this URL to retrieve the status of the asynchronous operation. */\n location?: string;\n /** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */\n retryAfter?: number;\n}\n\n/** Known values of {@link Workload} that the service accepts. */\nexport enum KnownWorkload {\n /** Production */\n Production = \"Production\",\n /** DevTest */\n DevTest = \"DevTest\"\n}\n\n/**\n * Defines values for Workload. \\\n * {@link KnownWorkload} can be used interchangeably with Workload,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Production** \\\n * **DevTest**\n */\nexport type Workload = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Accepted */\n Accepted = \"Accepted\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted** \\\n * **Succeeded** \\\n * **Failed**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link AcceptOwnership} that the service accepts. */\nexport enum KnownAcceptOwnership {\n /** Pending */\n Pending = \"Pending\",\n /** Completed */\n Completed = \"Completed\",\n /** Expired */\n Expired = \"Expired\"\n}\n\n/**\n * Defines values for AcceptOwnership. \\\n * {@link KnownAcceptOwnership} can be used interchangeably with AcceptOwnership,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Completed** \\\n * **Expired**\n */\nexport type AcceptOwnership = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link Provisioning} that the service accepts. */\nexport enum KnownProvisioning {\n /** Pending */\n Pending = \"Pending\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Succeeded */\n Succeeded = \"Succeeded\"\n}\n\n/**\n * Defines values for Provisioning. \\\n * {@link KnownProvisioning} can be used interchangeably with Provisioning,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Accepted** \\\n * **Succeeded**\n */\nexport type Provisioning = string;\n/** Defines values for SubscriptionState. */\nexport type SubscriptionState =\n | \"Enabled\"\n | \"Warned\"\n | \"PastDue\"\n | \"Disabled\"\n | \"Deleted\";\n/** Defines values for SpendingLimit. */\nexport type SpendingLimit = \"On\" | \"Off\" | \"CurrentPeriodOff\";\n\n/** Optional parameters. */\nexport interface SubscriptionsListLocationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listLocations operation. */\nexport type SubscriptionsListLocationsResponse = LocationListResult;\n\n/** Optional parameters. */\nexport interface SubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SubscriptionsGetResponse = Subscription;\n\n/** Optional parameters. */\nexport interface SubscriptionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SubscriptionsListResponse = SubscriptionListResult;\n\n/** Optional parameters. */\nexport interface SubscriptionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SubscriptionsListNextResponse = SubscriptionListResult;\n\n/** Optional parameters. */\nexport interface TenantsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type TenantsListResponse = TenantListResult;\n\n/** Optional parameters. */\nexport interface TenantsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type TenantsListNextResponse = TenantListResult;\n\n/** Optional parameters. */\nexport interface SubscriptionCancelOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the cancel operation. */\nexport type SubscriptionCancelResponse = CanceledSubscriptionId;\n\n/** Optional parameters. */\nexport interface SubscriptionRenameOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the rename operation. */\nexport type SubscriptionRenameResponse = RenamedSubscriptionId;\n\n/** Optional parameters. */\nexport interface SubscriptionEnableOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the enable operation. */\nexport type SubscriptionEnableResponse = EnabledSubscriptionId;\n\n/** Optional parameters. */\nexport interface SubscriptionAcceptOwnershipOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the acceptOwnership operation. */\nexport type SubscriptionAcceptOwnershipResponse = SubscriptionAcceptOwnershipHeaders;\n\n/** Optional parameters. */\nexport interface SubscriptionAcceptOwnershipStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the acceptOwnershipStatus operation. */\nexport type SubscriptionAcceptOwnershipStatusResponse = AcceptOwnershipStatusResponse;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface AliasCreateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type AliasCreateResponse = SubscriptionAliasResponse;\n\n/** Optional parameters. */\nexport interface AliasGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AliasGetResponse = SubscriptionAliasResponse;\n\n/** Optional parameters. */\nexport interface AliasDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AliasListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AliasListResponse = SubscriptionAliasListResult;\n\n/** Optional parameters. */\nexport interface SubscriptionPolicyAddUpdatePolicyForTenantOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the addUpdatePolicyForTenant operation. */\nexport type SubscriptionPolicyAddUpdatePolicyForTenantResponse = GetTenantPolicyResponse;\n\n/** Optional parameters. */\nexport interface SubscriptionPolicyGetPolicyForTenantOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPolicyForTenant operation. */\nexport type SubscriptionPolicyGetPolicyForTenantResponse = GetTenantPolicyResponse;\n\n/** Optional parameters. */\nexport interface SubscriptionPolicyListPolicyForTenantOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPolicyForTenant operation. */\nexport type SubscriptionPolicyListPolicyForTenantResponse = GetTenantPolicyListResponse;\n\n/** Optional parameters. */\nexport interface SubscriptionPolicyListPolicyForTenantNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPolicyForTenantNext operation. */\nexport type SubscriptionPolicyListPolicyForTenantNextResponse = GetTenantPolicyListResponse;\n\n/** Optional parameters. */\nexport interface BillingAccountGetPolicyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPolicy operation. */\nexport type BillingAccountGetPolicyResponse = BillingAccountPoliciesResponse;\n\n/** Optional parameters. */\nexport interface SubscriptionClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAgZlC,iEAAiE;AACjE,MAAM,CAAN,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,iBAAiB;IACjB,0CAAyB,CAAA;IACzB,cAAc;IACd,oCAAmB,CAAA;AACrB,CAAC,EALW,aAAa,KAAb,aAAa,QAKxB;AAYD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAOX;AAPD,WAAY,sBAAsB;IAChC,eAAe;IACf,+CAAqB,CAAA;IACrB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;AACnB,CAAC,EAPW,sBAAsB,KAAtB,sBAAsB,QAOjC;AAaD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAOX;AAPD,WAAY,oBAAoB;IAC9B,cAAc;IACd,2CAAmB,CAAA;IACnB,gBAAgB;IAChB,+CAAuB,CAAA;IACvB,cAAc;IACd,2CAAmB,CAAA;AACrB,CAAC,EAPW,oBAAoB,KAApB,oBAAoB,QAO/B;AAaD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IAC3B,cAAc;IACd,wCAAmB,CAAA;IACnB,eAAe;IACf,0CAAqB,CAAA;IACrB,gBAAgB;IAChB,4CAAuB,CAAA;AACzB,CAAC,EAPW,iBAAiB,KAAjB,iBAAiB,QAO5B","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type * as coreClient from \"@azure/core-client\";\n\n/** The ID of the canceled subscription */\nexport interface CanceledSubscriptionId {\n /**\n * The ID of the canceled subscription\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n}\n\n/** Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. */\nexport interface ErrorResponseBody {\n /** The details of the error. */\n error?: ErrorResponse;\n /** Error code */\n code?: string;\n /** Error message indicating why the operation failed. */\n message?: string;\n}\n\n/** Describes the format of Error response. */\nexport interface ErrorResponse {\n /** Error code */\n code?: string;\n /** Error message indicating why the operation failed. */\n message?: string;\n}\n\n/** The new name of the subscription. */\nexport interface SubscriptionName {\n /** New subscription name */\n subscriptionName?: string;\n}\n\n/** The ID of the subscriptions that is being renamed */\nexport interface RenamedSubscriptionId {\n /**\n * The ID of the subscriptions that is being renamed\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n}\n\n/** The ID of the subscriptions that is being enabled */\nexport interface EnabledSubscriptionId {\n /**\n * The ID of the subscriptions that is being enabled\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n}\n\n/** The created subscription object. */\nexport interface SubscriptionCreationResult {\n /** The link to the new subscription. Use this link to check the status of subscription creation operation. */\n subscriptionLink?: string;\n}\n\n/** Result of the request to list operations. It contains a list of operations and a URL link to get the next set of results. */\nexport interface OperationListResult {\n /** List of operations. */\n value?: Operation[];\n /** URL to get the next set of operation list results if there are any. */\n nextLink?: string;\n}\n\n/** REST API operation */\nexport interface Operation {\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** The object that represents the operation. */\n display?: OperationDisplay;\n}\n\n/** The object that represents the operation. */\nexport interface OperationDisplay {\n /** Service provider: Microsoft.Subscription */\n provider?: string;\n /** Resource on which the operation is performed: Profile, endpoint, etc. */\n resource?: string;\n /** Operation type: Read, write, delete, etc. */\n operation?: string;\n /** Localized friendly description for the operation */\n description?: string;\n}\n\n/** The parameters required to create a new subscription. */\nexport interface PutAliasRequest {\n /** Put alias request properties. */\n properties?: PutAliasRequestProperties;\n}\n\n/** Put subscription properties. */\nexport interface PutAliasRequestProperties {\n /** The friendly name of the subscription. */\n displayName?: string;\n /** The workload type of the subscription. It can be either Production or DevTest. */\n workload?: Workload;\n /**\n * Billing scope of the subscription.\n * For CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}\n * For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName}\n * For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}\n */\n billingScope?: string;\n /** This parameter can be used to create alias for existing subscription Id */\n subscriptionId?: string;\n /** Reseller Id */\n resellerId?: string;\n /** Put alias request additional properties. */\n additionalProperties?: PutAliasRequestAdditionalProperties;\n}\n\n/** Put subscription additional properties. */\nexport interface PutAliasRequestAdditionalProperties {\n /** Management group Id for the subscription. */\n managementGroupId?: string;\n /** Tenant Id of the subscription */\n subscriptionTenantId?: string;\n /** Owner Id of the subscription */\n subscriptionOwnerId?: string;\n /** Tags for the subscription */\n tags?: { [propertyName: string]: string };\n}\n\n/** Subscription Information with the alias. */\nexport interface SubscriptionAliasResponse {\n /**\n * Fully qualified ID for the alias resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Alias ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type, Microsoft.Subscription/aliases.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Subscription Alias response properties. */\n properties?: SubscriptionAliasResponseProperties;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Put subscription creation result properties. */\nexport interface SubscriptionAliasResponseProperties {\n /**\n * Newly created subscription Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /** The display name of the subscription. */\n displayName?: string;\n /** The provisioning state of the resource. */\n provisioningState?: ProvisioningState;\n /**\n * Url to accept ownership of the subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly acceptOwnershipUrl?: string;\n /**\n * The accept ownership state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly acceptOwnershipState?: AcceptOwnership;\n /**\n * Billing scope of the subscription.\n * For CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}\n * For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName}\n * For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}\n */\n billingScope?: string;\n /** The workload type of the subscription. It can be either Production or DevTest. */\n workload?: Workload;\n /** Reseller Id */\n resellerId?: string;\n /** Owner Id of the subscription */\n subscriptionOwnerId?: string;\n /** The Management Group Id. */\n managementGroupId?: string;\n /** Created Time */\n createdTime?: string;\n /** Tags for the subscription */\n tags?: { [propertyName: string]: string };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The list of aliases. */\nexport interface SubscriptionAliasListResult {\n /**\n * The list of alias.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: SubscriptionAliasResponse[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The parameters required to accept subscription ownership. */\nexport interface AcceptOwnershipRequest {\n /** Accept subscription ownership request properties. */\n properties?: AcceptOwnershipRequestProperties;\n}\n\n/** Accept subscription ownership request properties. */\nexport interface AcceptOwnershipRequestProperties {\n /** The friendly name of the subscription. */\n displayName: string;\n /** Management group Id for the subscription. */\n managementGroupId?: string;\n /** Tags for the subscription */\n tags?: { [propertyName: string]: string };\n}\n\n/** Subscription Accept Ownership Response */\nexport interface AcceptOwnershipStatusResponse {\n /**\n * Newly created subscription Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /**\n * The accept ownership state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly acceptOwnershipState?: AcceptOwnership;\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: Provisioning;\n /**\n * UPN of the billing owner\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly billingOwner?: string;\n /** Tenant Id of the subscription */\n subscriptionTenantId?: string;\n /** The display name of the subscription. */\n displayName?: string;\n /** Tags for the subscription */\n tags?: { [propertyName: string]: string };\n}\n\n/** Put tenant policy request properties. */\nexport interface PutTenantPolicyRequestProperties {\n /** Blocks the leaving of subscriptions from user's tenant. */\n blockSubscriptionsLeavingTenant?: boolean;\n /** Blocks the entering of subscriptions into user's tenant. */\n blockSubscriptionsIntoTenant?: boolean;\n /** List of user objectIds that are exempted from the set subscription tenant policies for the user's tenant. */\n exemptedPrincipals?: string[];\n}\n\n/** Tenant policy Information. */\nexport interface GetTenantPolicyResponse {\n /**\n * Policy Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Policy name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Tenant policy properties. */\n properties?: TenantPolicy;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Tenant policy. */\nexport interface TenantPolicy {\n /**\n * Policy Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyId?: string;\n /** Blocks the leaving of subscriptions from user's tenant. */\n blockSubscriptionsLeavingTenant?: boolean;\n /** Blocks the entering of subscriptions into user's tenant. */\n blockSubscriptionsIntoTenant?: boolean;\n /** List of user objectIds that are exempted from the set subscription tenant policies for the user's tenant. */\n exemptedPrincipals?: string[];\n}\n\n/** Tenant policy information list. */\nexport interface GetTenantPolicyListResponse {\n /**\n * The list of tenant policies.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: GetTenantPolicyResponse[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Billing account policies information. */\nexport interface BillingAccountPoliciesResponse {\n /**\n * Fully qualified ID for the policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Policy name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Billing account policies response properties. */\n properties?: BillingAccountPoliciesResponseProperties;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Put billing account policies response properties. */\nexport interface BillingAccountPoliciesResponseProperties {\n /** Service tenant for the billing account. */\n serviceTenants?: ServiceTenantResponse[];\n /** Determine if the transfers are allowed for the billing account */\n allowTransfers?: boolean;\n}\n\n/** Billing account service tenant. */\nexport interface ServiceTenantResponse {\n /** Service tenant id. */\n tenantId?: string;\n /** Service tenant name. */\n tenantName?: string;\n}\n\n/** Defines headers for Subscription_acceptOwnership operation. */\nexport interface SubscriptionAcceptOwnershipHeaders {\n /** GET this URL to retrieve the status of the asynchronous operation. */\n location?: string;\n /** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */\n retryAfter?: number;\n}\n\n/** Defines headers for SubscriptionOperation_get operation. */\nexport interface SubscriptionOperationGetHeaders {\n /** The URL where the status of the asynchronous operation can be checked. */\n location?: string;\n /** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */\n retryAfter?: number;\n}\n\n/** Known values of {@link Workload} that the service accepts. */\nexport enum KnownWorkload {\n /** Production */\n Production = \"Production\",\n /** DevTest */\n DevTest = \"DevTest\",\n}\n\n/**\n * Defines values for Workload. \\\n * {@link KnownWorkload} can be used interchangeably with Workload,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Production** \\\n * **DevTest**\n */\nexport type Workload = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Accepted */\n Accepted = \"Accepted\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted** \\\n * **Succeeded** \\\n * **Failed**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link AcceptOwnership} that the service accepts. */\nexport enum KnownAcceptOwnership {\n /** Pending */\n Pending = \"Pending\",\n /** Completed */\n Completed = \"Completed\",\n /** Expired */\n Expired = \"Expired\",\n}\n\n/**\n * Defines values for AcceptOwnership. \\\n * {@link KnownAcceptOwnership} can be used interchangeably with AcceptOwnership,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Completed** \\\n * **Expired**\n */\nexport type AcceptOwnership = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link Provisioning} that the service accepts. */\nexport enum KnownProvisioning {\n /** Pending */\n Pending = \"Pending\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n}\n\n/**\n * Defines values for Provisioning. \\\n * {@link KnownProvisioning} can be used interchangeably with Provisioning,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Accepted** \\\n * **Succeeded**\n */\nexport type Provisioning = string;\n\n/** Optional parameters. */\nexport interface SubscriptionCancelOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the cancel operation. */\nexport type SubscriptionCancelResponse = CanceledSubscriptionId;\n\n/** Optional parameters. */\nexport interface SubscriptionRenameOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the rename operation. */\nexport type SubscriptionRenameResponse = RenamedSubscriptionId;\n\n/** Optional parameters. */\nexport interface SubscriptionEnableOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the enable operation. */\nexport type SubscriptionEnableResponse = EnabledSubscriptionId;\n\n/** Optional parameters. */\nexport interface SubscriptionAcceptOwnershipOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the acceptOwnership operation. */\nexport type SubscriptionAcceptOwnershipResponse = SubscriptionAcceptOwnershipHeaders;\n\n/** Optional parameters. */\nexport interface SubscriptionAcceptOwnershipStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the acceptOwnershipStatus operation. */\nexport type SubscriptionAcceptOwnershipStatusResponse = AcceptOwnershipStatusResponse;\n\n/** Optional parameters. */\nexport interface SubscriptionOperationGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SubscriptionOperationGetResponse = SubscriptionCreationResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface AliasCreateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type AliasCreateResponse = SubscriptionAliasResponse;\n\n/** Optional parameters. */\nexport interface AliasGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AliasGetResponse = SubscriptionAliasResponse;\n\n/** Optional parameters. */\nexport interface AliasDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AliasListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AliasListResponse = SubscriptionAliasListResult;\n\n/** Optional parameters. */\nexport interface SubscriptionPolicyAddUpdatePolicyForTenantOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the addUpdatePolicyForTenant operation. */\nexport type SubscriptionPolicyAddUpdatePolicyForTenantResponse = GetTenantPolicyResponse;\n\n/** Optional parameters. */\nexport interface SubscriptionPolicyGetPolicyForTenantOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPolicyForTenant operation. */\nexport type SubscriptionPolicyGetPolicyForTenantResponse = GetTenantPolicyResponse;\n\n/** Optional parameters. */\nexport interface SubscriptionPolicyListPolicyForTenantOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPolicyForTenant operation. */\nexport type SubscriptionPolicyListPolicyForTenantResponse = GetTenantPolicyListResponse;\n\n/** Optional parameters. */\nexport interface SubscriptionPolicyListPolicyForTenantNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPolicyForTenantNext operation. */\nexport type SubscriptionPolicyListPolicyForTenantNextResponse = GetTenantPolicyListResponse;\n\n/** Optional parameters. */\nexport interface BillingAccountGetPolicyOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPolicy operation. */\nexport type BillingAccountGetPolicyResponse = BillingAccountPoliciesResponse;\n\n/** Optional parameters. */\nexport interface SubscriptionClientOptionalParams extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -1,17 +1,11 @@
1
- import * as coreClient from "@azure/core-client";
2
- export declare const LocationListResult: coreClient.CompositeMapper;
3
- export declare const Location: coreClient.CompositeMapper;
4
- export declare const Subscription: coreClient.CompositeMapper;
5
- export declare const SubscriptionPolicies: coreClient.CompositeMapper;
6
- export declare const SubscriptionListResult: coreClient.CompositeMapper;
7
- export declare const TenantListResult: coreClient.CompositeMapper;
8
- export declare const TenantIdDescription: coreClient.CompositeMapper;
1
+ import type * as coreClient from "@azure/core-client";
9
2
  export declare const CanceledSubscriptionId: coreClient.CompositeMapper;
10
3
  export declare const ErrorResponseBody: coreClient.CompositeMapper;
11
4
  export declare const ErrorResponse: coreClient.CompositeMapper;
12
5
  export declare const SubscriptionName: coreClient.CompositeMapper;
13
6
  export declare const RenamedSubscriptionId: coreClient.CompositeMapper;
14
7
  export declare const EnabledSubscriptionId: coreClient.CompositeMapper;
8
+ export declare const SubscriptionCreationResult: coreClient.CompositeMapper;
15
9
  export declare const OperationListResult: coreClient.CompositeMapper;
16
10
  export declare const Operation: coreClient.CompositeMapper;
17
11
  export declare const OperationDisplay: coreClient.CompositeMapper;
@@ -33,4 +27,5 @@ export declare const BillingAccountPoliciesResponse: coreClient.CompositeMapper;
33
27
  export declare const BillingAccountPoliciesResponseProperties: coreClient.CompositeMapper;
34
28
  export declare const ServiceTenantResponse: coreClient.CompositeMapper;
35
29
  export declare const SubscriptionAcceptOwnershipHeaders: coreClient.CompositeMapper;
30
+ export declare const SubscriptionOperationGetHeaders: coreClient.CompositeMapper;
36
31
  //# sourceMappingURL=mappers.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAmB3C,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAiDjC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eA+DrC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eA6B7C,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAyB/C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eA0BzC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsE5C,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAc/C,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eA0B1C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAmBtC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAazC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAc9C,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAc9C,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAyB5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA0BlC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eA+BzC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAcxC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eA4ClD,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAgC5D,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eA0ClD,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAmF5D,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eA2BpD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAc/C,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eA2BzD,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eAsDtD,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eA8BzD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eA0ChD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eAqCrC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eA2BpD,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,UAAU,CAAC,eA0CvD,CAAC;AAEF,eAAO,MAAM,wCAAwC,EAAE,UAAU,CAAC,eAyBjE,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAmB9C,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,eAmB3D,CAAC"}
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEtD,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAc/C,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eA0B1C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAmBtC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAazC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAc9C,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAc9C,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAanD,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAyB5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA0BlC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eA+BzC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAcxC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eA4ClD,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAgC5D,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eA0ClD,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAmF5D,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eA2BpD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAc/C,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eA2BzD,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eAsDtD,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eA8BzD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eA0ChD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eAqCrC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eA2BpD,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,UAAU,CAAC,eA0CvD,CAAC;AAEF,eAAO,MAAM,wCAAwC,EAAE,UAAU,CAAC,eAyBjE,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAmB9C,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,eAmB3D,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eAmBxD,CAAC"}