@azure/arm-quota 1.1.0-beta.1 → 1.1.0-beta.2

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 (829) hide show
  1. package/CHANGELOG.md +132 -1
  2. package/LICENSE +1 -1
  3. package/README.md +3 -4
  4. package/dist/browser/azureQuotaExtensionAPI.d.ts +31 -0
  5. package/dist/browser/azureQuotaExtensionAPI.d.ts.map +1 -0
  6. package/dist/browser/azureQuotaExtensionAPI.js +108 -0
  7. package/dist/browser/azureQuotaExtensionAPI.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +13 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/lroImpl.d.ts.map +1 -0
  13. package/dist/browser/lroImpl.js +14 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/dist/browser/models/index.d.ts +1544 -0
  16. package/dist/browser/models/index.d.ts.map +1 -0
  17. package/dist/browser/models/index.js +74 -0
  18. package/dist/browser/models/index.js.map +1 -0
  19. package/dist/browser/models/mappers.d.ts +103 -0
  20. package/dist/browser/models/mappers.d.ts.map +1 -0
  21. package/dist/browser/models/mappers.js +2517 -0
  22. package/dist/browser/models/mappers.js.map +1 -0
  23. package/dist/browser/models/parameters.d.ts +26 -0
  24. package/dist/browser/models/parameters.d.ts.map +1 -0
  25. package/dist/browser/models/parameters.js +243 -0
  26. package/dist/browser/models/parameters.js.map +1 -0
  27. package/dist/browser/operations/groupQuotaLimits.d.ts +25 -0
  28. package/dist/browser/operations/groupQuotaLimits.d.ts.map +1 -0
  29. package/dist/browser/operations/groupQuotaLimits.js +65 -0
  30. package/dist/browser/operations/groupQuotaLimits.js.map +1 -0
  31. package/dist/browser/operations/groupQuotaLimitsRequest.d.ts +99 -0
  32. package/dist/browser/operations/groupQuotaLimitsRequest.d.ts.map +1 -0
  33. package/dist/browser/operations/groupQuotaLimitsRequest.js +324 -0
  34. package/dist/browser/operations/groupQuotaLimitsRequest.js.map +1 -0
  35. package/dist/browser/operations/groupQuotaSubscriptionAllocation.d.ts +27 -0
  36. package/dist/browser/operations/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  37. package/dist/browser/operations/groupQuotaSubscriptionAllocation.js +68 -0
  38. package/dist/browser/operations/groupQuotaSubscriptionAllocation.js.map +1 -0
  39. package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.d.ts +105 -0
  40. package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  41. package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.js +342 -0
  42. package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  43. package/dist/browser/operations/groupQuotaSubscriptionRequests.d.ts +55 -0
  44. package/dist/browser/operations/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  45. package/dist/browser/operations/groupQuotaSubscriptionRequests.js +188 -0
  46. package/dist/browser/operations/groupQuotaSubscriptionRequests.js.map +1 -0
  47. package/dist/browser/operations/groupQuotaSubscriptions.d.ts +111 -0
  48. package/dist/browser/operations/groupQuotaSubscriptions.d.ts.map +1 -0
  49. package/dist/browser/operations/groupQuotaSubscriptions.js +449 -0
  50. package/dist/browser/operations/groupQuotaSubscriptions.js.map +1 -0
  51. package/dist/browser/operations/groupQuotas.d.ts +123 -0
  52. package/dist/browser/operations/groupQuotas.d.ts.map +1 -0
  53. package/dist/browser/operations/groupQuotas.js +456 -0
  54. package/dist/browser/operations/groupQuotas.js.map +1 -0
  55. package/dist/browser/operations/index.d.ts +12 -0
  56. package/dist/browser/operations/index.d.ts.map +1 -0
  57. package/dist/browser/operations/index.js +19 -0
  58. package/dist/browser/operations/index.js.map +1 -0
  59. package/dist/browser/operations/quota.d.ts +147 -0
  60. package/dist/browser/operations/quota.d.ts.map +1 -0
  61. package/dist/browser/operations/quota.js +400 -0
  62. package/dist/browser/operations/quota.js.map +1 -0
  63. package/dist/browser/operations/quotaOperation.d.ts +32 -0
  64. package/dist/browser/operations/quotaOperation.d.ts.map +1 -0
  65. package/dist/browser/operations/quotaOperation.js +133 -0
  66. package/dist/browser/operations/quotaOperation.js.map +1 -0
  67. package/dist/browser/operations/quotaRequestStatus.d.ts +62 -0
  68. package/dist/browser/operations/quotaRequestStatus.d.ts.map +1 -0
  69. package/dist/browser/operations/quotaRequestStatus.js +186 -0
  70. package/dist/browser/operations/quotaRequestStatus.js.map +1 -0
  71. package/dist/browser/operations/usages.d.ts +61 -0
  72. package/dist/browser/operations/usages.d.ts.map +1 -0
  73. package/dist/browser/operations/usages.js +183 -0
  74. package/dist/browser/operations/usages.js.map +1 -0
  75. package/dist/browser/operationsInterfaces/groupQuotaLimits.d.ts +17 -0
  76. package/dist/browser/operationsInterfaces/groupQuotaLimits.d.ts.map +1 -0
  77. package/dist/browser/operationsInterfaces/groupQuotaLimits.js.map +1 -0
  78. package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.d.ts +63 -0
  79. package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +1 -0
  80. package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.js.map +1 -0
  81. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +19 -0
  82. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  83. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +1 -0
  84. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +68 -0
  85. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  86. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  87. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +27 -0
  88. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  89. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +1 -0
  90. package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.d.ts +84 -0
  91. package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +1 -0
  92. package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.js.map +1 -0
  93. package/dist/browser/operationsInterfaces/groupQuotas.d.ts +99 -0
  94. package/dist/browser/operationsInterfaces/groupQuotas.d.ts.map +1 -0
  95. package/dist/browser/operationsInterfaces/groupQuotas.js.map +1 -0
  96. package/dist/browser/operationsInterfaces/index.d.ts +12 -0
  97. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  98. package/dist/browser/operationsInterfaces/index.js +19 -0
  99. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  100. package/dist/browser/operationsInterfaces/quota.d.ts +115 -0
  101. package/dist/browser/operationsInterfaces/quota.d.ts.map +1 -0
  102. package/dist/browser/operationsInterfaces/quota.js.map +1 -0
  103. package/dist/browser/operationsInterfaces/quotaOperation.d.ts +11 -0
  104. package/dist/browser/operationsInterfaces/quotaOperation.d.ts.map +1 -0
  105. package/dist/browser/operationsInterfaces/quotaOperation.js.map +1 -0
  106. package/dist/browser/operationsInterfaces/quotaRequestStatus.d.ts +30 -0
  107. package/dist/browser/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
  108. package/dist/browser/operationsInterfaces/quotaRequestStatus.js.map +1 -0
  109. package/dist/browser/operationsInterfaces/usages.d.ts +30 -0
  110. package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
  111. package/dist/browser/operationsInterfaces/usages.js.map +1 -0
  112. package/dist/browser/package.json +3 -0
  113. package/dist/browser/pagingHelper.js.map +1 -0
  114. package/dist/commonjs/azureQuotaExtensionAPI.d.ts +31 -0
  115. package/dist/commonjs/azureQuotaExtensionAPI.d.ts.map +1 -0
  116. package/dist/commonjs/azureQuotaExtensionAPI.js +113 -0
  117. package/dist/commonjs/azureQuotaExtensionAPI.js.map +1 -0
  118. package/dist/commonjs/index.d.ts +5 -0
  119. package/dist/commonjs/index.d.ts.map +1 -0
  120. package/dist/commonjs/index.js +19 -0
  121. package/dist/commonjs/index.js.map +1 -0
  122. package/dist/commonjs/lroImpl.d.ts +11 -0
  123. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  124. package/dist/commonjs/lroImpl.js +17 -0
  125. package/dist/commonjs/lroImpl.js.map +1 -0
  126. package/dist/commonjs/models/index.d.ts +1544 -0
  127. package/dist/commonjs/models/index.d.ts.map +1 -0
  128. package/dist/commonjs/models/index.js +77 -0
  129. package/dist/commonjs/models/index.js.map +1 -0
  130. package/dist/commonjs/models/mappers.d.ts +103 -0
  131. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  132. package/dist/commonjs/models/mappers.js +2521 -0
  133. package/dist/commonjs/models/mappers.js.map +1 -0
  134. package/dist/commonjs/models/parameters.d.ts +26 -0
  135. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  136. package/dist/commonjs/models/parameters.js +246 -0
  137. package/dist/commonjs/models/parameters.js.map +1 -0
  138. package/dist/commonjs/operations/groupQuotaLimits.d.ts +25 -0
  139. package/dist/commonjs/operations/groupQuotaLimits.d.ts.map +1 -0
  140. package/dist/commonjs/operations/groupQuotaLimits.js +70 -0
  141. package/dist/commonjs/operations/groupQuotaLimits.js.map +1 -0
  142. package/dist/commonjs/operations/groupQuotaLimitsRequest.d.ts +99 -0
  143. package/dist/commonjs/operations/groupQuotaLimitsRequest.d.ts.map +1 -0
  144. package/dist/commonjs/operations/groupQuotaLimitsRequest.js +328 -0
  145. package/dist/commonjs/operations/groupQuotaLimitsRequest.js.map +1 -0
  146. package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.d.ts +27 -0
  147. package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  148. package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.js +73 -0
  149. package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.js.map +1 -0
  150. package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.d.ts +105 -0
  151. package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  152. package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.js +346 -0
  153. package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  154. package/dist/commonjs/operations/groupQuotaSubscriptionRequests.d.ts +55 -0
  155. package/dist/commonjs/operations/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  156. package/dist/commonjs/operations/groupQuotaSubscriptionRequests.js +192 -0
  157. package/dist/commonjs/operations/groupQuotaSubscriptionRequests.js.map +1 -0
  158. package/dist/commonjs/operations/groupQuotaSubscriptions.d.ts +111 -0
  159. package/dist/commonjs/operations/groupQuotaSubscriptions.d.ts.map +1 -0
  160. package/dist/commonjs/operations/groupQuotaSubscriptions.js +453 -0
  161. package/dist/commonjs/operations/groupQuotaSubscriptions.js.map +1 -0
  162. package/dist/commonjs/operations/groupQuotas.d.ts +123 -0
  163. package/dist/commonjs/operations/groupQuotas.d.ts.map +1 -0
  164. package/dist/commonjs/operations/groupQuotas.js +460 -0
  165. package/dist/commonjs/operations/groupQuotas.js.map +1 -0
  166. package/dist/commonjs/operations/index.d.ts +12 -0
  167. package/dist/commonjs/operations/index.d.ts.map +1 -0
  168. package/dist/commonjs/operations/index.js +22 -0
  169. package/dist/commonjs/operations/index.js.map +1 -0
  170. package/dist/commonjs/operations/quota.d.ts +147 -0
  171. package/dist/commonjs/operations/quota.d.ts.map +1 -0
  172. package/dist/commonjs/operations/quota.js +404 -0
  173. package/dist/commonjs/operations/quota.js.map +1 -0
  174. package/dist/commonjs/operations/quotaOperation.d.ts +32 -0
  175. package/dist/commonjs/operations/quotaOperation.d.ts.map +1 -0
  176. package/dist/commonjs/operations/quotaOperation.js +137 -0
  177. package/dist/commonjs/operations/quotaOperation.js.map +1 -0
  178. package/dist/commonjs/operations/quotaRequestStatus.d.ts +62 -0
  179. package/dist/commonjs/operations/quotaRequestStatus.d.ts.map +1 -0
  180. package/dist/commonjs/operations/quotaRequestStatus.js +190 -0
  181. package/dist/commonjs/operations/quotaRequestStatus.js.map +1 -0
  182. package/dist/commonjs/operations/usages.d.ts +61 -0
  183. package/dist/commonjs/operations/usages.d.ts.map +1 -0
  184. package/dist/commonjs/operations/usages.js +187 -0
  185. package/dist/commonjs/operations/usages.js.map +1 -0
  186. package/dist/commonjs/operationsInterfaces/groupQuotaLimits.d.ts +17 -0
  187. package/dist/commonjs/operationsInterfaces/groupQuotaLimits.d.ts.map +1 -0
  188. package/dist/commonjs/operationsInterfaces/groupQuotaLimits.js +10 -0
  189. package/dist/commonjs/operationsInterfaces/groupQuotaLimits.js.map +1 -0
  190. package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.d.ts +63 -0
  191. package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +1 -0
  192. package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.js +10 -0
  193. package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.js.map +1 -0
  194. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +19 -0
  195. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  196. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.js +10 -0
  197. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +1 -0
  198. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +68 -0
  199. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  200. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +10 -0
  201. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  202. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +27 -0
  203. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  204. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.js +10 -0
  205. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +1 -0
  206. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.d.ts +84 -0
  207. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +1 -0
  208. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.js +10 -0
  209. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.js.map +1 -0
  210. package/dist/commonjs/operationsInterfaces/groupQuotas.d.ts +99 -0
  211. package/dist/commonjs/operationsInterfaces/groupQuotas.d.ts.map +1 -0
  212. package/dist/commonjs/operationsInterfaces/groupQuotas.js +10 -0
  213. package/dist/commonjs/operationsInterfaces/groupQuotas.js.map +1 -0
  214. package/dist/commonjs/operationsInterfaces/index.d.ts +12 -0
  215. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  216. package/dist/commonjs/operationsInterfaces/index.js +22 -0
  217. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  218. package/dist/commonjs/operationsInterfaces/quota.d.ts +115 -0
  219. package/dist/commonjs/operationsInterfaces/quota.d.ts.map +1 -0
  220. package/dist/commonjs/operationsInterfaces/quota.js +10 -0
  221. package/dist/commonjs/operationsInterfaces/quota.js.map +1 -0
  222. package/dist/commonjs/operationsInterfaces/quotaOperation.d.ts +11 -0
  223. package/dist/commonjs/operationsInterfaces/quotaOperation.d.ts.map +1 -0
  224. package/dist/commonjs/operationsInterfaces/quotaOperation.js +10 -0
  225. package/dist/commonjs/operationsInterfaces/quotaOperation.js.map +1 -0
  226. package/dist/commonjs/operationsInterfaces/quotaRequestStatus.d.ts +30 -0
  227. package/dist/commonjs/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
  228. package/dist/commonjs/operationsInterfaces/quotaRequestStatus.js +10 -0
  229. package/dist/commonjs/operationsInterfaces/quotaRequestStatus.js.map +1 -0
  230. package/dist/commonjs/operationsInterfaces/usages.d.ts +30 -0
  231. package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
  232. package/dist/commonjs/operationsInterfaces/usages.js +10 -0
  233. package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
  234. package/dist/commonjs/package.json +3 -0
  235. package/dist/commonjs/pagingHelper.d.ts +13 -0
  236. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  237. package/dist/commonjs/pagingHelper.js +36 -0
  238. package/dist/commonjs/pagingHelper.js.map +1 -0
  239. package/dist/commonjs/tsdoc-metadata.json +11 -0
  240. package/dist/esm/azureQuotaExtensionAPI.d.ts +31 -0
  241. package/dist/esm/azureQuotaExtensionAPI.d.ts.map +1 -0
  242. package/dist/esm/azureQuotaExtensionAPI.js +108 -0
  243. package/dist/esm/azureQuotaExtensionAPI.js.map +1 -0
  244. package/dist/esm/index.d.ts +5 -0
  245. package/dist/esm/index.d.ts.map +1 -0
  246. package/dist/esm/index.js +13 -0
  247. package/dist/esm/index.js.map +1 -0
  248. package/dist/esm/lroImpl.d.ts +11 -0
  249. package/dist/esm/lroImpl.d.ts.map +1 -0
  250. package/dist/esm/lroImpl.js +14 -0
  251. package/dist/esm/lroImpl.js.map +1 -0
  252. package/dist/esm/models/index.d.ts +1544 -0
  253. package/dist/esm/models/index.d.ts.map +1 -0
  254. package/dist/esm/models/index.js +74 -0
  255. package/dist/esm/models/index.js.map +1 -0
  256. package/dist/esm/models/mappers.d.ts +103 -0
  257. package/dist/esm/models/mappers.d.ts.map +1 -0
  258. package/dist/esm/models/mappers.js +2517 -0
  259. package/dist/esm/models/mappers.js.map +1 -0
  260. package/dist/esm/models/parameters.d.ts +26 -0
  261. package/dist/esm/models/parameters.d.ts.map +1 -0
  262. package/dist/esm/models/parameters.js +243 -0
  263. package/dist/esm/models/parameters.js.map +1 -0
  264. package/dist/esm/operations/groupQuotaLimits.d.ts +25 -0
  265. package/dist/esm/operations/groupQuotaLimits.d.ts.map +1 -0
  266. package/dist/esm/operations/groupQuotaLimits.js +65 -0
  267. package/dist/esm/operations/groupQuotaLimits.js.map +1 -0
  268. package/dist/esm/operations/groupQuotaLimitsRequest.d.ts +99 -0
  269. package/dist/esm/operations/groupQuotaLimitsRequest.d.ts.map +1 -0
  270. package/dist/esm/operations/groupQuotaLimitsRequest.js +324 -0
  271. package/dist/esm/operations/groupQuotaLimitsRequest.js.map +1 -0
  272. package/dist/esm/operations/groupQuotaSubscriptionAllocation.d.ts +27 -0
  273. package/dist/esm/operations/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  274. package/dist/esm/operations/groupQuotaSubscriptionAllocation.js +68 -0
  275. package/dist/esm/operations/groupQuotaSubscriptionAllocation.js.map +1 -0
  276. package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.d.ts +105 -0
  277. package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  278. package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.js +342 -0
  279. package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  280. package/dist/esm/operations/groupQuotaSubscriptionRequests.d.ts +55 -0
  281. package/dist/esm/operations/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  282. package/dist/esm/operations/groupQuotaSubscriptionRequests.js +188 -0
  283. package/dist/esm/operations/groupQuotaSubscriptionRequests.js.map +1 -0
  284. package/dist/esm/operations/groupQuotaSubscriptions.d.ts +111 -0
  285. package/dist/esm/operations/groupQuotaSubscriptions.d.ts.map +1 -0
  286. package/dist/esm/operations/groupQuotaSubscriptions.js +449 -0
  287. package/dist/esm/operations/groupQuotaSubscriptions.js.map +1 -0
  288. package/dist/esm/operations/groupQuotas.d.ts +123 -0
  289. package/dist/esm/operations/groupQuotas.d.ts.map +1 -0
  290. package/dist/esm/operations/groupQuotas.js +456 -0
  291. package/dist/esm/operations/groupQuotas.js.map +1 -0
  292. package/dist/esm/operations/index.d.ts +12 -0
  293. package/dist/esm/operations/index.d.ts.map +1 -0
  294. package/dist/esm/operations/index.js +19 -0
  295. package/dist/esm/operations/index.js.map +1 -0
  296. package/dist/esm/operations/quota.d.ts +147 -0
  297. package/dist/esm/operations/quota.d.ts.map +1 -0
  298. package/dist/esm/operations/quota.js +400 -0
  299. package/dist/esm/operations/quota.js.map +1 -0
  300. package/dist/esm/operations/quotaOperation.d.ts +32 -0
  301. package/dist/esm/operations/quotaOperation.d.ts.map +1 -0
  302. package/dist/esm/operations/quotaOperation.js +133 -0
  303. package/dist/esm/operations/quotaOperation.js.map +1 -0
  304. package/dist/esm/operations/quotaRequestStatus.d.ts +62 -0
  305. package/dist/esm/operations/quotaRequestStatus.d.ts.map +1 -0
  306. package/dist/esm/operations/quotaRequestStatus.js +186 -0
  307. package/dist/esm/operations/quotaRequestStatus.js.map +1 -0
  308. package/dist/esm/operations/usages.d.ts +61 -0
  309. package/dist/esm/operations/usages.d.ts.map +1 -0
  310. package/dist/esm/operations/usages.js +183 -0
  311. package/dist/esm/operations/usages.js.map +1 -0
  312. package/dist/esm/operationsInterfaces/groupQuotaLimits.d.ts +17 -0
  313. package/dist/esm/operationsInterfaces/groupQuotaLimits.d.ts.map +1 -0
  314. package/dist/esm/operationsInterfaces/groupQuotaLimits.js +9 -0
  315. package/dist/esm/operationsInterfaces/groupQuotaLimits.js.map +1 -0
  316. package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.d.ts +63 -0
  317. package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +1 -0
  318. package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.js +9 -0
  319. package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.js.map +1 -0
  320. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +19 -0
  321. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  322. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.js +9 -0
  323. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +1 -0
  324. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +68 -0
  325. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  326. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +9 -0
  327. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  328. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +27 -0
  329. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  330. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.js +9 -0
  331. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +1 -0
  332. package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.d.ts +84 -0
  333. package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +1 -0
  334. package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.js +9 -0
  335. package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.js.map +1 -0
  336. package/dist/esm/operationsInterfaces/groupQuotas.d.ts +99 -0
  337. package/dist/esm/operationsInterfaces/groupQuotas.d.ts.map +1 -0
  338. package/dist/esm/operationsInterfaces/groupQuotas.js +9 -0
  339. package/dist/esm/operationsInterfaces/groupQuotas.js.map +1 -0
  340. package/dist/esm/operationsInterfaces/index.d.ts +12 -0
  341. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  342. package/dist/esm/operationsInterfaces/index.js +19 -0
  343. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  344. package/dist/esm/operationsInterfaces/quota.d.ts +115 -0
  345. package/dist/esm/operationsInterfaces/quota.d.ts.map +1 -0
  346. package/dist/esm/operationsInterfaces/quota.js +9 -0
  347. package/dist/esm/operationsInterfaces/quota.js.map +1 -0
  348. package/dist/esm/operationsInterfaces/quotaOperation.d.ts +11 -0
  349. package/dist/esm/operationsInterfaces/quotaOperation.d.ts.map +1 -0
  350. package/dist/esm/operationsInterfaces/quotaOperation.js +9 -0
  351. package/dist/esm/operationsInterfaces/quotaOperation.js.map +1 -0
  352. package/dist/esm/operationsInterfaces/quotaRequestStatus.d.ts +30 -0
  353. package/dist/esm/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
  354. package/dist/esm/operationsInterfaces/quotaRequestStatus.js +9 -0
  355. package/dist/esm/operationsInterfaces/quotaRequestStatus.js.map +1 -0
  356. package/dist/esm/operationsInterfaces/usages.d.ts +30 -0
  357. package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
  358. package/dist/esm/operationsInterfaces/usages.js +9 -0
  359. package/dist/esm/operationsInterfaces/usages.js.map +1 -0
  360. package/dist/esm/package.json +3 -0
  361. package/dist/esm/pagingHelper.d.ts +13 -0
  362. package/dist/esm/pagingHelper.d.ts.map +1 -0
  363. package/dist/esm/pagingHelper.js +32 -0
  364. package/dist/esm/pagingHelper.js.map +1 -0
  365. package/dist/react-native/azureQuotaExtensionAPI.d.ts +31 -0
  366. package/dist/react-native/azureQuotaExtensionAPI.d.ts.map +1 -0
  367. package/dist/react-native/azureQuotaExtensionAPI.js +108 -0
  368. package/dist/react-native/azureQuotaExtensionAPI.js.map +1 -0
  369. package/dist/react-native/index.d.ts +5 -0
  370. package/dist/react-native/index.d.ts.map +1 -0
  371. package/dist/react-native/index.js +13 -0
  372. package/dist/react-native/index.js.map +1 -0
  373. package/dist/react-native/lroImpl.d.ts +11 -0
  374. package/dist/react-native/lroImpl.d.ts.map +1 -0
  375. package/dist/react-native/lroImpl.js +14 -0
  376. package/dist/react-native/lroImpl.js.map +1 -0
  377. package/dist/react-native/models/index.d.ts +1544 -0
  378. package/dist/react-native/models/index.d.ts.map +1 -0
  379. package/dist/react-native/models/index.js +74 -0
  380. package/dist/react-native/models/index.js.map +1 -0
  381. package/dist/react-native/models/mappers.d.ts +103 -0
  382. package/dist/react-native/models/mappers.d.ts.map +1 -0
  383. package/dist/react-native/models/mappers.js +2517 -0
  384. package/dist/react-native/models/mappers.js.map +1 -0
  385. package/dist/react-native/models/parameters.d.ts +26 -0
  386. package/dist/react-native/models/parameters.d.ts.map +1 -0
  387. package/dist/react-native/models/parameters.js +243 -0
  388. package/dist/react-native/models/parameters.js.map +1 -0
  389. package/dist/react-native/operations/groupQuotaLimits.d.ts +25 -0
  390. package/dist/react-native/operations/groupQuotaLimits.d.ts.map +1 -0
  391. package/dist/react-native/operations/groupQuotaLimits.js +65 -0
  392. package/dist/react-native/operations/groupQuotaLimits.js.map +1 -0
  393. package/dist/react-native/operations/groupQuotaLimitsRequest.d.ts +99 -0
  394. package/dist/react-native/operations/groupQuotaLimitsRequest.d.ts.map +1 -0
  395. package/dist/react-native/operations/groupQuotaLimitsRequest.js +324 -0
  396. package/dist/react-native/operations/groupQuotaLimitsRequest.js.map +1 -0
  397. package/dist/react-native/operations/groupQuotaSubscriptionAllocation.d.ts +27 -0
  398. package/dist/react-native/operations/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  399. package/dist/react-native/operations/groupQuotaSubscriptionAllocation.js +68 -0
  400. package/dist/react-native/operations/groupQuotaSubscriptionAllocation.js.map +1 -0
  401. package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.d.ts +105 -0
  402. package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  403. package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.js +342 -0
  404. package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  405. package/dist/react-native/operations/groupQuotaSubscriptionRequests.d.ts +55 -0
  406. package/dist/react-native/operations/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  407. package/dist/react-native/operations/groupQuotaSubscriptionRequests.js +188 -0
  408. package/dist/react-native/operations/groupQuotaSubscriptionRequests.js.map +1 -0
  409. package/dist/react-native/operations/groupQuotaSubscriptions.d.ts +111 -0
  410. package/dist/react-native/operations/groupQuotaSubscriptions.d.ts.map +1 -0
  411. package/dist/react-native/operations/groupQuotaSubscriptions.js +449 -0
  412. package/dist/react-native/operations/groupQuotaSubscriptions.js.map +1 -0
  413. package/dist/react-native/operations/groupQuotas.d.ts +123 -0
  414. package/dist/react-native/operations/groupQuotas.d.ts.map +1 -0
  415. package/dist/react-native/operations/groupQuotas.js +456 -0
  416. package/dist/react-native/operations/groupQuotas.js.map +1 -0
  417. package/dist/react-native/operations/index.d.ts +12 -0
  418. package/dist/react-native/operations/index.d.ts.map +1 -0
  419. package/dist/react-native/operations/index.js +19 -0
  420. package/dist/react-native/operations/index.js.map +1 -0
  421. package/dist/react-native/operations/quota.d.ts +147 -0
  422. package/dist/react-native/operations/quota.d.ts.map +1 -0
  423. package/dist/react-native/operations/quota.js +400 -0
  424. package/dist/react-native/operations/quota.js.map +1 -0
  425. package/dist/react-native/operations/quotaOperation.d.ts +32 -0
  426. package/dist/react-native/operations/quotaOperation.d.ts.map +1 -0
  427. package/dist/react-native/operations/quotaOperation.js +133 -0
  428. package/dist/react-native/operations/quotaOperation.js.map +1 -0
  429. package/dist/react-native/operations/quotaRequestStatus.d.ts +62 -0
  430. package/dist/react-native/operations/quotaRequestStatus.d.ts.map +1 -0
  431. package/dist/react-native/operations/quotaRequestStatus.js +186 -0
  432. package/dist/react-native/operations/quotaRequestStatus.js.map +1 -0
  433. package/dist/react-native/operations/usages.d.ts +61 -0
  434. package/dist/react-native/operations/usages.d.ts.map +1 -0
  435. package/dist/react-native/operations/usages.js +183 -0
  436. package/dist/react-native/operations/usages.js.map +1 -0
  437. package/dist/react-native/operationsInterfaces/groupQuotaLimits.d.ts +17 -0
  438. package/dist/react-native/operationsInterfaces/groupQuotaLimits.d.ts.map +1 -0
  439. package/dist/react-native/operationsInterfaces/groupQuotaLimits.js +9 -0
  440. package/dist/react-native/operationsInterfaces/groupQuotaLimits.js.map +1 -0
  441. package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.d.ts +63 -0
  442. package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +1 -0
  443. package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.js +9 -0
  444. package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.js.map +1 -0
  445. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +19 -0
  446. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  447. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.js +9 -0
  448. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +1 -0
  449. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +68 -0
  450. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  451. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +9 -0
  452. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  453. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +27 -0
  454. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  455. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.js +9 -0
  456. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +1 -0
  457. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.d.ts +84 -0
  458. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +1 -0
  459. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.js +9 -0
  460. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.js.map +1 -0
  461. package/dist/react-native/operationsInterfaces/groupQuotas.d.ts +99 -0
  462. package/dist/react-native/operationsInterfaces/groupQuotas.d.ts.map +1 -0
  463. package/dist/react-native/operationsInterfaces/groupQuotas.js +9 -0
  464. package/dist/react-native/operationsInterfaces/groupQuotas.js.map +1 -0
  465. package/dist/react-native/operationsInterfaces/index.d.ts +12 -0
  466. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  467. package/dist/react-native/operationsInterfaces/index.js +19 -0
  468. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  469. package/dist/react-native/operationsInterfaces/quota.d.ts +115 -0
  470. package/dist/react-native/operationsInterfaces/quota.d.ts.map +1 -0
  471. package/dist/react-native/operationsInterfaces/quota.js +9 -0
  472. package/dist/react-native/operationsInterfaces/quota.js.map +1 -0
  473. package/dist/react-native/operationsInterfaces/quotaOperation.d.ts +11 -0
  474. package/dist/react-native/operationsInterfaces/quotaOperation.d.ts.map +1 -0
  475. package/dist/react-native/operationsInterfaces/quotaOperation.js +9 -0
  476. package/dist/react-native/operationsInterfaces/quotaOperation.js.map +1 -0
  477. package/dist/react-native/operationsInterfaces/quotaRequestStatus.d.ts +30 -0
  478. package/dist/react-native/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
  479. package/dist/react-native/operationsInterfaces/quotaRequestStatus.js +9 -0
  480. package/dist/react-native/operationsInterfaces/quotaRequestStatus.js.map +1 -0
  481. package/dist/react-native/operationsInterfaces/usages.d.ts +30 -0
  482. package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
  483. package/dist/react-native/operationsInterfaces/usages.js +9 -0
  484. package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
  485. package/dist/react-native/package.json +3 -0
  486. package/dist/react-native/pagingHelper.d.ts +13 -0
  487. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  488. package/dist/react-native/pagingHelper.js +32 -0
  489. package/dist/react-native/pagingHelper.js.map +1 -0
  490. package/package.json +79 -53
  491. package/review/arm-quota.api.md +49 -247
  492. package/dist/index.js +0 -7283
  493. package/dist/index.js.map +0 -1
  494. package/dist/index.min.js +0 -1
  495. package/dist/index.min.js.map +0 -1
  496. package/dist-esm/samples-dev/groupQuotaLimitsGetSample.d.ts +0 -2
  497. package/dist-esm/samples-dev/groupQuotaLimitsGetSample.d.ts.map +0 -1
  498. package/dist-esm/samples-dev/groupQuotaLimitsGetSample.js +0 -42
  499. package/dist-esm/samples-dev/groupQuotaLimitsGetSample.js.map +0 -1
  500. package/dist-esm/samples-dev/groupQuotaLimitsListSample.d.ts +0 -2
  501. package/dist-esm/samples-dev/groupQuotaLimitsListSample.d.ts.map +0 -1
  502. package/dist-esm/samples-dev/groupQuotaLimitsListSample.js +0 -57
  503. package/dist-esm/samples-dev/groupQuotaLimitsListSample.js.map +0 -1
  504. package/dist-esm/samples-dev/groupQuotaLimitsRequestCreateOrUpdateSample.d.ts +0 -2
  505. package/dist-esm/samples-dev/groupQuotaLimitsRequestCreateOrUpdateSample.d.ts.map +0 -1
  506. package/dist-esm/samples-dev/groupQuotaLimitsRequestCreateOrUpdateSample.js +0 -41
  507. package/dist-esm/samples-dev/groupQuotaLimitsRequestCreateOrUpdateSample.js.map +0 -1
  508. package/dist-esm/samples-dev/groupQuotaLimitsRequestGetSample.d.ts +0 -2
  509. package/dist-esm/samples-dev/groupQuotaLimitsRequestGetSample.d.ts.map +0 -1
  510. package/dist-esm/samples-dev/groupQuotaLimitsRequestGetSample.js +0 -38
  511. package/dist-esm/samples-dev/groupQuotaLimitsRequestGetSample.js.map +0 -1
  512. package/dist-esm/samples-dev/groupQuotaLimitsRequestListSample.d.ts +0 -2
  513. package/dist-esm/samples-dev/groupQuotaLimitsRequestListSample.d.ts.map +0 -1
  514. package/dist-esm/samples-dev/groupQuotaLimitsRequestListSample.js +0 -55
  515. package/dist-esm/samples-dev/groupQuotaLimitsRequestListSample.js.map +0 -1
  516. package/dist-esm/samples-dev/groupQuotaLimitsRequestUpdateSample.d.ts +0 -2
  517. package/dist-esm/samples-dev/groupQuotaLimitsRequestUpdateSample.d.ts.map +0 -1
  518. package/dist-esm/samples-dev/groupQuotaLimitsRequestUpdateSample.js +0 -41
  519. package/dist-esm/samples-dev/groupQuotaLimitsRequestUpdateSample.js.map +0 -1
  520. package/dist-esm/samples-dev/groupQuotaLocationSettingsCreateOrUpdateSample.d.ts +0 -2
  521. package/dist-esm/samples-dev/groupQuotaLocationSettingsCreateOrUpdateSample.d.ts.map +0 -1
  522. package/dist-esm/samples-dev/groupQuotaLocationSettingsCreateOrUpdateSample.js +0 -86
  523. package/dist-esm/samples-dev/groupQuotaLocationSettingsCreateOrUpdateSample.js.map +0 -1
  524. package/dist-esm/samples-dev/groupQuotaLocationSettingsGetSample.d.ts +0 -2
  525. package/dist-esm/samples-dev/groupQuotaLocationSettingsGetSample.d.ts.map +0 -1
  526. package/dist-esm/samples-dev/groupQuotaLocationSettingsGetSample.js +0 -39
  527. package/dist-esm/samples-dev/groupQuotaLocationSettingsGetSample.js.map +0 -1
  528. package/dist-esm/samples-dev/groupQuotaLocationSettingsListSample.d.ts +0 -2
  529. package/dist-esm/samples-dev/groupQuotaLocationSettingsListSample.d.ts.map +0 -1
  530. package/dist-esm/samples-dev/groupQuotaLocationSettingsListSample.js +0 -54
  531. package/dist-esm/samples-dev/groupQuotaLocationSettingsListSample.js.map +0 -1
  532. package/dist-esm/samples-dev/groupQuotaLocationSettingsUpdateSample.d.ts +0 -2
  533. package/dist-esm/samples-dev/groupQuotaLocationSettingsUpdateSample.d.ts.map +0 -1
  534. package/dist-esm/samples-dev/groupQuotaLocationSettingsUpdateSample.js +0 -53
  535. package/dist-esm/samples-dev/groupQuotaLocationSettingsUpdateSample.js.map +0 -1
  536. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationGetSample.d.ts +0 -2
  537. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationGetSample.d.ts.map +0 -1
  538. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationGetSample.js +0 -41
  539. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationGetSample.js.map +0 -1
  540. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationListSample.d.ts +0 -2
  541. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationListSample.d.ts.map +0 -1
  542. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationListSample.js +0 -56
  543. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationListSample.js.map +0 -1
  544. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestCreateOrUpdateSample.d.ts +0 -2
  545. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestCreateOrUpdateSample.d.ts.map +0 -1
  546. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestCreateOrUpdateSample.js +0 -46
  547. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestCreateOrUpdateSample.js.map +0 -1
  548. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestGetSample.d.ts +0 -2
  549. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestGetSample.d.ts.map +0 -1
  550. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestGetSample.js +0 -40
  551. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestGetSample.js.map +0 -1
  552. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestListSample.d.ts +0 -2
  553. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestListSample.d.ts.map +0 -1
  554. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestListSample.js +0 -57
  555. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestListSample.js.map +0 -1
  556. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestUpdateSample.d.ts +0 -2
  557. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestUpdateSample.d.ts.map +0 -1
  558. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestUpdateSample.js +0 -46
  559. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestUpdateSample.js.map +0 -1
  560. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsGetSample.d.ts +0 -2
  561. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsGetSample.d.ts.map +0 -1
  562. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsGetSample.js +0 -38
  563. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsGetSample.js.map +0 -1
  564. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsListSample.d.ts +0 -2
  565. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsListSample.d.ts.map +0 -1
  566. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsListSample.js +0 -53
  567. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsListSample.js.map +0 -1
  568. package/dist-esm/samples-dev/groupQuotaSubscriptionsCreateOrUpdateSample.d.ts +0 -2
  569. package/dist-esm/samples-dev/groupQuotaSubscriptionsCreateOrUpdateSample.d.ts.map +0 -1
  570. package/dist-esm/samples-dev/groupQuotaSubscriptionsCreateOrUpdateSample.js +0 -39
  571. package/dist-esm/samples-dev/groupQuotaSubscriptionsCreateOrUpdateSample.js.map +0 -1
  572. package/dist-esm/samples-dev/groupQuotaSubscriptionsDeleteSample.d.ts +0 -2
  573. package/dist-esm/samples-dev/groupQuotaSubscriptionsDeleteSample.d.ts.map +0 -1
  574. package/dist-esm/samples-dev/groupQuotaSubscriptionsDeleteSample.js +0 -39
  575. package/dist-esm/samples-dev/groupQuotaSubscriptionsDeleteSample.js.map +0 -1
  576. package/dist-esm/samples-dev/groupQuotaSubscriptionsGetSample.d.ts +0 -2
  577. package/dist-esm/samples-dev/groupQuotaSubscriptionsGetSample.d.ts.map +0 -1
  578. package/dist-esm/samples-dev/groupQuotaSubscriptionsGetSample.js +0 -39
  579. package/dist-esm/samples-dev/groupQuotaSubscriptionsGetSample.js.map +0 -1
  580. package/dist-esm/samples-dev/groupQuotaSubscriptionsListSample.d.ts +0 -2
  581. package/dist-esm/samples-dev/groupQuotaSubscriptionsListSample.d.ts.map +0 -1
  582. package/dist-esm/samples-dev/groupQuotaSubscriptionsListSample.js +0 -53
  583. package/dist-esm/samples-dev/groupQuotaSubscriptionsListSample.js.map +0 -1
  584. package/dist-esm/samples-dev/groupQuotaSubscriptionsUpdateSample.d.ts +0 -2
  585. package/dist-esm/samples-dev/groupQuotaSubscriptionsUpdateSample.d.ts.map +0 -1
  586. package/dist-esm/samples-dev/groupQuotaSubscriptionsUpdateSample.js +0 -39
  587. package/dist-esm/samples-dev/groupQuotaSubscriptionsUpdateSample.js.map +0 -1
  588. package/dist-esm/samples-dev/groupQuotaUsagesListSample.d.ts +0 -2
  589. package/dist-esm/samples-dev/groupQuotaUsagesListSample.d.ts.map +0 -1
  590. package/dist-esm/samples-dev/groupQuotaUsagesListSample.js +0 -55
  591. package/dist-esm/samples-dev/groupQuotaUsagesListSample.js.map +0 -1
  592. package/dist-esm/samples-dev/groupQuotasCreateOrUpdateSample.d.ts +0 -2
  593. package/dist-esm/samples-dev/groupQuotasCreateOrUpdateSample.d.ts.map +0 -1
  594. package/dist-esm/samples-dev/groupQuotasCreateOrUpdateSample.js +0 -52
  595. package/dist-esm/samples-dev/groupQuotasCreateOrUpdateSample.js.map +0 -1
  596. package/dist-esm/samples-dev/groupQuotasDeleteSample.d.ts +0 -2
  597. package/dist-esm/samples-dev/groupQuotasDeleteSample.d.ts.map +0 -1
  598. package/dist-esm/samples-dev/groupQuotasDeleteSample.js +0 -37
  599. package/dist-esm/samples-dev/groupQuotasDeleteSample.js.map +0 -1
  600. package/dist-esm/samples-dev/groupQuotasGetSample.d.ts +0 -2
  601. package/dist-esm/samples-dev/groupQuotasGetSample.d.ts.map +0 -1
  602. package/dist-esm/samples-dev/groupQuotasGetSample.js +0 -37
  603. package/dist-esm/samples-dev/groupQuotasGetSample.js.map +0 -1
  604. package/dist-esm/samples-dev/groupQuotasListSample.d.ts +0 -2
  605. package/dist-esm/samples-dev/groupQuotasListSample.d.ts.map +0 -1
  606. package/dist-esm/samples-dev/groupQuotasListSample.js +0 -52
  607. package/dist-esm/samples-dev/groupQuotasListSample.js.map +0 -1
  608. package/dist-esm/samples-dev/groupQuotasUpdateSample.d.ts +0 -2
  609. package/dist-esm/samples-dev/groupQuotasUpdateSample.d.ts.map +0 -1
  610. package/dist-esm/samples-dev/groupQuotasUpdateSample.js +0 -54
  611. package/dist-esm/samples-dev/groupQuotasUpdateSample.js.map +0 -1
  612. package/dist-esm/samples-dev/quotaCreateOrUpdateSample.d.ts +0 -2
  613. package/dist-esm/samples-dev/quotaCreateOrUpdateSample.d.ts.map +0 -1
  614. package/dist-esm/samples-dev/quotaCreateOrUpdateSample.js +0 -131
  615. package/dist-esm/samples-dev/quotaCreateOrUpdateSample.js.map +0 -1
  616. package/dist-esm/samples-dev/quotaGetSample.d.ts +0 -2
  617. package/dist-esm/samples-dev/quotaGetSample.d.ts.map +0 -1
  618. package/dist-esm/samples-dev/quotaGetSample.js +0 -54
  619. package/dist-esm/samples-dev/quotaGetSample.js.map +0 -1
  620. package/dist-esm/samples-dev/quotaListSample.d.ts +0 -2
  621. package/dist-esm/samples-dev/quotaListSample.d.ts.map +0 -1
  622. package/dist-esm/samples-dev/quotaListSample.js +0 -116
  623. package/dist-esm/samples-dev/quotaListSample.js.map +0 -1
  624. package/dist-esm/samples-dev/quotaOperationListSample.d.ts +0 -2
  625. package/dist-esm/samples-dev/quotaOperationListSample.d.ts.map +0 -1
  626. package/dist-esm/samples-dev/quotaOperationListSample.js +0 -51
  627. package/dist-esm/samples-dev/quotaOperationListSample.js.map +0 -1
  628. package/dist-esm/samples-dev/quotaRequestStatusGetSample.d.ts +0 -2
  629. package/dist-esm/samples-dev/quotaRequestStatusGetSample.d.ts.map +0 -1
  630. package/dist-esm/samples-dev/quotaRequestStatusGetSample.js +0 -71
  631. package/dist-esm/samples-dev/quotaRequestStatusGetSample.js.map +0 -1
  632. package/dist-esm/samples-dev/quotaRequestStatusListSample.d.ts +0 -2
  633. package/dist-esm/samples-dev/quotaRequestStatusListSample.d.ts.map +0 -1
  634. package/dist-esm/samples-dev/quotaRequestStatusListSample.js +0 -52
  635. package/dist-esm/samples-dev/quotaRequestStatusListSample.js.map +0 -1
  636. package/dist-esm/samples-dev/quotaUpdateSample.d.ts +0 -2
  637. package/dist-esm/samples-dev/quotaUpdateSample.d.ts.map +0 -1
  638. package/dist-esm/samples-dev/quotaUpdateSample.js +0 -75
  639. package/dist-esm/samples-dev/quotaUpdateSample.js.map +0 -1
  640. package/dist-esm/samples-dev/usagesGetSample.d.ts +0 -2
  641. package/dist-esm/samples-dev/usagesGetSample.d.ts.map +0 -1
  642. package/dist-esm/samples-dev/usagesGetSample.js +0 -54
  643. package/dist-esm/samples-dev/usagesGetSample.js.map +0 -1
  644. package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
  645. package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
  646. package/dist-esm/samples-dev/usagesListSample.js +0 -116
  647. package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
  648. package/dist-esm/src/azureQuotaExtensionAPI.d.ts +0 -33
  649. package/dist-esm/src/azureQuotaExtensionAPI.d.ts.map +0 -1
  650. package/dist-esm/src/azureQuotaExtensionAPI.js +0 -113
  651. package/dist-esm/src/azureQuotaExtensionAPI.js.map +0 -1
  652. package/dist-esm/src/index.d.ts +0 -6
  653. package/dist-esm/src/index.d.ts.map +0 -1
  654. package/dist-esm/src/index.js +0 -13
  655. package/dist-esm/src/index.js.map +0 -1
  656. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  657. package/dist-esm/src/lroImpl.js +0 -21
  658. package/dist-esm/src/lroImpl.js.map +0 -1
  659. package/dist-esm/src/models/index.d.ts +0 -1790
  660. package/dist-esm/src/models/index.d.ts.map +0 -1
  661. package/dist-esm/src/models/index.js +0 -100
  662. package/dist-esm/src/models/index.js.map +0 -1
  663. package/dist-esm/src/models/mappers.d.ts +0 -108
  664. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  665. package/dist-esm/src/models/mappers.js +0 -2708
  666. package/dist-esm/src/models/mappers.js.map +0 -1
  667. package/dist-esm/src/models/parameters.d.ts +0 -28
  668. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  669. package/dist-esm/src/models/parameters.js +0 -262
  670. package/dist-esm/src/models/parameters.js.map +0 -1
  671. package/dist-esm/src/operations/groupQuotaLimits.d.ts +0 -77
  672. package/dist-esm/src/operations/groupQuotaLimits.d.ts.map +0 -1
  673. package/dist-esm/src/operations/groupQuotaLimits.js +0 -232
  674. package/dist-esm/src/operations/groupQuotaLimits.js.map +0 -1
  675. package/dist-esm/src/operations/groupQuotaLimitsRequest.d.ts +0 -131
  676. package/dist-esm/src/operations/groupQuotaLimitsRequest.d.ts.map +0 -1
  677. package/dist-esm/src/operations/groupQuotaLimitsRequest.js +0 -441
  678. package/dist-esm/src/operations/groupQuotaLimitsRequest.js.map +0 -1
  679. package/dist-esm/src/operations/groupQuotaLocationSettings.d.ts +0 -144
  680. package/dist-esm/src/operations/groupQuotaLocationSettings.d.ts.map +0 -1
  681. package/dist-esm/src/operations/groupQuotaLocationSettings.js +0 -453
  682. package/dist-esm/src/operations/groupQuotaLocationSettings.js.map +0 -1
  683. package/dist-esm/src/operations/groupQuotaSubscriptionAllocation.d.ts +0 -75
  684. package/dist-esm/src/operations/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
  685. package/dist-esm/src/operations/groupQuotaSubscriptionAllocation.js +0 -211
  686. package/dist-esm/src/operations/groupQuotaSubscriptionAllocation.js.map +0 -1
  687. package/dist-esm/src/operations/groupQuotaSubscriptionAllocationRequest.d.ts +0 -133
  688. package/dist-esm/src/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
  689. package/dist-esm/src/operations/groupQuotaSubscriptionAllocationRequest.js +0 -450
  690. package/dist-esm/src/operations/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
  691. package/dist-esm/src/operations/groupQuotaSubscriptionRequests.d.ts +0 -55
  692. package/dist-esm/src/operations/groupQuotaSubscriptionRequests.d.ts.map +0 -1
  693. package/dist-esm/src/operations/groupQuotaSubscriptionRequests.js +0 -188
  694. package/dist-esm/src/operations/groupQuotaSubscriptionRequests.js.map +0 -1
  695. package/dist-esm/src/operations/groupQuotaSubscriptions.d.ts +0 -111
  696. package/dist-esm/src/operations/groupQuotaSubscriptions.d.ts.map +0 -1
  697. package/dist-esm/src/operations/groupQuotaSubscriptions.js +0 -461
  698. package/dist-esm/src/operations/groupQuotaSubscriptions.js.map +0 -1
  699. package/dist-esm/src/operations/groupQuotaUsages.d.ts +0 -50
  700. package/dist-esm/src/operations/groupQuotaUsages.d.ts.map +0 -1
  701. package/dist-esm/src/operations/groupQuotaUsages.js +0 -177
  702. package/dist-esm/src/operations/groupQuotaUsages.js.map +0 -1
  703. package/dist-esm/src/operations/groupQuotas.d.ts +0 -123
  704. package/dist-esm/src/operations/groupQuotas.d.ts.map +0 -1
  705. package/dist-esm/src/operations/groupQuotas.js +0 -468
  706. package/dist-esm/src/operations/groupQuotas.js.map +0 -1
  707. package/dist-esm/src/operations/index.d.ts +0 -14
  708. package/dist-esm/src/operations/index.d.ts.map +0 -1
  709. package/dist-esm/src/operations/index.js +0 -21
  710. package/dist-esm/src/operations/index.js.map +0 -1
  711. package/dist-esm/src/operations/quota.d.ts +0 -147
  712. package/dist-esm/src/operations/quota.d.ts.map +0 -1
  713. package/dist-esm/src/operations/quota.js +0 -408
  714. package/dist-esm/src/operations/quota.js.map +0 -1
  715. package/dist-esm/src/operations/quotaOperation.d.ts +0 -32
  716. package/dist-esm/src/operations/quotaOperation.d.ts.map +0 -1
  717. package/dist-esm/src/operations/quotaOperation.js +0 -133
  718. package/dist-esm/src/operations/quotaOperation.js.map +0 -1
  719. package/dist-esm/src/operations/quotaRequestStatus.d.ts +0 -62
  720. package/dist-esm/src/operations/quotaRequestStatus.d.ts.map +0 -1
  721. package/dist-esm/src/operations/quotaRequestStatus.js +0 -186
  722. package/dist-esm/src/operations/quotaRequestStatus.js.map +0 -1
  723. package/dist-esm/src/operations/usages.d.ts +0 -61
  724. package/dist-esm/src/operations/usages.d.ts.map +0 -1
  725. package/dist-esm/src/operations/usages.js +0 -183
  726. package/dist-esm/src/operations/usages.js.map +0 -1
  727. package/dist-esm/src/operationsInterfaces/groupQuotaLimits.d.ts +0 -40
  728. package/dist-esm/src/operationsInterfaces/groupQuotaLimits.d.ts.map +0 -1
  729. package/dist-esm/src/operationsInterfaces/groupQuotaLimits.js.map +0 -1
  730. package/dist-esm/src/operationsInterfaces/groupQuotaLimitsRequest.d.ts +0 -95
  731. package/dist-esm/src/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +0 -1
  732. package/dist-esm/src/operationsInterfaces/groupQuotaLimitsRequest.js.map +0 -1
  733. package/dist-esm/src/operationsInterfaces/groupQuotaLocationSettings.d.ts +0 -111
  734. package/dist-esm/src/operationsInterfaces/groupQuotaLocationSettings.d.ts.map +0 -1
  735. package/dist-esm/src/operationsInterfaces/groupQuotaLocationSettings.js +0 -9
  736. package/dist-esm/src/operationsInterfaces/groupQuotaLocationSettings.js.map +0 -1
  737. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +0 -39
  738. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
  739. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +0 -1
  740. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +0 -96
  741. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
  742. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
  743. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +0 -27
  744. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +0 -1
  745. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +0 -1
  746. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptions.d.ts +0 -84
  747. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +0 -1
  748. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptions.js.map +0 -1
  749. package/dist-esm/src/operationsInterfaces/groupQuotaUsages.d.ts +0 -17
  750. package/dist-esm/src/operationsInterfaces/groupQuotaUsages.d.ts.map +0 -1
  751. package/dist-esm/src/operationsInterfaces/groupQuotaUsages.js +0 -9
  752. package/dist-esm/src/operationsInterfaces/groupQuotaUsages.js.map +0 -1
  753. package/dist-esm/src/operationsInterfaces/groupQuotas.d.ts +0 -99
  754. package/dist-esm/src/operationsInterfaces/groupQuotas.d.ts.map +0 -1
  755. package/dist-esm/src/operationsInterfaces/groupQuotas.js.map +0 -1
  756. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -14
  757. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  758. package/dist-esm/src/operationsInterfaces/index.js +0 -21
  759. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  760. package/dist-esm/src/operationsInterfaces/quota.d.ts +0 -115
  761. package/dist-esm/src/operationsInterfaces/quota.d.ts.map +0 -1
  762. package/dist-esm/src/operationsInterfaces/quota.js.map +0 -1
  763. package/dist-esm/src/operationsInterfaces/quotaOperation.d.ts +0 -11
  764. package/dist-esm/src/operationsInterfaces/quotaOperation.d.ts.map +0 -1
  765. package/dist-esm/src/operationsInterfaces/quotaOperation.js.map +0 -1
  766. package/dist-esm/src/operationsInterfaces/quotaRequestStatus.d.ts +0 -30
  767. package/dist-esm/src/operationsInterfaces/quotaRequestStatus.d.ts.map +0 -1
  768. package/dist-esm/src/operationsInterfaces/quotaRequestStatus.js.map +0 -1
  769. package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -30
  770. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
  771. package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
  772. package/dist-esm/src/pagingHelper.js.map +0 -1
  773. package/dist-esm/test/quota_operations_test.spec.d.ts +0 -4
  774. package/dist-esm/test/quota_operations_test.spec.d.ts.map +0 -1
  775. package/dist-esm/test/quota_operations_test.spec.js +0 -98
  776. package/dist-esm/test/quota_operations_test.spec.js.map +0 -1
  777. package/src/azureQuotaExtensionAPI.ts +0 -210
  778. package/src/index.ts +0 -13
  779. package/src/lroImpl.ts +0 -42
  780. package/src/models/index.ts +0 -2054
  781. package/src/models/mappers.ts +0 -2870
  782. package/src/models/parameters.ts +0 -302
  783. package/src/operations/groupQuotaLimits.ts +0 -314
  784. package/src/operations/groupQuotaLimitsRequest.ts +0 -609
  785. package/src/operations/groupQuotaLocationSettings.ts +0 -616
  786. package/src/operations/groupQuotaSubscriptionAllocation.ts +0 -284
  787. package/src/operations/groupQuotaSubscriptionAllocationRequest.ts +0 -626
  788. package/src/operations/groupQuotaSubscriptionRequests.ts +0 -244
  789. package/src/operations/groupQuotaSubscriptions.ts +0 -626
  790. package/src/operations/groupQuotaUsages.ts +0 -248
  791. package/src/operations/groupQuotas.ts +0 -618
  792. package/src/operations/index.ts +0 -21
  793. package/src/operations/quota.ts +0 -521
  794. package/src/operations/quotaOperation.ts +0 -149
  795. package/src/operations/quotaRequestStatus.ts +0 -220
  796. package/src/operations/usages.ts +0 -217
  797. package/src/operationsInterfaces/groupQuotaLimits.ts +0 -67
  798. package/src/operationsInterfaces/groupQuotaLimitsRequest.ts +0 -158
  799. package/src/operationsInterfaces/groupQuotaLocationSettings.ts +0 -174
  800. package/src/operationsInterfaces/groupQuotaSubscriptionAllocation.ts +0 -64
  801. package/src/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.ts +0 -163
  802. package/src/operationsInterfaces/groupQuotaSubscriptionRequests.ts +0 -50
  803. package/src/operationsInterfaces/groupQuotaSubscriptions.ts +0 -151
  804. package/src/operationsInterfaces/groupQuotaUsages.ts +0 -32
  805. package/src/operationsInterfaces/groupQuotas.ts +0 -165
  806. package/src/operationsInterfaces/index.ts +0 -21
  807. package/src/operationsInterfaces/quota.ts +0 -167
  808. package/src/operationsInterfaces/quotaOperation.ts +0 -22
  809. package/src/operationsInterfaces/quotaRequestStatus.ts +0 -51
  810. package/src/operationsInterfaces/usages.ts +0 -51
  811. package/src/pagingHelper.ts +0 -39
  812. package/tsconfig.json +0 -33
  813. package/types/arm-quota.d.ts +0 -2819
  814. package/types/tsdoc-metadata.json +0 -11
  815. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  816. /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaLimits.js +0 -0
  817. /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaLimitsRequest.js +0 -0
  818. /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaSubscriptionAllocation.js +0 -0
  819. /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +0 -0
  820. /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaSubscriptionRequests.js +0 -0
  821. /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaSubscriptions.js +0 -0
  822. /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotas.js +0 -0
  823. /package/{dist-esm/src → dist/browser}/operationsInterfaces/quota.js +0 -0
  824. /package/{dist-esm/src → dist/browser}/operationsInterfaces/quotaOperation.js +0 -0
  825. /package/{dist-esm/src → dist/browser}/operationsInterfaces/quotaRequestStatus.js +0 -0
  826. /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
  827. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  828. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  829. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.GroupQuotaLimitsImpl = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
13
+ const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
14
+ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
15
+ /** Class containing GroupQuotaLimits operations. */
16
+ class GroupQuotaLimitsImpl {
17
+ /**
18
+ * Initialize a new instance of the class GroupQuotaLimits class.
19
+ * @param client Reference to the service client
20
+ */
21
+ constructor(client) {
22
+ this.client = client;
23
+ }
24
+ /**
25
+ * Gets the GroupQuotaLimits for the specified resource provider and location for resource names passed
26
+ * in $filter=resourceName eq {SKU}.
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 resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
31
+ * Microsoft.Compute resource provider supports this API.
32
+ * @param location The name of the Azure region.
33
+ * @param options The options parameters.
34
+ */
35
+ list(managementGroupId, groupQuotaName, resourceProviderName, location, options) {
36
+ return this.client.sendOperationRequest({
37
+ managementGroupId,
38
+ groupQuotaName,
39
+ resourceProviderName,
40
+ location,
41
+ options,
42
+ }, listOperationSpec);
43
+ }
44
+ }
45
+ exports.GroupQuotaLimitsImpl = GroupQuotaLimitsImpl;
46
+ // Operation Specifications
47
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
48
+ const listOperationSpec = {
49
+ path: "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/resourceProviders/{resourceProviderName}/groupQuotaLimits/{location}",
50
+ httpMethod: "GET",
51
+ responses: {
52
+ 200: {
53
+ bodyMapper: Mappers.GroupQuotaLimitList,
54
+ },
55
+ default: {
56
+ bodyMapper: Mappers.ErrorResponse,
57
+ },
58
+ },
59
+ queryParameters: [Parameters.apiVersion],
60
+ urlParameters: [
61
+ Parameters.$host,
62
+ Parameters.managementGroupId,
63
+ Parameters.groupQuotaName,
64
+ Parameters.resourceProviderName,
65
+ Parameters.location,
66
+ ],
67
+ headerParameters: [Parameters.accept],
68
+ serializer,
69
+ };
70
+ //# sourceMappingURL=groupQuotaLimits.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"groupQuotaLimits.js","sourceRoot":"","sources":["../../../src/operations/groupQuotaLimits.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAGH,uEAAiD;AACjD,sEAAgD;AAChD,4EAAsD;AAOtD,oDAAoD;AACpD,MAAa,oBAAoB;IAG/B;;;OAGG;IACH,YAAY,MAA8B;QACxC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CACF,iBAAyB,EACzB,cAAsB,EACtB,oBAA4B,EAC5B,QAAgB,EAChB,OAA4C;QAE5C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,cAAc;YACd,oBAAoB;YACpB,QAAQ;YACR,OAAO;SACR,EACD,iBAAiB,CAClB,CAAC;IACJ,CAAC;CACF;AAxCD,oDAwCC;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,kMAAkM;IACxM,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,oBAAoB;QAC/B,UAAU,CAAC,QAAQ;KACpB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","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 { GroupQuotaLimits } 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 GroupQuotaLimitsListOptionalParams,\n GroupQuotaLimitsListResponse,\n} from \"../models/index.js\";\n\n/** Class containing GroupQuotaLimits operations. */\nexport class GroupQuotaLimitsImpl implements GroupQuotaLimits {\n private readonly client: AzureQuotaExtensionAPI;\n\n /**\n * Initialize a new instance of the class GroupQuotaLimits class.\n * @param client Reference to the service client\n */\n constructor(client: AzureQuotaExtensionAPI) {\n this.client = client;\n }\n\n /**\n * Gets the GroupQuotaLimits for the specified resource provider and location for resource names passed\n * in $filter=resourceName eq {SKU}.\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 resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only\n * Microsoft.Compute resource provider supports this API.\n * @param location The name of the Azure region.\n * @param options The options parameters.\n */\n list(\n managementGroupId: string,\n groupQuotaName: string,\n resourceProviderName: string,\n location: string,\n options?: GroupQuotaLimitsListOptionalParams,\n ): Promise<GroupQuotaLimitsListResponse> {\n return this.client.sendOperationRequest(\n {\n managementGroupId,\n groupQuotaName,\n resourceProviderName,\n location,\n options,\n },\n listOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/resourceProviders/{resourceProviderName}/groupQuotaLimits/{location}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GroupQuotaLimitList,\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.resourceProviderName,\n Parameters.location,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -0,0 +1,99 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { GroupQuotaLimitsRequest } from "../operationsInterfaces/index.js";
3
+ import { AzureQuotaExtensionAPI } from "../azureQuotaExtensionAPI.js";
4
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
5
+ import { SubmittedResourceRequestStatus, GroupQuotaLimitsRequestListOptionalParams, GroupQuotaLimitsRequestUpdateOptionalParams, GroupQuotaLimitsRequestUpdateResponse, GroupQuotaLimitsRequestGetOptionalParams, GroupQuotaLimitsRequestGetResponse } from "../models/index.js";
6
+ /** Class containing GroupQuotaLimitsRequest operations. */
7
+ export declare class GroupQuotaLimitsRequestImpl implements GroupQuotaLimitsRequest {
8
+ private readonly client;
9
+ /**
10
+ * Initialize a new instance of the class GroupQuotaLimitsRequest class.
11
+ * @param client Reference to the service client
12
+ */
13
+ constructor(client: AzureQuotaExtensionAPI);
14
+ /**
15
+ * Get API to check the status of a GroupQuota request by requestId.
16
+ * @param managementGroupId Management Group Id.
17
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
18
+ * tenantId/MgId.
19
+ * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
20
+ * Microsoft.Compute resource provider supports this API.
21
+ * @param filter | Field | Supported operators
22
+ * |---------------------|------------------------
23
+ *
24
+ * location eq {location} and resource eq {resourceName}
25
+ * Example: $filter=location eq eastus and resourceName eq cores
26
+ * @param options The options parameters.
27
+ */
28
+ list(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, filter: string, options?: GroupQuotaLimitsRequestListOptionalParams): PagedAsyncIterableIterator<SubmittedResourceRequestStatus>;
29
+ private listPagingPage;
30
+ private listPagingAll;
31
+ /**
32
+ * Create the GroupQuota requests for a specific ResourceProvider/Location/Resource. The resourceName
33
+ * properties are specified in the request body. Only 1 resource quota can be requested. Please note
34
+ * that patch request creates a new groupQuota request.
35
+ * Use the polling API - OperationsStatus URI specified in Azure-AsyncOperation header field, with
36
+ * retry-after duration in seconds to check the intermediate status. This API provides the finals
37
+ * status with the request details and status.
38
+ * @param managementGroupId Management Group Id.
39
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
40
+ * tenantId/MgId.
41
+ * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
42
+ * Microsoft.Compute resource provider supports this API.
43
+ * @param location The name of the Azure region.
44
+ * @param options The options parameters.
45
+ */
46
+ beginUpdate(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaLimitsRequestUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaLimitsRequestUpdateResponse>, GroupQuotaLimitsRequestUpdateResponse>>;
47
+ /**
48
+ * Create the GroupQuota requests for a specific ResourceProvider/Location/Resource. The resourceName
49
+ * properties are specified in the request body. Only 1 resource quota can be requested. Please note
50
+ * that patch request creates a new groupQuota request.
51
+ * Use the polling API - OperationsStatus URI specified in Azure-AsyncOperation header field, with
52
+ * retry-after duration in seconds to check the intermediate status. This API provides the finals
53
+ * status with the request details and status.
54
+ * @param managementGroupId Management Group Id.
55
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
56
+ * tenantId/MgId.
57
+ * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
58
+ * Microsoft.Compute resource provider supports this API.
59
+ * @param location The name of the Azure region.
60
+ * @param options The options parameters.
61
+ */
62
+ beginUpdateAndWait(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaLimitsRequestUpdateOptionalParams): Promise<GroupQuotaLimitsRequestUpdateResponse>;
63
+ /**
64
+ * Get API to check the status of a GroupQuota request by requestId.
65
+ * @param managementGroupId Management Group Id.
66
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
67
+ * tenantId/MgId.
68
+ * @param requestId Request Id.
69
+ * @param options The options parameters.
70
+ */
71
+ get(managementGroupId: string, groupQuotaName: string, requestId: string, options?: GroupQuotaLimitsRequestGetOptionalParams): Promise<GroupQuotaLimitsRequestGetResponse>;
72
+ /**
73
+ * Get API to check the status of a GroupQuota request by requestId.
74
+ * @param managementGroupId Management Group Id.
75
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
76
+ * tenantId/MgId.
77
+ * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
78
+ * Microsoft.Compute resource provider supports this API.
79
+ * @param filter | Field | Supported operators
80
+ * |---------------------|------------------------
81
+ *
82
+ * location eq {location} and resource eq {resourceName}
83
+ * Example: $filter=location eq eastus and resourceName eq cores
84
+ * @param options The options parameters.
85
+ */
86
+ private _list;
87
+ /**
88
+ * ListNext
89
+ * @param managementGroupId Management Group Id.
90
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
91
+ * tenantId/MgId.
92
+ * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
93
+ * Microsoft.Compute resource provider supports this API.
94
+ * @param nextLink The nextLink from the previous successful call to the List method.
95
+ * @param options The options parameters.
96
+ */
97
+ private _listNext;
98
+ }
99
+ //# sourceMappingURL=groupQuotaLimitsRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"groupQuotaLimitsRequest.d.ts","sourceRoot":"","sources":["../../../src/operations/groupQuotaLimitsRequest.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAI3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,8BAA8B,EAE9B,yCAAyC,EAEzC,2CAA2C,EAC3C,qCAAqC,EACrC,wCAAwC,EACxC,kCAAkC,EAEnC,MAAM,oBAAoB,CAAC;AAG5B,2DAA2D;AAC3D,qBAAa,2BAA4B,YAAW,uBAAuB;IACzE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;IAEhD;;;OAGG;gBACS,MAAM,EAAE,sBAAsB;IAI1C;;;;;;;;;;;;;OAaG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,oBAAoB,EAAE,MAAM,EAC5B,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,8BAA8B,CAAC;YA+B9C,cAAc;YAsCd,aAAa;IAkB5B;;;;;;;;;;;;;;OAcG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,oBAAoB,EAAE,MAAM,EAC5B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,qCAAqC,CAAC,EACrD,qCAAqC,CACtC,CACF;IA8DD;;;;;;;;;;;;;;OAcG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,oBAAoB,EAAE,MAAM,EAC5B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC;IAWjD;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC;IAO9C;;;;;;;;;;;;;OAaG;IACH,OAAO,CAAC,KAAK;IAmBb;;;;;;;;;OASG;IACH,OAAO,CAAC,SAAS;CAkBlB"}
@@ -0,0 +1,328 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.GroupQuotaLimitsRequestImpl = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const pagingHelper_js_1 = require("../pagingHelper.js");
13
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
14
+ const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
15
+ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
16
+ const core_lro_1 = require("@azure/core-lro");
17
+ const lroImpl_js_1 = require("../lroImpl.js");
18
+ /// <reference lib="esnext.asynciterable" />
19
+ /** Class containing GroupQuotaLimitsRequest operations. */
20
+ class GroupQuotaLimitsRequestImpl {
21
+ /**
22
+ * Initialize a new instance of the class GroupQuotaLimitsRequest class.
23
+ * @param client Reference to the service client
24
+ */
25
+ constructor(client) {
26
+ this.client = client;
27
+ }
28
+ /**
29
+ * Get API to check the status of a GroupQuota request by requestId.
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 resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
34
+ * Microsoft.Compute resource provider supports this API.
35
+ * @param filter | Field | Supported operators
36
+ * |---------------------|------------------------
37
+ *
38
+ * location eq {location} and resource eq {resourceName}
39
+ * Example: $filter=location eq eastus and resourceName eq cores
40
+ * @param options The options parameters.
41
+ */
42
+ list(managementGroupId, groupQuotaName, resourceProviderName, filter, options) {
43
+ const iter = this.listPagingAll(managementGroupId, groupQuotaName, resourceProviderName, filter, options);
44
+ return {
45
+ next() {
46
+ return iter.next();
47
+ },
48
+ [Symbol.asyncIterator]() {
49
+ return this;
50
+ },
51
+ byPage: (settings) => {
52
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
53
+ throw new Error("maxPageSize is not supported by this operation.");
54
+ }
55
+ return this.listPagingPage(managementGroupId, groupQuotaName, resourceProviderName, filter, options, settings);
56
+ },
57
+ };
58
+ }
59
+ listPagingPage(managementGroupId, groupQuotaName, resourceProviderName, filter, options, settings) {
60
+ return tslib_1.__asyncGenerator(this, arguments, function* listPagingPage_1() {
61
+ let result;
62
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
63
+ if (!continuationToken) {
64
+ result = yield tslib_1.__await(this._list(managementGroupId, groupQuotaName, resourceProviderName, filter, options));
65
+ let page = result.value || [];
66
+ continuationToken = result.nextLink;
67
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
68
+ yield yield tslib_1.__await(page);
69
+ }
70
+ while (continuationToken) {
71
+ result = yield tslib_1.__await(this._listNext(managementGroupId, groupQuotaName, resourceProviderName, continuationToken, options));
72
+ continuationToken = result.nextLink;
73
+ let page = result.value || [];
74
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
75
+ yield yield tslib_1.__await(page);
76
+ }
77
+ });
78
+ }
79
+ listPagingAll(managementGroupId, groupQuotaName, resourceProviderName, filter, options) {
80
+ return tslib_1.__asyncGenerator(this, arguments, function* listPagingAll_1() {
81
+ var _a, e_1, _b, _c;
82
+ try {
83
+ for (var _d = true, _e = tslib_1.__asyncValues(this.listPagingPage(managementGroupId, groupQuotaName, resourceProviderName, filter, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
84
+ _c = _f.value;
85
+ _d = false;
86
+ const page = _c;
87
+ yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
88
+ }
89
+ }
90
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
91
+ finally {
92
+ try {
93
+ if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
94
+ }
95
+ finally { if (e_1) throw e_1.error; }
96
+ }
97
+ });
98
+ }
99
+ /**
100
+ * Create the GroupQuota requests for a specific ResourceProvider/Location/Resource. The resourceName
101
+ * properties are specified in the request body. Only 1 resource quota can be requested. Please note
102
+ * that patch request creates a new groupQuota request.
103
+ * Use the polling API - OperationsStatus URI specified in Azure-AsyncOperation header field, with
104
+ * retry-after duration in seconds to check the intermediate status. This API provides the finals
105
+ * status with the request details and status.
106
+ * @param managementGroupId Management Group Id.
107
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
108
+ * tenantId/MgId.
109
+ * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
110
+ * Microsoft.Compute resource provider supports this API.
111
+ * @param location The name of the Azure region.
112
+ * @param options The options parameters.
113
+ */
114
+ async beginUpdate(managementGroupId, groupQuotaName, resourceProviderName, location, options) {
115
+ const directSendOperation = async (args, spec) => {
116
+ return this.client.sendOperationRequest(args, spec);
117
+ };
118
+ const sendOperationFn = async (args, spec) => {
119
+ var _a;
120
+ let currentRawResponse = undefined;
121
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
122
+ const callback = (rawResponse, flatResponse) => {
123
+ currentRawResponse = rawResponse;
124
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
125
+ };
126
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
127
+ const flatResponse = await directSendOperation(updatedArgs, spec);
128
+ return {
129
+ flatResponse,
130
+ rawResponse: {
131
+ statusCode: currentRawResponse.status,
132
+ body: currentRawResponse.parsedBody,
133
+ headers: currentRawResponse.headers.toJSON(),
134
+ },
135
+ };
136
+ };
137
+ const lro = (0, lroImpl_js_1.createLroSpec)({
138
+ sendOperationFn,
139
+ args: {
140
+ managementGroupId,
141
+ groupQuotaName,
142
+ resourceProviderName,
143
+ location,
144
+ options,
145
+ },
146
+ spec: updateOperationSpec,
147
+ });
148
+ const poller = await (0, core_lro_1.createHttpPoller)(lro, {
149
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
150
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
151
+ resourceLocationConfig: "location",
152
+ });
153
+ await poller.poll();
154
+ return poller;
155
+ }
156
+ /**
157
+ * Create the GroupQuota requests for a specific ResourceProvider/Location/Resource. The resourceName
158
+ * properties are specified in the request body. Only 1 resource quota can be requested. Please note
159
+ * that patch request creates a new groupQuota request.
160
+ * Use the polling API - OperationsStatus URI specified in Azure-AsyncOperation header field, with
161
+ * retry-after duration in seconds to check the intermediate status. This API provides the finals
162
+ * status with the request details and status.
163
+ * @param managementGroupId Management Group Id.
164
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
165
+ * tenantId/MgId.
166
+ * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
167
+ * Microsoft.Compute resource provider supports this API.
168
+ * @param location The name of the Azure region.
169
+ * @param options The options parameters.
170
+ */
171
+ async beginUpdateAndWait(managementGroupId, groupQuotaName, resourceProviderName, location, options) {
172
+ const poller = await this.beginUpdate(managementGroupId, groupQuotaName, resourceProviderName, location, options);
173
+ return poller.pollUntilDone();
174
+ }
175
+ /**
176
+ * Get API to check the status of a GroupQuota request by requestId.
177
+ * @param managementGroupId Management Group Id.
178
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
179
+ * tenantId/MgId.
180
+ * @param requestId Request Id.
181
+ * @param options The options parameters.
182
+ */
183
+ get(managementGroupId, groupQuotaName, requestId, options) {
184
+ return this.client.sendOperationRequest({ managementGroupId, groupQuotaName, requestId, options }, getOperationSpec);
185
+ }
186
+ /**
187
+ * Get API to check the status of a GroupQuota request by requestId.
188
+ * @param managementGroupId Management Group Id.
189
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
190
+ * tenantId/MgId.
191
+ * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
192
+ * Microsoft.Compute resource provider supports this API.
193
+ * @param filter | Field | Supported operators
194
+ * |---------------------|------------------------
195
+ *
196
+ * location eq {location} and resource eq {resourceName}
197
+ * Example: $filter=location eq eastus and resourceName eq cores
198
+ * @param options The options parameters.
199
+ */
200
+ _list(managementGroupId, groupQuotaName, resourceProviderName, filter, options) {
201
+ return this.client.sendOperationRequest({
202
+ managementGroupId,
203
+ groupQuotaName,
204
+ resourceProviderName,
205
+ filter,
206
+ options,
207
+ }, listOperationSpec);
208
+ }
209
+ /**
210
+ * ListNext
211
+ * @param managementGroupId Management Group Id.
212
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
213
+ * tenantId/MgId.
214
+ * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
215
+ * Microsoft.Compute resource provider supports this API.
216
+ * @param nextLink The nextLink from the previous successful call to the List method.
217
+ * @param options The options parameters.
218
+ */
219
+ _listNext(managementGroupId, groupQuotaName, resourceProviderName, nextLink, options) {
220
+ return this.client.sendOperationRequest({
221
+ managementGroupId,
222
+ groupQuotaName,
223
+ resourceProviderName,
224
+ nextLink,
225
+ options,
226
+ }, listNextOperationSpec);
227
+ }
228
+ }
229
+ exports.GroupQuotaLimitsRequestImpl = GroupQuotaLimitsRequestImpl;
230
+ // Operation Specifications
231
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
232
+ const updateOperationSpec = {
233
+ path: "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/resourceProviders/{resourceProviderName}/groupQuotaLimits/{location}",
234
+ httpMethod: "PATCH",
235
+ responses: {
236
+ 200: {
237
+ bodyMapper: Mappers.GroupQuotaLimitList,
238
+ },
239
+ 201: {
240
+ bodyMapper: Mappers.GroupQuotaLimitList,
241
+ },
242
+ 202: {
243
+ bodyMapper: Mappers.GroupQuotaLimitList,
244
+ },
245
+ 204: {
246
+ bodyMapper: Mappers.GroupQuotaLimitList,
247
+ },
248
+ default: {
249
+ bodyMapper: Mappers.ErrorResponse,
250
+ },
251
+ },
252
+ requestBody: Parameters.groupQuotaRequest,
253
+ queryParameters: [Parameters.apiVersion],
254
+ urlParameters: [
255
+ Parameters.$host,
256
+ Parameters.managementGroupId,
257
+ Parameters.groupQuotaName,
258
+ Parameters.resourceProviderName,
259
+ Parameters.location,
260
+ ],
261
+ headerParameters: [Parameters.contentType, Parameters.accept],
262
+ mediaType: "json",
263
+ serializer,
264
+ };
265
+ const getOperationSpec = {
266
+ path: "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/groupQuotaRequests/{requestId}",
267
+ httpMethod: "GET",
268
+ responses: {
269
+ 200: {
270
+ bodyMapper: Mappers.SubmittedResourceRequestStatus,
271
+ },
272
+ default: {
273
+ bodyMapper: Mappers.ErrorResponse,
274
+ },
275
+ },
276
+ queryParameters: [Parameters.apiVersion],
277
+ urlParameters: [
278
+ Parameters.$host,
279
+ Parameters.managementGroupId,
280
+ Parameters.groupQuotaName,
281
+ Parameters.requestId,
282
+ ],
283
+ headerParameters: [Parameters.accept],
284
+ serializer,
285
+ };
286
+ const listOperationSpec = {
287
+ path: "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/resourceProviders/{resourceProviderName}/groupQuotaRequests",
288
+ httpMethod: "GET",
289
+ responses: {
290
+ 200: {
291
+ bodyMapper: Mappers.SubmittedResourceRequestStatusList,
292
+ },
293
+ default: {
294
+ bodyMapper: Mappers.ErrorResponse,
295
+ },
296
+ },
297
+ queryParameters: [Parameters.apiVersion, Parameters.filter],
298
+ urlParameters: [
299
+ Parameters.$host,
300
+ Parameters.managementGroupId,
301
+ Parameters.groupQuotaName,
302
+ Parameters.resourceProviderName,
303
+ ],
304
+ headerParameters: [Parameters.accept],
305
+ serializer,
306
+ };
307
+ const listNextOperationSpec = {
308
+ path: "{nextLink}",
309
+ httpMethod: "GET",
310
+ responses: {
311
+ 200: {
312
+ bodyMapper: Mappers.SubmittedResourceRequestStatusList,
313
+ },
314
+ default: {
315
+ bodyMapper: Mappers.ErrorResponse,
316
+ },
317
+ },
318
+ urlParameters: [
319
+ Parameters.$host,
320
+ Parameters.managementGroupId,
321
+ Parameters.groupQuotaName,
322
+ Parameters.nextLink,
323
+ Parameters.resourceProviderName,
324
+ ],
325
+ headerParameters: [Parameters.accept],
326
+ serializer,
327
+ };
328
+ //# sourceMappingURL=groupQuotaLimitsRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"groupQuotaLimitsRequest.js","sourceRoot":"","sources":["../../../src/operations/groupQuotaLimitsRequest.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 { GroupQuotaLimitsRequest } 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 SubmittedResourceRequestStatus,\n GroupQuotaLimitsRequestListNextOptionalParams,\n GroupQuotaLimitsRequestListOptionalParams,\n GroupQuotaLimitsRequestListResponse,\n GroupQuotaLimitsRequestUpdateOptionalParams,\n GroupQuotaLimitsRequestUpdateResponse,\n GroupQuotaLimitsRequestGetOptionalParams,\n GroupQuotaLimitsRequestGetResponse,\n GroupQuotaLimitsRequestListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing GroupQuotaLimitsRequest operations. */\nexport class GroupQuotaLimitsRequestImpl implements GroupQuotaLimitsRequest {\n private readonly client: AzureQuotaExtensionAPI;\n\n /**\n * Initialize a new instance of the class GroupQuotaLimitsRequest class.\n * @param client Reference to the service client\n */\n constructor(client: AzureQuotaExtensionAPI) {\n this.client = client;\n }\n\n /**\n * Get API to check the status of a GroupQuota request by requestId.\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 resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only\n * Microsoft.Compute resource provider supports this API.\n * @param filter | Field | Supported operators\n * |---------------------|------------------------\n *\n * location eq {location} and resource eq {resourceName}\n * Example: $filter=location eq eastus and resourceName eq cores\n * @param options The options parameters.\n */\n public list(\n managementGroupId: string,\n groupQuotaName: string,\n resourceProviderName: string,\n filter: string,\n options?: GroupQuotaLimitsRequestListOptionalParams,\n ): PagedAsyncIterableIterator<SubmittedResourceRequestStatus> {\n const iter = this.listPagingAll(\n managementGroupId,\n groupQuotaName,\n resourceProviderName,\n filter,\n options,\n );\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 resourceProviderName,\n filter,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listPagingPage(\n managementGroupId: string,\n groupQuotaName: string,\n resourceProviderName: string,\n filter: string,\n options?: GroupQuotaLimitsRequestListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<SubmittedResourceRequestStatus[]> {\n let result: GroupQuotaLimitsRequestListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(\n managementGroupId,\n groupQuotaName,\n resourceProviderName,\n filter,\n options,\n );\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 resourceProviderName,\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 resourceProviderName: string,\n filter: string,\n options?: GroupQuotaLimitsRequestListOptionalParams,\n ): AsyncIterableIterator<SubmittedResourceRequestStatus> {\n for await (const page of this.listPagingPage(\n managementGroupId,\n groupQuotaName,\n resourceProviderName,\n filter,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Create the GroupQuota requests for a specific ResourceProvider/Location/Resource. The resourceName\n * properties are specified in the request body. Only 1 resource quota can be requested. Please note\n * that patch request creates a new groupQuota request.\n * Use the polling API - OperationsStatus URI specified in Azure-AsyncOperation header field, with\n * retry-after duration in seconds to check the intermediate status. This API provides the finals\n * status with the request details and status.\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 resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only\n * Microsoft.Compute resource provider supports this API.\n * @param location The name of the Azure region.\n * @param options The options parameters.\n */\n async beginUpdate(\n managementGroupId: string,\n groupQuotaName: string,\n resourceProviderName: string,\n location: string,\n options?: GroupQuotaLimitsRequestUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<GroupQuotaLimitsRequestUpdateResponse>,\n GroupQuotaLimitsRequestUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<GroupQuotaLimitsRequestUpdateResponse> => {\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: {\n managementGroupId,\n groupQuotaName,\n resourceProviderName,\n location,\n options,\n },\n spec: updateOperationSpec,\n });\n const poller = await createHttpPoller<\n GroupQuotaLimitsRequestUpdateResponse,\n OperationState<GroupQuotaLimitsRequestUpdateResponse>\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 * Create the GroupQuota requests for a specific ResourceProvider/Location/Resource. The resourceName\n * properties are specified in the request body. Only 1 resource quota can be requested. Please note\n * that patch request creates a new groupQuota request.\n * Use the polling API - OperationsStatus URI specified in Azure-AsyncOperation header field, with\n * retry-after duration in seconds to check the intermediate status. This API provides the finals\n * status with the request details and status.\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 resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only\n * Microsoft.Compute resource provider supports this API.\n * @param location The name of the Azure region.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n managementGroupId: string,\n groupQuotaName: string,\n resourceProviderName: string,\n location: string,\n options?: GroupQuotaLimitsRequestUpdateOptionalParams,\n ): Promise<GroupQuotaLimitsRequestUpdateResponse> {\n const poller = await this.beginUpdate(\n managementGroupId,\n groupQuotaName,\n resourceProviderName,\n location,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Get API to check the status of a GroupQuota request by requestId.\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 requestId Request Id.\n * @param options The options parameters.\n */\n get(\n managementGroupId: string,\n groupQuotaName: string,\n requestId: string,\n options?: GroupQuotaLimitsRequestGetOptionalParams,\n ): Promise<GroupQuotaLimitsRequestGetResponse> {\n return this.client.sendOperationRequest(\n { managementGroupId, groupQuotaName, requestId, options },\n getOperationSpec,\n );\n }\n\n /**\n * Get API to check the status of a GroupQuota request by requestId.\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 resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only\n * Microsoft.Compute resource provider supports this API.\n * @param filter | Field | Supported operators\n * |---------------------|------------------------\n *\n * location eq {location} and resource eq {resourceName}\n * Example: $filter=location eq eastus and resourceName eq cores\n * @param options The options parameters.\n */\n private _list(\n managementGroupId: string,\n groupQuotaName: string,\n resourceProviderName: string,\n filter: string,\n options?: GroupQuotaLimitsRequestListOptionalParams,\n ): Promise<GroupQuotaLimitsRequestListResponse> {\n return this.client.sendOperationRequest(\n {\n managementGroupId,\n groupQuotaName,\n resourceProviderName,\n filter,\n options,\n },\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 resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only\n * Microsoft.Compute resource provider supports this API.\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 resourceProviderName: string,\n nextLink: string,\n options?: GroupQuotaLimitsRequestListNextOptionalParams,\n ): Promise<GroupQuotaLimitsRequestListNextResponse> {\n return this.client.sendOperationRequest(\n {\n managementGroupId,\n groupQuotaName,\n resourceProviderName,\n nextLink,\n options,\n },\n listNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/resourceProviders/{resourceProviderName}/groupQuotaLimits/{location}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.GroupQuotaLimitList,\n },\n 201: {\n bodyMapper: Mappers.GroupQuotaLimitList,\n },\n 202: {\n bodyMapper: Mappers.GroupQuotaLimitList,\n },\n 204: {\n bodyMapper: Mappers.GroupQuotaLimitList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.groupQuotaRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupId,\n Parameters.groupQuotaName,\n Parameters.resourceProviderName,\n Parameters.location,\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/groupQuotaRequests/{requestId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SubmittedResourceRequestStatus,\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.requestId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/resourceProviders/{resourceProviderName}/groupQuotaRequests\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SubmittedResourceRequestStatusList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupId,\n Parameters.groupQuotaName,\n Parameters.resourceProviderName,\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.SubmittedResourceRequestStatusList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupId,\n Parameters.groupQuotaName,\n Parameters.nextLink,\n Parameters.resourceProviderName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -0,0 +1,27 @@
1
+ import { GroupQuotaSubscriptionAllocation } from "../operationsInterfaces/index.js";
2
+ import { AzureQuotaExtensionAPI } from "../azureQuotaExtensionAPI.js";
3
+ import { GroupQuotaSubscriptionAllocationListOptionalParams, GroupQuotaSubscriptionAllocationListResponse } from "../models/index.js";
4
+ /** Class containing GroupQuotaSubscriptionAllocation operations. */
5
+ export declare class GroupQuotaSubscriptionAllocationImpl implements GroupQuotaSubscriptionAllocation {
6
+ private readonly client;
7
+ /**
8
+ * Initialize a new instance of the class GroupQuotaSubscriptionAllocation class.
9
+ * @param client Reference to the service client
10
+ */
11
+ constructor(client: AzureQuotaExtensionAPI);
12
+ /**
13
+ * Gets all the quota allocated to a subscription for the specified resource provider and location for
14
+ * resource names passed in $filter=resourceName eq {SKU}. This will include the GroupQuota and total
15
+ * quota allocated to the subscription. Only the Group quota allocated to the subscription can be
16
+ * allocated back to the MG Group Quota.
17
+ * @param managementGroupId Management Group Id.
18
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
19
+ * tenantId/MgId.
20
+ * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
21
+ * Microsoft.Compute resource provider supports this API.
22
+ * @param location The name of the Azure region.
23
+ * @param options The options parameters.
24
+ */
25
+ list(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaSubscriptionAllocationListOptionalParams): Promise<GroupQuotaSubscriptionAllocationListResponse>;
26
+ }
27
+ //# sourceMappingURL=groupQuotaSubscriptionAllocation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"groupQuotaSubscriptionAllocation.d.ts","sourceRoot":"","sources":["../../../src/operations/groupQuotaSubscriptionAllocation.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gCAAgC,EAAE,MAAM,kCAAkC,CAAC;AAIpF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EACL,kDAAkD,EAClD,4CAA4C,EAC7C,MAAM,oBAAoB,CAAC;AAE5B,oEAAoE;AACpE,qBAAa,oCACX,YAAW,gCAAgC;IAE3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;IAEhD;;;OAGG;gBACS,MAAM,EAAE,sBAAsB;IAI1C;;;;;;;;;;;;OAYG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,oBAAoB,EAAE,MAAM,EAC5B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,4CAA4C,CAAC;CAYzD"}