@azure/arm-quota 1.1.1 → 2.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 (1246) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +20 -20
  3. package/dist/browser/api/azureQuotaExtensionAPIContext.d.ts +22 -0
  4. package/dist/browser/api/azureQuotaExtensionAPIContext.js +43 -0
  5. package/dist/browser/api/azureQuotaExtensionAPIContext.js.map +1 -0
  6. package/dist/browser/api/groupQuotaLimits/index.d.ts +3 -0
  7. package/dist/browser/api/groupQuotaLimits/index.js +4 -0
  8. package/dist/browser/api/groupQuotaLimits/index.js.map +1 -0
  9. package/dist/browser/api/groupQuotaLimits/operations.d.ts +9 -0
  10. package/dist/browser/api/groupQuotaLimits/operations.js +38 -0
  11. package/dist/browser/api/groupQuotaLimits/operations.js.map +1 -0
  12. package/dist/browser/api/groupQuotaLimits/options.d.ts +5 -0
  13. package/dist/browser/api/groupQuotaLimits/options.js +4 -0
  14. package/dist/browser/api/groupQuotaLimits/options.js.map +1 -0
  15. package/dist/browser/api/groupQuotaLimitsRequest/index.d.ts +3 -0
  16. package/dist/browser/api/groupQuotaLimitsRequest/index.js +4 -0
  17. package/dist/browser/api/groupQuotaLimitsRequest/index.js.map +1 -0
  18. package/dist/browser/api/groupQuotaLimitsRequest/operations.d.ts +22 -0
  19. package/dist/browser/api/groupQuotaLimitsRequest/operations.js +113 -0
  20. package/dist/browser/api/groupQuotaLimitsRequest/operations.js.map +1 -0
  21. package/dist/browser/api/groupQuotaLimitsRequest/options.d.ts +16 -0
  22. package/dist/browser/api/groupQuotaLimitsRequest/options.js +4 -0
  23. package/dist/browser/api/groupQuotaLimitsRequest/options.js.map +1 -0
  24. package/dist/browser/api/groupQuotaLocationSettings/index.d.ts +3 -0
  25. package/dist/browser/api/groupQuotaLocationSettings/index.js +4 -0
  26. package/dist/browser/api/groupQuotaLocationSettings/index.js.map +1 -0
  27. package/dist/browser/api/groupQuotaLocationSettings/operations.d.ts +30 -0
  28. package/dist/browser/api/groupQuotaLocationSettings/operations.js +139 -0
  29. package/dist/browser/api/groupQuotaLocationSettings/operations.js.map +1 -0
  30. package/dist/browser/api/groupQuotaLocationSettings/options.d.ts +20 -0
  31. package/dist/browser/api/groupQuotaLocationSettings/options.js +4 -0
  32. package/dist/browser/api/groupQuotaLocationSettings/options.js.map +1 -0
  33. package/dist/browser/api/groupQuotaSubscriptionAllocation/index.d.ts +3 -0
  34. package/dist/browser/api/groupQuotaSubscriptionAllocation/index.js +4 -0
  35. package/dist/browser/api/groupQuotaSubscriptionAllocation/index.js.map +1 -0
  36. package/dist/browser/api/groupQuotaSubscriptionAllocation/operations.d.ts +9 -0
  37. package/dist/browser/api/groupQuotaSubscriptionAllocation/operations.js +43 -0
  38. package/dist/browser/api/groupQuotaSubscriptionAllocation/operations.js.map +1 -0
  39. package/dist/browser/api/groupQuotaSubscriptionAllocation/options.d.ts +5 -0
  40. package/dist/browser/api/groupQuotaSubscriptionAllocation/options.js +4 -0
  41. package/dist/browser/api/groupQuotaSubscriptionAllocation/options.js.map +1 -0
  42. package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/index.d.ts +3 -0
  43. package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/index.js +4 -0
  44. package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
  45. package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/operations.d.ts +19 -0
  46. package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/operations.js +124 -0
  47. package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/operations.js.map +1 -0
  48. package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/options.d.ts +13 -0
  49. package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/options.js +4 -0
  50. package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/options.js.map +1 -0
  51. package/dist/browser/api/groupQuotaSubscriptionRequests/index.d.ts +3 -0
  52. package/dist/browser/api/groupQuotaSubscriptionRequests/index.js +4 -0
  53. package/dist/browser/api/groupQuotaSubscriptionRequests/index.js.map +1 -0
  54. package/dist/browser/api/groupQuotaSubscriptionRequests/operations.d.ts +14 -0
  55. package/dist/browser/api/groupQuotaSubscriptionRequests/operations.js +75 -0
  56. package/dist/browser/api/groupQuotaSubscriptionRequests/operations.js.map +1 -0
  57. package/dist/browser/api/groupQuotaSubscriptionRequests/options.d.ts +8 -0
  58. package/dist/browser/api/groupQuotaSubscriptionRequests/options.js +4 -0
  59. package/dist/browser/api/groupQuotaSubscriptionRequests/options.js.map +1 -0
  60. package/dist/browser/api/groupQuotaSubscriptions/index.d.ts +3 -0
  61. package/dist/browser/api/groupQuotaSubscriptions/index.js +4 -0
  62. package/dist/browser/api/groupQuotaSubscriptions/index.js.map +1 -0
  63. package/dist/browser/api/groupQuotaSubscriptions/operations.d.ts +32 -0
  64. package/dist/browser/api/groupQuotaSubscriptions/operations.js +176 -0
  65. package/dist/browser/api/groupQuotaSubscriptions/operations.js.map +1 -0
  66. package/dist/browser/api/groupQuotaSubscriptions/options.d.ts +23 -0
  67. package/dist/browser/api/groupQuotaSubscriptions/options.js +4 -0
  68. package/dist/browser/api/groupQuotaSubscriptions/options.js.map +1 -0
  69. package/dist/browser/api/groupQuotaUsages/index.d.ts +3 -0
  70. package/dist/browser/api/groupQuotaUsages/index.js +4 -0
  71. package/dist/browser/api/groupQuotaUsages/index.js.map +1 -0
  72. package/dist/browser/api/groupQuotaUsages/operations.d.ts +10 -0
  73. package/dist/browser/api/groupQuotaUsages/operations.js +38 -0
  74. package/dist/browser/api/groupQuotaUsages/operations.js.map +1 -0
  75. package/dist/browser/api/groupQuotaUsages/options.d.ts +5 -0
  76. package/dist/browser/api/groupQuotaUsages/options.js +4 -0
  77. package/dist/browser/api/groupQuotaUsages/options.js.map +1 -0
  78. package/dist/browser/api/groupQuotas/index.d.ts +3 -0
  79. package/dist/browser/api/groupQuotas/index.js +4 -0
  80. package/dist/browser/api/groupQuotas/index.js.map +1 -0
  81. package/dist/browser/api/groupQuotas/operations.d.ts +35 -0
  82. package/dist/browser/api/groupQuotas/operations.js +178 -0
  83. package/dist/browser/api/groupQuotas/operations.js.map +1 -0
  84. package/dist/browser/api/groupQuotas/options.d.ts +28 -0
  85. package/dist/browser/api/groupQuotas/options.js +4 -0
  86. package/dist/browser/api/groupQuotas/options.js.map +1 -0
  87. package/dist/browser/api/index.d.ts +2 -0
  88. package/dist/browser/api/index.js +4 -0
  89. package/dist/browser/api/index.js.map +1 -0
  90. package/dist/browser/api/quota/index.d.ts +3 -0
  91. package/dist/browser/api/quota/index.js +4 -0
  92. package/dist/browser/api/quota/index.js.map +1 -0
  93. package/dist/browser/api/quota/operations.d.ts +31 -0
  94. package/dist/browser/api/quota/operations.js +146 -0
  95. package/dist/browser/api/quota/operations.js.map +1 -0
  96. package/dist/browser/api/quota/options.d.ts +18 -0
  97. package/dist/browser/api/quota/options.js +4 -0
  98. package/dist/browser/api/quota/options.js.map +1 -0
  99. package/dist/browser/api/quotaOperation/index.d.ts +3 -0
  100. package/dist/browser/api/quotaOperation/index.js +4 -0
  101. package/dist/browser/api/quotaOperation/index.js.map +1 -0
  102. package/dist/browser/api/quotaOperation/operations.d.ts +10 -0
  103. package/dist/browser/api/quotaOperation/operations.js +34 -0
  104. package/dist/browser/api/quotaOperation/operations.js.map +1 -0
  105. package/dist/browser/api/quotaOperation/options.d.ts +5 -0
  106. package/dist/browser/api/quotaOperation/options.js +4 -0
  107. package/dist/browser/api/quotaOperation/options.js.map +1 -0
  108. package/dist/browser/api/quotaRequestStatus/index.d.ts +3 -0
  109. package/dist/browser/api/quotaRequestStatus/index.js +4 -0
  110. package/dist/browser/api/quotaRequestStatus/index.js.map +1 -0
  111. package/dist/browser/api/quotaRequestStatus/operations.d.ts +14 -0
  112. package/dist/browser/api/quotaRequestStatus/operations.js +68 -0
  113. package/dist/browser/api/quotaRequestStatus/operations.js.map +1 -0
  114. package/dist/browser/api/quotaRequestStatus/options.d.ts +21 -0
  115. package/dist/browser/api/quotaRequestStatus/options.js +4 -0
  116. package/dist/browser/api/quotaRequestStatus/options.js.map +1 -0
  117. package/dist/browser/api/usages/index.d.ts +3 -0
  118. package/dist/browser/api/usages/index.js +4 -0
  119. package/dist/browser/api/usages/index.js.map +1 -0
  120. package/dist/browser/api/usages/operations.d.ts +14 -0
  121. package/dist/browser/api/usages/operations.js +65 -0
  122. package/dist/browser/api/usages/operations.js.map +1 -0
  123. package/dist/browser/api/usages/options.d.ts +8 -0
  124. package/dist/browser/api/usages/options.js +4 -0
  125. package/dist/browser/api/usages/options.js.map +1 -0
  126. package/dist/browser/azureQuotaExtensionAPI.d.ts +50 -29
  127. package/dist/browser/azureQuotaExtensionAPI.js +70 -114
  128. package/dist/browser/azureQuotaExtensionAPI.js.map +1 -1
  129. package/dist/browser/classic/groupQuotaLimits/index.d.ts +10 -0
  130. package/dist/browser/classic/groupQuotaLimits/index.js +14 -0
  131. package/dist/browser/classic/groupQuotaLimits/index.js.map +1 -0
  132. package/dist/browser/classic/groupQuotaLimitsRequest/index.d.ts +19 -0
  133. package/dist/browser/classic/groupQuotaLimitsRequest/index.js +16 -0
  134. package/dist/browser/classic/groupQuotaLimitsRequest/index.js.map +1 -0
  135. package/dist/browser/classic/groupQuotaLocationSettings/index.d.ts +27 -0
  136. package/dist/browser/classic/groupQuotaLocationSettings/index.js +16 -0
  137. package/dist/browser/classic/groupQuotaLocationSettings/index.js.map +1 -0
  138. package/dist/browser/classic/groupQuotaSubscriptionAllocation/index.d.ts +10 -0
  139. package/dist/browser/classic/groupQuotaSubscriptionAllocation/index.js +14 -0
  140. package/dist/browser/classic/groupQuotaSubscriptionAllocation/index.js.map +1 -0
  141. package/dist/browser/classic/groupQuotaSubscriptionAllocationRequest/index.d.ts +16 -0
  142. package/dist/browser/classic/groupQuotaSubscriptionAllocationRequest/index.js +16 -0
  143. package/dist/browser/classic/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
  144. package/dist/browser/classic/groupQuotaSubscriptionRequests/index.d.ts +13 -0
  145. package/dist/browser/classic/groupQuotaSubscriptionRequests/index.js +15 -0
  146. package/dist/browser/classic/groupQuotaSubscriptionRequests/index.js.map +1 -0
  147. package/dist/browser/classic/groupQuotaSubscriptions/index.d.ts +25 -0
  148. package/dist/browser/classic/groupQuotaSubscriptions/index.js +18 -0
  149. package/dist/browser/classic/groupQuotaSubscriptions/index.js.map +1 -0
  150. package/dist/browser/classic/groupQuotaUsages/index.d.ts +11 -0
  151. package/dist/browser/classic/groupQuotaUsages/index.js +14 -0
  152. package/dist/browser/classic/groupQuotaUsages/index.js.map +1 -0
  153. package/dist/browser/classic/groupQuotas/index.d.ts +28 -0
  154. package/dist/browser/classic/groupQuotas/index.js +18 -0
  155. package/dist/browser/classic/groupQuotas/index.js.map +1 -0
  156. package/dist/browser/classic/index.d.ts +14 -0
  157. package/dist/browser/classic/index.js +4 -0
  158. package/dist/browser/classic/index.js.map +1 -0
  159. package/dist/browser/classic/quota/index.d.ts +26 -0
  160. package/dist/browser/classic/quota/index.js +17 -0
  161. package/dist/browser/classic/quota/index.js.map +1 -0
  162. package/dist/browser/classic/quotaOperation/index.d.ts +11 -0
  163. package/dist/browser/classic/quotaOperation/index.js +14 -0
  164. package/dist/browser/classic/quotaOperation/index.js.map +1 -0
  165. package/dist/browser/classic/quotaRequestStatus/index.d.ts +13 -0
  166. package/dist/browser/classic/quotaRequestStatus/index.js +15 -0
  167. package/dist/browser/classic/quotaRequestStatus/index.js.map +1 -0
  168. package/dist/browser/classic/usages/index.d.ts +13 -0
  169. package/dist/browser/classic/usages/index.js +15 -0
  170. package/dist/browser/classic/usages/index.js.map +1 -0
  171. package/dist/browser/index.d.ts +21 -3
  172. package/dist/browser/index.js +6 -11
  173. package/dist/browser/index.js.map +1 -1
  174. package/dist/browser/logger.d.ts +2 -0
  175. package/dist/browser/logger.js +5 -0
  176. package/dist/browser/logger.js.map +1 -0
  177. package/dist/browser/models/index.d.ts +1 -1543
  178. package/dist/browser/models/index.js +3 -73
  179. package/dist/browser/models/index.js.map +1 -1
  180. package/dist/browser/models/models.d.ts +821 -0
  181. package/dist/browser/models/models.js +934 -0
  182. package/dist/browser/models/models.js.map +1 -0
  183. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  184. package/dist/browser/restorePollerHelpers.js +140 -0
  185. package/dist/browser/restorePollerHelpers.js.map +1 -0
  186. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  187. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  188. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  189. package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
  190. package/dist/browser/static-helpers/pagingHelpers.js +118 -0
  191. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  192. package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
  193. package/dist/browser/static-helpers/pollingHelpers.js +79 -0
  194. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  195. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  196. package/dist/browser/static-helpers/urlTemplate.js +185 -0
  197. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  198. package/dist/commonjs/api/azureQuotaExtensionAPIContext.d.ts +22 -0
  199. package/dist/commonjs/api/azureQuotaExtensionAPIContext.js +46 -0
  200. package/dist/commonjs/api/azureQuotaExtensionAPIContext.js.map +1 -0
  201. package/dist/commonjs/api/groupQuotaLimits/index.d.ts +3 -0
  202. package/dist/commonjs/api/groupQuotaLimits/index.js +8 -0
  203. package/dist/commonjs/api/groupQuotaLimits/index.js.map +1 -0
  204. package/dist/commonjs/api/groupQuotaLimits/operations.d.ts +9 -0
  205. package/dist/commonjs/api/groupQuotaLimits/operations.js +43 -0
  206. package/dist/commonjs/api/groupQuotaLimits/operations.js.map +1 -0
  207. package/dist/commonjs/api/groupQuotaLimits/options.d.ts +5 -0
  208. package/dist/commonjs/api/groupQuotaLimits/options.js +5 -0
  209. package/dist/commonjs/api/groupQuotaLimits/options.js.map +1 -0
  210. package/dist/commonjs/api/groupQuotaLimitsRequest/index.d.ts +3 -0
  211. package/dist/commonjs/api/groupQuotaLimitsRequest/index.js +10 -0
  212. package/dist/commonjs/api/groupQuotaLimitsRequest/index.js.map +1 -0
  213. package/dist/commonjs/api/groupQuotaLimitsRequest/operations.d.ts +22 -0
  214. package/dist/commonjs/api/groupQuotaLimitsRequest/operations.js +124 -0
  215. package/dist/commonjs/api/groupQuotaLimitsRequest/operations.js.map +1 -0
  216. package/dist/commonjs/api/groupQuotaLimitsRequest/options.d.ts +16 -0
  217. package/dist/commonjs/api/groupQuotaLimitsRequest/options.js +5 -0
  218. package/dist/commonjs/api/groupQuotaLimitsRequest/options.js.map +1 -0
  219. package/dist/commonjs/api/groupQuotaLocationSettings/index.d.ts +3 -0
  220. package/dist/commonjs/api/groupQuotaLocationSettings/index.js +10 -0
  221. package/dist/commonjs/api/groupQuotaLocationSettings/index.js.map +1 -0
  222. package/dist/commonjs/api/groupQuotaLocationSettings/operations.d.ts +30 -0
  223. package/dist/commonjs/api/groupQuotaLocationSettings/operations.js +150 -0
  224. package/dist/commonjs/api/groupQuotaLocationSettings/operations.js.map +1 -0
  225. package/dist/commonjs/api/groupQuotaLocationSettings/options.d.ts +20 -0
  226. package/dist/commonjs/api/groupQuotaLocationSettings/options.js +5 -0
  227. package/dist/commonjs/api/groupQuotaLocationSettings/options.js.map +1 -0
  228. package/dist/commonjs/api/groupQuotaSubscriptionAllocation/index.d.ts +3 -0
  229. package/dist/commonjs/api/groupQuotaSubscriptionAllocation/index.js +8 -0
  230. package/dist/commonjs/api/groupQuotaSubscriptionAllocation/index.js.map +1 -0
  231. package/dist/commonjs/api/groupQuotaSubscriptionAllocation/operations.d.ts +9 -0
  232. package/dist/commonjs/api/groupQuotaSubscriptionAllocation/operations.js +48 -0
  233. package/dist/commonjs/api/groupQuotaSubscriptionAllocation/operations.js.map +1 -0
  234. package/dist/commonjs/api/groupQuotaSubscriptionAllocation/options.d.ts +5 -0
  235. package/dist/commonjs/api/groupQuotaSubscriptionAllocation/options.js +5 -0
  236. package/dist/commonjs/api/groupQuotaSubscriptionAllocation/options.js.map +1 -0
  237. package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/index.d.ts +3 -0
  238. package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/index.js +10 -0
  239. package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
  240. package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/operations.d.ts +19 -0
  241. package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/operations.js +135 -0
  242. package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/operations.js.map +1 -0
  243. package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/options.d.ts +13 -0
  244. package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/options.js +5 -0
  245. package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/options.js.map +1 -0
  246. package/dist/commonjs/api/groupQuotaSubscriptionRequests/index.d.ts +3 -0
  247. package/dist/commonjs/api/groupQuotaSubscriptionRequests/index.js +9 -0
  248. package/dist/commonjs/api/groupQuotaSubscriptionRequests/index.js.map +1 -0
  249. package/dist/commonjs/api/groupQuotaSubscriptionRequests/operations.d.ts +14 -0
  250. package/dist/commonjs/api/groupQuotaSubscriptionRequests/operations.js +83 -0
  251. package/dist/commonjs/api/groupQuotaSubscriptionRequests/operations.js.map +1 -0
  252. package/dist/commonjs/api/groupQuotaSubscriptionRequests/options.d.ts +8 -0
  253. package/dist/commonjs/api/groupQuotaSubscriptionRequests/options.js +5 -0
  254. package/dist/commonjs/api/groupQuotaSubscriptionRequests/options.js.map +1 -0
  255. package/dist/commonjs/api/groupQuotaSubscriptions/index.d.ts +3 -0
  256. package/dist/commonjs/api/groupQuotaSubscriptions/index.js +12 -0
  257. package/dist/commonjs/api/groupQuotaSubscriptions/index.js.map +1 -0
  258. package/dist/commonjs/api/groupQuotaSubscriptions/operations.d.ts +32 -0
  259. package/dist/commonjs/api/groupQuotaSubscriptions/operations.js +193 -0
  260. package/dist/commonjs/api/groupQuotaSubscriptions/operations.js.map +1 -0
  261. package/dist/commonjs/api/groupQuotaSubscriptions/options.d.ts +23 -0
  262. package/dist/commonjs/api/groupQuotaSubscriptions/options.js +5 -0
  263. package/dist/commonjs/api/groupQuotaSubscriptions/options.js.map +1 -0
  264. package/dist/commonjs/api/groupQuotaUsages/index.d.ts +3 -0
  265. package/dist/commonjs/api/groupQuotaUsages/index.js +8 -0
  266. package/dist/commonjs/api/groupQuotaUsages/index.js.map +1 -0
  267. package/dist/commonjs/api/groupQuotaUsages/operations.d.ts +10 -0
  268. package/dist/commonjs/api/groupQuotaUsages/operations.js +43 -0
  269. package/dist/commonjs/api/groupQuotaUsages/operations.js.map +1 -0
  270. package/dist/commonjs/api/groupQuotaUsages/options.d.ts +5 -0
  271. package/dist/commonjs/api/groupQuotaUsages/options.js +5 -0
  272. package/dist/commonjs/api/groupQuotaUsages/options.js.map +1 -0
  273. package/dist/commonjs/api/groupQuotas/index.d.ts +3 -0
  274. package/dist/commonjs/api/groupQuotas/index.js +12 -0
  275. package/dist/commonjs/api/groupQuotas/index.js.map +1 -0
  276. package/dist/commonjs/api/groupQuotas/operations.d.ts +35 -0
  277. package/dist/commonjs/api/groupQuotas/operations.js +195 -0
  278. package/dist/commonjs/api/groupQuotas/operations.js.map +1 -0
  279. package/dist/commonjs/api/groupQuotas/options.d.ts +28 -0
  280. package/dist/commonjs/api/groupQuotas/options.js +5 -0
  281. package/dist/commonjs/api/groupQuotas/options.js.map +1 -0
  282. package/dist/commonjs/api/index.d.ts +2 -0
  283. package/dist/commonjs/api/index.js +8 -0
  284. package/dist/commonjs/api/index.js.map +1 -0
  285. package/dist/commonjs/api/quota/index.d.ts +3 -0
  286. package/dist/commonjs/api/quota/index.js +11 -0
  287. package/dist/commonjs/api/quota/index.js.map +1 -0
  288. package/dist/commonjs/api/quota/operations.d.ts +31 -0
  289. package/dist/commonjs/api/quota/operations.js +160 -0
  290. package/dist/commonjs/api/quota/operations.js.map +1 -0
  291. package/dist/commonjs/api/quota/options.d.ts +18 -0
  292. package/dist/commonjs/api/quota/options.js +5 -0
  293. package/dist/commonjs/api/quota/options.js.map +1 -0
  294. package/dist/commonjs/api/quotaOperation/index.d.ts +3 -0
  295. package/dist/commonjs/api/quotaOperation/index.js +8 -0
  296. package/dist/commonjs/api/quotaOperation/index.js.map +1 -0
  297. package/dist/commonjs/api/quotaOperation/operations.d.ts +10 -0
  298. package/dist/commonjs/api/quotaOperation/operations.js +39 -0
  299. package/dist/commonjs/api/quotaOperation/operations.js.map +1 -0
  300. package/dist/commonjs/api/quotaOperation/options.d.ts +5 -0
  301. package/dist/commonjs/api/quotaOperation/options.js +5 -0
  302. package/dist/commonjs/api/quotaOperation/options.js.map +1 -0
  303. package/dist/commonjs/api/quotaRequestStatus/index.d.ts +3 -0
  304. package/dist/commonjs/api/quotaRequestStatus/index.js +9 -0
  305. package/dist/commonjs/api/quotaRequestStatus/index.js.map +1 -0
  306. package/dist/commonjs/api/quotaRequestStatus/operations.d.ts +14 -0
  307. package/dist/commonjs/api/quotaRequestStatus/operations.js +76 -0
  308. package/dist/commonjs/api/quotaRequestStatus/operations.js.map +1 -0
  309. package/dist/commonjs/api/quotaRequestStatus/options.d.ts +21 -0
  310. package/dist/commonjs/api/quotaRequestStatus/options.js +5 -0
  311. package/dist/commonjs/api/quotaRequestStatus/options.js.map +1 -0
  312. package/dist/commonjs/api/usages/index.d.ts +3 -0
  313. package/dist/commonjs/api/usages/index.js +9 -0
  314. package/dist/commonjs/api/usages/index.js.map +1 -0
  315. package/dist/commonjs/api/usages/operations.d.ts +14 -0
  316. package/dist/commonjs/api/usages/operations.js +73 -0
  317. package/dist/commonjs/api/usages/operations.js.map +1 -0
  318. package/dist/commonjs/api/usages/options.d.ts +8 -0
  319. package/dist/commonjs/api/usages/options.js +5 -0
  320. package/dist/commonjs/api/usages/options.js.map +1 -0
  321. package/dist/commonjs/azureQuotaExtensionAPI.d.ts +50 -29
  322. package/dist/commonjs/azureQuotaExtensionAPI.js +70 -115
  323. package/dist/commonjs/azureQuotaExtensionAPI.js.map +1 -1
  324. package/dist/commonjs/classic/groupQuotaLimits/index.d.ts +10 -0
  325. package/dist/commonjs/classic/groupQuotaLimits/index.js +17 -0
  326. package/dist/commonjs/classic/groupQuotaLimits/index.js.map +1 -0
  327. package/dist/commonjs/classic/groupQuotaLimitsRequest/index.d.ts +19 -0
  328. package/dist/commonjs/classic/groupQuotaLimitsRequest/index.js +19 -0
  329. package/dist/commonjs/classic/groupQuotaLimitsRequest/index.js.map +1 -0
  330. package/dist/commonjs/classic/groupQuotaLocationSettings/index.d.ts +27 -0
  331. package/dist/commonjs/classic/groupQuotaLocationSettings/index.js +19 -0
  332. package/dist/commonjs/classic/groupQuotaLocationSettings/index.js.map +1 -0
  333. package/dist/commonjs/classic/groupQuotaSubscriptionAllocation/index.d.ts +10 -0
  334. package/dist/commonjs/classic/groupQuotaSubscriptionAllocation/index.js +17 -0
  335. package/dist/commonjs/classic/groupQuotaSubscriptionAllocation/index.js.map +1 -0
  336. package/dist/commonjs/classic/groupQuotaSubscriptionAllocationRequest/index.d.ts +16 -0
  337. package/dist/commonjs/classic/groupQuotaSubscriptionAllocationRequest/index.js +19 -0
  338. package/dist/commonjs/classic/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
  339. package/dist/commonjs/classic/groupQuotaSubscriptionRequests/index.d.ts +13 -0
  340. package/dist/commonjs/classic/groupQuotaSubscriptionRequests/index.js +18 -0
  341. package/dist/commonjs/classic/groupQuotaSubscriptionRequests/index.js.map +1 -0
  342. package/dist/commonjs/classic/groupQuotaSubscriptions/index.d.ts +25 -0
  343. package/dist/commonjs/classic/groupQuotaSubscriptions/index.js +21 -0
  344. package/dist/commonjs/classic/groupQuotaSubscriptions/index.js.map +1 -0
  345. package/dist/commonjs/classic/groupQuotaUsages/index.d.ts +11 -0
  346. package/dist/commonjs/classic/groupQuotaUsages/index.js +17 -0
  347. package/dist/commonjs/classic/groupQuotaUsages/index.js.map +1 -0
  348. package/dist/commonjs/classic/groupQuotas/index.d.ts +28 -0
  349. package/dist/commonjs/classic/groupQuotas/index.js +21 -0
  350. package/dist/commonjs/classic/groupQuotas/index.js.map +1 -0
  351. package/dist/commonjs/classic/index.d.ts +14 -0
  352. package/dist/commonjs/classic/index.js +5 -0
  353. package/dist/commonjs/classic/index.js.map +1 -0
  354. package/dist/commonjs/classic/quota/index.d.ts +26 -0
  355. package/dist/commonjs/classic/quota/index.js +20 -0
  356. package/dist/commonjs/classic/quota/index.js.map +1 -0
  357. package/dist/commonjs/classic/quotaOperation/index.d.ts +11 -0
  358. package/dist/commonjs/classic/quotaOperation/index.js +17 -0
  359. package/dist/commonjs/classic/quotaOperation/index.js.map +1 -0
  360. package/dist/commonjs/classic/quotaRequestStatus/index.d.ts +13 -0
  361. package/dist/commonjs/classic/quotaRequestStatus/index.js +18 -0
  362. package/dist/commonjs/classic/quotaRequestStatus/index.js.map +1 -0
  363. package/dist/commonjs/classic/usages/index.d.ts +13 -0
  364. package/dist/commonjs/classic/usages/index.js +18 -0
  365. package/dist/commonjs/classic/usages/index.js.map +1 -0
  366. package/dist/commonjs/index.d.ts +21 -3
  367. package/dist/commonjs/index.js +17 -14
  368. package/dist/commonjs/index.js.map +1 -1
  369. package/dist/commonjs/logger.d.ts +2 -0
  370. package/dist/commonjs/logger.js +8 -0
  371. package/dist/commonjs/logger.js.map +1 -0
  372. package/dist/commonjs/models/index.d.ts +1 -1543
  373. package/dist/commonjs/models/index.js +13 -74
  374. package/dist/commonjs/models/index.js.map +1 -1
  375. package/dist/commonjs/models/models.d.ts +821 -0
  376. package/dist/commonjs/models/models.js +1055 -0
  377. package/dist/commonjs/models/models.js.map +1 -0
  378. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  379. package/dist/commonjs/restorePollerHelpers.js +143 -0
  380. package/dist/commonjs/restorePollerHelpers.js.map +1 -0
  381. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  382. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +42 -0
  383. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -0
  384. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
  385. package/dist/commonjs/static-helpers/pagingHelpers.js +121 -0
  386. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
  387. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
  388. package/dist/commonjs/static-helpers/pollingHelpers.js +82 -0
  389. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
  390. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  391. package/dist/commonjs/static-helpers/urlTemplate.js +188 -0
  392. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
  393. package/dist/commonjs/tsdoc-metadata.json +1 -1
  394. package/dist/esm/api/azureQuotaExtensionAPIContext.d.ts +22 -0
  395. package/dist/esm/api/azureQuotaExtensionAPIContext.js +43 -0
  396. package/dist/esm/api/azureQuotaExtensionAPIContext.js.map +1 -0
  397. package/dist/esm/api/groupQuotaLimits/index.d.ts +3 -0
  398. package/dist/esm/api/groupQuotaLimits/index.js +4 -0
  399. package/dist/esm/api/groupQuotaLimits/index.js.map +1 -0
  400. package/dist/esm/api/groupQuotaLimits/operations.d.ts +9 -0
  401. package/dist/esm/api/groupQuotaLimits/operations.js +38 -0
  402. package/dist/esm/api/groupQuotaLimits/operations.js.map +1 -0
  403. package/dist/esm/api/groupQuotaLimits/options.d.ts +5 -0
  404. package/dist/esm/api/groupQuotaLimits/options.js +4 -0
  405. package/dist/esm/api/groupQuotaLimits/options.js.map +1 -0
  406. package/dist/esm/api/groupQuotaLimitsRequest/index.d.ts +3 -0
  407. package/dist/esm/api/groupQuotaLimitsRequest/index.js +4 -0
  408. package/dist/esm/api/groupQuotaLimitsRequest/index.js.map +1 -0
  409. package/dist/esm/api/groupQuotaLimitsRequest/operations.d.ts +22 -0
  410. package/dist/esm/api/groupQuotaLimitsRequest/operations.js +113 -0
  411. package/dist/esm/api/groupQuotaLimitsRequest/operations.js.map +1 -0
  412. package/dist/esm/api/groupQuotaLimitsRequest/options.d.ts +16 -0
  413. package/dist/esm/api/groupQuotaLimitsRequest/options.js +4 -0
  414. package/dist/esm/api/groupQuotaLimitsRequest/options.js.map +1 -0
  415. package/dist/esm/api/groupQuotaLocationSettings/index.d.ts +3 -0
  416. package/dist/esm/api/groupQuotaLocationSettings/index.js +4 -0
  417. package/dist/esm/api/groupQuotaLocationSettings/index.js.map +1 -0
  418. package/dist/esm/api/groupQuotaLocationSettings/operations.d.ts +30 -0
  419. package/dist/esm/api/groupQuotaLocationSettings/operations.js +139 -0
  420. package/dist/esm/api/groupQuotaLocationSettings/operations.js.map +1 -0
  421. package/dist/esm/api/groupQuotaLocationSettings/options.d.ts +20 -0
  422. package/dist/esm/api/groupQuotaLocationSettings/options.js +4 -0
  423. package/dist/esm/api/groupQuotaLocationSettings/options.js.map +1 -0
  424. package/dist/esm/api/groupQuotaSubscriptionAllocation/index.d.ts +3 -0
  425. package/dist/esm/api/groupQuotaSubscriptionAllocation/index.js +4 -0
  426. package/dist/esm/api/groupQuotaSubscriptionAllocation/index.js.map +1 -0
  427. package/dist/esm/api/groupQuotaSubscriptionAllocation/operations.d.ts +9 -0
  428. package/dist/esm/api/groupQuotaSubscriptionAllocation/operations.js +43 -0
  429. package/dist/esm/api/groupQuotaSubscriptionAllocation/operations.js.map +1 -0
  430. package/dist/esm/api/groupQuotaSubscriptionAllocation/options.d.ts +5 -0
  431. package/dist/esm/api/groupQuotaSubscriptionAllocation/options.js +4 -0
  432. package/dist/esm/api/groupQuotaSubscriptionAllocation/options.js.map +1 -0
  433. package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/index.d.ts +3 -0
  434. package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/index.js +4 -0
  435. package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
  436. package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/operations.d.ts +19 -0
  437. package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/operations.js +124 -0
  438. package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/operations.js.map +1 -0
  439. package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/options.d.ts +13 -0
  440. package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/options.js +4 -0
  441. package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/options.js.map +1 -0
  442. package/dist/esm/api/groupQuotaSubscriptionRequests/index.d.ts +3 -0
  443. package/dist/esm/api/groupQuotaSubscriptionRequests/index.js +4 -0
  444. package/dist/esm/api/groupQuotaSubscriptionRequests/index.js.map +1 -0
  445. package/dist/esm/api/groupQuotaSubscriptionRequests/operations.d.ts +14 -0
  446. package/dist/esm/api/groupQuotaSubscriptionRequests/operations.js +75 -0
  447. package/dist/esm/api/groupQuotaSubscriptionRequests/operations.js.map +1 -0
  448. package/dist/esm/api/groupQuotaSubscriptionRequests/options.d.ts +8 -0
  449. package/dist/esm/api/groupQuotaSubscriptionRequests/options.js +4 -0
  450. package/dist/esm/api/groupQuotaSubscriptionRequests/options.js.map +1 -0
  451. package/dist/esm/api/groupQuotaSubscriptions/index.d.ts +3 -0
  452. package/dist/esm/api/groupQuotaSubscriptions/index.js +4 -0
  453. package/dist/esm/api/groupQuotaSubscriptions/index.js.map +1 -0
  454. package/dist/esm/api/groupQuotaSubscriptions/operations.d.ts +32 -0
  455. package/dist/esm/api/groupQuotaSubscriptions/operations.js +176 -0
  456. package/dist/esm/api/groupQuotaSubscriptions/operations.js.map +1 -0
  457. package/dist/esm/api/groupQuotaSubscriptions/options.d.ts +23 -0
  458. package/dist/esm/api/groupQuotaSubscriptions/options.js +4 -0
  459. package/dist/esm/api/groupQuotaSubscriptions/options.js.map +1 -0
  460. package/dist/esm/api/groupQuotaUsages/index.d.ts +3 -0
  461. package/dist/esm/api/groupQuotaUsages/index.js +4 -0
  462. package/dist/esm/api/groupQuotaUsages/index.js.map +1 -0
  463. package/dist/esm/api/groupQuotaUsages/operations.d.ts +10 -0
  464. package/dist/esm/api/groupQuotaUsages/operations.js +38 -0
  465. package/dist/esm/api/groupQuotaUsages/operations.js.map +1 -0
  466. package/dist/esm/api/groupQuotaUsages/options.d.ts +5 -0
  467. package/dist/esm/api/groupQuotaUsages/options.js +4 -0
  468. package/dist/esm/api/groupQuotaUsages/options.js.map +1 -0
  469. package/dist/esm/api/groupQuotas/index.d.ts +3 -0
  470. package/dist/esm/api/groupQuotas/index.js +4 -0
  471. package/dist/esm/api/groupQuotas/index.js.map +1 -0
  472. package/dist/esm/api/groupQuotas/operations.d.ts +35 -0
  473. package/dist/esm/api/groupQuotas/operations.js +178 -0
  474. package/dist/esm/api/groupQuotas/operations.js.map +1 -0
  475. package/dist/esm/api/groupQuotas/options.d.ts +28 -0
  476. package/dist/esm/api/groupQuotas/options.js +4 -0
  477. package/dist/esm/api/groupQuotas/options.js.map +1 -0
  478. package/dist/esm/api/index.d.ts +2 -0
  479. package/dist/esm/api/index.js +4 -0
  480. package/dist/esm/api/index.js.map +1 -0
  481. package/dist/esm/api/quota/index.d.ts +3 -0
  482. package/dist/esm/api/quota/index.js +4 -0
  483. package/dist/esm/api/quota/index.js.map +1 -0
  484. package/dist/esm/api/quota/operations.d.ts +31 -0
  485. package/dist/esm/api/quota/operations.js +146 -0
  486. package/dist/esm/api/quota/operations.js.map +1 -0
  487. package/dist/esm/api/quota/options.d.ts +18 -0
  488. package/dist/esm/api/quota/options.js +4 -0
  489. package/dist/esm/api/quota/options.js.map +1 -0
  490. package/dist/esm/api/quotaOperation/index.d.ts +3 -0
  491. package/dist/esm/api/quotaOperation/index.js +4 -0
  492. package/dist/esm/api/quotaOperation/index.js.map +1 -0
  493. package/dist/esm/api/quotaOperation/operations.d.ts +10 -0
  494. package/dist/esm/api/quotaOperation/operations.js +34 -0
  495. package/dist/esm/api/quotaOperation/operations.js.map +1 -0
  496. package/dist/esm/api/quotaOperation/options.d.ts +5 -0
  497. package/dist/esm/api/quotaOperation/options.js +4 -0
  498. package/dist/esm/api/quotaOperation/options.js.map +1 -0
  499. package/dist/esm/api/quotaRequestStatus/index.d.ts +3 -0
  500. package/dist/esm/api/quotaRequestStatus/index.js +4 -0
  501. package/dist/esm/api/quotaRequestStatus/index.js.map +1 -0
  502. package/dist/esm/api/quotaRequestStatus/operations.d.ts +14 -0
  503. package/dist/esm/api/quotaRequestStatus/operations.js +68 -0
  504. package/dist/esm/api/quotaRequestStatus/operations.js.map +1 -0
  505. package/dist/esm/api/quotaRequestStatus/options.d.ts +21 -0
  506. package/dist/esm/api/quotaRequestStatus/options.js +4 -0
  507. package/dist/esm/api/quotaRequestStatus/options.js.map +1 -0
  508. package/dist/esm/api/usages/index.d.ts +3 -0
  509. package/dist/esm/api/usages/index.js +4 -0
  510. package/dist/esm/api/usages/index.js.map +1 -0
  511. package/dist/esm/api/usages/operations.d.ts +14 -0
  512. package/dist/esm/api/usages/operations.js +65 -0
  513. package/dist/esm/api/usages/operations.js.map +1 -0
  514. package/dist/esm/api/usages/options.d.ts +8 -0
  515. package/dist/esm/api/usages/options.js +4 -0
  516. package/dist/esm/api/usages/options.js.map +1 -0
  517. package/dist/esm/azureQuotaExtensionAPI.d.ts +50 -29
  518. package/dist/esm/azureQuotaExtensionAPI.js +70 -114
  519. package/dist/esm/azureQuotaExtensionAPI.js.map +1 -1
  520. package/dist/esm/classic/groupQuotaLimits/index.d.ts +10 -0
  521. package/dist/esm/classic/groupQuotaLimits/index.js +14 -0
  522. package/dist/esm/classic/groupQuotaLimits/index.js.map +1 -0
  523. package/dist/esm/classic/groupQuotaLimitsRequest/index.d.ts +19 -0
  524. package/dist/esm/classic/groupQuotaLimitsRequest/index.js +16 -0
  525. package/dist/esm/classic/groupQuotaLimitsRequest/index.js.map +1 -0
  526. package/dist/esm/classic/groupQuotaLocationSettings/index.d.ts +27 -0
  527. package/dist/esm/classic/groupQuotaLocationSettings/index.js +16 -0
  528. package/dist/esm/classic/groupQuotaLocationSettings/index.js.map +1 -0
  529. package/dist/esm/classic/groupQuotaSubscriptionAllocation/index.d.ts +10 -0
  530. package/dist/esm/classic/groupQuotaSubscriptionAllocation/index.js +14 -0
  531. package/dist/esm/classic/groupQuotaSubscriptionAllocation/index.js.map +1 -0
  532. package/dist/esm/classic/groupQuotaSubscriptionAllocationRequest/index.d.ts +16 -0
  533. package/dist/esm/classic/groupQuotaSubscriptionAllocationRequest/index.js +16 -0
  534. package/dist/esm/classic/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
  535. package/dist/esm/classic/groupQuotaSubscriptionRequests/index.d.ts +13 -0
  536. package/dist/esm/classic/groupQuotaSubscriptionRequests/index.js +15 -0
  537. package/dist/esm/classic/groupQuotaSubscriptionRequests/index.js.map +1 -0
  538. package/dist/esm/classic/groupQuotaSubscriptions/index.d.ts +25 -0
  539. package/dist/esm/classic/groupQuotaSubscriptions/index.js +18 -0
  540. package/dist/esm/classic/groupQuotaSubscriptions/index.js.map +1 -0
  541. package/dist/esm/classic/groupQuotaUsages/index.d.ts +11 -0
  542. package/dist/esm/classic/groupQuotaUsages/index.js +14 -0
  543. package/dist/esm/classic/groupQuotaUsages/index.js.map +1 -0
  544. package/dist/esm/classic/groupQuotas/index.d.ts +28 -0
  545. package/dist/esm/classic/groupQuotas/index.js +18 -0
  546. package/dist/esm/classic/groupQuotas/index.js.map +1 -0
  547. package/dist/esm/classic/index.d.ts +14 -0
  548. package/dist/esm/classic/index.js +4 -0
  549. package/dist/esm/classic/index.js.map +1 -0
  550. package/dist/esm/classic/quota/index.d.ts +26 -0
  551. package/dist/esm/classic/quota/index.js +17 -0
  552. package/dist/esm/classic/quota/index.js.map +1 -0
  553. package/dist/esm/classic/quotaOperation/index.d.ts +11 -0
  554. package/dist/esm/classic/quotaOperation/index.js +14 -0
  555. package/dist/esm/classic/quotaOperation/index.js.map +1 -0
  556. package/dist/esm/classic/quotaRequestStatus/index.d.ts +13 -0
  557. package/dist/esm/classic/quotaRequestStatus/index.js +15 -0
  558. package/dist/esm/classic/quotaRequestStatus/index.js.map +1 -0
  559. package/dist/esm/classic/usages/index.d.ts +13 -0
  560. package/dist/esm/classic/usages/index.js +15 -0
  561. package/dist/esm/classic/usages/index.js.map +1 -0
  562. package/dist/esm/index.d.ts +21 -3
  563. package/dist/esm/index.js +6 -11
  564. package/dist/esm/index.js.map +1 -1
  565. package/dist/esm/logger.d.ts +2 -0
  566. package/dist/esm/logger.js +5 -0
  567. package/dist/esm/logger.js.map +1 -0
  568. package/dist/esm/models/index.d.ts +1 -1543
  569. package/dist/esm/models/index.js +3 -73
  570. package/dist/esm/models/index.js.map +1 -1
  571. package/dist/esm/models/models.d.ts +821 -0
  572. package/dist/esm/models/models.js +934 -0
  573. package/dist/esm/models/models.js.map +1 -0
  574. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  575. package/dist/esm/restorePollerHelpers.js +140 -0
  576. package/dist/esm/restorePollerHelpers.js.map +1 -0
  577. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  578. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  579. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  580. package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
  581. package/dist/esm/static-helpers/pagingHelpers.js +118 -0
  582. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  583. package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
  584. package/dist/esm/static-helpers/pollingHelpers.js +79 -0
  585. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  586. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  587. package/dist/esm/static-helpers/urlTemplate.js +185 -0
  588. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  589. package/dist/react-native/api/azureQuotaExtensionAPIContext.d.ts +22 -0
  590. package/dist/react-native/api/azureQuotaExtensionAPIContext.js +43 -0
  591. package/dist/react-native/api/azureQuotaExtensionAPIContext.js.map +1 -0
  592. package/dist/react-native/api/groupQuotaLimits/index.d.ts +3 -0
  593. package/dist/react-native/api/groupQuotaLimits/index.js +4 -0
  594. package/dist/react-native/api/groupQuotaLimits/index.js.map +1 -0
  595. package/dist/react-native/api/groupQuotaLimits/operations.d.ts +9 -0
  596. package/dist/react-native/api/groupQuotaLimits/operations.js +38 -0
  597. package/dist/react-native/api/groupQuotaLimits/operations.js.map +1 -0
  598. package/dist/react-native/api/groupQuotaLimits/options.d.ts +5 -0
  599. package/dist/react-native/api/groupQuotaLimits/options.js +4 -0
  600. package/dist/react-native/api/groupQuotaLimits/options.js.map +1 -0
  601. package/dist/react-native/api/groupQuotaLimitsRequest/index.d.ts +3 -0
  602. package/dist/react-native/api/groupQuotaLimitsRequest/index.js +4 -0
  603. package/dist/react-native/api/groupQuotaLimitsRequest/index.js.map +1 -0
  604. package/dist/react-native/api/groupQuotaLimitsRequest/operations.d.ts +22 -0
  605. package/dist/react-native/api/groupQuotaLimitsRequest/operations.js +113 -0
  606. package/dist/react-native/api/groupQuotaLimitsRequest/operations.js.map +1 -0
  607. package/dist/react-native/api/groupQuotaLimitsRequest/options.d.ts +16 -0
  608. package/dist/react-native/api/groupQuotaLimitsRequest/options.js +4 -0
  609. package/dist/react-native/api/groupQuotaLimitsRequest/options.js.map +1 -0
  610. package/dist/react-native/api/groupQuotaLocationSettings/index.d.ts +3 -0
  611. package/dist/react-native/api/groupQuotaLocationSettings/index.js +4 -0
  612. package/dist/react-native/api/groupQuotaLocationSettings/index.js.map +1 -0
  613. package/dist/react-native/api/groupQuotaLocationSettings/operations.d.ts +30 -0
  614. package/dist/react-native/api/groupQuotaLocationSettings/operations.js +139 -0
  615. package/dist/react-native/api/groupQuotaLocationSettings/operations.js.map +1 -0
  616. package/dist/react-native/api/groupQuotaLocationSettings/options.d.ts +20 -0
  617. package/dist/react-native/api/groupQuotaLocationSettings/options.js +4 -0
  618. package/dist/react-native/api/groupQuotaLocationSettings/options.js.map +1 -0
  619. package/dist/react-native/api/groupQuotaSubscriptionAllocation/index.d.ts +3 -0
  620. package/dist/react-native/api/groupQuotaSubscriptionAllocation/index.js +4 -0
  621. package/dist/react-native/api/groupQuotaSubscriptionAllocation/index.js.map +1 -0
  622. package/dist/react-native/api/groupQuotaSubscriptionAllocation/operations.d.ts +9 -0
  623. package/dist/react-native/api/groupQuotaSubscriptionAllocation/operations.js +43 -0
  624. package/dist/react-native/api/groupQuotaSubscriptionAllocation/operations.js.map +1 -0
  625. package/dist/react-native/api/groupQuotaSubscriptionAllocation/options.d.ts +5 -0
  626. package/dist/react-native/api/groupQuotaSubscriptionAllocation/options.js +4 -0
  627. package/dist/react-native/api/groupQuotaSubscriptionAllocation/options.js.map +1 -0
  628. package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/index.d.ts +3 -0
  629. package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/index.js +4 -0
  630. package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
  631. package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/operations.d.ts +19 -0
  632. package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/operations.js +124 -0
  633. package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/operations.js.map +1 -0
  634. package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/options.d.ts +13 -0
  635. package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/options.js +4 -0
  636. package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/options.js.map +1 -0
  637. package/dist/react-native/api/groupQuotaSubscriptionRequests/index.d.ts +3 -0
  638. package/dist/react-native/api/groupQuotaSubscriptionRequests/index.js +4 -0
  639. package/dist/react-native/api/groupQuotaSubscriptionRequests/index.js.map +1 -0
  640. package/dist/react-native/api/groupQuotaSubscriptionRequests/operations.d.ts +14 -0
  641. package/dist/react-native/api/groupQuotaSubscriptionRequests/operations.js +75 -0
  642. package/dist/react-native/api/groupQuotaSubscriptionRequests/operations.js.map +1 -0
  643. package/dist/react-native/api/groupQuotaSubscriptionRequests/options.d.ts +8 -0
  644. package/dist/react-native/api/groupQuotaSubscriptionRequests/options.js +4 -0
  645. package/dist/react-native/api/groupQuotaSubscriptionRequests/options.js.map +1 -0
  646. package/dist/react-native/api/groupQuotaSubscriptions/index.d.ts +3 -0
  647. package/dist/react-native/api/groupQuotaSubscriptions/index.js +4 -0
  648. package/dist/react-native/api/groupQuotaSubscriptions/index.js.map +1 -0
  649. package/dist/react-native/api/groupQuotaSubscriptions/operations.d.ts +32 -0
  650. package/dist/react-native/api/groupQuotaSubscriptions/operations.js +176 -0
  651. package/dist/react-native/api/groupQuotaSubscriptions/operations.js.map +1 -0
  652. package/dist/react-native/api/groupQuotaSubscriptions/options.d.ts +23 -0
  653. package/dist/react-native/api/groupQuotaSubscriptions/options.js +4 -0
  654. package/dist/react-native/api/groupQuotaSubscriptions/options.js.map +1 -0
  655. package/dist/react-native/api/groupQuotaUsages/index.d.ts +3 -0
  656. package/dist/react-native/api/groupQuotaUsages/index.js +4 -0
  657. package/dist/react-native/api/groupQuotaUsages/index.js.map +1 -0
  658. package/dist/react-native/api/groupQuotaUsages/operations.d.ts +10 -0
  659. package/dist/react-native/api/groupQuotaUsages/operations.js +38 -0
  660. package/dist/react-native/api/groupQuotaUsages/operations.js.map +1 -0
  661. package/dist/react-native/api/groupQuotaUsages/options.d.ts +5 -0
  662. package/dist/react-native/api/groupQuotaUsages/options.js +4 -0
  663. package/dist/react-native/api/groupQuotaUsages/options.js.map +1 -0
  664. package/dist/react-native/api/groupQuotas/index.d.ts +3 -0
  665. package/dist/react-native/api/groupQuotas/index.js +4 -0
  666. package/dist/react-native/api/groupQuotas/index.js.map +1 -0
  667. package/dist/react-native/api/groupQuotas/operations.d.ts +35 -0
  668. package/dist/react-native/api/groupQuotas/operations.js +178 -0
  669. package/dist/react-native/api/groupQuotas/operations.js.map +1 -0
  670. package/dist/react-native/api/groupQuotas/options.d.ts +28 -0
  671. package/dist/react-native/api/groupQuotas/options.js +4 -0
  672. package/dist/react-native/api/groupQuotas/options.js.map +1 -0
  673. package/dist/react-native/api/index.d.ts +2 -0
  674. package/dist/react-native/api/index.js +4 -0
  675. package/dist/react-native/api/index.js.map +1 -0
  676. package/dist/react-native/api/quota/index.d.ts +3 -0
  677. package/dist/react-native/api/quota/index.js +4 -0
  678. package/dist/react-native/api/quota/index.js.map +1 -0
  679. package/dist/react-native/api/quota/operations.d.ts +31 -0
  680. package/dist/react-native/api/quota/operations.js +146 -0
  681. package/dist/react-native/api/quota/operations.js.map +1 -0
  682. package/dist/react-native/api/quota/options.d.ts +18 -0
  683. package/dist/react-native/api/quota/options.js +4 -0
  684. package/dist/react-native/api/quota/options.js.map +1 -0
  685. package/dist/react-native/api/quotaOperation/index.d.ts +3 -0
  686. package/dist/react-native/api/quotaOperation/index.js +4 -0
  687. package/dist/react-native/api/quotaOperation/index.js.map +1 -0
  688. package/dist/react-native/api/quotaOperation/operations.d.ts +10 -0
  689. package/dist/react-native/api/quotaOperation/operations.js +34 -0
  690. package/dist/react-native/api/quotaOperation/operations.js.map +1 -0
  691. package/dist/react-native/api/quotaOperation/options.d.ts +5 -0
  692. package/dist/react-native/api/quotaOperation/options.js +4 -0
  693. package/dist/react-native/api/quotaOperation/options.js.map +1 -0
  694. package/dist/react-native/api/quotaRequestStatus/index.d.ts +3 -0
  695. package/dist/react-native/api/quotaRequestStatus/index.js +4 -0
  696. package/dist/react-native/api/quotaRequestStatus/index.js.map +1 -0
  697. package/dist/react-native/api/quotaRequestStatus/operations.d.ts +14 -0
  698. package/dist/react-native/api/quotaRequestStatus/operations.js +68 -0
  699. package/dist/react-native/api/quotaRequestStatus/operations.js.map +1 -0
  700. package/dist/react-native/api/quotaRequestStatus/options.d.ts +21 -0
  701. package/dist/react-native/api/quotaRequestStatus/options.js +4 -0
  702. package/dist/react-native/api/quotaRequestStatus/options.js.map +1 -0
  703. package/dist/react-native/api/usages/index.d.ts +3 -0
  704. package/dist/react-native/api/usages/index.js +4 -0
  705. package/dist/react-native/api/usages/index.js.map +1 -0
  706. package/dist/react-native/api/usages/operations.d.ts +14 -0
  707. package/dist/react-native/api/usages/operations.js +65 -0
  708. package/dist/react-native/api/usages/operations.js.map +1 -0
  709. package/dist/react-native/api/usages/options.d.ts +8 -0
  710. package/dist/react-native/api/usages/options.js +4 -0
  711. package/dist/react-native/api/usages/options.js.map +1 -0
  712. package/dist/react-native/azureQuotaExtensionAPI.d.ts +50 -29
  713. package/dist/react-native/azureQuotaExtensionAPI.js +70 -114
  714. package/dist/react-native/azureQuotaExtensionAPI.js.map +1 -1
  715. package/dist/react-native/classic/groupQuotaLimits/index.d.ts +10 -0
  716. package/dist/react-native/classic/groupQuotaLimits/index.js +14 -0
  717. package/dist/react-native/classic/groupQuotaLimits/index.js.map +1 -0
  718. package/dist/react-native/classic/groupQuotaLimitsRequest/index.d.ts +19 -0
  719. package/dist/react-native/classic/groupQuotaLimitsRequest/index.js +16 -0
  720. package/dist/react-native/classic/groupQuotaLimitsRequest/index.js.map +1 -0
  721. package/dist/react-native/classic/groupQuotaLocationSettings/index.d.ts +27 -0
  722. package/dist/react-native/classic/groupQuotaLocationSettings/index.js +16 -0
  723. package/dist/react-native/classic/groupQuotaLocationSettings/index.js.map +1 -0
  724. package/dist/react-native/classic/groupQuotaSubscriptionAllocation/index.d.ts +10 -0
  725. package/dist/react-native/classic/groupQuotaSubscriptionAllocation/index.js +14 -0
  726. package/dist/react-native/classic/groupQuotaSubscriptionAllocation/index.js.map +1 -0
  727. package/dist/react-native/classic/groupQuotaSubscriptionAllocationRequest/index.d.ts +16 -0
  728. package/dist/react-native/classic/groupQuotaSubscriptionAllocationRequest/index.js +16 -0
  729. package/dist/react-native/classic/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
  730. package/dist/react-native/classic/groupQuotaSubscriptionRequests/index.d.ts +13 -0
  731. package/dist/react-native/classic/groupQuotaSubscriptionRequests/index.js +15 -0
  732. package/dist/react-native/classic/groupQuotaSubscriptionRequests/index.js.map +1 -0
  733. package/dist/react-native/classic/groupQuotaSubscriptions/index.d.ts +25 -0
  734. package/dist/react-native/classic/groupQuotaSubscriptions/index.js +18 -0
  735. package/dist/react-native/classic/groupQuotaSubscriptions/index.js.map +1 -0
  736. package/dist/react-native/classic/groupQuotaUsages/index.d.ts +11 -0
  737. package/dist/react-native/classic/groupQuotaUsages/index.js +14 -0
  738. package/dist/react-native/classic/groupQuotaUsages/index.js.map +1 -0
  739. package/dist/react-native/classic/groupQuotas/index.d.ts +28 -0
  740. package/dist/react-native/classic/groupQuotas/index.js +18 -0
  741. package/dist/react-native/classic/groupQuotas/index.js.map +1 -0
  742. package/dist/react-native/classic/index.d.ts +14 -0
  743. package/dist/react-native/classic/index.js +4 -0
  744. package/dist/react-native/classic/index.js.map +1 -0
  745. package/dist/react-native/classic/quota/index.d.ts +26 -0
  746. package/dist/react-native/classic/quota/index.js +17 -0
  747. package/dist/react-native/classic/quota/index.js.map +1 -0
  748. package/dist/react-native/classic/quotaOperation/index.d.ts +11 -0
  749. package/dist/react-native/classic/quotaOperation/index.js +14 -0
  750. package/dist/react-native/classic/quotaOperation/index.js.map +1 -0
  751. package/dist/react-native/classic/quotaRequestStatus/index.d.ts +13 -0
  752. package/dist/react-native/classic/quotaRequestStatus/index.js +15 -0
  753. package/dist/react-native/classic/quotaRequestStatus/index.js.map +1 -0
  754. package/dist/react-native/classic/usages/index.d.ts +13 -0
  755. package/dist/react-native/classic/usages/index.js +15 -0
  756. package/dist/react-native/classic/usages/index.js.map +1 -0
  757. package/dist/react-native/index.d.ts +21 -3
  758. package/dist/react-native/index.js +6 -11
  759. package/dist/react-native/index.js.map +1 -1
  760. package/dist/react-native/logger.d.ts +2 -0
  761. package/dist/react-native/logger.js +5 -0
  762. package/dist/react-native/logger.js.map +1 -0
  763. package/dist/react-native/models/index.d.ts +1 -1543
  764. package/dist/react-native/models/index.js +3 -73
  765. package/dist/react-native/models/index.js.map +1 -1
  766. package/dist/react-native/models/models.d.ts +821 -0
  767. package/dist/react-native/models/models.js +934 -0
  768. package/dist/react-native/models/models.js.map +1 -0
  769. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  770. package/dist/react-native/restorePollerHelpers.js +140 -0
  771. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  772. package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
  773. package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
  774. package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
  775. package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
  776. package/dist/react-native/static-helpers/pagingHelpers.js +118 -0
  777. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  778. package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
  779. package/dist/react-native/static-helpers/pollingHelpers.js +79 -0
  780. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  781. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  782. package/dist/react-native/static-helpers/urlTemplate.js +185 -0
  783. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  784. package/package.json +368 -80
  785. package/CHANGELOG.md +0 -446
  786. package/dist/browser/azureQuotaExtensionAPI.d.ts.map +0 -1
  787. package/dist/browser/index.d.ts.map +0 -1
  788. package/dist/browser/lroImpl.d.ts +0 -11
  789. package/dist/browser/lroImpl.d.ts.map +0 -1
  790. package/dist/browser/lroImpl.js +0 -25
  791. package/dist/browser/lroImpl.js.map +0 -1
  792. package/dist/browser/models/index.d.ts.map +0 -1
  793. package/dist/browser/models/mappers.d.ts +0 -103
  794. package/dist/browser/models/mappers.d.ts.map +0 -1
  795. package/dist/browser/models/mappers.js +0 -2561
  796. package/dist/browser/models/mappers.js.map +0 -1
  797. package/dist/browser/models/parameters.d.ts +0 -26
  798. package/dist/browser/models/parameters.d.ts.map +0 -1
  799. package/dist/browser/models/parameters.js +0 -243
  800. package/dist/browser/models/parameters.js.map +0 -1
  801. package/dist/browser/operations/groupQuotaLimits.d.ts +0 -25
  802. package/dist/browser/operations/groupQuotaLimits.d.ts.map +0 -1
  803. package/dist/browser/operations/groupQuotaLimits.js +0 -66
  804. package/dist/browser/operations/groupQuotaLimits.js.map +0 -1
  805. package/dist/browser/operations/groupQuotaLimitsRequest.d.ts +0 -99
  806. package/dist/browser/operations/groupQuotaLimitsRequest.d.ts.map +0 -1
  807. package/dist/browser/operations/groupQuotaLimitsRequest.js +0 -312
  808. package/dist/browser/operations/groupQuotaLimitsRequest.js.map +0 -1
  809. package/dist/browser/operations/groupQuotaSubscriptionAllocation.d.ts +0 -27
  810. package/dist/browser/operations/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
  811. package/dist/browser/operations/groupQuotaSubscriptionAllocation.js +0 -69
  812. package/dist/browser/operations/groupQuotaSubscriptionAllocation.js.map +0 -1
  813. package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.d.ts +0 -105
  814. package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
  815. package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.js +0 -330
  816. package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
  817. package/dist/browser/operations/groupQuotaSubscriptionRequests.d.ts +0 -55
  818. package/dist/browser/operations/groupQuotaSubscriptionRequests.d.ts.map +0 -1
  819. package/dist/browser/operations/groupQuotaSubscriptionRequests.js +0 -171
  820. package/dist/browser/operations/groupQuotaSubscriptionRequests.js.map +0 -1
  821. package/dist/browser/operations/groupQuotaSubscriptions.d.ts +0 -111
  822. package/dist/browser/operations/groupQuotaSubscriptions.d.ts.map +0 -1
  823. package/dist/browser/operations/groupQuotaSubscriptions.js +0 -447
  824. package/dist/browser/operations/groupQuotaSubscriptions.js.map +0 -1
  825. package/dist/browser/operations/groupQuotas.d.ts +0 -123
  826. package/dist/browser/operations/groupQuotas.d.ts.map +0 -1
  827. package/dist/browser/operations/groupQuotas.js +0 -454
  828. package/dist/browser/operations/groupQuotas.js.map +0 -1
  829. package/dist/browser/operations/index.d.ts +0 -12
  830. package/dist/browser/operations/index.d.ts.map +0 -1
  831. package/dist/browser/operations/index.js +0 -19
  832. package/dist/browser/operations/index.js.map +0 -1
  833. package/dist/browser/operations/quota.d.ts +0 -147
  834. package/dist/browser/operations/quota.d.ts.map +0 -1
  835. package/dist/browser/operations/quota.js +0 -393
  836. package/dist/browser/operations/quota.js.map +0 -1
  837. package/dist/browser/operations/quotaOperation.d.ts +0 -32
  838. package/dist/browser/operations/quotaOperation.d.ts.map +0 -1
  839. package/dist/browser/operations/quotaOperation.js +0 -116
  840. package/dist/browser/operations/quotaOperation.js.map +0 -1
  841. package/dist/browser/operations/quotaRequestStatus.d.ts +0 -62
  842. package/dist/browser/operations/quotaRequestStatus.d.ts.map +0 -1
  843. package/dist/browser/operations/quotaRequestStatus.js +0 -169
  844. package/dist/browser/operations/quotaRequestStatus.js.map +0 -1
  845. package/dist/browser/operations/usages.d.ts +0 -61
  846. package/dist/browser/operations/usages.d.ts.map +0 -1
  847. package/dist/browser/operations/usages.js +0 -166
  848. package/dist/browser/operations/usages.js.map +0 -1
  849. package/dist/browser/operationsInterfaces/groupQuotaLimits.d.ts +0 -17
  850. package/dist/browser/operationsInterfaces/groupQuotaLimits.d.ts.map +0 -1
  851. package/dist/browser/operationsInterfaces/groupQuotaLimits.js +0 -9
  852. package/dist/browser/operationsInterfaces/groupQuotaLimits.js.map +0 -1
  853. package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.d.ts +0 -63
  854. package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +0 -1
  855. package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.js +0 -9
  856. package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.js.map +0 -1
  857. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +0 -19
  858. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
  859. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.js +0 -9
  860. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +0 -1
  861. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +0 -68
  862. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
  863. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +0 -9
  864. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
  865. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +0 -27
  866. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +0 -1
  867. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.js +0 -9
  868. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +0 -1
  869. package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.d.ts +0 -84
  870. package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +0 -1
  871. package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.js +0 -9
  872. package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.js.map +0 -1
  873. package/dist/browser/operationsInterfaces/groupQuotas.d.ts +0 -99
  874. package/dist/browser/operationsInterfaces/groupQuotas.d.ts.map +0 -1
  875. package/dist/browser/operationsInterfaces/groupQuotas.js +0 -9
  876. package/dist/browser/operationsInterfaces/groupQuotas.js.map +0 -1
  877. package/dist/browser/operationsInterfaces/index.d.ts +0 -12
  878. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  879. package/dist/browser/operationsInterfaces/index.js +0 -19
  880. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  881. package/dist/browser/operationsInterfaces/quota.d.ts +0 -115
  882. package/dist/browser/operationsInterfaces/quota.d.ts.map +0 -1
  883. package/dist/browser/operationsInterfaces/quota.js +0 -9
  884. package/dist/browser/operationsInterfaces/quota.js.map +0 -1
  885. package/dist/browser/operationsInterfaces/quotaOperation.d.ts +0 -11
  886. package/dist/browser/operationsInterfaces/quotaOperation.d.ts.map +0 -1
  887. package/dist/browser/operationsInterfaces/quotaOperation.js +0 -9
  888. package/dist/browser/operationsInterfaces/quotaOperation.js.map +0 -1
  889. package/dist/browser/operationsInterfaces/quotaRequestStatus.d.ts +0 -30
  890. package/dist/browser/operationsInterfaces/quotaRequestStatus.d.ts.map +0 -1
  891. package/dist/browser/operationsInterfaces/quotaRequestStatus.js +0 -9
  892. package/dist/browser/operationsInterfaces/quotaRequestStatus.js.map +0 -1
  893. package/dist/browser/operationsInterfaces/usages.d.ts +0 -30
  894. package/dist/browser/operationsInterfaces/usages.d.ts.map +0 -1
  895. package/dist/browser/operationsInterfaces/usages.js +0 -9
  896. package/dist/browser/operationsInterfaces/usages.js.map +0 -1
  897. package/dist/browser/pagingHelper.d.ts +0 -13
  898. package/dist/browser/pagingHelper.d.ts.map +0 -1
  899. package/dist/browser/pagingHelper.js +0 -30
  900. package/dist/browser/pagingHelper.js.map +0 -1
  901. package/dist/commonjs/azureQuotaExtensionAPI.d.ts.map +0 -1
  902. package/dist/commonjs/index.d.ts.map +0 -1
  903. package/dist/commonjs/lroImpl.d.ts +0 -11
  904. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  905. package/dist/commonjs/lroImpl.js +0 -28
  906. package/dist/commonjs/lroImpl.js.map +0 -1
  907. package/dist/commonjs/models/index.d.ts.map +0 -1
  908. package/dist/commonjs/models/mappers.d.ts +0 -103
  909. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  910. package/dist/commonjs/models/mappers.js +0 -2565
  911. package/dist/commonjs/models/mappers.js.map +0 -1
  912. package/dist/commonjs/models/parameters.d.ts +0 -26
  913. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  914. package/dist/commonjs/models/parameters.js +0 -246
  915. package/dist/commonjs/models/parameters.js.map +0 -1
  916. package/dist/commonjs/operations/groupQuotaLimits.d.ts +0 -25
  917. package/dist/commonjs/operations/groupQuotaLimits.d.ts.map +0 -1
  918. package/dist/commonjs/operations/groupQuotaLimits.js +0 -71
  919. package/dist/commonjs/operations/groupQuotaLimits.js.map +0 -1
  920. package/dist/commonjs/operations/groupQuotaLimitsRequest.d.ts +0 -99
  921. package/dist/commonjs/operations/groupQuotaLimitsRequest.d.ts.map +0 -1
  922. package/dist/commonjs/operations/groupQuotaLimitsRequest.js +0 -317
  923. package/dist/commonjs/operations/groupQuotaLimitsRequest.js.map +0 -1
  924. package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.d.ts +0 -27
  925. package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
  926. package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.js +0 -74
  927. package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.js.map +0 -1
  928. package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.d.ts +0 -105
  929. package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
  930. package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.js +0 -335
  931. package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
  932. package/dist/commonjs/operations/groupQuotaSubscriptionRequests.d.ts +0 -55
  933. package/dist/commonjs/operations/groupQuotaSubscriptionRequests.d.ts.map +0 -1
  934. package/dist/commonjs/operations/groupQuotaSubscriptionRequests.js +0 -176
  935. package/dist/commonjs/operations/groupQuotaSubscriptionRequests.js.map +0 -1
  936. package/dist/commonjs/operations/groupQuotaSubscriptions.d.ts +0 -111
  937. package/dist/commonjs/operations/groupQuotaSubscriptions.d.ts.map +0 -1
  938. package/dist/commonjs/operations/groupQuotaSubscriptions.js +0 -452
  939. package/dist/commonjs/operations/groupQuotaSubscriptions.js.map +0 -1
  940. package/dist/commonjs/operations/groupQuotas.d.ts +0 -123
  941. package/dist/commonjs/operations/groupQuotas.d.ts.map +0 -1
  942. package/dist/commonjs/operations/groupQuotas.js +0 -459
  943. package/dist/commonjs/operations/groupQuotas.js.map +0 -1
  944. package/dist/commonjs/operations/index.d.ts +0 -12
  945. package/dist/commonjs/operations/index.d.ts.map +0 -1
  946. package/dist/commonjs/operations/index.js +0 -22
  947. package/dist/commonjs/operations/index.js.map +0 -1
  948. package/dist/commonjs/operations/quota.d.ts +0 -147
  949. package/dist/commonjs/operations/quota.d.ts.map +0 -1
  950. package/dist/commonjs/operations/quota.js +0 -398
  951. package/dist/commonjs/operations/quota.js.map +0 -1
  952. package/dist/commonjs/operations/quotaOperation.d.ts +0 -32
  953. package/dist/commonjs/operations/quotaOperation.d.ts.map +0 -1
  954. package/dist/commonjs/operations/quotaOperation.js +0 -121
  955. package/dist/commonjs/operations/quotaOperation.js.map +0 -1
  956. package/dist/commonjs/operations/quotaRequestStatus.d.ts +0 -62
  957. package/dist/commonjs/operations/quotaRequestStatus.d.ts.map +0 -1
  958. package/dist/commonjs/operations/quotaRequestStatus.js +0 -174
  959. package/dist/commonjs/operations/quotaRequestStatus.js.map +0 -1
  960. package/dist/commonjs/operations/usages.d.ts +0 -61
  961. package/dist/commonjs/operations/usages.d.ts.map +0 -1
  962. package/dist/commonjs/operations/usages.js +0 -171
  963. package/dist/commonjs/operations/usages.js.map +0 -1
  964. package/dist/commonjs/operationsInterfaces/groupQuotaLimits.d.ts +0 -17
  965. package/dist/commonjs/operationsInterfaces/groupQuotaLimits.d.ts.map +0 -1
  966. package/dist/commonjs/operationsInterfaces/groupQuotaLimits.js +0 -10
  967. package/dist/commonjs/operationsInterfaces/groupQuotaLimits.js.map +0 -1
  968. package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.d.ts +0 -63
  969. package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +0 -1
  970. package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.js +0 -10
  971. package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.js.map +0 -1
  972. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +0 -19
  973. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
  974. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.js +0 -10
  975. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +0 -1
  976. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +0 -68
  977. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
  978. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +0 -10
  979. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
  980. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +0 -27
  981. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +0 -1
  982. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.js +0 -10
  983. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +0 -1
  984. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.d.ts +0 -84
  985. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +0 -1
  986. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.js +0 -10
  987. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.js.map +0 -1
  988. package/dist/commonjs/operationsInterfaces/groupQuotas.d.ts +0 -99
  989. package/dist/commonjs/operationsInterfaces/groupQuotas.d.ts.map +0 -1
  990. package/dist/commonjs/operationsInterfaces/groupQuotas.js +0 -10
  991. package/dist/commonjs/operationsInterfaces/groupQuotas.js.map +0 -1
  992. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -12
  993. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  994. package/dist/commonjs/operationsInterfaces/index.js +0 -22
  995. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  996. package/dist/commonjs/operationsInterfaces/quota.d.ts +0 -115
  997. package/dist/commonjs/operationsInterfaces/quota.d.ts.map +0 -1
  998. package/dist/commonjs/operationsInterfaces/quota.js +0 -10
  999. package/dist/commonjs/operationsInterfaces/quota.js.map +0 -1
  1000. package/dist/commonjs/operationsInterfaces/quotaOperation.d.ts +0 -11
  1001. package/dist/commonjs/operationsInterfaces/quotaOperation.d.ts.map +0 -1
  1002. package/dist/commonjs/operationsInterfaces/quotaOperation.js +0 -10
  1003. package/dist/commonjs/operationsInterfaces/quotaOperation.js.map +0 -1
  1004. package/dist/commonjs/operationsInterfaces/quotaRequestStatus.d.ts +0 -30
  1005. package/dist/commonjs/operationsInterfaces/quotaRequestStatus.d.ts.map +0 -1
  1006. package/dist/commonjs/operationsInterfaces/quotaRequestStatus.js +0 -10
  1007. package/dist/commonjs/operationsInterfaces/quotaRequestStatus.js.map +0 -1
  1008. package/dist/commonjs/operationsInterfaces/usages.d.ts +0 -30
  1009. package/dist/commonjs/operationsInterfaces/usages.d.ts.map +0 -1
  1010. package/dist/commonjs/operationsInterfaces/usages.js +0 -10
  1011. package/dist/commonjs/operationsInterfaces/usages.js.map +0 -1
  1012. package/dist/commonjs/pagingHelper.d.ts +0 -13
  1013. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  1014. package/dist/commonjs/pagingHelper.js +0 -34
  1015. package/dist/commonjs/pagingHelper.js.map +0 -1
  1016. package/dist/esm/azureQuotaExtensionAPI.d.ts.map +0 -1
  1017. package/dist/esm/index.d.ts.map +0 -1
  1018. package/dist/esm/lroImpl.d.ts +0 -11
  1019. package/dist/esm/lroImpl.d.ts.map +0 -1
  1020. package/dist/esm/lroImpl.js +0 -25
  1021. package/dist/esm/lroImpl.js.map +0 -1
  1022. package/dist/esm/models/index.d.ts.map +0 -1
  1023. package/dist/esm/models/mappers.d.ts +0 -103
  1024. package/dist/esm/models/mappers.d.ts.map +0 -1
  1025. package/dist/esm/models/mappers.js +0 -2561
  1026. package/dist/esm/models/mappers.js.map +0 -1
  1027. package/dist/esm/models/parameters.d.ts +0 -26
  1028. package/dist/esm/models/parameters.d.ts.map +0 -1
  1029. package/dist/esm/models/parameters.js +0 -243
  1030. package/dist/esm/models/parameters.js.map +0 -1
  1031. package/dist/esm/operations/groupQuotaLimits.d.ts +0 -25
  1032. package/dist/esm/operations/groupQuotaLimits.d.ts.map +0 -1
  1033. package/dist/esm/operations/groupQuotaLimits.js +0 -66
  1034. package/dist/esm/operations/groupQuotaLimits.js.map +0 -1
  1035. package/dist/esm/operations/groupQuotaLimitsRequest.d.ts +0 -99
  1036. package/dist/esm/operations/groupQuotaLimitsRequest.d.ts.map +0 -1
  1037. package/dist/esm/operations/groupQuotaLimitsRequest.js +0 -312
  1038. package/dist/esm/operations/groupQuotaLimitsRequest.js.map +0 -1
  1039. package/dist/esm/operations/groupQuotaSubscriptionAllocation.d.ts +0 -27
  1040. package/dist/esm/operations/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
  1041. package/dist/esm/operations/groupQuotaSubscriptionAllocation.js +0 -69
  1042. package/dist/esm/operations/groupQuotaSubscriptionAllocation.js.map +0 -1
  1043. package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.d.ts +0 -105
  1044. package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
  1045. package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.js +0 -330
  1046. package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
  1047. package/dist/esm/operations/groupQuotaSubscriptionRequests.d.ts +0 -55
  1048. package/dist/esm/operations/groupQuotaSubscriptionRequests.d.ts.map +0 -1
  1049. package/dist/esm/operations/groupQuotaSubscriptionRequests.js +0 -171
  1050. package/dist/esm/operations/groupQuotaSubscriptionRequests.js.map +0 -1
  1051. package/dist/esm/operations/groupQuotaSubscriptions.d.ts +0 -111
  1052. package/dist/esm/operations/groupQuotaSubscriptions.d.ts.map +0 -1
  1053. package/dist/esm/operations/groupQuotaSubscriptions.js +0 -447
  1054. package/dist/esm/operations/groupQuotaSubscriptions.js.map +0 -1
  1055. package/dist/esm/operations/groupQuotas.d.ts +0 -123
  1056. package/dist/esm/operations/groupQuotas.d.ts.map +0 -1
  1057. package/dist/esm/operations/groupQuotas.js +0 -454
  1058. package/dist/esm/operations/groupQuotas.js.map +0 -1
  1059. package/dist/esm/operations/index.d.ts +0 -12
  1060. package/dist/esm/operations/index.d.ts.map +0 -1
  1061. package/dist/esm/operations/index.js +0 -19
  1062. package/dist/esm/operations/index.js.map +0 -1
  1063. package/dist/esm/operations/quota.d.ts +0 -147
  1064. package/dist/esm/operations/quota.d.ts.map +0 -1
  1065. package/dist/esm/operations/quota.js +0 -393
  1066. package/dist/esm/operations/quota.js.map +0 -1
  1067. package/dist/esm/operations/quotaOperation.d.ts +0 -32
  1068. package/dist/esm/operations/quotaOperation.d.ts.map +0 -1
  1069. package/dist/esm/operations/quotaOperation.js +0 -116
  1070. package/dist/esm/operations/quotaOperation.js.map +0 -1
  1071. package/dist/esm/operations/quotaRequestStatus.d.ts +0 -62
  1072. package/dist/esm/operations/quotaRequestStatus.d.ts.map +0 -1
  1073. package/dist/esm/operations/quotaRequestStatus.js +0 -169
  1074. package/dist/esm/operations/quotaRequestStatus.js.map +0 -1
  1075. package/dist/esm/operations/usages.d.ts +0 -61
  1076. package/dist/esm/operations/usages.d.ts.map +0 -1
  1077. package/dist/esm/operations/usages.js +0 -166
  1078. package/dist/esm/operations/usages.js.map +0 -1
  1079. package/dist/esm/operationsInterfaces/groupQuotaLimits.d.ts +0 -17
  1080. package/dist/esm/operationsInterfaces/groupQuotaLimits.d.ts.map +0 -1
  1081. package/dist/esm/operationsInterfaces/groupQuotaLimits.js +0 -9
  1082. package/dist/esm/operationsInterfaces/groupQuotaLimits.js.map +0 -1
  1083. package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.d.ts +0 -63
  1084. package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +0 -1
  1085. package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.js +0 -9
  1086. package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.js.map +0 -1
  1087. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +0 -19
  1088. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
  1089. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.js +0 -9
  1090. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +0 -1
  1091. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +0 -68
  1092. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
  1093. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +0 -9
  1094. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
  1095. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +0 -27
  1096. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +0 -1
  1097. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.js +0 -9
  1098. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +0 -1
  1099. package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.d.ts +0 -84
  1100. package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +0 -1
  1101. package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.js +0 -9
  1102. package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.js.map +0 -1
  1103. package/dist/esm/operationsInterfaces/groupQuotas.d.ts +0 -99
  1104. package/dist/esm/operationsInterfaces/groupQuotas.d.ts.map +0 -1
  1105. package/dist/esm/operationsInterfaces/groupQuotas.js +0 -9
  1106. package/dist/esm/operationsInterfaces/groupQuotas.js.map +0 -1
  1107. package/dist/esm/operationsInterfaces/index.d.ts +0 -12
  1108. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  1109. package/dist/esm/operationsInterfaces/index.js +0 -19
  1110. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  1111. package/dist/esm/operationsInterfaces/quota.d.ts +0 -115
  1112. package/dist/esm/operationsInterfaces/quota.d.ts.map +0 -1
  1113. package/dist/esm/operationsInterfaces/quota.js +0 -9
  1114. package/dist/esm/operationsInterfaces/quota.js.map +0 -1
  1115. package/dist/esm/operationsInterfaces/quotaOperation.d.ts +0 -11
  1116. package/dist/esm/operationsInterfaces/quotaOperation.d.ts.map +0 -1
  1117. package/dist/esm/operationsInterfaces/quotaOperation.js +0 -9
  1118. package/dist/esm/operationsInterfaces/quotaOperation.js.map +0 -1
  1119. package/dist/esm/operationsInterfaces/quotaRequestStatus.d.ts +0 -30
  1120. package/dist/esm/operationsInterfaces/quotaRequestStatus.d.ts.map +0 -1
  1121. package/dist/esm/operationsInterfaces/quotaRequestStatus.js +0 -9
  1122. package/dist/esm/operationsInterfaces/quotaRequestStatus.js.map +0 -1
  1123. package/dist/esm/operationsInterfaces/usages.d.ts +0 -30
  1124. package/dist/esm/operationsInterfaces/usages.d.ts.map +0 -1
  1125. package/dist/esm/operationsInterfaces/usages.js +0 -9
  1126. package/dist/esm/operationsInterfaces/usages.js.map +0 -1
  1127. package/dist/esm/pagingHelper.d.ts +0 -13
  1128. package/dist/esm/pagingHelper.d.ts.map +0 -1
  1129. package/dist/esm/pagingHelper.js +0 -30
  1130. package/dist/esm/pagingHelper.js.map +0 -1
  1131. package/dist/react-native/azureQuotaExtensionAPI.d.ts.map +0 -1
  1132. package/dist/react-native/index.d.ts.map +0 -1
  1133. package/dist/react-native/lroImpl.d.ts +0 -11
  1134. package/dist/react-native/lroImpl.d.ts.map +0 -1
  1135. package/dist/react-native/lroImpl.js +0 -25
  1136. package/dist/react-native/lroImpl.js.map +0 -1
  1137. package/dist/react-native/models/index.d.ts.map +0 -1
  1138. package/dist/react-native/models/mappers.d.ts +0 -103
  1139. package/dist/react-native/models/mappers.d.ts.map +0 -1
  1140. package/dist/react-native/models/mappers.js +0 -2561
  1141. package/dist/react-native/models/mappers.js.map +0 -1
  1142. package/dist/react-native/models/parameters.d.ts +0 -26
  1143. package/dist/react-native/models/parameters.d.ts.map +0 -1
  1144. package/dist/react-native/models/parameters.js +0 -243
  1145. package/dist/react-native/models/parameters.js.map +0 -1
  1146. package/dist/react-native/operations/groupQuotaLimits.d.ts +0 -25
  1147. package/dist/react-native/operations/groupQuotaLimits.d.ts.map +0 -1
  1148. package/dist/react-native/operations/groupQuotaLimits.js +0 -66
  1149. package/dist/react-native/operations/groupQuotaLimits.js.map +0 -1
  1150. package/dist/react-native/operations/groupQuotaLimitsRequest.d.ts +0 -99
  1151. package/dist/react-native/operations/groupQuotaLimitsRequest.d.ts.map +0 -1
  1152. package/dist/react-native/operations/groupQuotaLimitsRequest.js +0 -312
  1153. package/dist/react-native/operations/groupQuotaLimitsRequest.js.map +0 -1
  1154. package/dist/react-native/operations/groupQuotaSubscriptionAllocation.d.ts +0 -27
  1155. package/dist/react-native/operations/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
  1156. package/dist/react-native/operations/groupQuotaSubscriptionAllocation.js +0 -69
  1157. package/dist/react-native/operations/groupQuotaSubscriptionAllocation.js.map +0 -1
  1158. package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.d.ts +0 -105
  1159. package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
  1160. package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.js +0 -330
  1161. package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
  1162. package/dist/react-native/operations/groupQuotaSubscriptionRequests.d.ts +0 -55
  1163. package/dist/react-native/operations/groupQuotaSubscriptionRequests.d.ts.map +0 -1
  1164. package/dist/react-native/operations/groupQuotaSubscriptionRequests.js +0 -171
  1165. package/dist/react-native/operations/groupQuotaSubscriptionRequests.js.map +0 -1
  1166. package/dist/react-native/operations/groupQuotaSubscriptions.d.ts +0 -111
  1167. package/dist/react-native/operations/groupQuotaSubscriptions.d.ts.map +0 -1
  1168. package/dist/react-native/operations/groupQuotaSubscriptions.js +0 -447
  1169. package/dist/react-native/operations/groupQuotaSubscriptions.js.map +0 -1
  1170. package/dist/react-native/operations/groupQuotas.d.ts +0 -123
  1171. package/dist/react-native/operations/groupQuotas.d.ts.map +0 -1
  1172. package/dist/react-native/operations/groupQuotas.js +0 -454
  1173. package/dist/react-native/operations/groupQuotas.js.map +0 -1
  1174. package/dist/react-native/operations/index.d.ts +0 -12
  1175. package/dist/react-native/operations/index.d.ts.map +0 -1
  1176. package/dist/react-native/operations/index.js +0 -19
  1177. package/dist/react-native/operations/index.js.map +0 -1
  1178. package/dist/react-native/operations/quota.d.ts +0 -147
  1179. package/dist/react-native/operations/quota.d.ts.map +0 -1
  1180. package/dist/react-native/operations/quota.js +0 -393
  1181. package/dist/react-native/operations/quota.js.map +0 -1
  1182. package/dist/react-native/operations/quotaOperation.d.ts +0 -32
  1183. package/dist/react-native/operations/quotaOperation.d.ts.map +0 -1
  1184. package/dist/react-native/operations/quotaOperation.js +0 -116
  1185. package/dist/react-native/operations/quotaOperation.js.map +0 -1
  1186. package/dist/react-native/operations/quotaRequestStatus.d.ts +0 -62
  1187. package/dist/react-native/operations/quotaRequestStatus.d.ts.map +0 -1
  1188. package/dist/react-native/operations/quotaRequestStatus.js +0 -169
  1189. package/dist/react-native/operations/quotaRequestStatus.js.map +0 -1
  1190. package/dist/react-native/operations/usages.d.ts +0 -61
  1191. package/dist/react-native/operations/usages.d.ts.map +0 -1
  1192. package/dist/react-native/operations/usages.js +0 -166
  1193. package/dist/react-native/operations/usages.js.map +0 -1
  1194. package/dist/react-native/operationsInterfaces/groupQuotaLimits.d.ts +0 -17
  1195. package/dist/react-native/operationsInterfaces/groupQuotaLimits.d.ts.map +0 -1
  1196. package/dist/react-native/operationsInterfaces/groupQuotaLimits.js +0 -9
  1197. package/dist/react-native/operationsInterfaces/groupQuotaLimits.js.map +0 -1
  1198. package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.d.ts +0 -63
  1199. package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +0 -1
  1200. package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.js +0 -9
  1201. package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.js.map +0 -1
  1202. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +0 -19
  1203. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
  1204. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.js +0 -9
  1205. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +0 -1
  1206. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +0 -68
  1207. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
  1208. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +0 -9
  1209. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
  1210. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +0 -27
  1211. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +0 -1
  1212. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.js +0 -9
  1213. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +0 -1
  1214. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.d.ts +0 -84
  1215. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +0 -1
  1216. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.js +0 -9
  1217. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.js.map +0 -1
  1218. package/dist/react-native/operationsInterfaces/groupQuotas.d.ts +0 -99
  1219. package/dist/react-native/operationsInterfaces/groupQuotas.d.ts.map +0 -1
  1220. package/dist/react-native/operationsInterfaces/groupQuotas.js +0 -9
  1221. package/dist/react-native/operationsInterfaces/groupQuotas.js.map +0 -1
  1222. package/dist/react-native/operationsInterfaces/index.d.ts +0 -12
  1223. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  1224. package/dist/react-native/operationsInterfaces/index.js +0 -19
  1225. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  1226. package/dist/react-native/operationsInterfaces/quota.d.ts +0 -115
  1227. package/dist/react-native/operationsInterfaces/quota.d.ts.map +0 -1
  1228. package/dist/react-native/operationsInterfaces/quota.js +0 -9
  1229. package/dist/react-native/operationsInterfaces/quota.js.map +0 -1
  1230. package/dist/react-native/operationsInterfaces/quotaOperation.d.ts +0 -11
  1231. package/dist/react-native/operationsInterfaces/quotaOperation.d.ts.map +0 -1
  1232. package/dist/react-native/operationsInterfaces/quotaOperation.js +0 -9
  1233. package/dist/react-native/operationsInterfaces/quotaOperation.js.map +0 -1
  1234. package/dist/react-native/operationsInterfaces/quotaRequestStatus.d.ts +0 -30
  1235. package/dist/react-native/operationsInterfaces/quotaRequestStatus.d.ts.map +0 -1
  1236. package/dist/react-native/operationsInterfaces/quotaRequestStatus.js +0 -9
  1237. package/dist/react-native/operationsInterfaces/quotaRequestStatus.js.map +0 -1
  1238. package/dist/react-native/operationsInterfaces/usages.d.ts +0 -30
  1239. package/dist/react-native/operationsInterfaces/usages.d.ts.map +0 -1
  1240. package/dist/react-native/operationsInterfaces/usages.js +0 -9
  1241. package/dist/react-native/operationsInterfaces/usages.js.map +0 -1
  1242. package/dist/react-native/pagingHelper.d.ts +0 -13
  1243. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  1244. package/dist/react-native/pagingHelper.js +0 -30
  1245. package/dist/react-native/pagingHelper.js.map +0 -1
  1246. package/review/arm-quota-node.api.md +0 -1148
@@ -1,447 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { setContinuationToken } from "../pagingHelper.js";
9
- import * as coreClient from "@azure/core-client";
10
- import * as Mappers from "../models/mappers.js";
11
- import * as Parameters from "../models/parameters.js";
12
- import { createHttpPoller, } from "@azure/core-lro";
13
- import { createLroSpec } from "../lroImpl.js";
14
- /// <reference lib="esnext.asynciterable" />
15
- /** Class containing GroupQuotaSubscriptions operations. */
16
- export class GroupQuotaSubscriptionsImpl {
17
- client;
18
- /**
19
- * Initialize a new instance of the class GroupQuotaSubscriptions class.
20
- * @param client Reference to the service client
21
- */
22
- constructor(client) {
23
- this.client = client;
24
- }
25
- /**
26
- * Returns a list of the subscriptionIds associated with the GroupQuotas.
27
- * @param managementGroupId Management Group Id.
28
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
29
- * tenantId/MgId.
30
- * @param options The options parameters.
31
- */
32
- list(managementGroupId, groupQuotaName, options) {
33
- const iter = this.listPagingAll(managementGroupId, groupQuotaName, options);
34
- return {
35
- next() {
36
- return iter.next();
37
- },
38
- [Symbol.asyncIterator]() {
39
- return this;
40
- },
41
- byPage: (settings) => {
42
- if (settings?.maxPageSize) {
43
- throw new Error("maxPageSize is not supported by this operation.");
44
- }
45
- return this.listPagingPage(managementGroupId, groupQuotaName, options, settings);
46
- },
47
- };
48
- }
49
- async *listPagingPage(managementGroupId, groupQuotaName, options, settings) {
50
- let result;
51
- let continuationToken = settings?.continuationToken;
52
- if (!continuationToken) {
53
- result = await this._list(managementGroupId, groupQuotaName, options);
54
- let page = result.value || [];
55
- continuationToken = result.nextLink;
56
- setContinuationToken(page, continuationToken);
57
- yield page;
58
- }
59
- while (continuationToken) {
60
- result = await this._listNext(managementGroupId, groupQuotaName, continuationToken, options);
61
- continuationToken = result.nextLink;
62
- let page = result.value || [];
63
- setContinuationToken(page, continuationToken);
64
- yield page;
65
- }
66
- }
67
- async *listPagingAll(managementGroupId, groupQuotaName, options) {
68
- for await (const page of this.listPagingPage(managementGroupId, groupQuotaName, options)) {
69
- yield* page;
70
- }
71
- }
72
- /**
73
- * Adds a subscription to GroupQuotas. The subscriptions will be validated based on the
74
- * additionalAttributes defined in the GroupQuota. The additionalAttributes works as filter for the
75
- * subscriptions, which can be included in the GroupQuotas. The request's TenantId is validated against
76
- * the subscription's TenantId.
77
- * @param managementGroupId Management Group Id.
78
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
79
- * tenantId/MgId.
80
- * @param options The options parameters.
81
- */
82
- async beginCreateOrUpdate(managementGroupId, groupQuotaName, options) {
83
- const directSendOperation = async (args, spec) => {
84
- return this.client.sendOperationRequest(args, spec);
85
- };
86
- const sendOperationFn = async (args, spec) => {
87
- let currentRawResponse = undefined;
88
- const providedCallback = args.options?.onResponse;
89
- const callback = (rawResponse, flatResponse) => {
90
- currentRawResponse = rawResponse;
91
- providedCallback?.(rawResponse, flatResponse);
92
- };
93
- const updatedArgs = {
94
- ...args,
95
- options: {
96
- ...args.options,
97
- onResponse: callback,
98
- },
99
- };
100
- const flatResponse = await directSendOperation(updatedArgs, spec);
101
- return {
102
- flatResponse,
103
- rawResponse: {
104
- statusCode: currentRawResponse.status,
105
- body: currentRawResponse.parsedBody,
106
- headers: currentRawResponse.headers.toJSON(),
107
- },
108
- };
109
- };
110
- const lro = createLroSpec({
111
- sendOperationFn,
112
- args: { managementGroupId, groupQuotaName, options },
113
- spec: createOrUpdateOperationSpec,
114
- });
115
- const poller = await createHttpPoller(lro, {
116
- restoreFrom: options?.resumeFrom,
117
- intervalInMs: options?.updateIntervalInMs,
118
- resourceLocationConfig: "location",
119
- });
120
- await poller.poll();
121
- return poller;
122
- }
123
- /**
124
- * Adds a subscription to GroupQuotas. The subscriptions will be validated based on the
125
- * additionalAttributes defined in the GroupQuota. The additionalAttributes works as filter for the
126
- * subscriptions, which can be included in the GroupQuotas. The request's TenantId is validated against
127
- * the subscription's TenantId.
128
- * @param managementGroupId Management Group Id.
129
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
130
- * tenantId/MgId.
131
- * @param options The options parameters.
132
- */
133
- async beginCreateOrUpdateAndWait(managementGroupId, groupQuotaName, options) {
134
- const poller = await this.beginCreateOrUpdate(managementGroupId, groupQuotaName, options);
135
- return poller.pollUntilDone();
136
- }
137
- /**
138
- * Updates the GroupQuotas with the subscription to add to the subscriptions list. The subscriptions
139
- * will be validated if additionalAttributes are defined in the GroupQuota. The request's TenantId is
140
- * validated against the subscription's TenantId.
141
- * @param managementGroupId Management Group Id.
142
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
143
- * tenantId/MgId.
144
- * @param options The options parameters.
145
- */
146
- async beginUpdate(managementGroupId, groupQuotaName, options) {
147
- const directSendOperation = async (args, spec) => {
148
- return this.client.sendOperationRequest(args, spec);
149
- };
150
- const sendOperationFn = async (args, spec) => {
151
- let currentRawResponse = undefined;
152
- const providedCallback = args.options?.onResponse;
153
- const callback = (rawResponse, flatResponse) => {
154
- currentRawResponse = rawResponse;
155
- providedCallback?.(rawResponse, flatResponse);
156
- };
157
- const updatedArgs = {
158
- ...args,
159
- options: {
160
- ...args.options,
161
- onResponse: callback,
162
- },
163
- };
164
- const flatResponse = await directSendOperation(updatedArgs, spec);
165
- return {
166
- flatResponse,
167
- rawResponse: {
168
- statusCode: currentRawResponse.status,
169
- body: currentRawResponse.parsedBody,
170
- headers: currentRawResponse.headers.toJSON(),
171
- },
172
- };
173
- };
174
- const lro = createLroSpec({
175
- sendOperationFn,
176
- args: { managementGroupId, groupQuotaName, options },
177
- spec: updateOperationSpec,
178
- });
179
- const poller = await createHttpPoller(lro, {
180
- restoreFrom: options?.resumeFrom,
181
- intervalInMs: options?.updateIntervalInMs,
182
- resourceLocationConfig: "location",
183
- });
184
- await poller.poll();
185
- return poller;
186
- }
187
- /**
188
- * Updates the GroupQuotas with the subscription to add to the subscriptions list. The subscriptions
189
- * will be validated if additionalAttributes are defined in the GroupQuota. The request's TenantId is
190
- * validated against the subscription's TenantId.
191
- * @param managementGroupId Management Group Id.
192
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
193
- * tenantId/MgId.
194
- * @param options The options parameters.
195
- */
196
- async beginUpdateAndWait(managementGroupId, groupQuotaName, options) {
197
- const poller = await this.beginUpdate(managementGroupId, groupQuotaName, options);
198
- return poller.pollUntilDone();
199
- }
200
- /**
201
- * Removes the subscription from GroupQuotas. The request's TenantId is validated against the
202
- * subscription's TenantId.
203
- * @param managementGroupId Management Group Id.
204
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
205
- * tenantId/MgId.
206
- * @param options The options parameters.
207
- */
208
- async beginDelete(managementGroupId, groupQuotaName, options) {
209
- const directSendOperation = async (args, spec) => {
210
- return this.client.sendOperationRequest(args, spec);
211
- };
212
- const sendOperationFn = async (args, spec) => {
213
- let currentRawResponse = undefined;
214
- const providedCallback = args.options?.onResponse;
215
- const callback = (rawResponse, flatResponse) => {
216
- currentRawResponse = rawResponse;
217
- providedCallback?.(rawResponse, flatResponse);
218
- };
219
- const updatedArgs = {
220
- ...args,
221
- options: {
222
- ...args.options,
223
- onResponse: callback,
224
- },
225
- };
226
- const flatResponse = await directSendOperation(updatedArgs, spec);
227
- return {
228
- flatResponse,
229
- rawResponse: {
230
- statusCode: currentRawResponse.status,
231
- body: currentRawResponse.parsedBody,
232
- headers: currentRawResponse.headers.toJSON(),
233
- },
234
- };
235
- };
236
- const lro = createLroSpec({
237
- sendOperationFn,
238
- args: { managementGroupId, groupQuotaName, options },
239
- spec: deleteOperationSpec,
240
- });
241
- const poller = await createHttpPoller(lro, {
242
- restoreFrom: options?.resumeFrom,
243
- intervalInMs: options?.updateIntervalInMs,
244
- resourceLocationConfig: "location",
245
- });
246
- await poller.poll();
247
- return poller;
248
- }
249
- /**
250
- * Removes the subscription from GroupQuotas. The request's TenantId is validated against the
251
- * subscription's TenantId.
252
- * @param managementGroupId Management Group Id.
253
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
254
- * tenantId/MgId.
255
- * @param options The options parameters.
256
- */
257
- async beginDeleteAndWait(managementGroupId, groupQuotaName, options) {
258
- const poller = await this.beginDelete(managementGroupId, groupQuotaName, options);
259
- return poller.pollUntilDone();
260
- }
261
- /**
262
- * Returns the subscriptionIds along with its provisioning state for being associated with the
263
- * GroupQuota. If the subscription is not a member of GroupQuota, it will return 404, else 200.
264
- * @param managementGroupId Management Group Id.
265
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
266
- * tenantId/MgId.
267
- * @param options The options parameters.
268
- */
269
- get(managementGroupId, groupQuotaName, options) {
270
- return this.client.sendOperationRequest({ managementGroupId, groupQuotaName, options }, getOperationSpec);
271
- }
272
- /**
273
- * Returns a list of the subscriptionIds associated with the GroupQuotas.
274
- * @param managementGroupId Management Group Id.
275
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
276
- * tenantId/MgId.
277
- * @param options The options parameters.
278
- */
279
- _list(managementGroupId, groupQuotaName, options) {
280
- return this.client.sendOperationRequest({ managementGroupId, groupQuotaName, options }, listOperationSpec);
281
- }
282
- /**
283
- * ListNext
284
- * @param managementGroupId Management Group Id.
285
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
286
- * tenantId/MgId.
287
- * @param nextLink The nextLink from the previous successful call to the List method.
288
- * @param options The options parameters.
289
- */
290
- _listNext(managementGroupId, groupQuotaName, nextLink, options) {
291
- return this.client.sendOperationRequest({ managementGroupId, groupQuotaName, nextLink, options }, listNextOperationSpec);
292
- }
293
- }
294
- // Operation Specifications
295
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
296
- const createOrUpdateOperationSpec = {
297
- path: "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/subscriptions/{subscriptionId}",
298
- httpMethod: "PUT",
299
- responses: {
300
- 200: {
301
- bodyMapper: Mappers.GroupQuotaSubscriptionId,
302
- },
303
- 201: {
304
- bodyMapper: Mappers.GroupQuotaSubscriptionId,
305
- },
306
- 202: {
307
- bodyMapper: Mappers.GroupQuotaSubscriptionId,
308
- },
309
- 204: {
310
- bodyMapper: Mappers.GroupQuotaSubscriptionId,
311
- },
312
- default: {
313
- bodyMapper: Mappers.ErrorResponse,
314
- },
315
- },
316
- queryParameters: [Parameters.apiVersion],
317
- urlParameters: [
318
- Parameters.$host,
319
- Parameters.managementGroupId,
320
- Parameters.groupQuotaName,
321
- Parameters.subscriptionId,
322
- ],
323
- headerParameters: [Parameters.accept],
324
- serializer,
325
- };
326
- const updateOperationSpec = {
327
- path: "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/subscriptions/{subscriptionId}",
328
- httpMethod: "PATCH",
329
- responses: {
330
- 200: {
331
- bodyMapper: Mappers.GroupQuotaSubscriptionId,
332
- },
333
- 201: {
334
- bodyMapper: Mappers.GroupQuotaSubscriptionId,
335
- },
336
- 202: {
337
- bodyMapper: Mappers.GroupQuotaSubscriptionId,
338
- },
339
- 204: {
340
- bodyMapper: Mappers.GroupQuotaSubscriptionId,
341
- },
342
- default: {
343
- bodyMapper: Mappers.ErrorResponse,
344
- },
345
- },
346
- queryParameters: [Parameters.apiVersion],
347
- urlParameters: [
348
- Parameters.$host,
349
- Parameters.managementGroupId,
350
- Parameters.groupQuotaName,
351
- Parameters.subscriptionId,
352
- ],
353
- headerParameters: [Parameters.accept],
354
- serializer,
355
- };
356
- const deleteOperationSpec = {
357
- path: "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/subscriptions/{subscriptionId}",
358
- httpMethod: "DELETE",
359
- responses: {
360
- 200: {
361
- headersMapper: Mappers.GroupQuotaSubscriptionsDeleteHeaders,
362
- },
363
- 201: {
364
- headersMapper: Mappers.GroupQuotaSubscriptionsDeleteHeaders,
365
- },
366
- 202: {
367
- headersMapper: Mappers.GroupQuotaSubscriptionsDeleteHeaders,
368
- },
369
- 204: {
370
- headersMapper: Mappers.GroupQuotaSubscriptionsDeleteHeaders,
371
- },
372
- default: {
373
- bodyMapper: Mappers.ErrorResponse,
374
- },
375
- },
376
- queryParameters: [Parameters.apiVersion],
377
- urlParameters: [
378
- Parameters.$host,
379
- Parameters.managementGroupId,
380
- Parameters.groupQuotaName,
381
- Parameters.subscriptionId,
382
- ],
383
- headerParameters: [Parameters.accept],
384
- serializer,
385
- };
386
- const getOperationSpec = {
387
- path: "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/subscriptions/{subscriptionId}",
388
- httpMethod: "GET",
389
- responses: {
390
- 200: {
391
- bodyMapper: Mappers.GroupQuotaSubscriptionId,
392
- },
393
- default: {
394
- bodyMapper: Mappers.ErrorResponse,
395
- },
396
- },
397
- queryParameters: [Parameters.apiVersion],
398
- urlParameters: [
399
- Parameters.$host,
400
- Parameters.managementGroupId,
401
- Parameters.groupQuotaName,
402
- Parameters.subscriptionId,
403
- ],
404
- headerParameters: [Parameters.accept],
405
- serializer,
406
- };
407
- const listOperationSpec = {
408
- path: "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/subscriptions",
409
- httpMethod: "GET",
410
- responses: {
411
- 200: {
412
- bodyMapper: Mappers.GroupQuotaSubscriptionIdList,
413
- },
414
- default: {
415
- bodyMapper: Mappers.ErrorResponse,
416
- },
417
- },
418
- queryParameters: [Parameters.apiVersion],
419
- urlParameters: [
420
- Parameters.$host,
421
- Parameters.managementGroupId,
422
- Parameters.groupQuotaName,
423
- ],
424
- headerParameters: [Parameters.accept],
425
- serializer,
426
- };
427
- const listNextOperationSpec = {
428
- path: "{nextLink}",
429
- httpMethod: "GET",
430
- responses: {
431
- 200: {
432
- bodyMapper: Mappers.GroupQuotaSubscriptionIdList,
433
- },
434
- default: {
435
- bodyMapper: Mappers.ErrorResponse,
436
- },
437
- },
438
- urlParameters: [
439
- Parameters.$host,
440
- Parameters.managementGroupId,
441
- Parameters.groupQuotaName,
442
- Parameters.nextLink,
443
- ],
444
- headerParameters: [Parameters.accept],
445
- serializer,
446
- };
447
- //# sourceMappingURL=groupQuotaSubscriptions.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"groupQuotaSubscriptions.js","sourceRoot":"","sources":["../../../src/operations/groupQuotaSubscriptions.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { GroupQuotaSubscriptions } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { AzureQuotaExtensionAPI } from \"../azureQuotaExtensionAPI.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n GroupQuotaSubscriptionId,\n GroupQuotaSubscriptionsListNextOptionalParams,\n GroupQuotaSubscriptionsListOptionalParams,\n GroupQuotaSubscriptionsListResponse,\n GroupQuotaSubscriptionsCreateOrUpdateOptionalParams,\n GroupQuotaSubscriptionsCreateOrUpdateResponse,\n GroupQuotaSubscriptionsUpdateOptionalParams,\n GroupQuotaSubscriptionsUpdateResponse,\n GroupQuotaSubscriptionsDeleteOptionalParams,\n GroupQuotaSubscriptionsDeleteResponse,\n GroupQuotaSubscriptionsGetOptionalParams,\n GroupQuotaSubscriptionsGetResponse,\n GroupQuotaSubscriptionsListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing GroupQuotaSubscriptions operations. */\nexport class GroupQuotaSubscriptionsImpl implements GroupQuotaSubscriptions {\n private readonly client: AzureQuotaExtensionAPI;\n\n /**\n * Initialize a new instance of the class GroupQuotaSubscriptions class.\n * @param client Reference to the service client\n */\n constructor(client: AzureQuotaExtensionAPI) {\n this.client = client;\n }\n\n /**\n * Returns a list of the subscriptionIds associated with the GroupQuotas.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n public list(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsListOptionalParams,\n ): PagedAsyncIterableIterator<GroupQuotaSubscriptionId> {\n const iter = this.listPagingAll(managementGroupId, groupQuotaName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(\n managementGroupId,\n groupQuotaName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listPagingPage(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<GroupQuotaSubscriptionId[]> {\n let result: GroupQuotaSubscriptionsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(managementGroupId, groupQuotaName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n managementGroupId,\n groupQuotaName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsListOptionalParams,\n ): AsyncIterableIterator<GroupQuotaSubscriptionId> {\n for await (const page of this.listPagingPage(\n managementGroupId,\n groupQuotaName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Adds a subscription to GroupQuotas. The subscriptions will be validated based on the\n * additionalAttributes defined in the GroupQuota. The additionalAttributes works as filter for the\n * subscriptions, which can be included in the GroupQuotas. The request's TenantId is validated against\n * the subscription's TenantId.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<GroupQuotaSubscriptionsCreateOrUpdateResponse>,\n GroupQuotaSubscriptionsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<GroupQuotaSubscriptionsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { managementGroupId, groupQuotaName, options },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n GroupQuotaSubscriptionsCreateOrUpdateResponse,\n OperationState<GroupQuotaSubscriptionsCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Adds a subscription to GroupQuotas. The subscriptions will be validated based on the\n * additionalAttributes defined in the GroupQuota. The additionalAttributes works as filter for the\n * subscriptions, which can be included in the GroupQuotas. The request's TenantId is validated against\n * the subscription's TenantId.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsCreateOrUpdateOptionalParams,\n ): Promise<GroupQuotaSubscriptionsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n managementGroupId,\n groupQuotaName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Updates the GroupQuotas with the subscription to add to the subscriptions list. The subscriptions\n * will be validated if additionalAttributes are defined in the GroupQuota. The request's TenantId is\n * validated against the subscription's TenantId.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n async beginUpdate(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<GroupQuotaSubscriptionsUpdateResponse>,\n GroupQuotaSubscriptionsUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<GroupQuotaSubscriptionsUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { managementGroupId, groupQuotaName, options },\n spec: updateOperationSpec,\n });\n const poller = await createHttpPoller<\n GroupQuotaSubscriptionsUpdateResponse,\n OperationState<GroupQuotaSubscriptionsUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Updates the GroupQuotas with the subscription to add to the subscriptions list. The subscriptions\n * will be validated if additionalAttributes are defined in the GroupQuota. The request's TenantId is\n * validated against the subscription's TenantId.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsUpdateOptionalParams,\n ): Promise<GroupQuotaSubscriptionsUpdateResponse> {\n const poller = await this.beginUpdate(\n managementGroupId,\n groupQuotaName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Removes the subscription from GroupQuotas. The request's TenantId is validated against the\n * subscription's TenantId.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n async beginDelete(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<GroupQuotaSubscriptionsDeleteResponse>,\n GroupQuotaSubscriptionsDeleteResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<GroupQuotaSubscriptionsDeleteResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { managementGroupId, groupQuotaName, options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<\n GroupQuotaSubscriptionsDeleteResponse,\n OperationState<GroupQuotaSubscriptionsDeleteResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Removes the subscription from GroupQuotas. The request's TenantId is validated against the\n * subscription's TenantId.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsDeleteOptionalParams,\n ): Promise<GroupQuotaSubscriptionsDeleteResponse> {\n const poller = await this.beginDelete(\n managementGroupId,\n groupQuotaName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Returns the subscriptionIds along with its provisioning state for being associated with the\n * GroupQuota. If the subscription is not a member of GroupQuota, it will return 404, else 200.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n get(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsGetOptionalParams,\n ): Promise<GroupQuotaSubscriptionsGetResponse> {\n return this.client.sendOperationRequest(\n { managementGroupId, groupQuotaName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Returns a list of the subscriptionIds associated with the GroupQuotas.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n private _list(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsListOptionalParams,\n ): Promise<GroupQuotaSubscriptionsListResponse> {\n return this.client.sendOperationRequest(\n { managementGroupId, groupQuotaName, options },\n listOperationSpec,\n );\n }\n\n /**\n * ListNext\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n managementGroupId: string,\n groupQuotaName: string,\n nextLink: string,\n options?: GroupQuotaSubscriptionsListNextOptionalParams,\n ): Promise<GroupQuotaSubscriptionsListNextResponse> {\n return this.client.sendOperationRequest(\n { managementGroupId, groupQuotaName, nextLink, options },\n listNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/subscriptions/{subscriptionId}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.GroupQuotaSubscriptionId,\n },\n 201: {\n bodyMapper: Mappers.GroupQuotaSubscriptionId,\n },\n 202: {\n bodyMapper: Mappers.GroupQuotaSubscriptionId,\n },\n 204: {\n bodyMapper: Mappers.GroupQuotaSubscriptionId,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupId,\n Parameters.groupQuotaName,\n Parameters.subscriptionId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/subscriptions/{subscriptionId}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.GroupQuotaSubscriptionId,\n },\n 201: {\n bodyMapper: Mappers.GroupQuotaSubscriptionId,\n },\n 202: {\n bodyMapper: Mappers.GroupQuotaSubscriptionId,\n },\n 204: {\n bodyMapper: Mappers.GroupQuotaSubscriptionId,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupId,\n Parameters.groupQuotaName,\n Parameters.subscriptionId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/subscriptions/{subscriptionId}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.GroupQuotaSubscriptionsDeleteHeaders,\n },\n 201: {\n headersMapper: Mappers.GroupQuotaSubscriptionsDeleteHeaders,\n },\n 202: {\n headersMapper: Mappers.GroupQuotaSubscriptionsDeleteHeaders,\n },\n 204: {\n headersMapper: Mappers.GroupQuotaSubscriptionsDeleteHeaders,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupId,\n Parameters.groupQuotaName,\n Parameters.subscriptionId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/subscriptions/{subscriptionId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GroupQuotaSubscriptionId,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupId,\n Parameters.groupQuotaName,\n Parameters.subscriptionId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/subscriptions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GroupQuotaSubscriptionIdList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupId,\n Parameters.groupQuotaName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GroupQuotaSubscriptionIdList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupId,\n Parameters.groupQuotaName,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -1,123 +0,0 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { GroupQuotas } from "../operationsInterfaces/index.js";
3
- import { AzureQuotaExtensionAPI } from "../azureQuotaExtensionAPI.js";
4
- import { SimplePollerLike, OperationState } from "@azure/core-lro";
5
- import { GroupQuotasEntity, GroupQuotasListOptionalParams, GroupQuotasCreateOrUpdateOptionalParams, GroupQuotasCreateOrUpdateResponse, GroupQuotasUpdateOptionalParams, GroupQuotasUpdateResponse, GroupQuotasGetOptionalParams, GroupQuotasGetResponse, GroupQuotasDeleteOptionalParams, GroupQuotasDeleteResponse } from "../models/index.js";
6
- /** Class containing GroupQuotas operations. */
7
- export declare class GroupQuotasImpl implements GroupQuotas {
8
- private readonly client;
9
- /**
10
- * Initialize a new instance of the class GroupQuotas class.
11
- * @param client Reference to the service client
12
- */
13
- constructor(client: AzureQuotaExtensionAPI);
14
- /**
15
- * Lists GroupQuotas for the scope passed. It will return the GroupQuotas QuotaEntity properties
16
- * only.The details on group quota can be access from the group quota APIs.
17
- * @param managementGroupId Management Group Id.
18
- * @param options The options parameters.
19
- */
20
- list(managementGroupId: string, options?: GroupQuotasListOptionalParams): PagedAsyncIterableIterator<GroupQuotasEntity>;
21
- private listPagingPage;
22
- private listPagingAll;
23
- /**
24
- * Creates a new GroupQuota for the name passed. A RequestId will be returned by the Service. The
25
- * status can be polled periodically. The status Async polling is using standards defined at -
26
- * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.
27
- * Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified
28
- * in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI
29
- * will change to Get URI and full details can be checked.
30
- * @param managementGroupId Management Group Id.
31
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
32
- * tenantId/MgId.
33
- * @param options The options parameters.
34
- */
35
- beginCreateOrUpdate(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotasCreateOrUpdateResponse>, GroupQuotasCreateOrUpdateResponse>>;
36
- /**
37
- * Creates a new GroupQuota for the name passed. A RequestId will be returned by the Service. The
38
- * status can be polled periodically. The status Async polling is using standards defined at -
39
- * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.
40
- * Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified
41
- * in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI
42
- * will change to Get URI and full details can be checked.
43
- * @param managementGroupId Management Group Id.
44
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
45
- * tenantId/MgId.
46
- * @param options The options parameters.
47
- */
48
- beginCreateOrUpdateAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasCreateOrUpdateOptionalParams): Promise<GroupQuotasCreateOrUpdateResponse>;
49
- /**
50
- * Updates the GroupQuotas for the name passed. A GroupQuotas RequestId will be returned by the
51
- * Service. The status can be polled periodically. The status Async polling is using standards defined
52
- * at -
53
- * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.
54
- * Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified
55
- * in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI
56
- * will change to Get URI and full details can be checked.
57
- * Any change in the filters will be applicable to the future quota assignments, existing quota
58
- * allocated to subscriptions from the GroupQuotas remains unchanged.
59
- * @param managementGroupId Management Group Id.
60
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
61
- * tenantId/MgId.
62
- * @param options The options parameters.
63
- */
64
- beginUpdate(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotasUpdateResponse>, GroupQuotasUpdateResponse>>;
65
- /**
66
- * Updates the GroupQuotas for the name passed. A GroupQuotas RequestId will be returned by the
67
- * Service. The status can be polled periodically. The status Async polling is using standards defined
68
- * at -
69
- * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.
70
- * Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified
71
- * in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI
72
- * will change to Get URI and full details can be checked.
73
- * Any change in the filters will be applicable to the future quota assignments, existing quota
74
- * allocated to subscriptions from the GroupQuotas remains unchanged.
75
- * @param managementGroupId Management Group Id.
76
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
77
- * tenantId/MgId.
78
- * @param options The options parameters.
79
- */
80
- beginUpdateAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasUpdateOptionalParams): Promise<GroupQuotasUpdateResponse>;
81
- /**
82
- * Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The
83
- * details on group quota can be access from the group quota APIs.
84
- * @param managementGroupId Management Group Id.
85
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
86
- * tenantId/MgId.
87
- * @param options The options parameters.
88
- */
89
- get(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasGetOptionalParams): Promise<GroupQuotasGetResponse>;
90
- /**
91
- * Deletes the GroupQuotas for the name passed. All the remaining shareQuota in the GroupQuotas will be
92
- * lost.
93
- * @param managementGroupId Management Group Id.
94
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
95
- * tenantId/MgId.
96
- * @param options The options parameters.
97
- */
98
- beginDelete(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotasDeleteResponse>, GroupQuotasDeleteResponse>>;
99
- /**
100
- * Deletes the GroupQuotas for the name passed. All the remaining shareQuota in the GroupQuotas will be
101
- * lost.
102
- * @param managementGroupId Management Group Id.
103
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
104
- * tenantId/MgId.
105
- * @param options The options parameters.
106
- */
107
- beginDeleteAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasDeleteOptionalParams): Promise<GroupQuotasDeleteResponse>;
108
- /**
109
- * Lists GroupQuotas for the scope passed. It will return the GroupQuotas QuotaEntity properties
110
- * only.The details on group quota can be access from the group quota APIs.
111
- * @param managementGroupId Management Group Id.
112
- * @param options The options parameters.
113
- */
114
- private _list;
115
- /**
116
- * ListNext
117
- * @param managementGroupId Management Group Id.
118
- * @param nextLink The nextLink from the previous successful call to the List method.
119
- * @param options The options parameters.
120
- */
121
- private _listNext;
122
- }
123
- //# sourceMappingURL=groupQuotas.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"groupQuotas.d.ts","sourceRoot":"","sources":["../../../src/operations/groupQuotas.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAI/D,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,iBAAiB,EAEjB,6BAA6B,EAE7B,uCAAuC,EACvC,iCAAiC,EACjC,+BAA+B,EAC/B,yBAAyB,EACzB,4BAA4B,EAC5B,sBAAsB,EACtB,+BAA+B,EAC/B,yBAAyB,EAE1B,MAAM,oBAAoB,CAAC;AAG5B,+CAA+C;AAC/C,qBAAa,eAAgB,YAAW,WAAW;IACjD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;IAEhD;;;OAGG;gBACS,MAAM,EAAE,sBAAsB;IAI1C;;;;;OAKG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,6BAA6B,GACtC,0BAA0B,CAAC,iBAAiB,CAAC;YAkBjC,cAAc;YA2Bd,aAAa;IAS5B;;;;;;;;;;;OAWG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,iCAAiC,CAAC,EACjD,iCAAiC,CAClC,CACF;IAwDD;;;;;;;;;;;OAWG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC;IAS7C;;;;;;;;;;;;;;OAcG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,yBAAyB,CAAC,EACzC,yBAAyB,CAC1B,CACF;IAwDD;;;;;;;;;;;;;;OAcG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IASrC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;IAOlC;;;;;;;OAOG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,yBAAyB,CAAC,EACzC,yBAAyB,CAC1B,CACF;IAwDD;;;;;;;OAOG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IASrC;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAUb;;;;;OAKG;IACH,OAAO,CAAC,SAAS;CAUlB"}