@azure/arm-playwrighttesting 1.0.0-beta.2 → 1.0.1

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 (469) hide show
  1. package/CHANGELOG.md +8 -25
  2. package/LICENSE +4 -4
  3. package/README.md +41 -31
  4. package/dist/browser/api/accountQuotas/index.d.ts +13 -0
  5. package/dist/browser/api/accountQuotas/index.d.ts.map +1 -0
  6. package/dist/browser/api/accountQuotas/index.js +39 -0
  7. package/dist/browser/api/accountQuotas/index.js.map +1 -0
  8. package/dist/browser/api/accounts/index.d.ts +34 -0
  9. package/dist/browser/api/accounts/index.d.ts.map +1 -0
  10. package/dist/browser/api/accounts/index.js +141 -0
  11. package/dist/browser/api/accounts/index.js.map +1 -0
  12. package/dist/browser/api/azurePlaywrightServiceContext.d.ts +14 -0
  13. package/dist/browser/api/azurePlaywrightServiceContext.d.ts.map +1 -0
  14. package/dist/browser/api/azurePlaywrightServiceContext.js +38 -0
  15. package/dist/browser/api/azurePlaywrightServiceContext.js.map +1 -0
  16. package/dist/browser/api/index.d.ts +7 -0
  17. package/dist/browser/api/index.d.ts.map +1 -0
  18. package/dist/browser/api/index.js +8 -0
  19. package/dist/browser/api/index.js.map +1 -0
  20. package/dist/browser/api/operations/index.d.ts +9 -0
  21. package/dist/browser/api/operations/index.d.ts.map +1 -0
  22. package/dist/browser/api/operations/index.js +22 -0
  23. package/dist/browser/api/operations/index.js.map +1 -0
  24. package/dist/browser/api/options.d.ts +42 -0
  25. package/dist/browser/api/options.d.ts.map +1 -0
  26. package/dist/browser/api/options.js +4 -0
  27. package/dist/browser/api/options.js.map +1 -0
  28. package/dist/browser/api/quotas/index.d.ts +13 -0
  29. package/dist/browser/api/quotas/index.d.ts.map +1 -0
  30. package/dist/browser/api/quotas/index.js +39 -0
  31. package/dist/browser/api/quotas/index.js.map +1 -0
  32. package/dist/browser/azurePlaywrightServiceClient.d.ts +24 -0
  33. package/dist/browser/azurePlaywrightServiceClient.d.ts.map +1 -0
  34. package/dist/browser/azurePlaywrightServiceClient.js +37 -0
  35. package/dist/browser/azurePlaywrightServiceClient.js.map +1 -0
  36. package/dist/browser/classic/accountQuotas/index.d.ts +17 -0
  37. package/dist/browser/classic/accountQuotas/index.d.ts.map +1 -0
  38. package/dist/browser/classic/accountQuotas/index.js +15 -0
  39. package/dist/browser/classic/accountQuotas/index.js.map +1 -0
  40. package/dist/browser/classic/accounts/index.d.ts +33 -0
  41. package/dist/browser/classic/accounts/index.d.ts.map +1 -0
  42. package/dist/browser/classic/accounts/index.js +20 -0
  43. package/dist/browser/classic/accounts/index.js.map +1 -0
  44. package/dist/browser/classic/index.d.ts +5 -0
  45. package/dist/browser/classic/index.d.ts.map +1 -0
  46. package/dist/browser/classic/index.js +4 -0
  47. package/dist/browser/classic/index.js.map +1 -0
  48. package/dist/browser/classic/operations/index.d.ts +14 -0
  49. package/dist/browser/classic/operations/index.d.ts.map +1 -0
  50. package/dist/browser/classic/operations/index.js +14 -0
  51. package/dist/browser/classic/operations/index.js.map +1 -0
  52. package/dist/browser/classic/quotas/index.d.ts +17 -0
  53. package/dist/browser/classic/quotas/index.d.ts.map +1 -0
  54. package/dist/browser/classic/quotas/index.js +15 -0
  55. package/dist/browser/classic/quotas/index.js.map +1 -0
  56. package/dist/browser/helpers/serializerHelpers.d.ts +3 -0
  57. package/dist/browser/helpers/serializerHelpers.d.ts.map +1 -0
  58. package/dist/browser/helpers/serializerHelpers.js +24 -0
  59. package/dist/browser/helpers/serializerHelpers.js.map +1 -0
  60. package/dist/browser/index.d.ts +8 -0
  61. package/dist/browser/index.d.ts.map +1 -0
  62. package/dist/browser/index.js +6 -0
  63. package/dist/browser/index.js.map +1 -0
  64. package/dist/browser/logger.d.ts +2 -0
  65. package/dist/browser/logger.d.ts.map +1 -0
  66. package/dist/browser/logger.js +5 -0
  67. package/dist/browser/logger.js.map +1 -0
  68. package/dist/browser/models/index.d.ts +2 -0
  69. package/dist/browser/models/index.d.ts.map +1 -0
  70. package/dist/browser/models/index.js +4 -0
  71. package/dist/browser/models/index.js.map +1 -0
  72. package/dist/browser/models/models.d.ts +399 -0
  73. package/dist/browser/models/models.d.ts.map +1 -0
  74. package/dist/browser/models/models.js +343 -0
  75. package/dist/browser/models/models.js.map +1 -0
  76. package/dist/browser/package.json +3 -0
  77. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  78. package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
  79. package/dist/browser/restorePollerHelpers.js +95 -0
  80. package/dist/browser/restorePollerHelpers.js.map +1 -0
  81. package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
  82. package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
  83. package/dist/browser/static-helpers/pagingHelpers.js +118 -0
  84. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  85. package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
  86. package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
  87. package/dist/browser/static-helpers/pollingHelpers.js +79 -0
  88. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  89. package/dist/commonjs/api/accountQuotas/index.d.ts +13 -0
  90. package/dist/commonjs/api/accountQuotas/index.d.ts.map +1 -0
  91. package/dist/commonjs/api/accountQuotas/index.js +47 -0
  92. package/dist/commonjs/api/accountQuotas/index.js.map +1 -0
  93. package/dist/commonjs/api/accounts/index.d.ts +34 -0
  94. package/dist/commonjs/api/accounts/index.d.ts.map +1 -0
  95. package/dist/commonjs/api/accounts/index.js +164 -0
  96. package/dist/commonjs/api/accounts/index.js.map +1 -0
  97. package/dist/commonjs/api/azurePlaywrightServiceContext.d.ts +14 -0
  98. package/dist/commonjs/api/azurePlaywrightServiceContext.d.ts.map +1 -0
  99. package/dist/commonjs/api/azurePlaywrightServiceContext.js +41 -0
  100. package/dist/commonjs/api/azurePlaywrightServiceContext.js.map +1 -0
  101. package/dist/commonjs/api/index.d.ts +7 -0
  102. package/dist/commonjs/api/index.d.ts.map +1 -0
  103. package/dist/commonjs/api/index.js +24 -0
  104. package/dist/commonjs/api/index.js.map +1 -0
  105. package/dist/commonjs/api/operations/index.d.ts +9 -0
  106. package/dist/commonjs/api/operations/index.d.ts.map +1 -0
  107. package/dist/commonjs/api/operations/index.js +27 -0
  108. package/dist/commonjs/api/operations/index.js.map +1 -0
  109. package/dist/commonjs/api/options.d.ts +42 -0
  110. package/dist/commonjs/api/options.d.ts.map +1 -0
  111. package/dist/commonjs/api/options.js +5 -0
  112. package/dist/commonjs/api/options.js.map +1 -0
  113. package/dist/commonjs/api/quotas/index.d.ts +13 -0
  114. package/dist/commonjs/api/quotas/index.d.ts.map +1 -0
  115. package/dist/commonjs/api/quotas/index.js +47 -0
  116. package/dist/commonjs/api/quotas/index.js.map +1 -0
  117. package/dist/commonjs/azurePlaywrightServiceClient.d.ts +24 -0
  118. package/dist/commonjs/azurePlaywrightServiceClient.d.ts.map +1 -0
  119. package/dist/commonjs/azurePlaywrightServiceClient.js +41 -0
  120. package/dist/commonjs/azurePlaywrightServiceClient.js.map +1 -0
  121. package/dist/commonjs/classic/accountQuotas/index.d.ts +17 -0
  122. package/dist/commonjs/classic/accountQuotas/index.d.ts.map +1 -0
  123. package/dist/commonjs/classic/accountQuotas/index.js +19 -0
  124. package/dist/commonjs/classic/accountQuotas/index.js.map +1 -0
  125. package/dist/commonjs/classic/accounts/index.d.ts +33 -0
  126. package/dist/commonjs/classic/accounts/index.d.ts.map +1 -0
  127. package/dist/commonjs/classic/accounts/index.js +24 -0
  128. package/dist/commonjs/classic/accounts/index.js.map +1 -0
  129. package/dist/commonjs/classic/index.d.ts +5 -0
  130. package/dist/commonjs/classic/index.d.ts.map +1 -0
  131. package/dist/commonjs/classic/index.js +5 -0
  132. package/dist/commonjs/classic/index.js.map +1 -0
  133. package/dist/commonjs/classic/operations/index.d.ts +14 -0
  134. package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
  135. package/dist/commonjs/classic/operations/index.js +18 -0
  136. package/dist/commonjs/classic/operations/index.js.map +1 -0
  137. package/dist/commonjs/classic/quotas/index.d.ts +17 -0
  138. package/dist/commonjs/classic/quotas/index.d.ts.map +1 -0
  139. package/dist/commonjs/classic/quotas/index.js +19 -0
  140. package/dist/commonjs/classic/quotas/index.js.map +1 -0
  141. package/dist/commonjs/helpers/serializerHelpers.d.ts +3 -0
  142. package/dist/commonjs/helpers/serializerHelpers.d.ts.map +1 -0
  143. package/dist/commonjs/helpers/serializerHelpers.js +27 -0
  144. package/dist/commonjs/helpers/serializerHelpers.js.map +1 -0
  145. package/dist/commonjs/index.d.ts +8 -0
  146. package/dist/commonjs/index.d.ts.map +1 -0
  147. package/dist/commonjs/index.js +21 -0
  148. package/dist/commonjs/index.js.map +1 -0
  149. package/dist/commonjs/logger.d.ts +2 -0
  150. package/dist/commonjs/logger.d.ts.map +1 -0
  151. package/dist/commonjs/logger.js +8 -0
  152. package/dist/commonjs/logger.js.map +1 -0
  153. package/dist/commonjs/models/index.d.ts +2 -0
  154. package/dist/commonjs/models/index.d.ts.map +1 -0
  155. package/dist/commonjs/models/index.js +17 -0
  156. package/dist/commonjs/models/index.js.map +1 -0
  157. package/dist/commonjs/models/models.d.ts +399 -0
  158. package/dist/commonjs/models/models.d.ts.map +1 -0
  159. package/dist/commonjs/models/models.js +377 -0
  160. package/dist/commonjs/models/models.js.map +1 -0
  161. package/dist/commonjs/package.json +3 -0
  162. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  163. package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
  164. package/dist/commonjs/restorePollerHelpers.js +98 -0
  165. package/dist/commonjs/restorePollerHelpers.js.map +1 -0
  166. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
  167. package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
  168. package/dist/commonjs/static-helpers/pagingHelpers.js +121 -0
  169. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
  170. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
  171. package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
  172. package/dist/commonjs/static-helpers/pollingHelpers.js +82 -0
  173. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
  174. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  175. package/dist/esm/api/accountQuotas/index.d.ts +13 -0
  176. package/dist/esm/api/accountQuotas/index.d.ts.map +1 -0
  177. package/dist/esm/api/accountQuotas/index.js +39 -0
  178. package/dist/esm/api/accountQuotas/index.js.map +1 -0
  179. package/dist/esm/api/accounts/index.d.ts +34 -0
  180. package/dist/esm/api/accounts/index.d.ts.map +1 -0
  181. package/dist/esm/api/accounts/index.js +141 -0
  182. package/dist/esm/api/accounts/index.js.map +1 -0
  183. package/dist/esm/api/azurePlaywrightServiceContext.d.ts +14 -0
  184. package/dist/esm/api/azurePlaywrightServiceContext.d.ts.map +1 -0
  185. package/dist/esm/api/azurePlaywrightServiceContext.js +38 -0
  186. package/dist/esm/api/azurePlaywrightServiceContext.js.map +1 -0
  187. package/dist/esm/api/index.d.ts +7 -0
  188. package/dist/esm/api/index.d.ts.map +1 -0
  189. package/dist/esm/api/index.js +8 -0
  190. package/dist/esm/api/index.js.map +1 -0
  191. package/dist/esm/api/operations/index.d.ts +9 -0
  192. package/dist/esm/api/operations/index.d.ts.map +1 -0
  193. package/dist/esm/api/operations/index.js +22 -0
  194. package/dist/esm/api/operations/index.js.map +1 -0
  195. package/dist/esm/api/options.d.ts +42 -0
  196. package/dist/esm/api/options.d.ts.map +1 -0
  197. package/dist/esm/api/options.js +4 -0
  198. package/dist/esm/api/options.js.map +1 -0
  199. package/dist/esm/api/quotas/index.d.ts +13 -0
  200. package/dist/esm/api/quotas/index.d.ts.map +1 -0
  201. package/dist/esm/api/quotas/index.js +39 -0
  202. package/dist/esm/api/quotas/index.js.map +1 -0
  203. package/dist/esm/azurePlaywrightServiceClient.d.ts +24 -0
  204. package/dist/esm/azurePlaywrightServiceClient.d.ts.map +1 -0
  205. package/dist/esm/azurePlaywrightServiceClient.js +37 -0
  206. package/dist/esm/azurePlaywrightServiceClient.js.map +1 -0
  207. package/dist/esm/classic/accountQuotas/index.d.ts +17 -0
  208. package/dist/esm/classic/accountQuotas/index.d.ts.map +1 -0
  209. package/dist/esm/classic/accountQuotas/index.js +15 -0
  210. package/dist/esm/classic/accountQuotas/index.js.map +1 -0
  211. package/dist/esm/classic/accounts/index.d.ts +33 -0
  212. package/dist/esm/classic/accounts/index.d.ts.map +1 -0
  213. package/dist/esm/classic/accounts/index.js +20 -0
  214. package/dist/esm/classic/accounts/index.js.map +1 -0
  215. package/dist/esm/classic/index.d.ts +5 -0
  216. package/dist/esm/classic/index.d.ts.map +1 -0
  217. package/dist/esm/classic/index.js +4 -0
  218. package/dist/esm/classic/index.js.map +1 -0
  219. package/dist/esm/classic/operations/index.d.ts +14 -0
  220. package/dist/esm/classic/operations/index.d.ts.map +1 -0
  221. package/dist/esm/classic/operations/index.js +14 -0
  222. package/dist/esm/classic/operations/index.js.map +1 -0
  223. package/dist/esm/classic/quotas/index.d.ts +17 -0
  224. package/dist/esm/classic/quotas/index.d.ts.map +1 -0
  225. package/dist/esm/classic/quotas/index.js +15 -0
  226. package/dist/esm/classic/quotas/index.js.map +1 -0
  227. package/dist/esm/helpers/serializerHelpers.d.ts +3 -0
  228. package/dist/esm/helpers/serializerHelpers.d.ts.map +1 -0
  229. package/dist/esm/helpers/serializerHelpers.js +24 -0
  230. package/dist/esm/helpers/serializerHelpers.js.map +1 -0
  231. package/dist/esm/index.d.ts +8 -0
  232. package/dist/esm/index.d.ts.map +1 -0
  233. package/dist/esm/index.js +6 -0
  234. package/dist/esm/index.js.map +1 -0
  235. package/dist/esm/logger.d.ts +2 -0
  236. package/dist/esm/logger.d.ts.map +1 -0
  237. package/dist/esm/logger.js +5 -0
  238. package/dist/esm/logger.js.map +1 -0
  239. package/dist/esm/models/index.d.ts +2 -0
  240. package/dist/esm/models/index.d.ts.map +1 -0
  241. package/dist/esm/models/index.js +4 -0
  242. package/dist/esm/models/index.js.map +1 -0
  243. package/dist/esm/models/models.d.ts +399 -0
  244. package/dist/esm/models/models.d.ts.map +1 -0
  245. package/dist/esm/models/models.js +343 -0
  246. package/dist/esm/models/models.js.map +1 -0
  247. package/dist/esm/package.json +3 -0
  248. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  249. package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
  250. package/dist/esm/restorePollerHelpers.js +95 -0
  251. package/dist/esm/restorePollerHelpers.js.map +1 -0
  252. package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
  253. package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
  254. package/dist/esm/static-helpers/pagingHelpers.js +118 -0
  255. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  256. package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
  257. package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
  258. package/dist/esm/static-helpers/pollingHelpers.js +79 -0
  259. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  260. package/dist/react-native/api/accountQuotas/index.d.ts +13 -0
  261. package/dist/react-native/api/accountQuotas/index.d.ts.map +1 -0
  262. package/dist/react-native/api/accountQuotas/index.js +39 -0
  263. package/dist/react-native/api/accountQuotas/index.js.map +1 -0
  264. package/dist/react-native/api/accounts/index.d.ts +34 -0
  265. package/dist/react-native/api/accounts/index.d.ts.map +1 -0
  266. package/dist/react-native/api/accounts/index.js +141 -0
  267. package/dist/react-native/api/accounts/index.js.map +1 -0
  268. package/dist/react-native/api/azurePlaywrightServiceContext.d.ts +14 -0
  269. package/dist/react-native/api/azurePlaywrightServiceContext.d.ts.map +1 -0
  270. package/dist/react-native/api/azurePlaywrightServiceContext.js +38 -0
  271. package/dist/react-native/api/azurePlaywrightServiceContext.js.map +1 -0
  272. package/dist/react-native/api/index.d.ts +7 -0
  273. package/dist/react-native/api/index.d.ts.map +1 -0
  274. package/dist/react-native/api/index.js +8 -0
  275. package/dist/react-native/api/index.js.map +1 -0
  276. package/dist/react-native/api/operations/index.d.ts +9 -0
  277. package/dist/react-native/api/operations/index.d.ts.map +1 -0
  278. package/dist/react-native/api/operations/index.js +22 -0
  279. package/dist/react-native/api/operations/index.js.map +1 -0
  280. package/dist/react-native/api/options.d.ts +42 -0
  281. package/dist/react-native/api/options.d.ts.map +1 -0
  282. package/dist/react-native/api/options.js +4 -0
  283. package/dist/react-native/api/options.js.map +1 -0
  284. package/dist/react-native/api/quotas/index.d.ts +13 -0
  285. package/dist/react-native/api/quotas/index.d.ts.map +1 -0
  286. package/dist/react-native/api/quotas/index.js +39 -0
  287. package/dist/react-native/api/quotas/index.js.map +1 -0
  288. package/dist/react-native/azurePlaywrightServiceClient.d.ts +24 -0
  289. package/dist/react-native/azurePlaywrightServiceClient.d.ts.map +1 -0
  290. package/dist/react-native/azurePlaywrightServiceClient.js +37 -0
  291. package/dist/react-native/azurePlaywrightServiceClient.js.map +1 -0
  292. package/dist/react-native/classic/accountQuotas/index.d.ts +17 -0
  293. package/dist/react-native/classic/accountQuotas/index.d.ts.map +1 -0
  294. package/dist/react-native/classic/accountQuotas/index.js +15 -0
  295. package/dist/react-native/classic/accountQuotas/index.js.map +1 -0
  296. package/dist/react-native/classic/accounts/index.d.ts +33 -0
  297. package/dist/react-native/classic/accounts/index.d.ts.map +1 -0
  298. package/dist/react-native/classic/accounts/index.js +20 -0
  299. package/dist/react-native/classic/accounts/index.js.map +1 -0
  300. package/dist/react-native/classic/index.d.ts +5 -0
  301. package/dist/react-native/classic/index.d.ts.map +1 -0
  302. package/dist/react-native/classic/index.js +4 -0
  303. package/dist/react-native/classic/index.js.map +1 -0
  304. package/dist/react-native/classic/operations/index.d.ts +14 -0
  305. package/dist/react-native/classic/operations/index.d.ts.map +1 -0
  306. package/dist/react-native/classic/operations/index.js +14 -0
  307. package/dist/react-native/classic/operations/index.js.map +1 -0
  308. package/dist/react-native/classic/quotas/index.d.ts +17 -0
  309. package/dist/react-native/classic/quotas/index.d.ts.map +1 -0
  310. package/dist/react-native/classic/quotas/index.js +15 -0
  311. package/dist/react-native/classic/quotas/index.js.map +1 -0
  312. package/dist/react-native/helpers/serializerHelpers.d.ts +3 -0
  313. package/dist/react-native/helpers/serializerHelpers.d.ts.map +1 -0
  314. package/dist/react-native/helpers/serializerHelpers.js +24 -0
  315. package/dist/react-native/helpers/serializerHelpers.js.map +1 -0
  316. package/dist/react-native/index.d.ts +8 -0
  317. package/dist/react-native/index.d.ts.map +1 -0
  318. package/dist/react-native/index.js +6 -0
  319. package/dist/react-native/index.js.map +1 -0
  320. package/dist/react-native/logger.d.ts +2 -0
  321. package/dist/react-native/logger.d.ts.map +1 -0
  322. package/dist/react-native/logger.js +5 -0
  323. package/dist/react-native/logger.js.map +1 -0
  324. package/dist/react-native/models/index.d.ts +2 -0
  325. package/dist/react-native/models/index.d.ts.map +1 -0
  326. package/dist/react-native/models/index.js +4 -0
  327. package/dist/react-native/models/index.js.map +1 -0
  328. package/dist/react-native/models/models.d.ts +399 -0
  329. package/dist/react-native/models/models.d.ts.map +1 -0
  330. package/dist/react-native/models/models.js +343 -0
  331. package/dist/react-native/models/models.js.map +1 -0
  332. package/dist/react-native/package.json +3 -0
  333. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  334. package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
  335. package/dist/react-native/restorePollerHelpers.js +95 -0
  336. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  337. package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
  338. package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
  339. package/dist/react-native/static-helpers/pagingHelpers.js +118 -0
  340. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  341. package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
  342. package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
  343. package/dist/react-native/static-helpers/pollingHelpers.js +79 -0
  344. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  345. package/package.json +125 -89
  346. package/review/arm-playwrighttesting-models-node.api.md +230 -0
  347. package/review/arm-playwrighttesting-node.api.md +359 -0
  348. package/dist/index.js +0 -1798
  349. package/dist/index.js.map +0 -1
  350. package/dist/index.min.js +0 -1
  351. package/dist/index.min.js.map +0 -1
  352. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.d.ts +0 -2
  353. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.d.ts.map +0 -1
  354. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js +0 -44
  355. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js.map +0 -1
  356. package/dist-esm/samples-dev/accountsDeleteSample.d.ts +0 -2
  357. package/dist-esm/samples-dev/accountsDeleteSample.d.ts.map +0 -1
  358. package/dist-esm/samples-dev/accountsDeleteSample.js +0 -39
  359. package/dist-esm/samples-dev/accountsDeleteSample.js.map +0 -1
  360. package/dist-esm/samples-dev/accountsGetSample.d.ts +0 -2
  361. package/dist-esm/samples-dev/accountsGetSample.d.ts.map +0 -1
  362. package/dist-esm/samples-dev/accountsGetSample.js +0 -39
  363. package/dist-esm/samples-dev/accountsGetSample.js.map +0 -1
  364. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts +0 -2
  365. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts.map +0 -1
  366. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js +0 -54
  367. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +0 -1
  368. package/dist-esm/samples-dev/accountsListBySubscriptionSample.d.ts +0 -2
  369. package/dist-esm/samples-dev/accountsListBySubscriptionSample.d.ts.map +0 -1
  370. package/dist-esm/samples-dev/accountsListBySubscriptionSample.js +0 -53
  371. package/dist-esm/samples-dev/accountsListBySubscriptionSample.js.map +0 -1
  372. package/dist-esm/samples-dev/accountsUpdateSample.d.ts +0 -2
  373. package/dist-esm/samples-dev/accountsUpdateSample.d.ts.map +0 -1
  374. package/dist-esm/samples-dev/accountsUpdateSample.js +0 -43
  375. package/dist-esm/samples-dev/accountsUpdateSample.js.map +0 -1
  376. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  377. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  378. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  379. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  380. package/dist-esm/samples-dev/quotasGetSample.d.ts +0 -2
  381. package/dist-esm/samples-dev/quotasGetSample.d.ts.map +0 -1
  382. package/dist-esm/samples-dev/quotasGetSample.js +0 -39
  383. package/dist-esm/samples-dev/quotasGetSample.js.map +0 -1
  384. package/dist-esm/samples-dev/quotasListBySubscriptionSample.d.ts +0 -2
  385. package/dist-esm/samples-dev/quotasListBySubscriptionSample.d.ts.map +0 -1
  386. package/dist-esm/samples-dev/quotasListBySubscriptionSample.js +0 -54
  387. package/dist-esm/samples-dev/quotasListBySubscriptionSample.js.map +0 -1
  388. package/dist-esm/src/index.d.ts +0 -6
  389. package/dist-esm/src/index.d.ts.map +0 -1
  390. package/dist-esm/src/index.js +0 -13
  391. package/dist-esm/src/index.js.map +0 -1
  392. package/dist-esm/src/lroImpl.d.ts +0 -11
  393. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  394. package/dist-esm/src/lroImpl.js +0 -21
  395. package/dist-esm/src/lroImpl.js.map +0 -1
  396. package/dist-esm/src/models/index.d.ts +0 -484
  397. package/dist-esm/src/models/index.d.ts.map +0 -1
  398. package/dist-esm/src/models/index.js +0 -72
  399. package/dist-esm/src/models/index.js.map +0 -1
  400. package/dist-esm/src/models/mappers.d.ts +0 -23
  401. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  402. package/dist-esm/src/models/mappers.js +0 -606
  403. package/dist-esm/src/models/mappers.js.map +0 -1
  404. package/dist-esm/src/models/parameters.d.ts +0 -14
  405. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  406. package/dist-esm/src/models/parameters.js +0 -134
  407. package/dist-esm/src/models/parameters.js.map +0 -1
  408. package/dist-esm/src/operations/accounts.d.ts +0 -99
  409. package/dist-esm/src/operations/accounts.d.ts.map +0 -1
  410. package/dist-esm/src/operations/accounts.js +0 -489
  411. package/dist-esm/src/operations/accounts.js.map +0 -1
  412. package/dist-esm/src/operations/index.d.ts +0 -4
  413. package/dist-esm/src/operations/index.d.ts.map +0 -1
  414. package/dist-esm/src/operations/index.js +0 -11
  415. package/dist-esm/src/operations/index.js.map +0 -1
  416. package/dist-esm/src/operations/operations.d.ts +0 -32
  417. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  418. package/dist-esm/src/operations/operations.js +0 -133
  419. package/dist-esm/src/operations/operations.js.map +0 -1
  420. package/dist-esm/src/operations/quotas.d.ts +0 -42
  421. package/dist-esm/src/operations/quotas.d.ts.map +0 -1
  422. package/dist-esm/src/operations/quotas.js +0 -175
  423. package/dist-esm/src/operations/quotas.js.map +0 -1
  424. package/dist-esm/src/operationsInterfaces/accounts.d.ts +0 -63
  425. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +0 -1
  426. package/dist-esm/src/operationsInterfaces/accounts.js +0 -9
  427. package/dist-esm/src/operationsInterfaces/accounts.js.map +0 -1
  428. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
  429. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  430. package/dist-esm/src/operationsInterfaces/index.js +0 -11
  431. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  432. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  433. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  434. package/dist-esm/src/operationsInterfaces/operations.js +0 -9
  435. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  436. package/dist-esm/src/operationsInterfaces/quotas.d.ts +0 -19
  437. package/dist-esm/src/operationsInterfaces/quotas.d.ts.map +0 -1
  438. package/dist-esm/src/operationsInterfaces/quotas.js +0 -9
  439. package/dist-esm/src/operationsInterfaces/quotas.js.map +0 -1
  440. package/dist-esm/src/pagingHelper.d.ts +0 -13
  441. package/dist-esm/src/pagingHelper.d.ts.map +0 -1
  442. package/dist-esm/src/pagingHelper.js +0 -32
  443. package/dist-esm/src/pagingHelper.js.map +0 -1
  444. package/dist-esm/src/playwrightTestingClient.d.ts +0 -22
  445. package/dist-esm/src/playwrightTestingClient.d.ts.map +0 -1
  446. package/dist-esm/src/playwrightTestingClient.js +0 -102
  447. package/dist-esm/src/playwrightTestingClient.js.map +0 -1
  448. package/dist-esm/test/playwrighttesting_operations_test.spec.d.ts +0 -4
  449. package/dist-esm/test/playwrighttesting_operations_test.spec.d.ts.map +0 -1
  450. package/dist-esm/test/playwrighttesting_operations_test.spec.js +0 -71
  451. package/dist-esm/test/playwrighttesting_operations_test.spec.js.map +0 -1
  452. package/review/arm-playwrighttesting.api.md +0 -371
  453. package/src/index.ts +0 -13
  454. package/src/lroImpl.ts +0 -42
  455. package/src/models/index.ts +0 -549
  456. package/src/models/mappers.ts +0 -640
  457. package/src/models/parameters.ts +0 -154
  458. package/src/operations/accounts.ts +0 -630
  459. package/src/operations/index.ts +0 -11
  460. package/src/operations/operations.ts +0 -149
  461. package/src/operations/quotas.ts +0 -219
  462. package/src/operationsInterfaces/accounts.ts +0 -121
  463. package/src/operationsInterfaces/index.ts +0 -11
  464. package/src/operationsInterfaces/operations.ts +0 -22
  465. package/src/operationsInterfaces/quotas.ts +0 -41
  466. package/src/pagingHelper.ts +0 -39
  467. package/src/playwrightTestingClient.ts +0 -144
  468. package/tsconfig.json +0 -33
  469. package/types/arm-playwrighttesting.d.ts +0 -663
@@ -0,0 +1,14 @@
1
+ import { Client, ClientOptions } from "@azure-rest/core-client";
2
+ import { TokenCredential } from "@azure/core-auth";
3
+ /** Microsoft.AzurePlaywrightService Resource Provider Management API. */
4
+ export interface AzurePlaywrightServiceContext extends Client {
5
+ }
6
+ /** Optional parameters for the client. */
7
+ export interface AzurePlaywrightServiceClientOptionalParams extends ClientOptions {
8
+ /** The API version to use for this operation. */
9
+ /** Known values of {@link KnownVersions} that the service accepts. */
10
+ apiVersion?: string;
11
+ }
12
+ /** Microsoft.AzurePlaywrightService Resource Provider Management API. */
13
+ export declare function createAzurePlaywrightService(credential: TokenCredential, options?: AzurePlaywrightServiceClientOptionalParams): AzurePlaywrightServiceContext;
14
+ //# sourceMappingURL=azurePlaywrightServiceContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"azurePlaywrightServiceContext.d.ts","sourceRoot":"","sources":["../../../src/api/azurePlaywrightServiceContext.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,aAAa,EAAa,MAAM,yBAAyB,CAAC;AAC3E,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEnD,yEAAyE;AACzE,MAAM,WAAW,6BAA8B,SAAQ,MAAM;CAAG;AAEhE,0CAA0C;AAC1C,MAAM,WAAW,0CAA2C,SAAQ,aAAa;IAC/E,iDAAiD;IACjD,sEAAsE;IACtE,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,yEAAyE;AACzE,wBAAgB,4BAA4B,CAC1C,UAAU,EAAE,eAAe,EAC3B,OAAO,GAAE,0CAA+C,GACvD,6BAA6B,CAkC/B"}
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.createAzurePlaywrightService = createAzurePlaywrightService;
6
+ const logger_js_1 = require("../logger.js");
7
+ const core_client_1 = require("@azure-rest/core-client");
8
+ /** Microsoft.AzurePlaywrightService Resource Provider Management API. */
9
+ function createAzurePlaywrightService(credential, options = {}) {
10
+ const endpointUrl = options.endpoint ?? options.baseUrl ?? `https://management.azure.com`;
11
+ const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
12
+ const userAgentInfo = `azsdk-js-arm-playwrighttesting/1.0.1`;
13
+ const userAgentPrefix = prefixFromOptions
14
+ ? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`
15
+ : `azsdk-js-api ${userAgentInfo}`;
16
+ const { apiVersion: _, ...updatedOptions } = {
17
+ ...options,
18
+ userAgentOptions: { userAgentPrefix },
19
+ loggingOptions: { logger: options.loggingOptions?.logger ?? logger_js_1.logger.info },
20
+ credentials: {
21
+ scopes: options.credentials?.scopes ?? [`${endpointUrl}/.default`],
22
+ },
23
+ };
24
+ const clientContext = (0, core_client_1.getClient)(endpointUrl, credential, updatedOptions);
25
+ clientContext.pipeline.removePolicy({ name: "ApiVersionPolicy" });
26
+ const apiVersion = options.apiVersion ?? "2024-12-01";
27
+ clientContext.pipeline.addPolicy({
28
+ name: "ClientApiVersionPolicy",
29
+ sendRequest: (req, next) => {
30
+ // Use the apiVersion defined in request url directly
31
+ // Append one if there is no apiVersion and we have one at client options
32
+ const url = new URL(req.url);
33
+ if (!url.searchParams.get("api-version")) {
34
+ req.url = `${req.url}${Array.from(url.searchParams.keys()).length > 0 ? "&" : "?"}api-version=${apiVersion}`;
35
+ }
36
+ return next(req);
37
+ },
38
+ });
39
+ return clientContext;
40
+ }
41
+ //# sourceMappingURL=azurePlaywrightServiceContext.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"azurePlaywrightServiceContext.js","sourceRoot":"","sources":["../../../src/api/azurePlaywrightServiceContext.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AAkBlC,oEAqCC;AArDD,4CAAsC;AAEtC,yDAA2E;AAa3E,yEAAyE;AACzE,SAAgB,4BAA4B,CAC1C,UAA2B,EAC3B,UAAsD,EAAE;IAExD,MAAM,WAAW,GAAG,OAAO,CAAC,QAAQ,IAAI,OAAO,CAAC,OAAO,IAAI,8BAA8B,CAAC;IAC1F,MAAM,iBAAiB,GAAG,OAAO,EAAE,gBAAgB,EAAE,eAAe,CAAC;IACrE,MAAM,aAAa,GAAG,sCAAsC,CAAC;IAC7D,MAAM,eAAe,GAAG,iBAAiB;QACvC,CAAC,CAAC,GAAG,iBAAiB,iBAAiB,aAAa,EAAE;QACtD,CAAC,CAAC,gBAAgB,aAAa,EAAE,CAAC;IACpC,MAAM,EAAE,UAAU,EAAE,CAAC,EAAE,GAAG,cAAc,EAAE,GAAG;QAC3C,GAAG,OAAO;QACV,gBAAgB,EAAE,EAAE,eAAe,EAAE;QACrC,cAAc,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,cAAc,EAAE,MAAM,IAAI,kBAAM,CAAC,IAAI,EAAE;QACzE,WAAW,EAAE;YACX,MAAM,EAAE,OAAO,CAAC,WAAW,EAAE,MAAM,IAAI,CAAC,GAAG,WAAW,WAAW,CAAC;SACnE;KACF,CAAC;IACF,MAAM,aAAa,GAAG,IAAA,uBAAS,EAAC,WAAW,EAAE,UAAU,EAAE,cAAc,CAAC,CAAC;IACzE,aAAa,CAAC,QAAQ,CAAC,YAAY,CAAC,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC,CAAC;IAClE,MAAM,UAAU,GAAG,OAAO,CAAC,UAAU,IAAI,YAAY,CAAC;IACtD,aAAa,CAAC,QAAQ,CAAC,SAAS,CAAC;QAC/B,IAAI,EAAE,wBAAwB;QAC9B,WAAW,EAAE,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YACzB,qDAAqD;YACrD,yEAAyE;YACzE,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;YAC7B,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,aAAa,CAAC,EAAE,CAAC;gBACzC,GAAG,CAAC,GAAG,GAAG,GAAG,GAAG,CAAC,GAAG,GAClB,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GACzD,eAAe,UAAU,EAAE,CAAC;YAC9B,CAAC;YAED,OAAO,IAAI,CAAC,GAAG,CAAC,CAAC;QACnB,CAAC;KACF,CAAC,CAAC;IACH,OAAO,aAAa,CAAC;AACvB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { logger } from \"../logger.js\";\nimport { KnownVersions } from \"../models/models.js\";\nimport { Client, ClientOptions, getClient } from \"@azure-rest/core-client\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\n/** Microsoft.AzurePlaywrightService Resource Provider Management API. */\nexport interface AzurePlaywrightServiceContext extends Client {}\n\n/** Optional parameters for the client. */\nexport interface AzurePlaywrightServiceClientOptionalParams extends ClientOptions {\n /** The API version to use for this operation. */\n /** Known values of {@link KnownVersions} that the service accepts. */\n apiVersion?: string;\n}\n\n/** Microsoft.AzurePlaywrightService Resource Provider Management API. */\nexport function createAzurePlaywrightService(\n credential: TokenCredential,\n options: AzurePlaywrightServiceClientOptionalParams = {},\n): AzurePlaywrightServiceContext {\n const endpointUrl = options.endpoint ?? options.baseUrl ?? `https://management.azure.com`;\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentInfo = `azsdk-js-arm-playwrighttesting/1.0.1`;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`\n : `azsdk-js-api ${userAgentInfo}`;\n const { apiVersion: _, ...updatedOptions } = {\n ...options,\n userAgentOptions: { userAgentPrefix },\n loggingOptions: { logger: options.loggingOptions?.logger ?? logger.info },\n credentials: {\n scopes: options.credentials?.scopes ?? [`${endpointUrl}/.default`],\n },\n };\n const clientContext = getClient(endpointUrl, credential, updatedOptions);\n clientContext.pipeline.removePolicy({ name: \"ApiVersionPolicy\" });\n const apiVersion = options.apiVersion ?? \"2024-12-01\";\n clientContext.pipeline.addPolicy({\n name: \"ClientApiVersionPolicy\",\n sendRequest: (req, next) => {\n // Use the apiVersion defined in request url directly\n // Append one if there is no apiVersion and we have one at client options\n const url = new URL(req.url);\n if (!url.searchParams.get(\"api-version\")) {\n req.url = `${req.url}${\n Array.from(url.searchParams.keys()).length > 0 ? \"&\" : \"?\"\n }api-version=${apiVersion}`;\n }\n\n return next(req);\n },\n });\n return clientContext;\n}\n"]}
@@ -0,0 +1,7 @@
1
+ export { createAzurePlaywrightService, AzurePlaywrightServiceContext, AzurePlaywrightServiceClientOptionalParams, } from "./azurePlaywrightServiceContext.js";
2
+ export { OperationsListOptionalParams, AccountsGetOptionalParams, AccountsCreateOrUpdateOptionalParams, AccountsUpdateOptionalParams, AccountsDeleteOptionalParams, AccountsListByResourceGroupOptionalParams, AccountsListBySubscriptionOptionalParams, AccountsCheckNameAvailabilityOptionalParams, QuotasGetOptionalParams, QuotasListBySubscriptionOptionalParams, AccountQuotasGetOptionalParams, AccountQuotasListByAccountOptionalParams, } from "./options.js";
3
+ export { accountQuotasGet, accountQuotasListByAccount } from "./accountQuotas/index.js";
4
+ export { accountsGet, accountsCreateOrUpdate, accountsUpdate, accountsDelete, accountsListByResourceGroup, accountsListBySubscription, accountsCheckNameAvailability, } from "./accounts/index.js";
5
+ export { operationsList } from "./operations/index.js";
6
+ export { quotasGet, quotasListBySubscription } from "./quotas/index.js";
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,4BAA4B,EAC5B,6BAA6B,EAC7B,0CAA0C,GAC3C,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EACL,4BAA4B,EAC5B,yBAAyB,EACzB,oCAAoC,EACpC,4BAA4B,EAC5B,4BAA4B,EAC5B,yCAAyC,EACzC,wCAAwC,EACxC,2CAA2C,EAC3C,uBAAuB,EACvB,sCAAsC,EACtC,8BAA8B,EAC9B,wCAAwC,GACzC,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,MAAM,0BAA0B,CAAC;AACxF,OAAO,EACL,WAAW,EACX,sBAAsB,EACtB,cAAc,EACd,cAAc,EACd,2BAA2B,EAC3B,0BAA0B,EAC1B,6BAA6B,GAC9B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,SAAS,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAC"}
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.quotasListBySubscription = exports.quotasGet = exports.operationsList = exports.accountsCheckNameAvailability = exports.accountsListBySubscription = exports.accountsListByResourceGroup = exports.accountsDelete = exports.accountsUpdate = exports.accountsCreateOrUpdate = exports.accountsGet = exports.accountQuotasListByAccount = exports.accountQuotasGet = exports.createAzurePlaywrightService = void 0;
6
+ var azurePlaywrightServiceContext_js_1 = require("./azurePlaywrightServiceContext.js");
7
+ Object.defineProperty(exports, "createAzurePlaywrightService", { enumerable: true, get: function () { return azurePlaywrightServiceContext_js_1.createAzurePlaywrightService; } });
8
+ var index_js_1 = require("./accountQuotas/index.js");
9
+ Object.defineProperty(exports, "accountQuotasGet", { enumerable: true, get: function () { return index_js_1.accountQuotasGet; } });
10
+ Object.defineProperty(exports, "accountQuotasListByAccount", { enumerable: true, get: function () { return index_js_1.accountQuotasListByAccount; } });
11
+ var index_js_2 = require("./accounts/index.js");
12
+ Object.defineProperty(exports, "accountsGet", { enumerable: true, get: function () { return index_js_2.accountsGet; } });
13
+ Object.defineProperty(exports, "accountsCreateOrUpdate", { enumerable: true, get: function () { return index_js_2.accountsCreateOrUpdate; } });
14
+ Object.defineProperty(exports, "accountsUpdate", { enumerable: true, get: function () { return index_js_2.accountsUpdate; } });
15
+ Object.defineProperty(exports, "accountsDelete", { enumerable: true, get: function () { return index_js_2.accountsDelete; } });
16
+ Object.defineProperty(exports, "accountsListByResourceGroup", { enumerable: true, get: function () { return index_js_2.accountsListByResourceGroup; } });
17
+ Object.defineProperty(exports, "accountsListBySubscription", { enumerable: true, get: function () { return index_js_2.accountsListBySubscription; } });
18
+ Object.defineProperty(exports, "accountsCheckNameAvailability", { enumerable: true, get: function () { return index_js_2.accountsCheckNameAvailability; } });
19
+ var index_js_3 = require("./operations/index.js");
20
+ Object.defineProperty(exports, "operationsList", { enumerable: true, get: function () { return index_js_3.operationsList; } });
21
+ var index_js_4 = require("./quotas/index.js");
22
+ Object.defineProperty(exports, "quotasGet", { enumerable: true, get: function () { return index_js_4.quotasGet; } });
23
+ Object.defineProperty(exports, "quotasListBySubscription", { enumerable: true, get: function () { return index_js_4.quotasListBySubscription; } });
24
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,uFAI4C;AAH1C,gJAAA,4BAA4B,OAAA;AAkB9B,qDAAwF;AAA/E,4GAAA,gBAAgB,OAAA;AAAE,sHAAA,0BAA0B,OAAA;AACrD,gDAQ6B;AAP3B,uGAAA,WAAW,OAAA;AACX,kHAAA,sBAAsB,OAAA;AACtB,0GAAA,cAAc,OAAA;AACd,0GAAA,cAAc,OAAA;AACd,uHAAA,2BAA2B,OAAA;AAC3B,sHAAA,0BAA0B,OAAA;AAC1B,yHAAA,6BAA6B,OAAA;AAE/B,kDAAuD;AAA9C,0GAAA,cAAc,OAAA;AACvB,8CAAwE;AAA/D,qGAAA,SAAS,OAAA;AAAE,oHAAA,wBAAwB,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n createAzurePlaywrightService,\n AzurePlaywrightServiceContext,\n AzurePlaywrightServiceClientOptionalParams,\n} from \"./azurePlaywrightServiceContext.js\";\nexport {\n OperationsListOptionalParams,\n AccountsGetOptionalParams,\n AccountsCreateOrUpdateOptionalParams,\n AccountsUpdateOptionalParams,\n AccountsDeleteOptionalParams,\n AccountsListByResourceGroupOptionalParams,\n AccountsListBySubscriptionOptionalParams,\n AccountsCheckNameAvailabilityOptionalParams,\n QuotasGetOptionalParams,\n QuotasListBySubscriptionOptionalParams,\n AccountQuotasGetOptionalParams,\n AccountQuotasListByAccountOptionalParams,\n} from \"./options.js\";\nexport { accountQuotasGet, accountQuotasListByAccount } from \"./accountQuotas/index.js\";\nexport {\n accountsGet,\n accountsCreateOrUpdate,\n accountsUpdate,\n accountsDelete,\n accountsListByResourceGroup,\n accountsListBySubscription,\n accountsCheckNameAvailability,\n} from \"./accounts/index.js\";\nexport { operationsList } from \"./operations/index.js\";\nexport { quotasGet, quotasListBySubscription } from \"./quotas/index.js\";\n"]}
@@ -0,0 +1,9 @@
1
+ import { AzurePlaywrightServiceContext as Client, OperationsListOptionalParams } from "../index.js";
2
+ import { _OperationListResult, Operation } from "../../models/models.js";
3
+ import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
4
+ import { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client";
5
+ export declare function _operationsListSend(context: Client, options?: OperationsListOptionalParams): StreamableMethod;
6
+ export declare function _operationsListDeserialize(result: PathUncheckedResponse): Promise<_OperationListResult>;
7
+ /** List the operations for the provider */
8
+ export declare function operationsList(context: Client, options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/operations/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,6BAA6B,IAAI,MAAM,EAAE,4BAA4B,EAAE,MAAM,aAAa,CAAC;AACpG,OAAO,EACL,oBAAoB,EAEpB,SAAS,EACV,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,0BAA0B,EAE3B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EACL,gBAAgB,EAChB,qBAAqB,EAGtB,MAAM,yBAAyB,CAAC;AAEjC,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,MAAM,EACf,OAAO,GAAE,4BAAqD,GAC7D,gBAAgB,CAIlB;AAED,wBAAsB,0BAA0B,CAC9C,MAAM,EAAE,qBAAqB,GAC5B,OAAO,CAAC,oBAAoB,CAAC,CAO/B;AAED,2CAA2C;AAC3C,wBAAgB,cAAc,CAC5B,OAAO,EAAE,MAAM,EACf,OAAO,GAAE,4BAAqD,GAC7D,0BAA0B,CAAC,SAAS,CAAC,CAQvC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports._operationsListSend = _operationsListSend;
6
+ exports._operationsListDeserialize = _operationsListDeserialize;
7
+ exports.operationsList = operationsList;
8
+ const models_js_1 = require("../../models/models.js");
9
+ const pagingHelpers_js_1 = require("../../static-helpers/pagingHelpers.js");
10
+ const core_client_1 = require("@azure-rest/core-client");
11
+ function _operationsListSend(context, options = { requestOptions: {} }) {
12
+ return context
13
+ .path("/providers/Microsoft.AzurePlaywrightService/operations")
14
+ .get({ ...(0, core_client_1.operationOptionsToRequestParameters)(options) });
15
+ }
16
+ async function _operationsListDeserialize(result) {
17
+ const expectedStatuses = ["200"];
18
+ if (!expectedStatuses.includes(result.status)) {
19
+ throw (0, core_client_1.createRestError)(result);
20
+ }
21
+ return (0, models_js_1._operationListResultDeserializer)(result.body);
22
+ }
23
+ /** List the operations for the provider */
24
+ function operationsList(context, options = { requestOptions: {} }) {
25
+ return (0, pagingHelpers_js_1.buildPagedAsyncIterator)(context, () => _operationsListSend(context, options), _operationsListDeserialize, ["200"], { itemName: "value", nextLinkName: "nextLink" });
26
+ }
27
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/operations/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AAmBlC,kDAOC;AAED,gEASC;AAGD,wCAWC;AAhDD,sDAIgC;AAChC,4EAG+C;AAC/C,yDAKiC;AAEjC,SAAgB,mBAAmB,CACjC,OAAe,EACf,UAAwC,EAAE,cAAc,EAAE,EAAE,EAAE;IAE9D,OAAO,OAAO;SACX,IAAI,CAAC,wDAAwD,CAAC;SAC9D,GAAG,CAAC,EAAE,GAAG,IAAA,iDAAmC,EAAC,OAAO,CAAC,EAAE,CAAC,CAAC;AAC9D,CAAC;AAEM,KAAK,UAAU,0BAA0B,CAC9C,MAA6B;IAE7B,MAAM,gBAAgB,GAAG,CAAC,KAAK,CAAC,CAAC;IACjC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,IAAA,6BAAe,EAAC,MAAM,CAAC,CAAC;IAChC,CAAC;IAED,OAAO,IAAA,4CAAgC,EAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AACvD,CAAC;AAED,2CAA2C;AAC3C,SAAgB,cAAc,CAC5B,OAAe,EACf,UAAwC,EAAE,cAAc,EAAE,EAAE,EAAE;IAE9D,OAAO,IAAA,0CAAuB,EAC5B,OAAO,EACP,GAAG,EAAE,CAAC,mBAAmB,CAAC,OAAO,EAAE,OAAO,CAAC,EAC3C,0BAA0B,EAC1B,CAAC,KAAK,CAAC,EACP,EAAE,QAAQ,EAAE,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,CAChD,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { AzurePlaywrightServiceContext as Client, OperationsListOptionalParams } from \"../index.js\";\nimport {\n _OperationListResult,\n _operationListResultDeserializer,\n Operation,\n} from \"../../models/models.js\";\nimport {\n PagedAsyncIterableIterator,\n buildPagedAsyncIterator,\n} from \"../../static-helpers/pagingHelpers.js\";\nimport {\n StreamableMethod,\n PathUncheckedResponse,\n createRestError,\n operationOptionsToRequestParameters,\n} from \"@azure-rest/core-client\";\n\nexport function _operationsListSend(\n context: Client,\n options: OperationsListOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\"/providers/Microsoft.AzurePlaywrightService/operations\")\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _operationsListDeserialize(\n result: PathUncheckedResponse,\n): Promise<_OperationListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return _operationListResultDeserializer(result.body);\n}\n\n/** List the operations for the provider */\nexport function operationsList(\n context: Client,\n options: OperationsListOptionalParams = { requestOptions: {} },\n): PagedAsyncIterableIterator<Operation> {\n return buildPagedAsyncIterator(\n context,\n () => _operationsListSend(context, options),\n _operationsListDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n"]}
@@ -0,0 +1,42 @@
1
+ import { OperationOptions } from "@azure-rest/core-client";
2
+ /** Optional parameters. */
3
+ export interface OperationsListOptionalParams extends OperationOptions {
4
+ }
5
+ /** Optional parameters. */
6
+ export interface AccountsGetOptionalParams extends OperationOptions {
7
+ }
8
+ /** Optional parameters. */
9
+ export interface AccountsCreateOrUpdateOptionalParams extends OperationOptions {
10
+ /** Delay to wait until next poll, in milliseconds. */
11
+ updateIntervalInMs?: number;
12
+ }
13
+ /** Optional parameters. */
14
+ export interface AccountsUpdateOptionalParams extends OperationOptions {
15
+ }
16
+ /** Optional parameters. */
17
+ export interface AccountsDeleteOptionalParams extends OperationOptions {
18
+ /** Delay to wait until next poll, in milliseconds. */
19
+ updateIntervalInMs?: number;
20
+ }
21
+ /** Optional parameters. */
22
+ export interface AccountsListByResourceGroupOptionalParams extends OperationOptions {
23
+ }
24
+ /** Optional parameters. */
25
+ export interface AccountsListBySubscriptionOptionalParams extends OperationOptions {
26
+ }
27
+ /** Optional parameters. */
28
+ export interface AccountsCheckNameAvailabilityOptionalParams extends OperationOptions {
29
+ }
30
+ /** Optional parameters. */
31
+ export interface QuotasGetOptionalParams extends OperationOptions {
32
+ }
33
+ /** Optional parameters. */
34
+ export interface QuotasListBySubscriptionOptionalParams extends OperationOptions {
35
+ }
36
+ /** Optional parameters. */
37
+ export interface AccountQuotasGetOptionalParams extends OperationOptions {
38
+ }
39
+ /** Optional parameters. */
40
+ export interface AccountQuotasListByAccountOptionalParams extends OperationOptions {
41
+ }
42
+ //# sourceMappingURL=options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../src/api/options.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAE3D,2BAA2B;AAC3B,MAAM,WAAW,4BAA6B,SAAQ,gBAAgB;CAAG;AAEzE,2BAA2B;AAC3B,MAAM,WAAW,yBAA0B,SAAQ,gBAAgB;CAAG;AAEtE,2BAA2B;AAC3B,MAAM,WAAW,oCAAqC,SAAQ,gBAAgB;IAC5E,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,2BAA2B;AAC3B,MAAM,WAAW,4BAA6B,SAAQ,gBAAgB;CAAG;AAEzE,2BAA2B;AAC3B,MAAM,WAAW,4BAA6B,SAAQ,gBAAgB;IACpE,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,2BAA2B;AAC3B,MAAM,WAAW,yCAA0C,SAAQ,gBAAgB;CAAG;AAEtF,2BAA2B;AAC3B,MAAM,WAAW,wCAAyC,SAAQ,gBAAgB;CAAG;AAErF,2BAA2B;AAC3B,MAAM,WAAW,2CAA4C,SAAQ,gBAAgB;CAAG;AAExF,2BAA2B;AAC3B,MAAM,WAAW,uBAAwB,SAAQ,gBAAgB;CAAG;AAEpE,2BAA2B;AAC3B,MAAM,WAAW,sCAAuC,SAAQ,gBAAgB;CAAG;AAEnF,2BAA2B;AAC3B,MAAM,WAAW,8BAA+B,SAAQ,gBAAgB;CAAG;AAE3E,2BAA2B;AAC3B,MAAM,WAAW,wCAAyC,SAAQ,gBAAgB;CAAG"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ //# sourceMappingURL=options.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"options.js","sourceRoot":"","sources":["../../../src/api/options.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { OperationOptions } from \"@azure-rest/core-client\";\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AccountsGetOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AccountsCreateOrUpdateOptionalParams extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n}\n\n/** Optional parameters. */\nexport interface AccountsUpdateOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AccountsDeleteOptionalParams extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n}\n\n/** Optional parameters. */\nexport interface AccountsListByResourceGroupOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AccountsListBySubscriptionOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AccountsCheckNameAvailabilityOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface QuotasGetOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface QuotasListBySubscriptionOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AccountQuotasGetOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AccountQuotasListByAccountOptionalParams extends OperationOptions {}\n"]}
@@ -0,0 +1,13 @@
1
+ import { AzurePlaywrightServiceContext as Client, QuotasGetOptionalParams, QuotasListBySubscriptionOptionalParams } from "../index.js";
2
+ import { QuotaNames, Quota, _QuotaListResult } from "../../models/models.js";
3
+ import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
4
+ import { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client";
5
+ export declare function _quotasGetSend(context: Client, subscriptionId: string, location: string, quotaName: QuotaNames, options?: QuotasGetOptionalParams): StreamableMethod;
6
+ export declare function _quotasGetDeserialize(result: PathUncheckedResponse): Promise<Quota>;
7
+ /** Get subscription quota by name. */
8
+ export declare function quotasGet(context: Client, subscriptionId: string, location: string, quotaName: QuotaNames, options?: QuotasGetOptionalParams): Promise<Quota>;
9
+ export declare function _quotasListBySubscriptionSend(context: Client, subscriptionId: string, location: string, options?: QuotasListBySubscriptionOptionalParams): StreamableMethod;
10
+ export declare function _quotasListBySubscriptionDeserialize(result: PathUncheckedResponse): Promise<_QuotaListResult>;
11
+ /** List quotas for a given subscription Id. */
12
+ export declare function quotasListBySubscription(context: Client, subscriptionId: string, location: string, options?: QuotasListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Quota>;
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/quotas/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,6BAA6B,IAAI,MAAM,EACvC,uBAAuB,EACvB,sCAAsC,EACvC,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,UAAU,EACV,KAAK,EAEL,gBAAgB,EAEjB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,0BAA0B,EAE3B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EACL,gBAAgB,EAChB,qBAAqB,EAGtB,MAAM,yBAAyB,CAAC;AAEjC,wBAAgB,cAAc,CAC5B,OAAO,EAAE,MAAM,EACf,cAAc,EAAE,MAAM,EACtB,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,UAAU,EACrB,OAAO,GAAE,uBAAgD,GACxD,gBAAgB,CASlB;AAED,wBAAsB,qBAAqB,CAAC,MAAM,EAAE,qBAAqB,GAAG,OAAO,CAAC,KAAK,CAAC,CAOzF;AAED,sCAAsC;AACtC,wBAAsB,SAAS,CAC7B,OAAO,EAAE,MAAM,EACf,cAAc,EAAE,MAAM,EACtB,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,UAAU,EACrB,OAAO,GAAE,uBAAgD,GACxD,OAAO,CAAC,KAAK,CAAC,CAGhB;AAED,wBAAgB,6BAA6B,CAC3C,OAAO,EAAE,MAAM,EACf,cAAc,EAAE,MAAM,EACtB,QAAQ,EAAE,MAAM,EAChB,OAAO,GAAE,sCAA+D,GACvE,gBAAgB,CAQlB;AAED,wBAAsB,oCAAoC,CACxD,MAAM,EAAE,qBAAqB,GAC5B,OAAO,CAAC,gBAAgB,CAAC,CAO3B;AAED,+CAA+C;AAC/C,wBAAgB,wBAAwB,CACtC,OAAO,EAAE,MAAM,EACf,cAAc,EAAE,MAAM,EACtB,QAAQ,EAAE,MAAM,EAChB,OAAO,GAAE,sCAA+D,GACvE,0BAA0B,CAAC,KAAK,CAAC,CAQnC"}
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports._quotasGetSend = _quotasGetSend;
6
+ exports._quotasGetDeserialize = _quotasGetDeserialize;
7
+ exports.quotasGet = quotasGet;
8
+ exports._quotasListBySubscriptionSend = _quotasListBySubscriptionSend;
9
+ exports._quotasListBySubscriptionDeserialize = _quotasListBySubscriptionDeserialize;
10
+ exports.quotasListBySubscription = quotasListBySubscription;
11
+ const models_js_1 = require("../../models/models.js");
12
+ const pagingHelpers_js_1 = require("../../static-helpers/pagingHelpers.js");
13
+ const core_client_1 = require("@azure-rest/core-client");
14
+ function _quotasGetSend(context, subscriptionId, location, quotaName, options = { requestOptions: {} }) {
15
+ return context
16
+ .path("/subscriptions/{subscriptionId}/providers/Microsoft.AzurePlaywrightService/locations/{location}/quotas/{quotaName}", subscriptionId, location, quotaName)
17
+ .get({ ...(0, core_client_1.operationOptionsToRequestParameters)(options) });
18
+ }
19
+ async function _quotasGetDeserialize(result) {
20
+ const expectedStatuses = ["200"];
21
+ if (!expectedStatuses.includes(result.status)) {
22
+ throw (0, core_client_1.createRestError)(result);
23
+ }
24
+ return (0, models_js_1.quotaDeserializer)(result.body);
25
+ }
26
+ /** Get subscription quota by name. */
27
+ async function quotasGet(context, subscriptionId, location, quotaName, options = { requestOptions: {} }) {
28
+ const result = await _quotasGetSend(context, subscriptionId, location, quotaName, options);
29
+ return _quotasGetDeserialize(result);
30
+ }
31
+ function _quotasListBySubscriptionSend(context, subscriptionId, location, options = { requestOptions: {} }) {
32
+ return context
33
+ .path("/subscriptions/{subscriptionId}/providers/Microsoft.AzurePlaywrightService/locations/{location}/quotas", subscriptionId, location)
34
+ .get({ ...(0, core_client_1.operationOptionsToRequestParameters)(options) });
35
+ }
36
+ async function _quotasListBySubscriptionDeserialize(result) {
37
+ const expectedStatuses = ["200"];
38
+ if (!expectedStatuses.includes(result.status)) {
39
+ throw (0, core_client_1.createRestError)(result);
40
+ }
41
+ return (0, models_js_1._quotaListResultDeserializer)(result.body);
42
+ }
43
+ /** List quotas for a given subscription Id. */
44
+ function quotasListBySubscription(context, subscriptionId, location, options = { requestOptions: {} }) {
45
+ return (0, pagingHelpers_js_1.buildPagedAsyncIterator)(context, () => _quotasListBySubscriptionSend(context, subscriptionId, location, options), _quotasListBySubscriptionDeserialize, ["200"], { itemName: "value", nextLinkName: "nextLink" });
46
+ }
47
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/quotas/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AAyBlC,wCAeC;AAED,sDAOC;AAGD,8BASC;AAED,sEAaC;AAED,oFASC;AAGD,4DAaC;AAhGD,sDAMgC;AAChC,4EAG+C;AAC/C,yDAKiC;AAEjC,SAAgB,cAAc,CAC5B,OAAe,EACf,cAAsB,EACtB,QAAgB,EAChB,SAAqB,EACrB,UAAmC,EAAE,cAAc,EAAE,EAAE,EAAE;IAEzD,OAAO,OAAO;SACX,IAAI,CACH,oHAAoH,EACpH,cAAc,EACd,QAAQ,EACR,SAAS,CACV;SACA,GAAG,CAAC,EAAE,GAAG,IAAA,iDAAmC,EAAC,OAAO,CAAC,EAAE,CAAC,CAAC;AAC9D,CAAC;AAEM,KAAK,UAAU,qBAAqB,CAAC,MAA6B;IACvE,MAAM,gBAAgB,GAAG,CAAC,KAAK,CAAC,CAAC;IACjC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,IAAA,6BAAe,EAAC,MAAM,CAAC,CAAC;IAChC,CAAC;IAED,OAAO,IAAA,6BAAiB,EAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AACxC,CAAC;AAED,sCAAsC;AAC/B,KAAK,UAAU,SAAS,CAC7B,OAAe,EACf,cAAsB,EACtB,QAAgB,EAChB,SAAqB,EACrB,UAAmC,EAAE,cAAc,EAAE,EAAE,EAAE;IAEzD,MAAM,MAAM,GAAG,MAAM,cAAc,CAAC,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,SAAS,EAAE,OAAO,CAAC,CAAC;IAC3F,OAAO,qBAAqB,CAAC,MAAM,CAAC,CAAC;AACvC,CAAC;AAED,SAAgB,6BAA6B,CAC3C,OAAe,EACf,cAAsB,EACtB,QAAgB,EAChB,UAAkD,EAAE,cAAc,EAAE,EAAE,EAAE;IAExE,OAAO,OAAO;SACX,IAAI,CACH,wGAAwG,EACxG,cAAc,EACd,QAAQ,CACT;SACA,GAAG,CAAC,EAAE,GAAG,IAAA,iDAAmC,EAAC,OAAO,CAAC,EAAE,CAAC,CAAC;AAC9D,CAAC;AAEM,KAAK,UAAU,oCAAoC,CACxD,MAA6B;IAE7B,MAAM,gBAAgB,GAAG,CAAC,KAAK,CAAC,CAAC;IACjC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,IAAA,6BAAe,EAAC,MAAM,CAAC,CAAC;IAChC,CAAC;IAED,OAAO,IAAA,wCAA4B,EAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AACnD,CAAC;AAED,+CAA+C;AAC/C,SAAgB,wBAAwB,CACtC,OAAe,EACf,cAAsB,EACtB,QAAgB,EAChB,UAAkD,EAAE,cAAc,EAAE,EAAE,EAAE;IAExE,OAAO,IAAA,0CAAuB,EAC5B,OAAO,EACP,GAAG,EAAE,CAAC,6BAA6B,CAAC,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,OAAO,CAAC,EAC/E,oCAAoC,EACpC,CAAC,KAAK,CAAC,EACP,EAAE,QAAQ,EAAE,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,CAChD,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n AzurePlaywrightServiceContext as Client,\n QuotasGetOptionalParams,\n QuotasListBySubscriptionOptionalParams,\n} from \"../index.js\";\nimport {\n QuotaNames,\n Quota,\n quotaDeserializer,\n _QuotaListResult,\n _quotaListResultDeserializer,\n} from \"../../models/models.js\";\nimport {\n PagedAsyncIterableIterator,\n buildPagedAsyncIterator,\n} from \"../../static-helpers/pagingHelpers.js\";\nimport {\n StreamableMethod,\n PathUncheckedResponse,\n createRestError,\n operationOptionsToRequestParameters,\n} from \"@azure-rest/core-client\";\n\nexport function _quotasGetSend(\n context: Client,\n subscriptionId: string,\n location: string,\n quotaName: QuotaNames,\n options: QuotasGetOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/providers/Microsoft.AzurePlaywrightService/locations/{location}/quotas/{quotaName}\",\n subscriptionId,\n location,\n quotaName,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _quotasGetDeserialize(result: PathUncheckedResponse): Promise<Quota> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return quotaDeserializer(result.body);\n}\n\n/** Get subscription quota by name. */\nexport async function quotasGet(\n context: Client,\n subscriptionId: string,\n location: string,\n quotaName: QuotaNames,\n options: QuotasGetOptionalParams = { requestOptions: {} },\n): Promise<Quota> {\n const result = await _quotasGetSend(context, subscriptionId, location, quotaName, options);\n return _quotasGetDeserialize(result);\n}\n\nexport function _quotasListBySubscriptionSend(\n context: Client,\n subscriptionId: string,\n location: string,\n options: QuotasListBySubscriptionOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/providers/Microsoft.AzurePlaywrightService/locations/{location}/quotas\",\n subscriptionId,\n location,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _quotasListBySubscriptionDeserialize(\n result: PathUncheckedResponse,\n): Promise<_QuotaListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return _quotaListResultDeserializer(result.body);\n}\n\n/** List quotas for a given subscription Id. */\nexport function quotasListBySubscription(\n context: Client,\n subscriptionId: string,\n location: string,\n options: QuotasListBySubscriptionOptionalParams = { requestOptions: {} },\n): PagedAsyncIterableIterator<Quota> {\n return buildPagedAsyncIterator(\n context,\n () => _quotasListBySubscriptionSend(context, subscriptionId, location, options),\n _quotasListBySubscriptionDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n"]}
@@ -0,0 +1,24 @@
1
+ import { OperationsOperations } from "./classic/operations/index.js";
2
+ import { AccountsOperations } from "./classic/accounts/index.js";
3
+ import { QuotasOperations } from "./classic/quotas/index.js";
4
+ import { AccountQuotasOperations } from "./classic/accountQuotas/index.js";
5
+ import { AzurePlaywrightServiceClientOptionalParams } from "./api/index.js";
6
+ import { Pipeline } from "@azure/core-rest-pipeline";
7
+ import { TokenCredential } from "@azure/core-auth";
8
+ export { AzurePlaywrightServiceClientOptionalParams } from "./api/azurePlaywrightServiceContext.js";
9
+ export declare class AzurePlaywrightServiceClient {
10
+ private _client;
11
+ /** The pipeline used by this client to make requests */
12
+ readonly pipeline: Pipeline;
13
+ /** Microsoft.AzurePlaywrightService Resource Provider Management API. */
14
+ constructor(credential: TokenCredential, subscriptionId: string, options?: AzurePlaywrightServiceClientOptionalParams);
15
+ /** The operation groups for Operations */
16
+ readonly operations: OperationsOperations;
17
+ /** The operation groups for Accounts */
18
+ readonly accounts: AccountsOperations;
19
+ /** The operation groups for Quotas */
20
+ readonly quotas: QuotasOperations;
21
+ /** The operation groups for AccountQuotas */
22
+ readonly accountQuotas: AccountQuotasOperations;
23
+ }
24
+ //# sourceMappingURL=azurePlaywrightServiceClient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"azurePlaywrightServiceClient.d.ts","sourceRoot":"","sources":["../../src/azurePlaywrightServiceClient.ts"],"names":[],"mappings":"AAGA,OAAO,EAA2B,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAC9F,OAAO,EAAyB,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACxF,OAAO,EAAuB,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClF,OAAO,EAEL,uBAAuB,EACxB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAGL,0CAA0C,EAC3C,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEnD,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AAEpG,qBAAa,4BAA4B;IACvC,OAAO,CAAC,OAAO,CAAgC;IAC/C,wDAAwD;IACxD,SAAgB,QAAQ,EAAE,QAAQ,CAAC;IAEnC,yEAAyE;gBAEvE,UAAU,EAAE,eAAe,EAC3B,cAAc,EAAE,MAAM,EACtB,OAAO,GAAE,0CAA+C;IAiB1D,0CAA0C;IAC1C,SAAgB,UAAU,EAAE,oBAAoB,CAAC;IACjD,wCAAwC;IACxC,SAAgB,QAAQ,EAAE,kBAAkB,CAAC;IAC7C,sCAAsC;IACtC,SAAgB,MAAM,EAAE,gBAAgB,CAAC;IACzC,6CAA6C;IAC7C,SAAgB,aAAa,EAAE,uBAAuB,CAAC;CACxD"}
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.AzurePlaywrightServiceClient = void 0;
6
+ const index_js_1 = require("./classic/operations/index.js");
7
+ const index_js_2 = require("./classic/accounts/index.js");
8
+ const index_js_3 = require("./classic/quotas/index.js");
9
+ const index_js_4 = require("./classic/accountQuotas/index.js");
10
+ const index_js_5 = require("./api/index.js");
11
+ class AzurePlaywrightServiceClient {
12
+ _client;
13
+ /** The pipeline used by this client to make requests */
14
+ pipeline;
15
+ /** Microsoft.AzurePlaywrightService Resource Provider Management API. */
16
+ constructor(credential, subscriptionId, options = {}) {
17
+ const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
18
+ const userAgentPrefix = prefixFromOptions
19
+ ? `${prefixFromOptions} azsdk-js-client`
20
+ : `azsdk-js-client`;
21
+ this._client = (0, index_js_5.createAzurePlaywrightService)(credential, {
22
+ ...options,
23
+ userAgentOptions: { userAgentPrefix },
24
+ });
25
+ this.pipeline = this._client.pipeline;
26
+ this.operations = (0, index_js_1.getOperationsOperations)(this._client);
27
+ this.accounts = (0, index_js_2.getAccountsOperations)(this._client, subscriptionId);
28
+ this.quotas = (0, index_js_3.getQuotasOperations)(this._client, subscriptionId);
29
+ this.accountQuotas = (0, index_js_4.getAccountQuotasOperations)(this._client, subscriptionId);
30
+ }
31
+ /** The operation groups for Operations */
32
+ operations;
33
+ /** The operation groups for Accounts */
34
+ accounts;
35
+ /** The operation groups for Quotas */
36
+ quotas;
37
+ /** The operation groups for AccountQuotas */
38
+ accountQuotas;
39
+ }
40
+ exports.AzurePlaywrightServiceClient = AzurePlaywrightServiceClient;
41
+ //# sourceMappingURL=azurePlaywrightServiceClient.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"azurePlaywrightServiceClient.js","sourceRoot":"","sources":["../../src/azurePlaywrightServiceClient.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,4DAA8F;AAC9F,0DAAwF;AACxF,wDAAkF;AAClF,+DAG0C;AAC1C,6CAIwB;AAMxB,MAAa,4BAA4B;IAC/B,OAAO,CAAgC;IAC/C,wDAAwD;IACxC,QAAQ,CAAW;IAEnC,yEAAyE;IACzE,YACE,UAA2B,EAC3B,cAAsB,EACtB,UAAsD,EAAE;QAExD,MAAM,iBAAiB,GAAG,OAAO,EAAE,gBAAgB,EAAE,eAAe,CAAC;QACrE,MAAM,eAAe,GAAG,iBAAiB;YACvC,CAAC,CAAC,GAAG,iBAAiB,kBAAkB;YACxC,CAAC,CAAC,iBAAiB,CAAC;QACtB,IAAI,CAAC,OAAO,GAAG,IAAA,uCAA4B,EAAC,UAAU,EAAE;YACtD,GAAG,OAAO;YACV,gBAAgB,EAAE,EAAE,eAAe,EAAE;SACtC,CAAC,CAAC;QACH,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC;QACtC,IAAI,CAAC,UAAU,GAAG,IAAA,kCAAuB,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxD,IAAI,CAAC,QAAQ,GAAG,IAAA,gCAAqB,EAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;QACpE,IAAI,CAAC,MAAM,GAAG,IAAA,8BAAmB,EAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;QAChE,IAAI,CAAC,aAAa,GAAG,IAAA,qCAA0B,EAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;IAChF,CAAC;IAED,0CAA0C;IAC1B,UAAU,CAAuB;IACjD,wCAAwC;IACxB,QAAQ,CAAqB;IAC7C,sCAAsC;IACtB,MAAM,CAAmB;IACzC,6CAA6C;IAC7B,aAAa,CAA0B;CACxD;AAlCD,oEAkCC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { getOperationsOperations, OperationsOperations } from \"./classic/operations/index.js\";\nimport { getAccountsOperations, AccountsOperations } from \"./classic/accounts/index.js\";\nimport { getQuotasOperations, QuotasOperations } from \"./classic/quotas/index.js\";\nimport {\n getAccountQuotasOperations,\n AccountQuotasOperations,\n} from \"./classic/accountQuotas/index.js\";\nimport {\n createAzurePlaywrightService,\n AzurePlaywrightServiceContext,\n AzurePlaywrightServiceClientOptionalParams,\n} from \"./api/index.js\";\nimport { Pipeline } from \"@azure/core-rest-pipeline\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\nexport { AzurePlaywrightServiceClientOptionalParams } from \"./api/azurePlaywrightServiceContext.js\";\n\nexport class AzurePlaywrightServiceClient {\n private _client: AzurePlaywrightServiceContext;\n /** The pipeline used by this client to make requests */\n public readonly pipeline: Pipeline;\n\n /** Microsoft.AzurePlaywrightService Resource Provider Management API. */\n constructor(\n credential: TokenCredential,\n subscriptionId: string,\n options: AzurePlaywrightServiceClientOptionalParams = {},\n ) {\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-client`\n : `azsdk-js-client`;\n this._client = createAzurePlaywrightService(credential, {\n ...options,\n userAgentOptions: { userAgentPrefix },\n });\n this.pipeline = this._client.pipeline;\n this.operations = getOperationsOperations(this._client);\n this.accounts = getAccountsOperations(this._client, subscriptionId);\n this.quotas = getQuotasOperations(this._client, subscriptionId);\n this.accountQuotas = getAccountQuotasOperations(this._client, subscriptionId);\n }\n\n /** The operation groups for Operations */\n public readonly operations: OperationsOperations;\n /** The operation groups for Accounts */\n public readonly accounts: AccountsOperations;\n /** The operation groups for Quotas */\n public readonly quotas: QuotasOperations;\n /** The operation groups for AccountQuotas */\n public readonly accountQuotas: AccountQuotasOperations;\n}\n"]}
@@ -0,0 +1,17 @@
1
+ import { AzurePlaywrightServiceContext } from "../../api/azurePlaywrightServiceContext.js";
2
+ import { AccountQuota, QuotaNames } from "../../models/models.js";
3
+ import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
4
+ import { AccountQuotasGetOptionalParams, AccountQuotasListByAccountOptionalParams } from "../../api/options.js";
5
+ /** Interface representing a AccountQuotas operations. */
6
+ export interface AccountQuotasOperations {
7
+ /** Get quota by name for an account. */
8
+ get: (resourceGroupName: string, accountName: string, quotaName: QuotaNames, options?: AccountQuotasGetOptionalParams) => Promise<AccountQuota>;
9
+ /** List quotas for a given account. */
10
+ listByAccount: (resourceGroupName: string, accountName: string, options?: AccountQuotasListByAccountOptionalParams) => PagedAsyncIterableIterator<AccountQuota>;
11
+ }
12
+ export declare function getAccountQuotas(context: AzurePlaywrightServiceContext, subscriptionId: string): {
13
+ get: (resourceGroupName: string, accountName: string, quotaName: QuotaNames, options?: AccountQuotasGetOptionalParams) => Promise<AccountQuota>;
14
+ listByAccount: (resourceGroupName: string, accountName: string, options?: AccountQuotasListByAccountOptionalParams) => PagedAsyncIterableIterator<AccountQuota, AccountQuota[], import("../../static-helpers/pagingHelpers.js").PageSettings>;
15
+ };
16
+ export declare function getAccountQuotasOperations(context: AzurePlaywrightServiceContext, subscriptionId: string): AccountQuotasOperations;
17
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/classic/accountQuotas/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,6BAA6B,EAAE,MAAM,4CAA4C,CAAC;AAE3F,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAClE,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AACnF,OAAO,EACL,8BAA8B,EAC9B,wCAAwC,EACzC,MAAM,sBAAsB,CAAC;AAE9B,yDAAyD;AACzD,MAAM,WAAW,uBAAuB;IACtC,wCAAwC;IACxC,GAAG,EAAE,CACH,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,UAAU,EACrB,OAAO,CAAC,EAAE,8BAA8B,KACrC,OAAO,CAAC,YAAY,CAAC,CAAC;IAC3B,uCAAuC;IACvC,aAAa,EAAE,CACb,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,wCAAwC,KAC/C,0BAA0B,CAAC,YAAY,CAAC,CAAC;CAC/C;AAED,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,6BAA6B,EAAE,cAAc,EAAE,MAAM;6BAGtE,MAAM,eACZ,MAAM,aACR,UAAU,YACX,8BAA8B;uCAIrB,MAAM,eACZ,MAAM,YACT,wCAAwC;EAIvD;AAED,wBAAgB,0BAA0B,CACxC,OAAO,EAAE,6BAA6B,EACtC,cAAc,EAAE,MAAM,GACrB,uBAAuB,CAIzB"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getAccountQuotas = getAccountQuotas;
6
+ exports.getAccountQuotasOperations = getAccountQuotasOperations;
7
+ const index_js_1 = require("../../api/accountQuotas/index.js");
8
+ function getAccountQuotas(context, subscriptionId) {
9
+ return {
10
+ get: (resourceGroupName, accountName, quotaName, options) => (0, index_js_1.accountQuotasGet)(context, subscriptionId, resourceGroupName, accountName, quotaName, options),
11
+ listByAccount: (resourceGroupName, accountName, options) => (0, index_js_1.accountQuotasListByAccount)(context, subscriptionId, resourceGroupName, accountName, options),
12
+ };
13
+ }
14
+ function getAccountQuotasOperations(context, subscriptionId) {
15
+ return {
16
+ ...getAccountQuotas(context, subscriptionId),
17
+ };
18
+ }
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/accountQuotas/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AA4BlC,4CAgBC;AAED,gEAOC;AAlDD,+DAAgG;AAyBhG,SAAgB,gBAAgB,CAAC,OAAsC,EAAE,cAAsB;IAC7F,OAAO;QACL,GAAG,EAAE,CACH,iBAAyB,EACzB,WAAmB,EACnB,SAAqB,EACrB,OAAwC,EACxC,EAAE,CACF,IAAA,2BAAgB,EAAC,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,WAAW,EAAE,SAAS,EAAE,OAAO,CAAC;QAC/F,aAAa,EAAE,CACb,iBAAyB,EACzB,WAAmB,EACnB,OAAkD,EAClD,EAAE,CACF,IAAA,qCAA0B,EAAC,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,CAAC;KAC/F,CAAC;AACJ,CAAC;AAED,SAAgB,0BAA0B,CACxC,OAAsC,EACtC,cAAsB;IAEtB,OAAO;QACL,GAAG,gBAAgB,CAAC,OAAO,EAAE,cAAc,CAAC;KAC7C,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { AzurePlaywrightServiceContext } from \"../../api/azurePlaywrightServiceContext.js\";\nimport { accountQuotasGet, accountQuotasListByAccount } from \"../../api/accountQuotas/index.js\";\nimport { AccountQuota, QuotaNames } from \"../../models/models.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport {\n AccountQuotasGetOptionalParams,\n AccountQuotasListByAccountOptionalParams,\n} from \"../../api/options.js\";\n\n/** Interface representing a AccountQuotas operations. */\nexport interface AccountQuotasOperations {\n /** Get quota by name for an account. */\n get: (\n resourceGroupName: string,\n accountName: string,\n quotaName: QuotaNames,\n options?: AccountQuotasGetOptionalParams,\n ) => Promise<AccountQuota>;\n /** List quotas for a given account. */\n listByAccount: (\n resourceGroupName: string,\n accountName: string,\n options?: AccountQuotasListByAccountOptionalParams,\n ) => PagedAsyncIterableIterator<AccountQuota>;\n}\n\nexport function getAccountQuotas(context: AzurePlaywrightServiceContext, subscriptionId: string) {\n return {\n get: (\n resourceGroupName: string,\n accountName: string,\n quotaName: QuotaNames,\n options?: AccountQuotasGetOptionalParams,\n ) =>\n accountQuotasGet(context, subscriptionId, resourceGroupName, accountName, quotaName, options),\n listByAccount: (\n resourceGroupName: string,\n accountName: string,\n options?: AccountQuotasListByAccountOptionalParams,\n ) =>\n accountQuotasListByAccount(context, subscriptionId, resourceGroupName, accountName, options),\n };\n}\n\nexport function getAccountQuotasOperations(\n context: AzurePlaywrightServiceContext,\n subscriptionId: string,\n): AccountQuotasOperations {\n return {\n ...getAccountQuotas(context, subscriptionId),\n };\n}\n"]}
@@ -0,0 +1,33 @@
1
+ import { AzurePlaywrightServiceContext } from "../../api/azurePlaywrightServiceContext.js";
2
+ import { Account, AccountUpdate, CheckNameAvailabilityRequest, CheckNameAvailabilityResponse } from "../../models/models.js";
3
+ import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
4
+ import { PollerLike, OperationState } from "@azure/core-lro";
5
+ import { AccountsGetOptionalParams, AccountsCreateOrUpdateOptionalParams, AccountsUpdateOptionalParams, AccountsDeleteOptionalParams, AccountsListByResourceGroupOptionalParams, AccountsListBySubscriptionOptionalParams, AccountsCheckNameAvailabilityOptionalParams } from "../../api/options.js";
6
+ /** Interface representing a Accounts operations. */
7
+ export interface AccountsOperations {
8
+ /** Get a Account */
9
+ get: (resourceGroupName: string, accountName: string, options?: AccountsGetOptionalParams) => Promise<Account>;
10
+ /** Create a Account */
11
+ createOrUpdate: (resourceGroupName: string, accountName: string, resource: Account, options?: AccountsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Account>, Account>;
12
+ /** Update a Account */
13
+ update: (resourceGroupName: string, accountName: string, properties: AccountUpdate, options?: AccountsUpdateOptionalParams) => Promise<Account>;
14
+ /** Delete a Account */
15
+ delete: (resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
16
+ /** List Account resources by resource group */
17
+ listByResourceGroup: (resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Account>;
18
+ /** List Account resources by subscription ID */
19
+ listBySubscription: (options?: AccountsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Account>;
20
+ /** Adds check global name availability operation, normally used if a resource name must be globally unique. */
21
+ checkNameAvailability: (body: CheckNameAvailabilityRequest, options?: AccountsCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityResponse>;
22
+ }
23
+ export declare function getAccounts(context: AzurePlaywrightServiceContext, subscriptionId: string): {
24
+ get: (resourceGroupName: string, accountName: string, options?: AccountsGetOptionalParams) => Promise<Account>;
25
+ createOrUpdate: (resourceGroupName: string, accountName: string, resource: Account, options?: AccountsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Account>, Account>;
26
+ update: (resourceGroupName: string, accountName: string, properties: AccountUpdate, options?: AccountsUpdateOptionalParams) => Promise<Account>;
27
+ delete: (resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
28
+ listByResourceGroup: (resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Account, Account[], import("../../static-helpers/pagingHelpers.js").PageSettings>;
29
+ listBySubscription: (options?: AccountsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Account, Account[], import("../../static-helpers/pagingHelpers.js").PageSettings>;
30
+ checkNameAvailability: (body: CheckNameAvailabilityRequest, options?: AccountsCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityResponse>;
31
+ };
32
+ export declare function getAccountsOperations(context: AzurePlaywrightServiceContext, subscriptionId: string): AccountsOperations;
33
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/classic/accounts/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,6BAA6B,EAAE,MAAM,4CAA4C,CAAC;AAU3F,OAAO,EACL,OAAO,EACP,aAAa,EACb,4BAA4B,EAC5B,6BAA6B,EAC9B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AACnF,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAC7D,OAAO,EACL,yBAAyB,EACzB,oCAAoC,EACpC,4BAA4B,EAC5B,4BAA4B,EAC5B,yCAAyC,EACzC,wCAAwC,EACxC,2CAA2C,EAC5C,MAAM,sBAAsB,CAAC;AAE9B,oDAAoD;AACpD,MAAM,WAAW,kBAAkB;IACjC,oBAAoB;IACpB,GAAG,EAAE,CACH,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,KAChC,OAAO,CAAC,OAAO,CAAC,CAAC;IACtB,uBAAuB;IACvB,cAAc,EAAE,CACd,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,OAAO,EACjB,OAAO,CAAC,EAAE,oCAAoC,KAC3C,UAAU,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,OAAO,CAAC,CAAC;IAClD,uBAAuB;IACvB,MAAM,EAAE,CACN,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,aAAa,EACzB,OAAO,CAAC,EAAE,4BAA4B,KACnC,OAAO,CAAC,OAAO,CAAC,CAAC;IACtB,uBAAuB;IACvB,MAAM,EAAE,CACN,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,KACnC,UAAU,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAC5C,+CAA+C;IAC/C,mBAAmB,EAAE,CACnB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,yCAAyC,KAChD,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACzC,gDAAgD;IAChD,kBAAkB,EAAE,CAClB,OAAO,CAAC,EAAE,wCAAwC,KAC/C,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACzC,+GAA+G;IAC/G,qBAAqB,EAAE,CACrB,IAAI,EAAE,4BAA4B,EAClC,OAAO,CAAC,EAAE,2CAA2C,KAClD,OAAO,CAAC,6BAA6B,CAAC,CAAC;CAC7C;AAED,wBAAgB,WAAW,CAAC,OAAO,EAAE,6BAA6B,EAAE,cAAc,EAAE,MAAM;6BAE7D,MAAM,eAAe,MAAM,YAAY,yBAAyB;wCAGpE,MAAM,eACZ,MAAM,YACT,OAAO,YACP,oCAAoC;gCAW3B,MAAM,eACZ,MAAM,cACP,aAAa,YACf,4BAA4B;gCAInB,MAAM,eACZ,MAAM,YACT,4BAA4B;6CAGnB,MAAM,YACf,yCAAyC;mCAEtB,wCAAwC;kCAG/D,4BAA4B,YACxB,2CAA2C;EAG1D;AAED,wBAAgB,qBAAqB,CACnC,OAAO,EAAE,6BAA6B,EACtC,cAAc,EAAE,MAAM,GACrB,kBAAkB,CAIpB"}
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getAccounts = getAccounts;
6
+ exports.getAccountsOperations = getAccountsOperations;
7
+ const index_js_1 = require("../../api/accounts/index.js");
8
+ function getAccounts(context, subscriptionId) {
9
+ return {
10
+ get: (resourceGroupName, accountName, options) => (0, index_js_1.accountsGet)(context, subscriptionId, resourceGroupName, accountName, options),
11
+ createOrUpdate: (resourceGroupName, accountName, resource, options) => (0, index_js_1.accountsCreateOrUpdate)(context, subscriptionId, resourceGroupName, accountName, resource, options),
12
+ update: (resourceGroupName, accountName, properties, options) => (0, index_js_1.accountsUpdate)(context, subscriptionId, resourceGroupName, accountName, properties, options),
13
+ delete: (resourceGroupName, accountName, options) => (0, index_js_1.accountsDelete)(context, subscriptionId, resourceGroupName, accountName, options),
14
+ listByResourceGroup: (resourceGroupName, options) => (0, index_js_1.accountsListByResourceGroup)(context, subscriptionId, resourceGroupName, options),
15
+ listBySubscription: (options) => (0, index_js_1.accountsListBySubscription)(context, subscriptionId, options),
16
+ checkNameAvailability: (body, options) => (0, index_js_1.accountsCheckNameAvailability)(context, subscriptionId, body, options),
17
+ };
18
+ }
19
+ function getAccountsOperations(context, subscriptionId) {
20
+ return {
21
+ ...getAccounts(context, subscriptionId),
22
+ };
23
+ }
24
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/accounts/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AA0ElC,kCAyCC;AAED,sDAOC;AAzHD,0DAQqC;AA+DrC,SAAgB,WAAW,CAAC,OAAsC,EAAE,cAAsB;IACxF,OAAO;QACL,GAAG,EAAE,CAAC,iBAAyB,EAAE,WAAmB,EAAE,OAAmC,EAAE,EAAE,CAC3F,IAAA,sBAAW,EAAC,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,CAAC;QAC/E,cAAc,EAAE,CACd,iBAAyB,EACzB,WAAmB,EACnB,QAAiB,EACjB,OAA8C,EAC9C,EAAE,CACF,IAAA,iCAAsB,EACpB,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,WAAW,EACX,QAAQ,EACR,OAAO,CACR;QACH,MAAM,EAAE,CACN,iBAAyB,EACzB,WAAmB,EACnB,UAAyB,EACzB,OAAsC,EACtC,EAAE,CACF,IAAA,yBAAc,EAAC,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,CAAC;QAC9F,MAAM,EAAE,CACN,iBAAyB,EACzB,WAAmB,EACnB,OAAsC,EACtC,EAAE,CAAC,IAAA,yBAAc,EAAC,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,CAAC;QACrF,mBAAmB,EAAE,CACnB,iBAAyB,EACzB,OAAmD,EACnD,EAAE,CAAC,IAAA,sCAA2B,EAAC,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,OAAO,CAAC;QACrF,kBAAkB,EAAE,CAAC,OAAkD,EAAE,EAAE,CACzE,IAAA,qCAA0B,EAAC,OAAO,EAAE,cAAc,EAAE,OAAO,CAAC;QAC9D,qBAAqB,EAAE,CACrB,IAAkC,EAClC,OAAqD,EACrD,EAAE,CAAC,IAAA,wCAA6B,EAAC,OAAO,EAAE,cAAc,EAAE,IAAI,EAAE,OAAO,CAAC;KAC3E,CAAC;AACJ,CAAC;AAED,SAAgB,qBAAqB,CACnC,OAAsC,EACtC,cAAsB;IAEtB,OAAO;QACL,GAAG,WAAW,CAAC,OAAO,EAAE,cAAc,CAAC;KACxC,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { AzurePlaywrightServiceContext } from \"../../api/azurePlaywrightServiceContext.js\";\nimport {\n accountsGet,\n accountsCreateOrUpdate,\n accountsUpdate,\n accountsDelete,\n accountsListByResourceGroup,\n accountsListBySubscription,\n accountsCheckNameAvailability,\n} from \"../../api/accounts/index.js\";\nimport {\n Account,\n AccountUpdate,\n CheckNameAvailabilityRequest,\n CheckNameAvailabilityResponse,\n} from \"../../models/models.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { PollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n AccountsGetOptionalParams,\n AccountsCreateOrUpdateOptionalParams,\n AccountsUpdateOptionalParams,\n AccountsDeleteOptionalParams,\n AccountsListByResourceGroupOptionalParams,\n AccountsListBySubscriptionOptionalParams,\n AccountsCheckNameAvailabilityOptionalParams,\n} from \"../../api/options.js\";\n\n/** Interface representing a Accounts operations. */\nexport interface AccountsOperations {\n /** Get a Account */\n get: (\n resourceGroupName: string,\n accountName: string,\n options?: AccountsGetOptionalParams,\n ) => Promise<Account>;\n /** Create a Account */\n createOrUpdate: (\n resourceGroupName: string,\n accountName: string,\n resource: Account,\n options?: AccountsCreateOrUpdateOptionalParams,\n ) => PollerLike<OperationState<Account>, Account>;\n /** Update a Account */\n update: (\n resourceGroupName: string,\n accountName: string,\n properties: AccountUpdate,\n options?: AccountsUpdateOptionalParams,\n ) => Promise<Account>;\n /** Delete a Account */\n delete: (\n resourceGroupName: string,\n accountName: string,\n options?: AccountsDeleteOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** List Account resources by resource group */\n listByResourceGroup: (\n resourceGroupName: string,\n options?: AccountsListByResourceGroupOptionalParams,\n ) => PagedAsyncIterableIterator<Account>;\n /** List Account resources by subscription ID */\n listBySubscription: (\n options?: AccountsListBySubscriptionOptionalParams,\n ) => PagedAsyncIterableIterator<Account>;\n /** Adds check global name availability operation, normally used if a resource name must be globally unique. */\n checkNameAvailability: (\n body: CheckNameAvailabilityRequest,\n options?: AccountsCheckNameAvailabilityOptionalParams,\n ) => Promise<CheckNameAvailabilityResponse>;\n}\n\nexport function getAccounts(context: AzurePlaywrightServiceContext, subscriptionId: string) {\n return {\n get: (resourceGroupName: string, accountName: string, options?: AccountsGetOptionalParams) =>\n accountsGet(context, subscriptionId, resourceGroupName, accountName, options),\n createOrUpdate: (\n resourceGroupName: string,\n accountName: string,\n resource: Account,\n options?: AccountsCreateOrUpdateOptionalParams,\n ) =>\n accountsCreateOrUpdate(\n context,\n subscriptionId,\n resourceGroupName,\n accountName,\n resource,\n options,\n ),\n update: (\n resourceGroupName: string,\n accountName: string,\n properties: AccountUpdate,\n options?: AccountsUpdateOptionalParams,\n ) =>\n accountsUpdate(context, subscriptionId, resourceGroupName, accountName, properties, options),\n delete: (\n resourceGroupName: string,\n accountName: string,\n options?: AccountsDeleteOptionalParams,\n ) => accountsDelete(context, subscriptionId, resourceGroupName, accountName, options),\n listByResourceGroup: (\n resourceGroupName: string,\n options?: AccountsListByResourceGroupOptionalParams,\n ) => accountsListByResourceGroup(context, subscriptionId, resourceGroupName, options),\n listBySubscription: (options?: AccountsListBySubscriptionOptionalParams) =>\n accountsListBySubscription(context, subscriptionId, options),\n checkNameAvailability: (\n body: CheckNameAvailabilityRequest,\n options?: AccountsCheckNameAvailabilityOptionalParams,\n ) => accountsCheckNameAvailability(context, subscriptionId, body, options),\n };\n}\n\nexport function getAccountsOperations(\n context: AzurePlaywrightServiceContext,\n subscriptionId: string,\n): AccountsOperations {\n return {\n ...getAccounts(context, subscriptionId),\n };\n}\n"]}
@@ -0,0 +1,5 @@
1
+ export { AccountQuotasOperations } from "./accountQuotas/index.js";
2
+ export { AccountsOperations } from "./accounts/index.js";
3
+ export { OperationsOperations } from "./operations/index.js";
4
+ export { QuotasOperations } from "./quotas/index.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/classic/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/classic/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { AccountQuotasOperations } from \"./accountQuotas/index.js\";\nexport { AccountsOperations } from \"./accounts/index.js\";\nexport { OperationsOperations } from \"./operations/index.js\";\nexport { QuotasOperations } from \"./quotas/index.js\";\n"]}
@@ -0,0 +1,14 @@
1
+ import { AzurePlaywrightServiceContext } from "../../api/azurePlaywrightServiceContext.js";
2
+ import { OperationsListOptionalParams } from "../../api/options.js";
3
+ import { Operation } from "../../models/models.js";
4
+ import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
5
+ /** Interface representing a Operations operations. */
6
+ export interface OperationsOperations {
7
+ /** List the operations for the provider */
8
+ list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;
9
+ }
10
+ export declare function getOperations(context: AzurePlaywrightServiceContext): {
11
+ list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation, Operation[], import("../../static-helpers/pagingHelpers.js").PageSettings>;
12
+ };
13
+ export declare function getOperationsOperations(context: AzurePlaywrightServiceContext): OperationsOperations;
14
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/classic/operations/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,6BAA6B,EAAE,MAAM,4CAA4C,CAAC;AAE3F,OAAO,EAAE,4BAA4B,EAAE,MAAM,sBAAsB,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AAEnF,sDAAsD;AACtD,MAAM,WAAW,oBAAoB;IACnC,2CAA2C;IAC3C,IAAI,EAAE,CAAC,OAAO,CAAC,EAAE,4BAA4B,KAAK,0BAA0B,CAAC,SAAS,CAAC,CAAC;CACzF;AAED,wBAAgB,aAAa,CAAC,OAAO,EAAE,6BAA6B;qBAE/C,4BAA4B;EAEhD;AAED,wBAAgB,uBAAuB,CACrC,OAAO,EAAE,6BAA6B,GACrC,oBAAoB,CAItB"}