@azure/arm-loadtesting 1.0.1-alpha.20250211.1 → 1.0.1-alpha.20250212.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 (342) hide show
  1. package/README.md +63 -35
  2. package/dist/browser/index.d.ts +5 -0
  3. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  4. package/{dist-esm/src → dist/browser}/index.js +4 -4
  5. package/dist/browser/index.js.map +1 -0
  6. package/{dist-esm/src → dist/browser}/loadTestClient.d.ts +2 -2
  7. package/dist/browser/loadTestClient.d.ts.map +1 -0
  8. package/{dist-esm/src → dist/browser}/loadTestClient.js +15 -18
  9. package/dist/browser/loadTestClient.js.map +1 -0
  10. package/dist/browser/lroImpl.js +25 -0
  11. package/dist/browser/lroImpl.js.map +1 -0
  12. package/dist/browser/models/index.js.map +1 -0
  13. package/dist/browser/models/mappers.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  15. package/dist/browser/models/parameters.js.map +1 -0
  16. package/dist/browser/operations/index.d.ts +4 -0
  17. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  18. package/{dist-esm/src → dist/browser}/operations/index.js +3 -3
  19. package/dist/browser/operations/index.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/loadTests.d.ts +3 -3
  21. package/dist/browser/operations/loadTests.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/loadTests.js +109 -121
  23. package/dist/browser/operations/loadTests.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  25. package/dist/browser/operations/operations.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  27. package/dist/browser/operations/operations.js.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/quotas.d.ts +3 -3
  29. package/dist/browser/operations/quotas.d.ts.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/quotas.js +3 -3
  31. package/dist/browser/operations/quotas.js.map +1 -0
  32. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  33. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  34. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +3 -3
  35. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operationsInterfaces/loadTests.d.ts +1 -1
  37. package/dist/browser/operationsInterfaces/loadTests.d.ts.map +1 -0
  38. package/dist/browser/operationsInterfaces/loadTests.js.map +1 -0
  39. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  40. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  41. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  42. package/{dist-esm/src → dist/browser}/operationsInterfaces/quotas.d.ts +1 -1
  43. package/dist/browser/operationsInterfaces/quotas.d.ts.map +1 -0
  44. package/dist/browser/operationsInterfaces/quotas.js.map +1 -0
  45. package/dist/browser/package.json +3 -0
  46. package/dist/browser/pagingHelper.js.map +1 -0
  47. package/dist/commonjs/index.d.ts +5 -0
  48. package/dist/commonjs/index.d.ts.map +1 -0
  49. package/dist/commonjs/index.js +19 -0
  50. package/dist/commonjs/index.js.map +1 -0
  51. package/dist/commonjs/loadTestClient.d.ts +22 -0
  52. package/dist/commonjs/loadTestClient.d.ts.map +1 -0
  53. package/dist/commonjs/loadTestClient.js +104 -0
  54. package/dist/commonjs/loadTestClient.js.map +1 -0
  55. package/dist/commonjs/lroImpl.d.ts +16 -0
  56. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  57. package/dist/commonjs/lroImpl.js +29 -0
  58. package/dist/commonjs/lroImpl.js.map +1 -0
  59. package/{types/arm-loadtesting.d.ts → dist/commonjs/models/index.d.ts} +568 -781
  60. package/dist/commonjs/models/index.d.ts.map +1 -0
  61. package/dist/commonjs/models/index.js +71 -0
  62. package/dist/commonjs/models/index.js.map +1 -0
  63. package/dist/commonjs/models/mappers.d.ts +30 -0
  64. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  65. package/dist/commonjs/models/mappers.js +803 -0
  66. package/dist/commonjs/models/mappers.js.map +1 -0
  67. package/dist/commonjs/models/parameters.d.ts +15 -0
  68. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  69. package/dist/commonjs/models/parameters.js +139 -0
  70. package/dist/commonjs/models/parameters.js.map +1 -0
  71. package/dist/commonjs/operations/index.d.ts +4 -0
  72. package/dist/commonjs/operations/index.d.ts.map +1 -0
  73. package/dist/commonjs/operations/index.js +14 -0
  74. package/dist/commonjs/operations/index.js.map +1 -0
  75. package/dist/commonjs/operations/loadTests.d.ts +132 -0
  76. package/dist/commonjs/operations/loadTests.d.ts.map +1 -0
  77. package/dist/commonjs/operations/loadTests.js +656 -0
  78. package/dist/commonjs/operations/loadTests.js.map +1 -0
  79. package/dist/commonjs/operations/operations.d.ts +32 -0
  80. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  81. package/dist/commonjs/operations/operations.js +137 -0
  82. package/dist/commonjs/operations/operations.js.map +1 -0
  83. package/dist/commonjs/operations/quotas.d.ts +50 -0
  84. package/dist/commonjs/operations/quotas.d.ts.map +1 -0
  85. package/dist/commonjs/operations/quotas.js +212 -0
  86. package/dist/commonjs/operations/quotas.js.map +1 -0
  87. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  88. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  89. package/dist/commonjs/operationsInterfaces/index.js +14 -0
  90. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  91. package/dist/commonjs/operationsInterfaces/loadTests.d.ts +78 -0
  92. package/dist/commonjs/operationsInterfaces/loadTests.d.ts.map +1 -0
  93. package/dist/commonjs/operationsInterfaces/loadTests.js +10 -0
  94. package/dist/commonjs/operationsInterfaces/loadTests.js.map +1 -0
  95. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  96. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  97. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  98. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  99. package/dist/commonjs/operationsInterfaces/quotas.d.ts +27 -0
  100. package/dist/commonjs/operationsInterfaces/quotas.d.ts.map +1 -0
  101. package/dist/commonjs/operationsInterfaces/quotas.js +10 -0
  102. package/dist/commonjs/operationsInterfaces/quotas.js.map +1 -0
  103. package/dist/commonjs/package.json +3 -0
  104. package/dist/commonjs/pagingHelper.d.ts +13 -0
  105. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  106. package/dist/commonjs/pagingHelper.js +36 -0
  107. package/dist/commonjs/pagingHelper.js.map +1 -0
  108. package/dist/esm/index.d.ts +5 -0
  109. package/dist/esm/index.d.ts.map +1 -0
  110. package/{src/index.ts → dist/esm/index.js} +5 -5
  111. package/dist/esm/index.js.map +1 -0
  112. package/dist/esm/loadTestClient.d.ts +22 -0
  113. package/dist/esm/loadTestClient.d.ts.map +1 -0
  114. package/dist/esm/loadTestClient.js +99 -0
  115. package/dist/esm/loadTestClient.js.map +1 -0
  116. package/dist/esm/lroImpl.d.ts +16 -0
  117. package/dist/esm/lroImpl.d.ts.map +1 -0
  118. package/dist/esm/lroImpl.js +25 -0
  119. package/dist/esm/lroImpl.js.map +1 -0
  120. package/dist/esm/models/index.d.ts +568 -0
  121. package/dist/esm/models/index.d.ts.map +1 -0
  122. package/dist/esm/models/index.js +68 -0
  123. package/dist/esm/models/index.js.map +1 -0
  124. package/dist/esm/models/mappers.d.ts +30 -0
  125. package/dist/esm/models/mappers.d.ts.map +1 -0
  126. package/dist/esm/models/mappers.js +800 -0
  127. package/dist/esm/models/mappers.js.map +1 -0
  128. package/dist/esm/models/parameters.d.ts +15 -0
  129. package/dist/esm/models/parameters.d.ts.map +1 -0
  130. package/dist/esm/models/parameters.js +136 -0
  131. package/dist/esm/models/parameters.js.map +1 -0
  132. package/dist/esm/operations/index.d.ts +4 -0
  133. package/dist/esm/operations/index.d.ts.map +1 -0
  134. package/dist/esm/operations/index.js +11 -0
  135. package/dist/esm/operations/index.js.map +1 -0
  136. package/dist/esm/operations/loadTests.d.ts +132 -0
  137. package/dist/esm/operations/loadTests.d.ts.map +1 -0
  138. package/dist/esm/operations/loadTests.js +652 -0
  139. package/dist/esm/operations/loadTests.js.map +1 -0
  140. package/dist/esm/operations/operations.d.ts +32 -0
  141. package/dist/esm/operations/operations.d.ts.map +1 -0
  142. package/dist/esm/operations/operations.js +133 -0
  143. package/dist/esm/operations/operations.js.map +1 -0
  144. package/dist/esm/operations/quotas.d.ts +50 -0
  145. package/dist/esm/operations/quotas.d.ts.map +1 -0
  146. package/dist/esm/operations/quotas.js +208 -0
  147. package/dist/esm/operations/quotas.js.map +1 -0
  148. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  149. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  150. package/dist/esm/operationsInterfaces/index.js +11 -0
  151. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  152. package/dist/esm/operationsInterfaces/loadTests.d.ts +78 -0
  153. package/dist/esm/operationsInterfaces/loadTests.d.ts.map +1 -0
  154. package/{src/operations/index.ts → dist/esm/operationsInterfaces/loadTests.js} +2 -4
  155. package/dist/esm/operationsInterfaces/loadTests.js.map +1 -0
  156. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  157. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  158. package/dist/esm/operationsInterfaces/operations.js +9 -0
  159. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  160. package/dist/esm/operationsInterfaces/quotas.d.ts +27 -0
  161. package/dist/esm/operationsInterfaces/quotas.d.ts.map +1 -0
  162. package/dist/esm/operationsInterfaces/quotas.js +9 -0
  163. package/dist/esm/operationsInterfaces/quotas.js.map +1 -0
  164. package/dist/esm/package.json +3 -0
  165. package/dist/esm/pagingHelper.d.ts +13 -0
  166. package/dist/esm/pagingHelper.d.ts.map +1 -0
  167. package/dist/esm/pagingHelper.js +32 -0
  168. package/dist/esm/pagingHelper.js.map +1 -0
  169. package/dist/react-native/index.d.ts +5 -0
  170. package/dist/react-native/index.d.ts.map +1 -0
  171. package/dist/react-native/index.js +13 -0
  172. package/dist/react-native/index.js.map +1 -0
  173. package/dist/react-native/loadTestClient.d.ts +22 -0
  174. package/dist/react-native/loadTestClient.d.ts.map +1 -0
  175. package/dist/react-native/loadTestClient.js +99 -0
  176. package/dist/react-native/loadTestClient.js.map +1 -0
  177. package/dist/react-native/lroImpl.d.ts +16 -0
  178. package/dist/react-native/lroImpl.d.ts.map +1 -0
  179. package/dist/react-native/lroImpl.js +25 -0
  180. package/dist/react-native/lroImpl.js.map +1 -0
  181. package/dist/react-native/models/index.d.ts +568 -0
  182. package/dist/react-native/models/index.d.ts.map +1 -0
  183. package/dist/react-native/models/index.js +68 -0
  184. package/dist/react-native/models/index.js.map +1 -0
  185. package/dist/react-native/models/mappers.d.ts +30 -0
  186. package/dist/react-native/models/mappers.d.ts.map +1 -0
  187. package/dist/react-native/models/mappers.js +800 -0
  188. package/dist/react-native/models/mappers.js.map +1 -0
  189. package/dist/react-native/models/parameters.d.ts +15 -0
  190. package/dist/react-native/models/parameters.d.ts.map +1 -0
  191. package/dist/react-native/models/parameters.js +136 -0
  192. package/dist/react-native/models/parameters.js.map +1 -0
  193. package/dist/react-native/operations/index.d.ts +4 -0
  194. package/dist/react-native/operations/index.d.ts.map +1 -0
  195. package/dist/react-native/operations/index.js +11 -0
  196. package/dist/react-native/operations/index.js.map +1 -0
  197. package/dist/react-native/operations/loadTests.d.ts +132 -0
  198. package/dist/react-native/operations/loadTests.d.ts.map +1 -0
  199. package/dist/react-native/operations/loadTests.js +652 -0
  200. package/dist/react-native/operations/loadTests.js.map +1 -0
  201. package/dist/react-native/operations/operations.d.ts +32 -0
  202. package/dist/react-native/operations/operations.d.ts.map +1 -0
  203. package/dist/react-native/operations/operations.js +133 -0
  204. package/dist/react-native/operations/operations.js.map +1 -0
  205. package/dist/react-native/operations/quotas.d.ts +50 -0
  206. package/dist/react-native/operations/quotas.d.ts.map +1 -0
  207. package/dist/react-native/operations/quotas.js +208 -0
  208. package/dist/react-native/operations/quotas.js.map +1 -0
  209. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  210. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  211. package/dist/react-native/operationsInterfaces/index.js +11 -0
  212. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  213. package/dist/react-native/operationsInterfaces/loadTests.d.ts +78 -0
  214. package/dist/react-native/operationsInterfaces/loadTests.d.ts.map +1 -0
  215. package/dist/react-native/operationsInterfaces/loadTests.js +9 -0
  216. package/dist/react-native/operationsInterfaces/loadTests.js.map +1 -0
  217. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  218. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  219. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  220. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  221. package/dist/react-native/operationsInterfaces/quotas.d.ts +27 -0
  222. package/dist/react-native/operationsInterfaces/quotas.d.ts.map +1 -0
  223. package/dist/react-native/operationsInterfaces/quotas.js +9 -0
  224. package/dist/react-native/operationsInterfaces/quotas.js.map +1 -0
  225. package/dist/react-native/package.json +3 -0
  226. package/dist/react-native/pagingHelper.d.ts +13 -0
  227. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  228. package/dist/react-native/pagingHelper.js +32 -0
  229. package/dist/react-native/pagingHelper.js.map +1 -0
  230. package/package.json +69 -40
  231. package/dist/index.js +0 -2213
  232. package/dist/index.js.map +0 -1
  233. package/dist/index.min.js +0 -1
  234. package/dist/index.min.js.map +0 -1
  235. package/dist-esm/samples-dev/loadTestsCreateOrUpdateSample.d.ts +0 -2
  236. package/dist-esm/samples-dev/loadTestsCreateOrUpdateSample.d.ts.map +0 -1
  237. package/dist-esm/samples-dev/loadTestsCreateOrUpdateSample.js +0 -47
  238. package/dist-esm/samples-dev/loadTestsCreateOrUpdateSample.js.map +0 -1
  239. package/dist-esm/samples-dev/loadTestsDeleteSample.d.ts +0 -2
  240. package/dist-esm/samples-dev/loadTestsDeleteSample.d.ts.map +0 -1
  241. package/dist-esm/samples-dev/loadTestsDeleteSample.js +0 -36
  242. package/dist-esm/samples-dev/loadTestsDeleteSample.js.map +0 -1
  243. package/dist-esm/samples-dev/loadTestsGetSample.d.ts +0 -2
  244. package/dist-esm/samples-dev/loadTestsGetSample.d.ts.map +0 -1
  245. package/dist-esm/samples-dev/loadTestsGetSample.js +0 -36
  246. package/dist-esm/samples-dev/loadTestsGetSample.js.map +0 -1
  247. package/dist-esm/samples-dev/loadTestsListByResourceGroupSample.d.ts +0 -2
  248. package/dist-esm/samples-dev/loadTestsListByResourceGroupSample.d.ts.map +0 -1
  249. package/dist-esm/samples-dev/loadTestsListByResourceGroupSample.js +0 -51
  250. package/dist-esm/samples-dev/loadTestsListByResourceGroupSample.js.map +0 -1
  251. package/dist-esm/samples-dev/loadTestsListBySubscriptionSample.d.ts +0 -2
  252. package/dist-esm/samples-dev/loadTestsListBySubscriptionSample.d.ts.map +0 -1
  253. package/dist-esm/samples-dev/loadTestsListBySubscriptionSample.js +0 -50
  254. package/dist-esm/samples-dev/loadTestsListBySubscriptionSample.js.map +0 -1
  255. package/dist-esm/samples-dev/loadTestsListOutboundNetworkDependenciesEndpointsSample.d.ts +0 -2
  256. package/dist-esm/samples-dev/loadTestsListOutboundNetworkDependenciesEndpointsSample.d.ts.map +0 -1
  257. package/dist-esm/samples-dev/loadTestsListOutboundNetworkDependenciesEndpointsSample.js +0 -52
  258. package/dist-esm/samples-dev/loadTestsListOutboundNetworkDependenciesEndpointsSample.js.map +0 -1
  259. package/dist-esm/samples-dev/loadTestsUpdateSample.d.ts +0 -2
  260. package/dist-esm/samples-dev/loadTestsUpdateSample.d.ts.map +0 -1
  261. package/dist-esm/samples-dev/loadTestsUpdateSample.js +0 -43
  262. package/dist-esm/samples-dev/loadTestsUpdateSample.js.map +0 -1
  263. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  264. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  265. package/dist-esm/samples-dev/operationsListSample.js +0 -50
  266. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  267. package/dist-esm/samples-dev/quotasCheckAvailabilitySample.d.ts +0 -2
  268. package/dist-esm/samples-dev/quotasCheckAvailabilitySample.d.ts.map +0 -1
  269. package/dist-esm/samples-dev/quotasCheckAvailabilitySample.js +0 -35
  270. package/dist-esm/samples-dev/quotasCheckAvailabilitySample.js.map +0 -1
  271. package/dist-esm/samples-dev/quotasGetSample.d.ts +0 -2
  272. package/dist-esm/samples-dev/quotasGetSample.d.ts.map +0 -1
  273. package/dist-esm/samples-dev/quotasGetSample.js +0 -36
  274. package/dist-esm/samples-dev/quotasGetSample.js.map +0 -1
  275. package/dist-esm/samples-dev/quotasListSample.d.ts +0 -2
  276. package/dist-esm/samples-dev/quotasListSample.d.ts.map +0 -1
  277. package/dist-esm/samples-dev/quotasListSample.js +0 -51
  278. package/dist-esm/samples-dev/quotasListSample.js.map +0 -1
  279. package/dist-esm/src/index.d.ts +0 -5
  280. package/dist-esm/src/index.js.map +0 -1
  281. package/dist-esm/src/loadTestClient.d.ts.map +0 -1
  282. package/dist-esm/src/loadTestClient.js.map +0 -1
  283. package/dist-esm/src/lroImpl.js +0 -29
  284. package/dist-esm/src/lroImpl.js.map +0 -1
  285. package/dist-esm/src/models/index.js.map +0 -1
  286. package/dist-esm/src/models/mappers.js.map +0 -1
  287. package/dist-esm/src/models/parameters.js.map +0 -1
  288. package/dist-esm/src/operations/index.d.ts +0 -4
  289. package/dist-esm/src/operations/index.js.map +0 -1
  290. package/dist-esm/src/operations/loadTests.d.ts.map +0 -1
  291. package/dist-esm/src/operations/loadTests.js.map +0 -1
  292. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  293. package/dist-esm/src/operations/operations.js.map +0 -1
  294. package/dist-esm/src/operations/quotas.d.ts.map +0 -1
  295. package/dist-esm/src/operations/quotas.js.map +0 -1
  296. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
  297. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  298. package/dist-esm/src/operationsInterfaces/loadTests.d.ts.map +0 -1
  299. package/dist-esm/src/operationsInterfaces/loadTests.js.map +0 -1
  300. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  301. package/dist-esm/src/operationsInterfaces/quotas.d.ts.map +0 -1
  302. package/dist-esm/src/operationsInterfaces/quotas.js.map +0 -1
  303. package/dist-esm/src/pagingHelper.js.map +0 -1
  304. package/dist-esm/test/loadtesting_quota_operations.spec.d.ts +0 -2
  305. package/dist-esm/test/loadtesting_quota_operations.spec.d.ts.map +0 -1
  306. package/dist-esm/test/loadtesting_quota_operations.spec.js +0 -121
  307. package/dist-esm/test/loadtesting_quota_operations.spec.js.map +0 -1
  308. package/dist-esm/test/loadtesting_resource_operations.spec.d.ts +0 -4
  309. package/dist-esm/test/loadtesting_resource_operations.spec.d.ts.map +0 -1
  310. package/dist-esm/test/loadtesting_resource_operations.spec.js +0 -121
  311. package/dist-esm/test/loadtesting_resource_operations.spec.js.map +0 -1
  312. package/src/loadTestClient.ts +0 -144
  313. package/src/lroImpl.ts +0 -34
  314. package/src/models/index.ts +0 -645
  315. package/src/models/mappers.ts +0 -855
  316. package/src/models/parameters.ts +0 -158
  317. package/src/operations/loadTests.ts +0 -884
  318. package/src/operations/operations.ts +0 -149
  319. package/src/operations/quotas.ts +0 -257
  320. package/src/operationsInterfaces/index.ts +0 -11
  321. package/src/operationsInterfaces/loadTests.ts +0 -152
  322. package/src/operationsInterfaces/operations.ts +0 -22
  323. package/src/operationsInterfaces/quotas.ts +0 -56
  324. package/src/pagingHelper.ts +0 -39
  325. package/tsconfig.json +0 -33
  326. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  327. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  328. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  329. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  330. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  331. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  332. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  333. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  334. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  335. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  336. /package/{dist-esm/src → dist/browser}/operationsInterfaces/loadTests.js +0 -0
  337. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  338. /package/{dist-esm/src → dist/browser}/operationsInterfaces/quotas.js +0 -0
  339. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  340. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  341. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  342. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
package/README.md CHANGED
@@ -48,28 +48,42 @@ Set the values of the client ID, tenant ID, and client secret of the AAD applica
48
48
 
49
49
  For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
50
50
 
51
- ```javascript
52
- const { LoadTestClient } = require("@azure/arm-loadtesting");
53
- const { DefaultAzureCredential } = require("@azure/identity");
54
- // For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details.
51
+ Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
52
+
53
+ ```ts snippet:ReadmeSampleCreateClient_Node
54
+ import { LoadTestClient } from "@azure/arm-loadtesting";
55
+ import { DefaultAzureCredential } from "@azure/identity";
55
56
 
56
57
  const subscriptionId = "00000000-0000-0000-0000-000000000000";
57
58
  const client = new LoadTestClient(new DefaultAzureCredential(), subscriptionId);
59
+ ```
60
+
61
+ For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
58
62
 
59
- // For client-side applications running in the browser, use this code instead:
60
- // const credential = new InteractiveBrowserCredential({
61
- // tenantId: "<YOUR_TENANT_ID>",
62
- // clientId: "<YOUR_CLIENT_ID>"
63
- // });
64
- // const client = new LoadTestClient(credential, subscriptionId);
63
+ ```ts snippet:ReadmeSampleCreateClient_Browser
64
+ import { InteractiveBrowserCredential } from "@azure/identity";
65
+ import { LoadTestClient } from "@azure/arm-loadtesting";
66
+
67
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
68
+ const credential = new InteractiveBrowserCredential({
69
+ tenantId: "<YOUR_TENANT_ID>",
70
+ clientId: "<YOUR_CLIENT_ID>",
71
+ });
72
+ const client = new LoadTestClient(credential, subscriptionId);
65
73
  ```
66
74
 
67
75
  ### Create an Azure Load Testing resource
68
76
 
69
77
  Create a new Azure Load Testing resource.
70
78
 
71
- ```javascript
72
- loadTestResourceCreatePayload = {
79
+ ```ts snippet:ReadmeSampleCreateLoadTestResource
80
+ import { LoadTestClient } from "@azure/arm-loadtesting";
81
+ import { DefaultAzureCredential } from "@azure/identity";
82
+
83
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
84
+ const client = new LoadTestClient(new DefaultAzureCredential(), subscriptionId);
85
+
86
+ const loadTestResourceCreatePayload = {
73
87
  location: "westus2",
74
88
  };
75
89
 
@@ -78,14 +92,18 @@ const resource = await client.loadTests.beginCreateOrUpdateAndWait(
78
92
  "sample-loadtesting-resource",
79
93
  loadTestResourceCreatePayload,
80
94
  );
81
-
82
- console.log(resource);
83
95
  ```
84
96
 
85
97
  Create a new Azure Load Testing resource with managed identity and customer managed key encryption.
86
98
 
87
- ```javascript
88
- loadTestResourceCreatePayload = {
99
+ ```ts snippet:ReadmeSampleCreateLoadTestResourceWithManagedIdentityAndCMKEncryption
100
+ import { LoadTestClient } from "@azure/arm-loadtesting";
101
+ import { DefaultAzureCredential } from "@azure/identity";
102
+
103
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
104
+ const client = new LoadTestClient(new DefaultAzureCredential(), subscriptionId);
105
+
106
+ const loadTestResourceCreatePayload = {
89
107
  location: "westus2",
90
108
  tags: { team: "testing" },
91
109
  identity: {
@@ -110,25 +128,33 @@ const resource = await client.loadTests.beginCreateOrUpdateAndWait(
110
128
  "sample-loadtesting-resource",
111
129
  loadTestResourceCreatePayload,
112
130
  );
113
-
114
- console.log(resource);
115
131
  ```
116
132
 
117
133
  ### Get an Azure Load Testing resource
118
134
 
119
- ```javascript
120
- let resourceName = "sample-loadtesting-resource";
121
- let resourceGroupName = "sample-rg";
135
+ ```ts snippet:ReadmeSampleGetLoadTestResource
136
+ import { LoadTestClient } from "@azure/arm-loadtesting";
137
+ import { DefaultAzureCredential } from "@azure/identity";
122
138
 
123
- const resource = await client.loadTests.get(resourceGroupName, resourceName);
139
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
140
+ const client = new LoadTestClient(new DefaultAzureCredential(), subscriptionId);
141
+
142
+ const resourceName = "sample-loadtesting-resource";
143
+ const resourceGroupName = "sample-rg";
124
144
 
125
- console.log(resource);
145
+ const resource = await client.loadTests.get(resourceGroupName, resourceName);
126
146
  ```
127
147
 
128
148
  ### Update an Azure Load Testing resource
129
149
 
130
- ```javascript
131
- loadTestResourcePatchPayload = {
150
+ ```ts snippet:ReadmeSampleUpdateLoadTestResource
151
+ import { LoadTestClient } from "@azure/arm-loadtesting";
152
+ import { DefaultAzureCredential } from "@azure/identity";
153
+
154
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
155
+ const client = new LoadTestClient(new DefaultAzureCredential(), subscriptionId);
156
+
157
+ const loadTestResourcePatchPayload = {
132
158
  tags: { team: "testing-dev" },
133
159
  identity: {
134
160
  type: "SystemAssigned, UserAssigned",
@@ -149,21 +175,24 @@ loadTestResourcePatchPayload = {
149
175
  keyUrl: "https://sample-kv.vault.azure.net/keys/cmkkey/2d1ccd5c50234ea2a0858fe148b69cde",
150
176
  },
151
177
  };
152
-
153
178
  const resource = await client.loadTests.beginUpdateAndWait(
154
179
  "sample-rg",
155
180
  "sample-loadtesting-resource",
156
181
  loadTestResourcePatchPayload,
157
182
  );
158
-
159
- console.log(resource);
160
183
  ```
161
184
 
162
185
  ### Delete an Azure Load Testing resource
163
186
 
164
- ```javascript
165
- let resourceName = "sample-loadtesting-resource";
166
- let resourceGroupName = "sample-rg";
187
+ ```ts snippet:ReadmeSampleDeleteLoadTestResource
188
+ import { LoadTestClient } from "@azure/arm-loadtesting";
189
+ import { DefaultAzureCredential } from "@azure/identity";
190
+
191
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
192
+ const client = new LoadTestClient(new DefaultAzureCredential(), subscriptionId);
193
+
194
+ const resourceName = "sample-loadtesting-resource";
195
+ const resourceGroupName = "sample-rg";
167
196
 
168
197
  const result = await client.loadTests.beginDeleteAndWait(resourceGroupName, resourceName);
169
198
  ```
@@ -184,8 +213,9 @@ To use this client library in the browser, first you need to use a bundler. For
184
213
 
185
214
  Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
186
215
 
187
- ```javascript
188
- const { setLogLevel } = require("@azure/logger");
216
+ ```ts snippet:SetLogLevel
217
+ import { setLogLevel } from "@azure/logger";
218
+
189
219
  setLogLevel("info");
190
220
  ```
191
221
 
@@ -203,8 +233,6 @@ If you'd like to contribute to this library, please read the [contributing guide
203
233
 
204
234
  - [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
205
235
 
206
-
207
-
208
236
  [azure_cli]: https://learn.microsoft.com/cli/azure
209
237
  [azure_sub]: https://azure.microsoft.com/free/
210
238
  [azure_sub]: https://azure.microsoft.com/free/
@@ -0,0 +1,5 @@
1
+ export { getContinuationToken } from "./pagingHelper.js";
2
+ export * from "./models/index.js";
3
+ export { LoadTestClient } from "./loadTestClient.js";
4
+ export * from "./operationsInterfaces/index.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,cAAc,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,cAAc,iCAAiC,CAAC"}
@@ -6,8 +6,8 @@
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
  /// <reference lib="esnext.asynciterable" />
9
- export { getContinuationToken } from "./pagingHelper";
10
- export * from "./models";
11
- export { LoadTestClient } from "./loadTestClient";
12
- export * from "./operationsInterfaces";
9
+ export { getContinuationToken } from "./pagingHelper.js";
10
+ export * from "./models/index.js";
11
+ export { LoadTestClient } from "./loadTestClient.js";
12
+ export * from "./operationsInterfaces/index.js";
13
13
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,cAAc,iCAAiC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { LoadTestClient } from \"./loadTestClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
@@ -1,7 +1,7 @@
1
1
  import * as coreClient from "@azure/core-client";
2
2
  import * as coreAuth from "@azure/core-auth";
3
- import { Operations, Quotas, LoadTests } from "./operationsInterfaces";
4
- import { LoadTestClientOptionalParams } from "./models";
3
+ import { Operations, Quotas, LoadTests } from "./operationsInterfaces/index.js";
4
+ import { LoadTestClientOptionalParams } from "./models/index.js";
5
5
  export declare class LoadTestClient extends coreClient.ServiceClient {
6
6
  $host: string;
7
7
  apiVersion: string;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loadTestClient.d.ts","sourceRoot":"","sources":["../../src/loadTestClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAE7C,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAChF,OAAO,EAAE,4BAA4B,EAAE,MAAM,mBAAmB,CAAC;AAEjE,qBAAa,cAAe,SAAQ,UAAU,CAAC,aAAa;IAC1D,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,4BAA4B;IA8ExC,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,UAAU,EAAE,UAAU,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,SAAS,CAAC;CACtB"}
@@ -5,10 +5,9 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import { __awaiter } from "tslib";
9
8
  import * as coreClient from "@azure/core-client";
10
9
  import * as coreRestPipeline from "@azure/core-rest-pipeline";
11
- import { OperationsImpl, QuotasImpl, LoadTestsImpl } from "./operations";
10
+ import { OperationsImpl, QuotasImpl, LoadTestsImpl } from "./operations/index.js";
12
11
  export class LoadTestClient extends coreClient.ServiceClient {
13
12
  /**
14
13
  * Initializes a new instance of the LoadTestClient class.
@@ -78,22 +77,20 @@ export class LoadTestClient extends coreClient.ServiceClient {
78
77
  }
79
78
  const apiVersionPolicy = {
80
79
  name: "CustomApiVersionPolicy",
81
- sendRequest(request, next) {
82
- return __awaiter(this, void 0, void 0, function* () {
83
- const param = request.url.split("?");
84
- if (param.length > 1) {
85
- const newParams = param[1].split("&").map((item) => {
86
- if (item.indexOf("api-version") > -1) {
87
- return "api-version=" + apiVersion;
88
- }
89
- else {
90
- return item;
91
- }
92
- });
93
- request.url = param[0] + "?" + newParams.join("&");
94
- }
95
- return next(request);
96
- });
80
+ async sendRequest(request, next) {
81
+ const param = request.url.split("?");
82
+ if (param.length > 1) {
83
+ const newParams = param[1].split("&").map((item) => {
84
+ if (item.indexOf("api-version") > -1) {
85
+ return "api-version=" + apiVersion;
86
+ }
87
+ else {
88
+ return item;
89
+ }
90
+ });
91
+ request.url = param[0] + "?" + newParams.join("&");
92
+ }
93
+ return next(request);
97
94
  }
98
95
  };
99
96
  this.pipeline.addPolicy(apiVersionPolicy);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loadTestClient.js","sourceRoot":"","sources":["../../src/loadTestClient.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport { OperationsImpl, QuotasImpl, LoadTestsImpl } from \"./operations/index.js\";\nimport { Operations, Quotas, LoadTests } from \"./operationsInterfaces/index.js\";\nimport { LoadTestClientOptionalParams } from \"./models/index.js\";\n\nexport class LoadTestClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the LoadTestClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The ID of the target subscription.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: LoadTestClientOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: LoadTestClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-loadtesting/1.0.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] = options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge\n }\n })\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2022-12-01\";\n this.operations = new OperationsImpl(this);\n this.quotas = new QuotasImpl(this);\n this.loadTests = new LoadTestsImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n }\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n operations: Operations;\n quotas: Quotas;\n loadTests: LoadTests;\n}\n"]}
@@ -0,0 +1,25 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __rest } from "tslib";
9
+ export class LroImpl {
10
+ constructor(sendOperationFn, args, spec, requestPath = spec.path, requestMethod = spec.httpMethod) {
11
+ this.sendOperationFn = sendOperationFn;
12
+ this.args = args;
13
+ this.spec = spec;
14
+ this.requestPath = requestPath;
15
+ this.requestMethod = requestMethod;
16
+ }
17
+ async sendInitialRequest() {
18
+ return this.sendOperationFn(this.args, this.spec);
19
+ }
20
+ async sendPollRequest(path) {
21
+ const _a = this.spec, { requestBody } = _a, restSpec = __rest(_a, ["requestBody"]);
22
+ return this.sendOperationFn(this.args, Object.assign(Object.assign({}, restSpec), { path, httpMethod: "GET" }));
23
+ }
24
+ }
25
+ //# sourceMappingURL=lroImpl.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAIH,MAAM,OAAO,OAAO;IAClB,YACU,eAAkE,EAClE,IAA6B,EAC7B,IAIe,EAChB,cAAsB,IAAI,CAAC,IAAK,EAChC,gBAAwB,IAAI,CAAC,UAAU;QARtC,oBAAe,GAAf,eAAe,CAAmD;QAClE,SAAI,GAAJ,IAAI,CAAyB;QAC7B,SAAI,GAAJ,IAAI,CAIW;QAChB,gBAAW,GAAX,WAAW,CAAqB;QAChC,kBAAa,GAAb,aAAa,CAA0B;IAC7C,CAAC;IACG,KAAK,CAAC,kBAAkB;QAC7B,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;IACpD,CAAC;IACM,KAAK,CAAC,eAAe,CAAC,IAAY;QACvC,MAAM,KAA+B,IAAI,CAAC,IAAI,EAAxC,EAAE,WAAW,OAA2B,EAAtB,QAAQ,cAA1B,eAA4B,CAAY,CAAC;QAC/C,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,kCAChC,QAAQ,KACX,IAAI,EACJ,UAAU,EAAE,KAAK,IACjB,CAAC;IACL,CAAC;CACF","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport class LroImpl<T> implements LongRunningOperation<T> {\n constructor(\n private sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>,\n private args: Record<string, unknown>,\n private spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>,\n public requestPath: string = spec.path!,\n public requestMethod: string = spec.httpMethod\n ) {}\n public async sendInitialRequest(): Promise<LroResponse<T>> {\n return this.sendOperationFn(this.args, this.spec);\n }\n public async sendPollRequest(path: string): Promise<LroResponse<T>> {\n const { requestBody, ...restSpec } = this.spec;\n return this.sendOperationFn(this.args, {\n ...restSpec,\n path,\n httpMethod: \"GET\"\n });\n }\n}\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA6XH,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,WAAW;IACX,4BAAa,CAAA;IACb,aAAa;IACb,gCAAiB,CAAA;IACjB,iBAAiB;IACjB,yCAA0B,CAAA;AAC5B,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB;AAaD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;AACvB,CAAC,EAHW,eAAe,KAAf,eAAe,QAG1B;AAWD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,gBAAgB;IAChB,6CAAuB,CAAA;IACvB,aAAa;IACb,uCAAiB,CAAA;IACjB,eAAe;IACf,2CAAqB,CAAA;IACrB,cAAc;IACd,yCAAmB,CAAA;AACrB,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,qBAAqB;IACrB,8CAAiC,CAAA;IACjC,mBAAmB;IACnB,0CAA6B,CAAA;AAC/B,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB;AAYD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BASX;AATD,WAAY,+BAA+B;IACzC,WAAW;IACX,gDAAa,CAAA;IACb,qBAAqB;IACrB,oEAAiC,CAAA;IACjC,mBAAmB;IACnB,gEAA6B,CAAA;IAC7B,iCAAiC;IACjC,6FAA0D,CAAA;AAC5D,CAAC,EATW,+BAA+B,KAA/B,+BAA+B,QAS1C","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** List of quota bucket objects. It contains a URL link to get the next set of results. */\nexport interface QuotaResourceList {\n /**\n * List of quota bucket objects provided by the loadtestservice.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: QuotaResource[];\n /**\n * URL to get the next set of quota bucket objects results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Dimensions for new quota request. */\nexport interface QuotaBucketRequestPropertiesDimensions {\n /** Subscription Id dimension for new quota request of the quota bucket. */\n subscriptionId?: string;\n /** Location dimension for new quota request of the quota bucket. */\n location?: string;\n}\n\n/** List of resources page result. */\nexport interface LoadTestResourcePageList {\n /** List of resources in current page. */\n value?: LoadTestResource[];\n /** Link to next page of resources. */\n nextLink?: string;\n}\n\n/** Key and identity details for Customer Managed Key encryption of load test resource */\nexport interface EncryptionProperties {\n /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */\n identity?: EncryptionPropertiesIdentity;\n /** key encryption key Url, versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek. */\n keyUrl?: string;\n}\n\n/** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */\nexport interface EncryptionPropertiesIdentity {\n /** Managed identity type to use for accessing encryption key Url */\n type?: Type;\n /** user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId */\n resourceId?: string;\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /**\n * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\n type: ManagedServiceIdentityType;\n /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */\n userAssignedIdentities?: {\n [propertyName: string]: UserAssignedIdentity | null;\n };\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /**\n * The principal ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** LoadTest resource patch request body. */\nexport interface LoadTestResourcePatchRequestBody {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The type of identity used for the resource. */\n identity?: ManagedServiceIdentity;\n /** Description of the resource. */\n description?: string;\n /** CMK Encryption property. */\n encryption?: EncryptionProperties;\n}\n\n/** Values returned by the List operation. */\nexport interface OutboundEnvironmentEndpointCollection {\n /**\n * The collection of outbound network dependency endpoints returned by the listing operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: OutboundEnvironmentEndpoint[];\n /** The continuation token. */\n nextLink?: string;\n}\n\n/** A collection of related endpoints from the same service for which the Batch service requires outbound access. */\nexport interface OutboundEnvironmentEndpoint {\n /**\n * The type of service that Azure Load Testing connects to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly category?: string;\n /**\n * The endpoints for this service to which the Batch service makes outbound calls.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpoints?: EndpointDependency[];\n}\n\n/** A domain name and connection details used to access a dependency. */\nexport interface EndpointDependency {\n /**\n * The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainName?: string;\n /**\n * Human-readable supplemental information about the dependency and when it is applicable.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * The list of connection details for this endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpointDetails?: EndpointDetail[];\n}\n\n/** Details about the connection between the Batch service and the endpoint. */\nexport interface EndpointDetail {\n /**\n * The port an endpoint is connected to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly port?: number;\n}\n\n/** Quota bucket details object. */\nexport interface QuotaResource extends Resource {\n /** Current quota limit of the quota bucket. */\n limit?: number;\n /** Current quota usage of the quota bucket. */\n usage?: number;\n /**\n * Resource provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ResourceState;\n}\n\n/** Request object of new quota for a quota bucket. */\nexport interface QuotaBucketRequest extends Resource {\n /** Current quota usage of the quota bucket. */\n currentUsage?: number;\n /** Current quota limit of the quota bucket. */\n currentQuota?: number;\n /** New quota limit of the quota bucket. */\n newQuota?: number;\n /** Dimensions for new quota request. */\n dimensions?: QuotaBucketRequestPropertiesDimensions;\n}\n\n/** Check quota availability response object. */\nexport interface CheckQuotaAvailabilityResponse extends Resource {\n /** True/False indicating whether the quota request be granted based on availability. */\n isAvailable?: boolean;\n /** Message indicating additional details to add to quota support request. */\n availabilityStatus?: string;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** LoadTest details */\nexport interface LoadTestResource extends TrackedResource {\n /** The type of identity used for the resource. */\n identity?: ManagedServiceIdentity;\n /** Description of the resource. */\n description?: string;\n /**\n * Resource provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ResourceState;\n /**\n * Resource data plane URI.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataPlaneURI?: string;\n /** CMK Encryption property. */\n encryption?: EncryptionProperties;\n}\n\n/** Defines headers for LoadTests_createOrUpdate operation. */\nexport interface LoadTestsCreateOrUpdateHeaders {\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for LoadTests_update operation. */\nexport interface LoadTestsUpdateHeaders {\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for LoadTests_delete operation. */\nexport interface LoadTestsDeleteHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\"\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\"\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link ResourceState} that the service accepts. */\nexport enum KnownResourceState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleted */\n Deleted = \"Deleted\"\n}\n\n/**\n * Defines values for ResourceState. \\\n * {@link KnownResourceState} can be used interchangeably with ResourceState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Deleted**\n */\nexport type ResourceState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link Type} that the service accepts. */\nexport enum KnownType {\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\"\n}\n\n/**\n * Defines values for Type. \\\n * {@link KnownType} can be used interchangeably with Type,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssigned** \\\n * **UserAssigned**\n */\nexport type Type = string;\n\n/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */\nexport enum KnownManagedServiceIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\"\n}\n\n/**\n * Defines values for ManagedServiceIdentityType. \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned,UserAssigned**\n */\nexport type ManagedServiceIdentityType = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface QuotasListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type QuotasListResponse = QuotaResourceList;\n\n/** Optional parameters. */\nexport interface QuotasGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type QuotasGetResponse = QuotaResource;\n\n/** Optional parameters. */\nexport interface QuotasCheckAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkAvailability operation. */\nexport type QuotasCheckAvailabilityResponse = CheckQuotaAvailabilityResponse;\n\n/** Optional parameters. */\nexport interface QuotasListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type QuotasListNextResponse = QuotaResourceList;\n\n/** Optional parameters. */\nexport interface LoadTestsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type LoadTestsListBySubscriptionResponse = LoadTestResourcePageList;\n\n/** Optional parameters. */\nexport interface LoadTestsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type LoadTestsListByResourceGroupResponse = LoadTestResourcePageList;\n\n/** Optional parameters. */\nexport interface LoadTestsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type LoadTestsGetResponse = LoadTestResource;\n\n/** Optional parameters. */\nexport interface LoadTestsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type LoadTestsCreateOrUpdateResponse = LoadTestResource;\n\n/** Optional parameters. */\nexport interface LoadTestsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type LoadTestsUpdateResponse = LoadTestResource;\n\n/** Optional parameters. */\nexport interface LoadTestsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface LoadTestsListOutboundNetworkDependenciesEndpointsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOutboundNetworkDependenciesEndpoints operation. */\nexport type LoadTestsListOutboundNetworkDependenciesEndpointsResponse = OutboundEnvironmentEndpointCollection;\n\n/** Optional parameters. */\nexport interface LoadTestsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type LoadTestsListBySubscriptionNextResponse = LoadTestResourcePageList;\n\n/** Optional parameters. */\nexport interface LoadTestsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type LoadTestsListByResourceGroupNextResponse = LoadTestResourcePageList;\n\n/** Optional parameters. */\nexport interface LoadTestsListOutboundNetworkDependenciesEndpointsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOutboundNetworkDependenciesEndpointsNext operation. */\nexport type LoadTestsListOutboundNetworkDependenciesEndpointsNextResponse = OutboundEnvironmentEndpointCollection;\n\n/** Optional parameters. */\nexport interface LoadTestClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n actionType: {\n serializedName: \"actionType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const QuotaResourceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaResourceList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"QuotaResource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const QuotaBucketRequestPropertiesDimensions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaBucketRequestPropertiesDimensions\",\n modelProperties: {\n subscriptionId: {\n constraints: {\n MinLength: 1\n },\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n },\n location: {\n constraints: {\n MinLength: 1\n },\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LoadTestResourcePageList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadTestResourcePageList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LoadTestResource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EncryptionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EncryptionProperties\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"EncryptionPropertiesIdentity\"\n }\n },\n keyUrl: {\n serializedName: \"keyUrl\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EncryptionPropertiesIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EncryptionPropertiesIdentity\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n resourceId: {\n serializedName: \"resourceId\",\n nullable: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedServiceIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserAssignedIdentity\" }\n }\n }\n }\n }\n }\n};\n\nexport const UserAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n }\n }\n }\n};\n\nexport const LoadTestResourcePatchRequestBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadTestResourcePatchRequestBody\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n nullable: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\"\n }\n },\n description: {\n constraints: {\n MaxLength: 512\n },\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n encryption: {\n serializedName: \"properties.encryption\",\n type: {\n name: \"Composite\",\n className: \"EncryptionProperties\"\n }\n }\n }\n }\n};\n\nexport const OutboundEnvironmentEndpointCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OutboundEnvironmentEndpointCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OutboundEnvironmentEndpoint\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OutboundEnvironmentEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OutboundEnvironmentEndpoint\",\n modelProperties: {\n category: {\n serializedName: \"category\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n endpoints: {\n serializedName: \"endpoints\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EndpointDependency\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EndpointDependency: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointDependency\",\n modelProperties: {\n domainName: {\n serializedName: \"domainName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n endpointDetails: {\n serializedName: \"endpointDetails\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EndpointDetail\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EndpointDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointDetail\",\n modelProperties: {\n port: {\n serializedName: \"port\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const QuotaResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n limit: {\n constraints: {\n InclusiveMinimum: 0\n },\n serializedName: \"properties.limit\",\n type: {\n name: \"Number\"\n }\n },\n usage: {\n constraints: {\n InclusiveMinimum: 0\n },\n serializedName: \"properties.usage\",\n type: {\n name: \"Number\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const QuotaBucketRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaBucketRequest\",\n modelProperties: {\n ...Resource.type.modelProperties,\n currentUsage: {\n constraints: {\n InclusiveMinimum: 0\n },\n serializedName: \"properties.currentUsage\",\n type: {\n name: \"Number\"\n }\n },\n currentQuota: {\n constraints: {\n InclusiveMinimum: 0\n },\n serializedName: \"properties.currentQuota\",\n type: {\n name: \"Number\"\n }\n },\n newQuota: {\n constraints: {\n InclusiveMinimum: 0\n },\n serializedName: \"properties.newQuota\",\n type: {\n name: \"Number\"\n }\n },\n dimensions: {\n serializedName: \"properties.dimensions\",\n type: {\n name: \"Composite\",\n className: \"QuotaBucketRequestPropertiesDimensions\"\n }\n }\n }\n }\n};\n\nexport const CheckQuotaAvailabilityResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckQuotaAvailabilityResponse\",\n modelProperties: {\n ...Resource.type.modelProperties,\n isAvailable: {\n serializedName: \"properties.isAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n availabilityStatus: {\n serializedName: \"properties.availabilityStatus\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LoadTestResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadTestResource\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\"\n }\n },\n description: {\n constraints: {\n MaxLength: 512\n },\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n dataPlaneURI: {\n constraints: {\n MaxLength: 2083\n },\n serializedName: \"properties.dataPlaneURI\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n encryption: {\n serializedName: \"properties.encryption\",\n type: {\n name: \"Composite\",\n className: \"EncryptionProperties\"\n }\n }\n }\n }\n};\n\nexport const LoadTestsCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadTestsCreateOrUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LoadTestsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadTestsUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LoadTestsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadTestsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n"]}
@@ -5,7 +5,7 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import { QuotaBucketRequest as QuotaBucketRequestMapper, LoadTestResource as LoadTestResourceMapper, LoadTestResourcePatchRequestBody as LoadTestResourcePatchRequestBodyMapper } from "../models/mappers";
8
+ import { QuotaBucketRequest as QuotaBucketRequestMapper, LoadTestResource as LoadTestResourceMapper, LoadTestResourcePatchRequestBody as LoadTestResourcePatchRequestBodyMapper } from "../models/mappers.js";
9
9
  export const accept = {
10
10
  parameterPath: "accept",
11
11
  mapper: {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n QuotaBucketRequest as QuotaBucketRequestMapper,\n LoadTestResource as LoadTestResourceMapper,\n LoadTestResourcePatchRequestBody as LoadTestResourcePatchRequestBodyMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-12-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n MinLength: 1\n },\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const location: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n constraints: {\n MinLength: 1\n },\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const quotaBucketName: OperationURLParameter = {\n parameterPath: \"quotaBucketName\",\n mapper: {\n serializedName: \"quotaBucketName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const quotaBucketRequest: OperationParameter = {\n parameterPath: \"quotaBucketRequest\",\n mapper: QuotaBucketRequestMapper\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const loadTestName: OperationURLParameter = {\n parameterPath: \"loadTestName\",\n mapper: {\n serializedName: \"loadTestName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const loadTestResource: OperationParameter = {\n parameterPath: \"loadTestResource\",\n mapper: LoadTestResourceMapper\n};\n\nexport const loadTestResourcePatchRequestBody: OperationParameter = {\n parameterPath: \"loadTestResourcePatchRequestBody\",\n mapper: LoadTestResourcePatchRequestBodyMapper\n};\n"]}
@@ -0,0 +1,4 @@
1
+ export * from "./operations.js";
2
+ export * from "./quotas.js";
3
+ export * from "./loadTests.js";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC"}
@@ -5,7 +5,7 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- export * from "./operations";
9
- export * from "./quotas";
10
- export * from "./loadTests";
8
+ export * from "./operations.js";
9
+ export * from "./quotas.js";
10
+ export * from "./loadTests.js";
11
11
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./operations.js\";\nexport * from \"./quotas.js\";\nexport * from \"./loadTests.js\";\n"]}
@@ -1,8 +1,8 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { LoadTests } from "../operationsInterfaces";
3
- import { LoadTestClient } from "../loadTestClient";
2
+ import { LoadTests } from "../operationsInterfaces/index.js";
3
+ import { LoadTestClient } from "../loadTestClient.js";
4
4
  import { PollerLike, PollOperationState } from "@azure/core-lro";
5
- import { LoadTestResource, LoadTestsListBySubscriptionOptionalParams, LoadTestsListByResourceGroupOptionalParams, OutboundEnvironmentEndpoint, LoadTestsListOutboundNetworkDependenciesEndpointsOptionalParams, LoadTestsGetOptionalParams, LoadTestsGetResponse, LoadTestsCreateOrUpdateOptionalParams, LoadTestsCreateOrUpdateResponse, LoadTestResourcePatchRequestBody, LoadTestsUpdateOptionalParams, LoadTestsUpdateResponse, LoadTestsDeleteOptionalParams } from "../models";
5
+ import { LoadTestResource, LoadTestsListBySubscriptionOptionalParams, LoadTestsListByResourceGroupOptionalParams, OutboundEnvironmentEndpoint, LoadTestsListOutboundNetworkDependenciesEndpointsOptionalParams, LoadTestsGetOptionalParams, LoadTestsGetResponse, LoadTestsCreateOrUpdateOptionalParams, LoadTestsCreateOrUpdateResponse, LoadTestResourcePatchRequestBody, LoadTestsUpdateOptionalParams, LoadTestsUpdateResponse, LoadTestsDeleteOptionalParams } from "../models/index.js";
6
6
  /** Class containing LoadTests operations. */
7
7
  export declare class LoadTestsImpl implements LoadTests {
8
8
  private readonly client;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loadTests.d.ts","sourceRoot":"","sources":["../../../src/operations/loadTests.ts"],"names":[],"mappings":"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"}