@azure/arm-powerbidedicated 4.0.2-alpha.20250218.1 → 4.0.2-alpha.20250219.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 (363) hide show
  1. package/README.md +21 -12
  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/browser/lroImpl.js +25 -0
  7. package/dist/browser/lroImpl.js.map +1 -0
  8. package/dist/browser/models/index.js.map +1 -0
  9. package/dist/browser/models/mappers.js.map +1 -0
  10. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  11. package/dist/browser/models/parameters.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/operations/autoScaleVCores.d.ts +3 -3
  13. package/dist/browser/operations/autoScaleVCores.d.ts.map +1 -0
  14. package/{dist-esm/src → dist/browser}/operations/autoScaleVCores.js +2 -2
  15. package/dist/browser/operations/autoScaleVCores.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/operations/capacities.d.ts +3 -3
  17. package/dist/browser/operations/capacities.d.ts.map +1 -0
  18. package/{dist-esm/src → dist/browser}/operations/capacities.js +169 -189
  19. package/dist/browser/operations/capacities.js.map +1 -0
  20. package/dist/browser/operations/index.d.ts +4 -0
  21. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  22. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +3 -3
  23. package/dist/browser/operations/index.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}/operationsInterfaces/autoScaleVCores.d.ts +1 -1
  29. package/dist/browser/operationsInterfaces/autoScaleVCores.d.ts.map +1 -0
  30. package/dist/browser/operationsInterfaces/autoScaleVCores.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operationsInterfaces/capacities.d.ts +1 -1
  32. package/dist/browser/operationsInterfaces/capacities.d.ts.map +1 -0
  33. package/dist/browser/operationsInterfaces/capacities.js.map +1 -0
  34. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  35. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  36. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +3 -3
  37. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  39. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  40. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  41. package/dist/browser/package.json +3 -0
  42. package/dist/browser/pagingHelper.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/powerBIDedicated.d.ts +2 -2
  44. package/dist/browser/powerBIDedicated.d.ts.map +1 -0
  45. package/{dist-esm/src → dist/browser}/powerBIDedicated.js +15 -18
  46. package/dist/browser/powerBIDedicated.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/lroImpl.d.ts +16 -0
  52. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  53. package/dist/commonjs/lroImpl.js +29 -0
  54. package/dist/commonjs/lroImpl.js.map +1 -0
  55. package/dist/commonjs/models/index.d.ts +541 -0
  56. package/dist/commonjs/models/index.d.ts.map +1 -0
  57. package/dist/commonjs/models/index.js +109 -0
  58. package/dist/commonjs/models/index.js.map +1 -0
  59. package/dist/commonjs/models/mappers.d.ts +27 -0
  60. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  61. package/dist/commonjs/models/mappers.js +635 -0
  62. package/dist/commonjs/models/mappers.js.map +1 -0
  63. package/dist/commonjs/models/parameters.d.ts +17 -0
  64. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  65. package/dist/commonjs/models/parameters.js +152 -0
  66. package/dist/commonjs/models/parameters.js.map +1 -0
  67. package/dist/commonjs/operations/autoScaleVCores.d.ts +81 -0
  68. package/dist/commonjs/operations/autoScaleVCores.d.ts.map +1 -0
  69. package/dist/commonjs/operations/autoScaleVCores.js +313 -0
  70. package/dist/commonjs/operations/autoScaleVCores.js.map +1 -0
  71. package/dist/commonjs/operations/capacities.d.ts +169 -0
  72. package/dist/commonjs/operations/capacities.d.ts.map +1 -0
  73. package/dist/commonjs/operations/capacities.js +695 -0
  74. package/dist/commonjs/operations/capacities.js.map +1 -0
  75. package/dist/commonjs/operations/index.d.ts +4 -0
  76. package/dist/commonjs/operations/index.d.ts.map +1 -0
  77. package/dist/commonjs/operations/index.js +14 -0
  78. package/dist/commonjs/operations/index.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/operationsInterfaces/autoScaleVCores.d.ts +57 -0
  84. package/dist/commonjs/operationsInterfaces/autoScaleVCores.d.ts.map +1 -0
  85. package/dist/commonjs/operationsInterfaces/autoScaleVCores.js +10 -0
  86. package/dist/commonjs/operationsInterfaces/autoScaleVCores.js.map +1 -0
  87. package/dist/commonjs/operationsInterfaces/capacities.d.ts +145 -0
  88. package/dist/commonjs/operationsInterfaces/capacities.d.ts.map +1 -0
  89. package/dist/commonjs/operationsInterfaces/capacities.js +10 -0
  90. package/dist/commonjs/operationsInterfaces/capacities.js.map +1 -0
  91. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  92. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  93. package/dist/commonjs/operationsInterfaces/index.js +14 -0
  94. package/dist/commonjs/operationsInterfaces/index.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/package.json +3 -0
  100. package/dist/commonjs/pagingHelper.d.ts +13 -0
  101. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  102. package/dist/commonjs/pagingHelper.js +36 -0
  103. package/dist/commonjs/pagingHelper.js.map +1 -0
  104. package/dist/commonjs/powerBIDedicated.d.ts +23 -0
  105. package/dist/commonjs/powerBIDedicated.d.ts.map +1 -0
  106. package/dist/commonjs/powerBIDedicated.js +105 -0
  107. package/dist/commonjs/powerBIDedicated.js.map +1 -0
  108. package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
  109. package/dist/esm/index.d.ts +5 -0
  110. package/dist/esm/index.d.ts.map +1 -0
  111. package/{src/index.ts → dist/esm/index.js} +5 -5
  112. package/dist/esm/index.js.map +1 -0
  113. package/dist/esm/lroImpl.d.ts +16 -0
  114. package/dist/esm/lroImpl.d.ts.map +1 -0
  115. package/dist/esm/lroImpl.js +25 -0
  116. package/dist/esm/lroImpl.js.map +1 -0
  117. package/dist/esm/models/index.d.ts +541 -0
  118. package/dist/esm/models/index.d.ts.map +1 -0
  119. package/dist/esm/models/index.js +106 -0
  120. package/dist/esm/models/index.js.map +1 -0
  121. package/dist/esm/models/mappers.d.ts +27 -0
  122. package/dist/esm/models/mappers.d.ts.map +1 -0
  123. package/dist/esm/models/mappers.js +632 -0
  124. package/dist/esm/models/mappers.js.map +1 -0
  125. package/dist/esm/models/parameters.d.ts +17 -0
  126. package/dist/esm/models/parameters.d.ts.map +1 -0
  127. package/dist/esm/models/parameters.js +149 -0
  128. package/dist/esm/models/parameters.js.map +1 -0
  129. package/dist/esm/operations/autoScaleVCores.d.ts +81 -0
  130. package/dist/esm/operations/autoScaleVCores.d.ts.map +1 -0
  131. package/dist/esm/operations/autoScaleVCores.js +309 -0
  132. package/dist/esm/operations/autoScaleVCores.js.map +1 -0
  133. package/dist/esm/operations/capacities.d.ts +169 -0
  134. package/dist/esm/operations/capacities.d.ts.map +1 -0
  135. package/dist/esm/operations/capacities.js +691 -0
  136. package/dist/esm/operations/capacities.js.map +1 -0
  137. package/dist/esm/operations/index.d.ts +4 -0
  138. package/dist/esm/operations/index.d.ts.map +1 -0
  139. package/dist/esm/operations/index.js +11 -0
  140. package/dist/esm/operations/index.js.map +1 -0
  141. package/dist/esm/operations/operations.d.ts +32 -0
  142. package/dist/esm/operations/operations.d.ts.map +1 -0
  143. package/dist/esm/operations/operations.js +133 -0
  144. package/dist/esm/operations/operations.js.map +1 -0
  145. package/dist/esm/operationsInterfaces/autoScaleVCores.d.ts +57 -0
  146. package/dist/esm/operationsInterfaces/autoScaleVCores.d.ts.map +1 -0
  147. package/{src/operations/index.ts → dist/esm/operationsInterfaces/autoScaleVCores.js} +2 -4
  148. package/dist/esm/operationsInterfaces/autoScaleVCores.js.map +1 -0
  149. package/dist/esm/operationsInterfaces/capacities.d.ts +145 -0
  150. package/dist/esm/operationsInterfaces/capacities.d.ts.map +1 -0
  151. package/dist/esm/operationsInterfaces/capacities.js +9 -0
  152. package/dist/esm/operationsInterfaces/capacities.js.map +1 -0
  153. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  154. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  155. package/dist/esm/operationsInterfaces/index.js +11 -0
  156. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  157. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  158. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  159. package/dist/esm/operationsInterfaces/operations.js +9 -0
  160. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  161. package/dist/esm/package.json +3 -0
  162. package/dist/esm/pagingHelper.d.ts +13 -0
  163. package/dist/esm/pagingHelper.d.ts.map +1 -0
  164. package/dist/esm/pagingHelper.js +32 -0
  165. package/dist/esm/pagingHelper.js.map +1 -0
  166. package/dist/esm/powerBIDedicated.d.ts +23 -0
  167. package/dist/esm/powerBIDedicated.d.ts.map +1 -0
  168. package/dist/esm/powerBIDedicated.js +100 -0
  169. package/dist/esm/powerBIDedicated.js.map +1 -0
  170. package/dist/react-native/index.d.ts +5 -0
  171. package/dist/react-native/index.d.ts.map +1 -0
  172. package/dist/react-native/index.js +13 -0
  173. package/dist/react-native/index.js.map +1 -0
  174. package/dist/react-native/lroImpl.d.ts +16 -0
  175. package/dist/react-native/lroImpl.d.ts.map +1 -0
  176. package/dist/react-native/lroImpl.js +25 -0
  177. package/dist/react-native/lroImpl.js.map +1 -0
  178. package/dist/react-native/models/index.d.ts +541 -0
  179. package/dist/react-native/models/index.d.ts.map +1 -0
  180. package/dist/react-native/models/index.js +106 -0
  181. package/dist/react-native/models/index.js.map +1 -0
  182. package/dist/react-native/models/mappers.d.ts +27 -0
  183. package/dist/react-native/models/mappers.d.ts.map +1 -0
  184. package/dist/react-native/models/mappers.js +632 -0
  185. package/dist/react-native/models/mappers.js.map +1 -0
  186. package/dist/react-native/models/parameters.d.ts +17 -0
  187. package/dist/react-native/models/parameters.d.ts.map +1 -0
  188. package/dist/react-native/models/parameters.js +149 -0
  189. package/dist/react-native/models/parameters.js.map +1 -0
  190. package/dist/react-native/operations/autoScaleVCores.d.ts +81 -0
  191. package/dist/react-native/operations/autoScaleVCores.d.ts.map +1 -0
  192. package/dist/react-native/operations/autoScaleVCores.js +309 -0
  193. package/dist/react-native/operations/autoScaleVCores.js.map +1 -0
  194. package/dist/react-native/operations/capacities.d.ts +169 -0
  195. package/dist/react-native/operations/capacities.d.ts.map +1 -0
  196. package/dist/react-native/operations/capacities.js +691 -0
  197. package/dist/react-native/operations/capacities.js.map +1 -0
  198. package/dist/react-native/operations/index.d.ts +4 -0
  199. package/dist/react-native/operations/index.d.ts.map +1 -0
  200. package/dist/react-native/operations/index.js +11 -0
  201. package/dist/react-native/operations/index.js.map +1 -0
  202. package/dist/react-native/operations/operations.d.ts +32 -0
  203. package/dist/react-native/operations/operations.d.ts.map +1 -0
  204. package/dist/react-native/operations/operations.js +133 -0
  205. package/dist/react-native/operations/operations.js.map +1 -0
  206. package/dist/react-native/operationsInterfaces/autoScaleVCores.d.ts +57 -0
  207. package/dist/react-native/operationsInterfaces/autoScaleVCores.d.ts.map +1 -0
  208. package/dist/react-native/operationsInterfaces/autoScaleVCores.js +9 -0
  209. package/dist/react-native/operationsInterfaces/autoScaleVCores.js.map +1 -0
  210. package/dist/react-native/operationsInterfaces/capacities.d.ts +145 -0
  211. package/dist/react-native/operationsInterfaces/capacities.d.ts.map +1 -0
  212. package/dist/react-native/operationsInterfaces/capacities.js +9 -0
  213. package/dist/react-native/operationsInterfaces/capacities.js.map +1 -0
  214. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  215. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  216. package/dist/react-native/operationsInterfaces/index.js +11 -0
  217. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  218. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  219. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  220. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  221. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  222. package/dist/react-native/package.json +3 -0
  223. package/dist/react-native/pagingHelper.d.ts +13 -0
  224. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  225. package/dist/react-native/pagingHelper.js +32 -0
  226. package/dist/react-native/pagingHelper.js.map +1 -0
  227. package/dist/react-native/powerBIDedicated.d.ts +23 -0
  228. package/dist/react-native/powerBIDedicated.d.ts.map +1 -0
  229. package/dist/react-native/powerBIDedicated.js +100 -0
  230. package/dist/react-native/powerBIDedicated.js.map +1 -0
  231. package/package.json +70 -41
  232. package/dist/index.js +0 -2244
  233. package/dist/index.js.map +0 -1
  234. package/dist/index.min.js +0 -1
  235. package/dist/index.min.js.map +0 -1
  236. package/dist-esm/samples-dev/autoScaleVCoresCreateSample.d.ts +0 -2
  237. package/dist-esm/samples-dev/autoScaleVCoresCreateSample.d.ts.map +0 -1
  238. package/dist-esm/samples-dev/autoScaleVCoresCreateSample.js +0 -36
  239. package/dist-esm/samples-dev/autoScaleVCoresCreateSample.js.map +0 -1
  240. package/dist-esm/samples-dev/autoScaleVCoresDeleteSample.d.ts +0 -2
  241. package/dist-esm/samples-dev/autoScaleVCoresDeleteSample.d.ts.map +0 -1
  242. package/dist-esm/samples-dev/autoScaleVCoresDeleteSample.js +0 -36
  243. package/dist-esm/samples-dev/autoScaleVCoresDeleteSample.js.map +0 -1
  244. package/dist-esm/samples-dev/autoScaleVCoresGetSample.d.ts +0 -2
  245. package/dist-esm/samples-dev/autoScaleVCoresGetSample.d.ts.map +0 -1
  246. package/dist-esm/samples-dev/autoScaleVCoresGetSample.js +0 -36
  247. package/dist-esm/samples-dev/autoScaleVCoresGetSample.js.map +0 -1
  248. package/dist-esm/samples-dev/autoScaleVCoresListByResourceGroupSample.d.ts +0 -2
  249. package/dist-esm/samples-dev/autoScaleVCoresListByResourceGroupSample.d.ts.map +0 -1
  250. package/dist-esm/samples-dev/autoScaleVCoresListByResourceGroupSample.js +0 -51
  251. package/dist-esm/samples-dev/autoScaleVCoresListByResourceGroupSample.js.map +0 -1
  252. package/dist-esm/samples-dev/autoScaleVCoresListBySubscriptionSample.d.ts +0 -2
  253. package/dist-esm/samples-dev/autoScaleVCoresListBySubscriptionSample.d.ts.map +0 -1
  254. package/dist-esm/samples-dev/autoScaleVCoresListBySubscriptionSample.js +0 -50
  255. package/dist-esm/samples-dev/autoScaleVCoresListBySubscriptionSample.js.map +0 -1
  256. package/dist-esm/samples-dev/autoScaleVCoresUpdateSample.d.ts +0 -2
  257. package/dist-esm/samples-dev/autoScaleVCoresUpdateSample.d.ts.map +0 -1
  258. package/dist-esm/samples-dev/autoScaleVCoresUpdateSample.js +0 -34
  259. package/dist-esm/samples-dev/autoScaleVCoresUpdateSample.js.map +0 -1
  260. package/dist-esm/samples-dev/capacitiesCheckNameAvailabilitySample.d.ts +0 -2
  261. package/dist-esm/samples-dev/capacitiesCheckNameAvailabilitySample.d.ts.map +0 -1
  262. package/dist-esm/samples-dev/capacitiesCheckNameAvailabilitySample.js +0 -32
  263. package/dist-esm/samples-dev/capacitiesCheckNameAvailabilitySample.js.map +0 -1
  264. package/dist-esm/samples-dev/capacitiesCreateSample.d.ts +0 -2
  265. package/dist-esm/samples-dev/capacitiesCreateSample.d.ts.map +0 -1
  266. package/dist-esm/samples-dev/capacitiesCreateSample.js +0 -37
  267. package/dist-esm/samples-dev/capacitiesCreateSample.js.map +0 -1
  268. package/dist-esm/samples-dev/capacitiesDeleteSample.d.ts +0 -2
  269. package/dist-esm/samples-dev/capacitiesDeleteSample.d.ts.map +0 -1
  270. package/dist-esm/samples-dev/capacitiesDeleteSample.js +0 -36
  271. package/dist-esm/samples-dev/capacitiesDeleteSample.js.map +0 -1
  272. package/dist-esm/samples-dev/capacitiesGetDetailsSample.d.ts +0 -2
  273. package/dist-esm/samples-dev/capacitiesGetDetailsSample.d.ts.map +0 -1
  274. package/dist-esm/samples-dev/capacitiesGetDetailsSample.js +0 -36
  275. package/dist-esm/samples-dev/capacitiesGetDetailsSample.js.map +0 -1
  276. package/dist-esm/samples-dev/capacitiesListByResourceGroupSample.d.ts +0 -2
  277. package/dist-esm/samples-dev/capacitiesListByResourceGroupSample.d.ts.map +0 -1
  278. package/dist-esm/samples-dev/capacitiesListByResourceGroupSample.js +0 -51
  279. package/dist-esm/samples-dev/capacitiesListByResourceGroupSample.js.map +0 -1
  280. package/dist-esm/samples-dev/capacitiesListSample.d.ts +0 -2
  281. package/dist-esm/samples-dev/capacitiesListSample.d.ts.map +0 -1
  282. package/dist-esm/samples-dev/capacitiesListSample.js +0 -50
  283. package/dist-esm/samples-dev/capacitiesListSample.js.map +0 -1
  284. package/dist-esm/samples-dev/capacitiesListSkusForCapacitySample.d.ts +0 -2
  285. package/dist-esm/samples-dev/capacitiesListSkusForCapacitySample.d.ts.map +0 -1
  286. package/dist-esm/samples-dev/capacitiesListSkusForCapacitySample.js +0 -36
  287. package/dist-esm/samples-dev/capacitiesListSkusForCapacitySample.js.map +0 -1
  288. package/dist-esm/samples-dev/capacitiesListSkusSample.d.ts +0 -2
  289. package/dist-esm/samples-dev/capacitiesListSkusSample.d.ts.map +0 -1
  290. package/dist-esm/samples-dev/capacitiesListSkusSample.js +0 -34
  291. package/dist-esm/samples-dev/capacitiesListSkusSample.js.map +0 -1
  292. package/dist-esm/samples-dev/capacitiesResumeSample.d.ts +0 -2
  293. package/dist-esm/samples-dev/capacitiesResumeSample.d.ts.map +0 -1
  294. package/dist-esm/samples-dev/capacitiesResumeSample.js +0 -36
  295. package/dist-esm/samples-dev/capacitiesResumeSample.js.map +0 -1
  296. package/dist-esm/samples-dev/capacitiesSuspendSample.d.ts +0 -2
  297. package/dist-esm/samples-dev/capacitiesSuspendSample.d.ts.map +0 -1
  298. package/dist-esm/samples-dev/capacitiesSuspendSample.js +0 -36
  299. package/dist-esm/samples-dev/capacitiesSuspendSample.js.map +0 -1
  300. package/dist-esm/samples-dev/capacitiesUpdateSample.d.ts +0 -2
  301. package/dist-esm/samples-dev/capacitiesUpdateSample.d.ts.map +0 -1
  302. package/dist-esm/samples-dev/capacitiesUpdateSample.js +0 -59
  303. package/dist-esm/samples-dev/capacitiesUpdateSample.js.map +0 -1
  304. package/dist-esm/src/index.d.ts +0 -5
  305. package/dist-esm/src/index.js.map +0 -1
  306. package/dist-esm/src/lroImpl.js +0 -29
  307. package/dist-esm/src/lroImpl.js.map +0 -1
  308. package/dist-esm/src/models/index.js.map +0 -1
  309. package/dist-esm/src/models/mappers.js.map +0 -1
  310. package/dist-esm/src/models/parameters.js.map +0 -1
  311. package/dist-esm/src/operations/autoScaleVCores.d.ts.map +0 -1
  312. package/dist-esm/src/operations/autoScaleVCores.js.map +0 -1
  313. package/dist-esm/src/operations/capacities.d.ts.map +0 -1
  314. package/dist-esm/src/operations/capacities.js.map +0 -1
  315. package/dist-esm/src/operations/index.d.ts +0 -4
  316. package/dist-esm/src/operations/index.js.map +0 -1
  317. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  318. package/dist-esm/src/operations/operations.js.map +0 -1
  319. package/dist-esm/src/operationsInterfaces/autoScaleVCores.d.ts.map +0 -1
  320. package/dist-esm/src/operationsInterfaces/autoScaleVCores.js.map +0 -1
  321. package/dist-esm/src/operationsInterfaces/capacities.d.ts.map +0 -1
  322. package/dist-esm/src/operationsInterfaces/capacities.js.map +0 -1
  323. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
  324. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  325. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  326. package/dist-esm/src/pagingHelper.js.map +0 -1
  327. package/dist-esm/src/powerBIDedicated.d.ts.map +0 -1
  328. package/dist-esm/src/powerBIDedicated.js.map +0 -1
  329. package/dist-esm/test/sampleTest.d.ts +0 -2
  330. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  331. package/dist-esm/test/sampleTest.js +0 -42
  332. package/dist-esm/test/sampleTest.js.map +0 -1
  333. package/src/lroImpl.ts +0 -34
  334. package/src/models/index.ts +0 -624
  335. package/src/models/mappers.ts +0 -679
  336. package/src/models/parameters.ts +0 -175
  337. package/src/operations/autoScaleVCores.ts +0 -379
  338. package/src/operations/capacities.ts +0 -956
  339. package/src/operations/operations.ts +0 -149
  340. package/src/operationsInterfaces/autoScaleVCores.ts +0 -101
  341. package/src/operationsInterfaces/capacities.ts +0 -248
  342. package/src/operationsInterfaces/index.ts +0 -11
  343. package/src/operationsInterfaces/operations.ts +0 -22
  344. package/src/pagingHelper.ts +0 -39
  345. package/src/powerBIDedicated.ts +0 -153
  346. package/tsconfig.json +0 -33
  347. package/types/arm-powerbidedicated.d.ts +0 -854
  348. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  349. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  350. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  351. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  352. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  353. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  354. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  355. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  356. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  357. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  358. /package/{dist-esm/src → dist/browser}/operationsInterfaces/autoScaleVCores.js +0 -0
  359. /package/{dist-esm/src → dist/browser}/operationsInterfaces/capacities.js +0 -0
  360. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  361. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  362. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  363. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
package/README.md CHANGED
@@ -48,20 +48,28 @@ 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 { PowerBIDedicated } = require("@azure/arm-powerbidedicated");
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 { PowerBIDedicated } from "@azure/arm-powerbidedicated";
55
+ import { DefaultAzureCredential } from "@azure/identity";
55
56
 
56
57
  const subscriptionId = "00000000-0000-0000-0000-000000000000";
57
58
  const client = new PowerBIDedicated(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 PowerBIDedicated(credential, subscriptionId);
63
+ ```ts snippet:ReadmeSampleCreateClient_Browser
64
+ import { InteractiveBrowserCredential } from "@azure/identity";
65
+ import { PowerBIDedicated } from "@azure/arm-powerbidedicated";
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 PowerBIDedicated(credential, subscriptionId);
65
73
  ```
66
74
 
67
75
  ### JavaScript Bundle
@@ -80,8 +88,9 @@ To use this client library in the browser, first you need to use a bundler. For
80
88
 
81
89
  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`:
82
90
 
83
- ```javascript
84
- const { setLogLevel } = require("@azure/logger");
91
+ ```ts snippet:SetLogLevel
92
+ import { setLogLevel } from "@azure/logger";
93
+
85
94
  setLogLevel("info");
86
95
  ```
87
96
 
@@ -0,0 +1,5 @@
1
+ export { getContinuationToken } from "./pagingHelper.js";
2
+ export * from "./models/index.js";
3
+ export { PowerBIDedicated } from "./powerBIDedicated.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,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,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,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,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 { PowerBIDedicated } from "./powerBIDedicated";
12
- export * from "./operationsInterfaces";
9
+ export { getContinuationToken } from "./pagingHelper.js";
10
+ export * from "./models/index.js";
11
+ export { PowerBIDedicated } from "./powerBIDedicated.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,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,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 { PowerBIDedicated } from \"./powerBIDedicated.js\";\nexport * from \"./operationsInterfaces/index.js\";\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;AAiRH,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAOX;AAPD,WAAY,oBAAoB;IAC9B,gBAAgB;IAChB,gDAAwB,CAAA;IACxB,cAAc;IACd,2CAAmB,CAAA;IACnB,sBAAsB;IACtB,2DAAmC,CAAA;AACrC,CAAC,EAPW,oBAAoB,KAApB,oBAAoB,QAO/B;AAaD,8DAA8D;AAC9D,MAAM,CAAN,IAAY,UAyBX;AAzBD,WAAY,UAAU;IACpB,eAAe;IACf,mCAAqB,CAAA;IACrB,gBAAgB;IAChB,qCAAuB,CAAA;IACvB,aAAa;IACb,+BAAiB,CAAA;IACjB,aAAa;IACb,+BAAiB,CAAA;IACjB,gBAAgB;IAChB,qCAAuB,CAAA;IACvB,mBAAmB;IACnB,2CAA6B,CAAA;IAC7B,eAAe;IACf,mCAAqB,CAAA;IACrB,iBAAiB;IACjB,uCAAyB,CAAA;IACzB,cAAc;IACd,iCAAmB,CAAA;IACnB,eAAe;IACf,mCAAqB,CAAA;IACrB,gBAAgB;IAChB,qCAAuB,CAAA;IACvB,cAAc;IACd,iCAAmB,CAAA;AACrB,CAAC,EAzBW,UAAU,KAAV,UAAU,QAyBrB;AAsBD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BAyBX;AAzBD,WAAY,8BAA8B;IACxC,eAAe;IACf,uDAAqB,CAAA;IACrB,gBAAgB;IAChB,yDAAuB,CAAA;IACvB,aAAa;IACb,mDAAiB,CAAA;IACjB,aAAa;IACb,mDAAiB,CAAA;IACjB,gBAAgB;IAChB,yDAAuB,CAAA;IACvB,mBAAmB;IACnB,+DAA6B,CAAA;IAC7B,eAAe;IACf,uDAAqB,CAAA;IACrB,iBAAiB;IACjB,2DAAyB,CAAA;IACzB,cAAc;IACd,qDAAmB,CAAA;IACnB,eAAe;IACf,uDAAqB,CAAA;IACrB,gBAAgB;IAChB,yDAAuB,CAAA;IACvB,cAAc;IACd,qDAAmB,CAAA;AACrB,CAAC,EAzBW,8BAA8B,KAA9B,8BAA8B,QAyBzC;AAsBD,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,WAAW;IACX,0BAAa,CAAA;IACb,WAAW;IACX,0BAAa,CAAA;AACf,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB;AAYD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBASX;AATD,WAAY,iBAAiB;IAC3B,WAAW;IACX,kCAAa,CAAA;IACb,kBAAkB;IAClB,gDAA2B,CAAA;IAC3B,sBAAsB;IACtB,wDAAmC,CAAA;IACnC,UAAU;IACV,gCAAW,CAAA;AACb,CAAC,EATW,iBAAiB,KAAjB,iBAAiB,QAS5B;AAcD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,gBAAgB;IAChB,4CAAuB,CAAA;AACzB,CAAC,EAHW,iBAAiB,KAAjB,iBAAiB,QAG5B;AAWD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BAGX;AAHD,WAAY,2BAA2B;IACrC,gBAAgB;IAChB,sDAAuB,CAAA;AACzB,CAAC,EAHW,2BAA2B,KAA3B,2BAA2B,QAGtC","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/** Represents the SKU name and Azure pricing tier for PowerBI Dedicated capacity resource. */\nexport interface CapacitySku {\n /** Name of the SKU level. */\n name: string;\n /** The name of the Azure pricing tier to which the SKU applies. */\n tier?: CapacitySkuTier;\n}\n\n/** An object that represents a set of mutable Dedicated capacity resource properties. */\nexport interface DedicatedCapacityMutableProperties {\n /** A collection of Dedicated capacity administrators */\n administration?: DedicatedCapacityAdministrators;\n /** Specifies the generation of the Power BI Embedded capacity. If no value is specified, the default value 'Gen2' is used. [Learn More](https://docs.microsoft.com/power-bi/developer/embedded/power-bi-embedded-generation-2) */\n mode?: Mode;\n}\n\n/** An array of administrator user identities */\nexport interface DedicatedCapacityAdministrators {\n /** An array of administrator user identities. */\n members?: string[];\n}\n\n/** Represents an instance of an PowerBI Dedicated resource. */\nexport interface Resource {\n /**\n * An identifier that represents the PowerBI Dedicated resource.\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 PowerBI Dedicated 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 PowerBI Dedicated resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Location of the PowerBI Dedicated resource. */\n location: string;\n /** Key-value pairs of additional resource provisioning properties. */\n tags?: { [propertyName: string]: string };\n /** Metadata pertaining to creation and last modification of the resource. */\n systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** An identifier for the identity that created the resource */\n createdBy?: string;\n /** The type of identity that created the resource */\n createdByType?: IdentityType;\n /** The timestamp of resource creation (UTC) */\n createdAt?: Date;\n /** An identifier for the identity that last modified the resource */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource */\n lastModifiedByType?: IdentityType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Describes the format of Error response. */\nexport interface ErrorResponse {\n /** The error object */\n error?: ErrorResponseError;\n}\n\n/** The error object */\nexport interface ErrorResponseError {\n /** Error code */\n code?: string;\n /** Error message indicating why the operation failed. */\n message?: string;\n}\n\n/** Provision request specification */\nexport interface DedicatedCapacityUpdateParameters {\n /** The SKU of the Dedicated capacity resource. */\n sku?: CapacitySku;\n /** Key-value pairs of additional provisioning properties. */\n tags?: { [propertyName: string]: string };\n /** A collection of Dedicated capacity administrators */\n administration?: DedicatedCapacityAdministrators;\n /** Specifies the generation of the Power BI Embedded capacity. If no value is specified, the default value 'Gen2' is used. [Learn More](https://docs.microsoft.com/power-bi/developer/embedded/power-bi-embedded-generation-2) */\n mode?: Mode;\n}\n\n/** An array of Dedicated capacities resources. */\nexport interface DedicatedCapacities {\n /** An array of Dedicated capacities resources. */\n value: DedicatedCapacity[];\n}\n\n/** An object that represents enumerating SKUs for new resources */\nexport interface SkuEnumerationForNewResourceResult {\n /** The collection of available SKUs for new resources */\n value?: CapacitySku[];\n}\n\n/** An object that represents enumerating SKUs for existing resources */\nexport interface SkuEnumerationForExistingResourceResult {\n /** The collection of available SKUs for existing resources */\n value?: SkuDetailsForExistingResource[];\n}\n\n/** An object that represents SKU details for existing resources */\nexport interface SkuDetailsForExistingResource {\n /** The SKU in SKU details for existing resources. */\n sku?: CapacitySku;\n}\n\n/** Result listing capacities. It contains a list of operations and a URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of capacities supported by the Microsoft.PowerBIDedicated 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/** Capacities REST API operation. */\nexport interface Operation {\n /**\n * Operation name: {provider}/{resource}/{operation}.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** The object that represents the operation. */\n display?: OperationDisplay;\n}\n\n/** The object that represents the operation. */\nexport interface OperationDisplay {\n /**\n * Service provider: Microsoft.PowerBIDedicated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * Resource on which the operation is performed: capacity, etc.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * Operation type: create, update, delete, etc.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n}\n\n/** Details of capacity name request body. */\nexport interface CheckCapacityNameAvailabilityParameters {\n /** Name for checking availability. */\n name?: string;\n /** The resource type of PowerBI dedicated. */\n type?: string;\n}\n\n/** The checking result of capacity name availability. */\nexport interface CheckCapacityNameAvailabilityResult {\n /** Indicator of availability of the capacity name. */\n nameAvailable?: boolean;\n /** The reason of unavailability. */\n reason?: string;\n /** The detailed message of the request unavailability. */\n message?: string;\n}\n\n/** Represents the SKU name and Azure pricing tier for auto scale v-core resource. */\nexport interface AutoScaleVCoreSku {\n /** Name of the SKU level. */\n name: string;\n /** The name of the Azure pricing tier to which the SKU applies. */\n tier?: VCoreSkuTier;\n /** The capacity of an auto scale v-core resource. */\n capacity?: number;\n}\n\n/** An object that represents a set of mutable auto scale v-core resource properties. */\nexport interface AutoScaleVCoreMutableProperties {\n /** The maximum capacity of an auto scale v-core resource. */\n capacityLimit?: number;\n}\n\n/** Update request specification */\nexport interface AutoScaleVCoreUpdateParameters {\n /** The SKU of the auto scale v-core resource. */\n sku?: AutoScaleVCoreSku;\n /** Key-value pairs of additional provisioning properties. */\n tags?: { [propertyName: string]: string };\n /** The maximum capacity of an auto scale v-core resource. */\n capacityLimit?: number;\n}\n\n/** An array of auto scale v-core resources. */\nexport interface AutoScaleVCoreListResult {\n /** An array of auto scale v-core resources. */\n value: AutoScaleVCore[];\n}\n\n/** Properties of Dedicated Capacity resource. */\nexport interface DedicatedCapacityProperties\n extends DedicatedCapacityMutableProperties {\n /**\n * The current state of PowerBI Dedicated resource. The state is to indicate more states outside of resource provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: State;\n /**\n * The current deployment state of PowerBI Dedicated resource. The provisioningState is to indicate states for resource provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: CapacityProvisioningState;\n}\n\n/** Represents an instance of a Dedicated Capacity resource. */\nexport interface DedicatedCapacity extends Resource {\n /** The SKU of the PowerBI Dedicated capacity resource. */\n sku: CapacitySku;\n /** A collection of Dedicated capacity administrators */\n administration?: DedicatedCapacityAdministrators;\n /** Specifies the generation of the Power BI Embedded capacity. If no value is specified, the default value 'Gen2' is used. [Learn More](https://docs.microsoft.com/power-bi/developer/embedded/power-bi-embedded-generation-2) */\n mode?: Mode;\n /**\n * The current state of PowerBI Dedicated resource. The state is to indicate more states outside of resource provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: State;\n /**\n * The current deployment state of PowerBI Dedicated resource. The provisioningState is to indicate states for resource provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: CapacityProvisioningState;\n}\n\n/** Represents an instance of an auto scale v-core resource. */\nexport interface AutoScaleVCore extends Resource {\n /** The SKU of the auto scale v-core resource. */\n sku: AutoScaleVCoreSku;\n /** The maximum capacity of an auto scale v-core resource. */\n capacityLimit?: number;\n /** The object ID of the capacity resource associated with the auto scale v-core resource. */\n capacityObjectId?: string;\n /**\n * The current deployment state of an auto scale v-core resource. The provisioningState is to indicate states for resource provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: VCoreProvisioningState;\n}\n\n/** Properties of an auto scale v-core resource. */\nexport interface AutoScaleVCoreProperties\n extends AutoScaleVCoreMutableProperties {\n /** The object ID of the capacity resource associated with the auto scale v-core resource. */\n capacityObjectId?: string;\n /**\n * The current deployment state of an auto scale v-core resource. The provisioningState is to indicate states for resource provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: VCoreProvisioningState;\n}\n\n/** Known values of {@link CapacitySkuTier} that the service accepts. */\nexport enum KnownCapacitySkuTier {\n /** PbieAzure */\n PbieAzure = \"PBIE_Azure\",\n /** Premium */\n Premium = \"Premium\",\n /** AutoPremiumHost */\n AutoPremiumHost = \"AutoPremiumHost\"\n}\n\n/**\n * Defines values for CapacitySkuTier. \\\n * {@link KnownCapacitySkuTier} can be used interchangeably with CapacitySkuTier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PBIE_Azure** \\\n * **Premium** \\\n * **AutoPremiumHost**\n */\nexport type CapacitySkuTier = string;\n\n/** Known values of {@link State} that the service accepts. */\nexport enum KnownState {\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Paused */\n Paused = \"Paused\",\n /** Suspended */\n Suspended = \"Suspended\",\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Updating */\n Updating = \"Updating\",\n /** Suspending */\n Suspending = \"Suspending\",\n /** Pausing */\n Pausing = \"Pausing\",\n /** Resuming */\n Resuming = \"Resuming\",\n /** Preparing */\n Preparing = \"Preparing\",\n /** Scaling */\n Scaling = \"Scaling\"\n}\n\n/**\n * Defines values for State. \\\n * {@link KnownState} can be used interchangeably with State,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Deleting** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Paused** \\\n * **Suspended** \\\n * **Provisioning** \\\n * **Updating** \\\n * **Suspending** \\\n * **Pausing** \\\n * **Resuming** \\\n * **Preparing** \\\n * **Scaling**\n */\nexport type State = string;\n\n/** Known values of {@link CapacityProvisioningState} that the service accepts. */\nexport enum KnownCapacityProvisioningState {\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Paused */\n Paused = \"Paused\",\n /** Suspended */\n Suspended = \"Suspended\",\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Updating */\n Updating = \"Updating\",\n /** Suspending */\n Suspending = \"Suspending\",\n /** Pausing */\n Pausing = \"Pausing\",\n /** Resuming */\n Resuming = \"Resuming\",\n /** Preparing */\n Preparing = \"Preparing\",\n /** Scaling */\n Scaling = \"Scaling\"\n}\n\n/**\n * Defines values for CapacityProvisioningState. \\\n * {@link KnownCapacityProvisioningState} can be used interchangeably with CapacityProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Deleting** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Paused** \\\n * **Suspended** \\\n * **Provisioning** \\\n * **Updating** \\\n * **Suspending** \\\n * **Pausing** \\\n * **Resuming** \\\n * **Preparing** \\\n * **Scaling**\n */\nexport type CapacityProvisioningState = string;\n\n/** Known values of {@link Mode} that the service accepts. */\nexport enum KnownMode {\n /** Gen1 */\n Gen1 = \"Gen1\",\n /** Gen2 */\n Gen2 = \"Gen2\"\n}\n\n/**\n * Defines values for Mode. \\\n * {@link KnownMode} can be used interchangeably with Mode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Gen1** \\\n * **Gen2**\n */\nexport type Mode = string;\n\n/** Known values of {@link IdentityType} that the service accepts. */\nexport enum KnownIdentityType {\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 IdentityType. \\\n * {@link KnownIdentityType} can be used interchangeably with IdentityType,\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 IdentityType = string;\n\n/** Known values of {@link VCoreSkuTier} that the service accepts. */\nexport enum KnownVCoreSkuTier {\n /** AutoScale */\n AutoScale = \"AutoScale\"\n}\n\n/**\n * Defines values for VCoreSkuTier. \\\n * {@link KnownVCoreSkuTier} can be used interchangeably with VCoreSkuTier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AutoScale**\n */\nexport type VCoreSkuTier = string;\n\n/** Known values of {@link VCoreProvisioningState} that the service accepts. */\nexport enum KnownVCoreProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\"\n}\n\n/**\n * Defines values for VCoreProvisioningState. \\\n * {@link KnownVCoreProvisioningState} can be used interchangeably with VCoreProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**\n */\nexport type VCoreProvisioningState = string;\n\n/** Optional parameters. */\nexport interface CapacitiesGetDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDetails operation. */\nexport type CapacitiesGetDetailsResponse = DedicatedCapacity;\n\n/** Optional parameters. */\nexport interface CapacitiesCreateOptionalParams\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 create operation. */\nexport type CapacitiesCreateResponse = DedicatedCapacity;\n\n/** Optional parameters. */\nexport interface CapacitiesDeleteOptionalParams\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 CapacitiesUpdateOptionalParams\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 CapacitiesUpdateResponse = DedicatedCapacity;\n\n/** Optional parameters. */\nexport interface CapacitiesSuspendOptionalParams\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 CapacitiesResumeOptionalParams\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 CapacitiesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type CapacitiesListByResourceGroupResponse = DedicatedCapacities;\n\n/** Optional parameters. */\nexport interface CapacitiesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type CapacitiesListResponse = DedicatedCapacities;\n\n/** Optional parameters. */\nexport interface CapacitiesListSkusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSkus operation. */\nexport type CapacitiesListSkusResponse = SkuEnumerationForNewResourceResult;\n\n/** Optional parameters. */\nexport interface CapacitiesListSkusForCapacityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSkusForCapacity operation. */\nexport type CapacitiesListSkusForCapacityResponse = SkuEnumerationForExistingResourceResult;\n\n/** Optional parameters. */\nexport interface CapacitiesCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type CapacitiesCheckNameAvailabilityResponse = CheckCapacityNameAvailabilityResult;\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 AutoScaleVCoresGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AutoScaleVCoresGetResponse = AutoScaleVCore;\n\n/** Optional parameters. */\nexport interface AutoScaleVCoresCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type AutoScaleVCoresCreateResponse = AutoScaleVCore;\n\n/** Optional parameters. */\nexport interface AutoScaleVCoresDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AutoScaleVCoresUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type AutoScaleVCoresUpdateResponse = AutoScaleVCore;\n\n/** Optional parameters. */\nexport interface AutoScaleVCoresListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AutoScaleVCoresListByResourceGroupResponse = AutoScaleVCoreListResult;\n\n/** Optional parameters. */\nexport interface AutoScaleVCoresListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type AutoScaleVCoresListBySubscriptionResponse = AutoScaleVCoreListResult;\n\n/** Optional parameters. */\nexport interface PowerBIDedicatedOptionalParams\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 CapacitySku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CapacitySku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DedicatedCapacityMutableProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DedicatedCapacityMutableProperties\",\n modelProperties: {\n administration: {\n serializedName: \"administration\",\n type: {\n name: \"Composite\",\n className: \"DedicatedCapacityAdministrators\"\n }\n },\n mode: {\n serializedName: \"mode\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DedicatedCapacityAdministrators: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DedicatedCapacityAdministrators\",\n modelProperties: {\n members: {\n serializedName: \"members\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\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 location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { 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 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: \"ErrorResponseError\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponseError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DedicatedCapacityUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DedicatedCapacityUpdateParameters\",\n modelProperties: {\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"CapacitySku\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n administration: {\n serializedName: \"properties.administration\",\n type: {\n name: \"Composite\",\n className: \"DedicatedCapacityAdministrators\"\n }\n },\n mode: {\n serializedName: \"properties.mode\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DedicatedCapacities: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DedicatedCapacities\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DedicatedCapacity\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SkuEnumerationForNewResourceResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SkuEnumerationForNewResourceResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CapacitySku\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SkuEnumerationForExistingResourceResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SkuEnumerationForExistingResourceResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuDetailsForExistingResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SkuDetailsForExistingResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SkuDetailsForExistingResource\",\n modelProperties: {\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"CapacitySku\"\n }\n }\n }\n }\n};\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 display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\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 }\n }\n};\n\nexport const CheckCapacityNameAvailabilityParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckCapacityNameAvailabilityParameters\",\n modelProperties: {\n name: {\n constraints: {\n Pattern: new RegExp(\"^[a-z][a-z0-9]*$\"),\n MaxLength: 63,\n MinLength: 3\n },\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n defaultValue: \"Microsoft.PowerBIDedicated/capacities\",\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckCapacityNameAvailabilityResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckCapacityNameAvailabilityResult\",\n modelProperties: {\n nameAvailable: {\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n reason: {\n serializedName: \"reason\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutoScaleVCoreSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoScaleVCoreSku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const AutoScaleVCoreMutableProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoScaleVCoreMutableProperties\",\n modelProperties: {\n capacityLimit: {\n serializedName: \"capacityLimit\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const AutoScaleVCoreUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoScaleVCoreUpdateParameters\",\n modelProperties: {\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"AutoScaleVCoreSku\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n capacityLimit: {\n serializedName: \"properties.capacityLimit\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const AutoScaleVCoreListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoScaleVCoreListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutoScaleVCore\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DedicatedCapacityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DedicatedCapacityProperties\",\n modelProperties: {\n ...DedicatedCapacityMutableProperties.type.modelProperties,\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DedicatedCapacity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DedicatedCapacity\",\n modelProperties: {\n ...Resource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"CapacitySku\"\n }\n },\n administration: {\n serializedName: \"properties.administration\",\n type: {\n name: \"Composite\",\n className: \"DedicatedCapacityAdministrators\"\n }\n },\n mode: {\n serializedName: \"properties.mode\",\n type: {\n name: \"String\"\n }\n },\n state: {\n serializedName: \"properties.state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutoScaleVCore: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoScaleVCore\",\n modelProperties: {\n ...Resource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"AutoScaleVCoreSku\"\n }\n },\n capacityLimit: {\n serializedName: \"properties.capacityLimit\",\n type: {\n name: \"Number\"\n }\n },\n capacityObjectId: {\n serializedName: \"properties.capacityObjectId\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutoScaleVCoreProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoScaleVCoreProperties\",\n modelProperties: {\n ...AutoScaleVCoreMutableProperties.type.modelProperties,\n capacityObjectId: {\n serializedName: \"capacityObjectId\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\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 { DedicatedCapacity as DedicatedCapacityMapper, DedicatedCapacityUpdateParameters as DedicatedCapacityUpdateParametersMapper, CheckCapacityNameAvailabilityParameters as CheckCapacityNameAvailabilityParametersMapper, AutoScaleVCore as AutoScaleVCoreMapper, AutoScaleVCoreUpdateParameters as AutoScaleVCoreUpdateParametersMapper } from "../models/mappers";
8
+ import { DedicatedCapacity as DedicatedCapacityMapper, DedicatedCapacityUpdateParameters as DedicatedCapacityUpdateParametersMapper, CheckCapacityNameAvailabilityParameters as CheckCapacityNameAvailabilityParametersMapper, AutoScaleVCore as AutoScaleVCoreMapper, AutoScaleVCoreUpdateParameters as AutoScaleVCoreUpdateParametersMapper } 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 DedicatedCapacity as DedicatedCapacityMapper,\n DedicatedCapacityUpdateParameters as DedicatedCapacityUpdateParametersMapper,\n CheckCapacityNameAvailabilityParameters as CheckCapacityNameAvailabilityParametersMapper,\n AutoScaleVCore as AutoScaleVCoreMapper,\n AutoScaleVCoreUpdateParameters as AutoScaleVCoreUpdateParametersMapper\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 resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-\\\\w\\\\._\\\\(\\\\)]+$\"),\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const dedicatedCapacityName: OperationURLParameter = {\n parameterPath: \"dedicatedCapacityName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-z][a-z0-9]*$\"),\n MaxLength: 63,\n MinLength: 3\n },\n serializedName: \"dedicatedCapacityName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-01-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\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 capacityParameters: OperationParameter = {\n parameterPath: \"capacityParameters\",\n mapper: DedicatedCapacityMapper\n};\n\nexport const capacityUpdateParameters: OperationParameter = {\n parameterPath: \"capacityUpdateParameters\",\n mapper: DedicatedCapacityUpdateParametersMapper\n};\n\nexport const capacityParameters1: OperationParameter = {\n parameterPath: \"capacityParameters\",\n mapper: CheckCapacityNameAvailabilityParametersMapper\n};\n\nexport const location: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n serializedName: \"location\",\n required: true,\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 vcoreName: OperationURLParameter = {\n parameterPath: \"vcoreName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-a-zA-Z0-9_]+$\"),\n MaxLength: 63,\n MinLength: 3\n },\n serializedName: \"vcoreName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const vCoreParameters: OperationParameter = {\n parameterPath: \"vCoreParameters\",\n mapper: AutoScaleVCoreMapper\n};\n\nexport const vCoreUpdateParameters: OperationParameter = {\n parameterPath: \"vCoreUpdateParameters\",\n mapper: AutoScaleVCoreUpdateParametersMapper\n};\n"]}
@@ -1,7 +1,7 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { AutoScaleVCores } from "../operationsInterfaces";
3
- import { PowerBIDedicated } from "../powerBIDedicated";
4
- import { AutoScaleVCore, AutoScaleVCoresListByResourceGroupOptionalParams, AutoScaleVCoresListBySubscriptionOptionalParams, AutoScaleVCoresGetOptionalParams, AutoScaleVCoresGetResponse, AutoScaleVCoresCreateOptionalParams, AutoScaleVCoresCreateResponse, AutoScaleVCoresDeleteOptionalParams, AutoScaleVCoreUpdateParameters, AutoScaleVCoresUpdateOptionalParams, AutoScaleVCoresUpdateResponse } from "../models";
2
+ import { AutoScaleVCores } from "../operationsInterfaces/index.js";
3
+ import { PowerBIDedicated } from "../powerBIDedicated.js";
4
+ import { AutoScaleVCore, AutoScaleVCoresListByResourceGroupOptionalParams, AutoScaleVCoresListBySubscriptionOptionalParams, AutoScaleVCoresGetOptionalParams, AutoScaleVCoresGetResponse, AutoScaleVCoresCreateOptionalParams, AutoScaleVCoresCreateResponse, AutoScaleVCoresDeleteOptionalParams, AutoScaleVCoreUpdateParameters, AutoScaleVCoresUpdateOptionalParams, AutoScaleVCoresUpdateResponse } from "../models/index.js";
5
5
  /** Class containing AutoScaleVCores operations. */
6
6
  export declare class AutoScaleVCoresImpl implements AutoScaleVCores {
7
7
  private readonly client;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"autoScaleVCores.d.ts","sourceRoot":"","sources":["../../../src/operations/autoScaleVCores.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAInE,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EACL,cAAc,EACd,gDAAgD,EAEhD,+CAA+C,EAE/C,gCAAgC,EAChC,0BAA0B,EAC1B,mCAAmC,EACnC,6BAA6B,EAC7B,mCAAmC,EACnC,8BAA8B,EAC9B,mCAAmC,EACnC,6BAA6B,EAC9B,MAAM,oBAAoB,CAAC;AAG5B,mDAAmD;AACnD,qBAAa,mBAAoB,YAAW,eAAe;IACzD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmB;IAE1C;;;OAGG;gBACS,MAAM,EAAE,gBAAgB;IAIpC;;;;;OAKG;IACI,mBAAmB,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,gDAAgD,GACzD,0BAA0B,CAAC,cAAc,CAAC;YAsB9B,6BAA6B;YAU7B,4BAA4B;IAY3C;;;OAGG;IACI,kBAAkB,CACvB,OAAO,CAAC,EAAE,+CAA+C,GACxD,0BAA0B,CAAC,cAAc,CAAC;YAkB9B,4BAA4B;YAS5B,2BAA2B;IAQ1C;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAOtC;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,eAAe,EAAE,cAAc,EAC/B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC;IAOzC;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;;;;;OASG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,qBAAqB,EAAE,8BAA8B,EACrD,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC;IAOzC;;;;;OAKG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;OAGG;IACH,OAAO,CAAC,mBAAmB;CAQ5B"}
@@ -7,8 +7,8 @@
7
7
  */
8
8
  import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
9
9
  import * as coreClient from "@azure/core-client";
10
- import * as Mappers from "../models/mappers";
11
- import * as Parameters from "../models/parameters";
10
+ import * as Mappers from "../models/mappers.js";
11
+ import * as Parameters from "../models/parameters.js";
12
12
  /// <reference lib="esnext.asynciterable" />
13
13
  /** Class containing AutoScaleVCores operations. */
14
14
  export class AutoScaleVCoresImpl {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"autoScaleVCores.js","sourceRoot":"","sources":["../../../src/operations/autoScaleVCores.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { AutoScaleVCores } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { PowerBIDedicated } from \"../powerBIDedicated.js\";\nimport {\n AutoScaleVCore,\n AutoScaleVCoresListByResourceGroupOptionalParams,\n AutoScaleVCoresListByResourceGroupResponse,\n AutoScaleVCoresListBySubscriptionOptionalParams,\n AutoScaleVCoresListBySubscriptionResponse,\n AutoScaleVCoresGetOptionalParams,\n AutoScaleVCoresGetResponse,\n AutoScaleVCoresCreateOptionalParams,\n AutoScaleVCoresCreateResponse,\n AutoScaleVCoresDeleteOptionalParams,\n AutoScaleVCoreUpdateParameters,\n AutoScaleVCoresUpdateOptionalParams,\n AutoScaleVCoresUpdateResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AutoScaleVCores operations. */\nexport class AutoScaleVCoresImpl implements AutoScaleVCores {\n private readonly client: PowerBIDedicated;\n\n /**\n * Initialize a new instance of the class AutoScaleVCores class.\n * @param client Reference to the service client\n */\n constructor(client: PowerBIDedicated) {\n this.client = client;\n }\n\n /**\n * Gets all the auto scale v-cores for the given resource group.\n * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated\n * capacity is part. This name must be at least 1 character in length, and no more than 90.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: AutoScaleVCoresListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<AutoScaleVCore> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: AutoScaleVCoresListByResourceGroupOptionalParams,\n _settings?: PageSettings\n ): AsyncIterableIterator<AutoScaleVCore[]> {\n let result: AutoScaleVCoresListByResourceGroupResponse;\n result = await this._listByResourceGroup(resourceGroupName, options);\n yield result.value || [];\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: AutoScaleVCoresListByResourceGroupOptionalParams\n ): AsyncIterableIterator<AutoScaleVCore> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists all the auto scale v-cores for the given subscription.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: AutoScaleVCoresListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<AutoScaleVCore> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionPagingPage(options, settings);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: AutoScaleVCoresListBySubscriptionOptionalParams,\n _settings?: PageSettings\n ): AsyncIterableIterator<AutoScaleVCore[]> {\n let result: AutoScaleVCoresListBySubscriptionResponse;\n result = await this._listBySubscription(options);\n yield result.value || [];\n }\n\n private async *listBySubscriptionPagingAll(\n options?: AutoScaleVCoresListBySubscriptionOptionalParams\n ): AsyncIterableIterator<AutoScaleVCore> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets details about the specified auto scale v-core.\n * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated\n * capacity is part. This name must be at least 1 character in length, and no more than 90.\n * @param vcoreName The name of the auto scale v-core. It must be a minimum of 3 characters, and a\n * maximum of 63.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n vcoreName: string,\n options?: AutoScaleVCoresGetOptionalParams\n ): Promise<AutoScaleVCoresGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, vcoreName, options },\n getOperationSpec\n );\n }\n\n /**\n * Provisions the specified auto scale v-core based on the configuration specified in the request.\n * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated\n * capacity is part. This name must be at least 1 character in length, and no more than 90.\n * @param vcoreName The name of the auto scale v-core. It must be a minimum of 3 characters, and a\n * maximum of 63.\n * @param vCoreParameters Contains the information used to provision the auto scale v-core.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n vcoreName: string,\n vCoreParameters: AutoScaleVCore,\n options?: AutoScaleVCoresCreateOptionalParams\n ): Promise<AutoScaleVCoresCreateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, vcoreName, vCoreParameters, options },\n createOperationSpec\n );\n }\n\n /**\n * Deletes the specified auto scale v-core.\n * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated\n * capacity is part. This name must be at least 1 character in length, and no more than 90.\n * @param vcoreName The name of the auto scale v-core. It must be a minimum of 3 characters, and a\n * maximum of 63.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n vcoreName: string,\n options?: AutoScaleVCoresDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, vcoreName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Updates the current state of the specified auto scale v-core.\n * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated\n * capacity is part. This name must be at least 1 character in length, and no more than 90.\n * @param vcoreName The name of the auto scale v-core. It must be a minimum of 3 characters, and a\n * maximum of 63.\n * @param vCoreUpdateParameters Request object that contains the updated information for the auto scale\n * v-core.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n vcoreName: string,\n vCoreUpdateParameters: AutoScaleVCoreUpdateParameters,\n options?: AutoScaleVCoresUpdateOptionalParams\n ): Promise<AutoScaleVCoresUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, vcoreName, vCoreUpdateParameters, options },\n updateOperationSpec\n );\n }\n\n /**\n * Gets all the auto scale v-cores for the given resource group.\n * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated\n * capacity is part. This name must be at least 1 character in length, and no more than 90.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: AutoScaleVCoresListByResourceGroupOptionalParams\n ): Promise<AutoScaleVCoresListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Lists all the auto scale v-cores for the given subscription.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: AutoScaleVCoresListBySubscriptionOptionalParams\n ): Promise<AutoScaleVCoresListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/autoScaleVCores/{vcoreName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AutoScaleVCore\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.vcoreName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/autoScaleVCores/{vcoreName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.AutoScaleVCore\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.vCoreParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.vcoreName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/autoScaleVCores/{vcoreName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.vcoreName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/autoScaleVCores/{vcoreName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.AutoScaleVCore\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.vCoreUpdateParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.vcoreName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/autoScaleVCores\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AutoScaleVCoreListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/autoScaleVCores\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AutoScaleVCoreListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -1,8 +1,8 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { Capacities } from "../operationsInterfaces";
3
- import { PowerBIDedicated } from "../powerBIDedicated";
2
+ import { Capacities } from "../operationsInterfaces/index.js";
3
+ import { PowerBIDedicated } from "../powerBIDedicated.js";
4
4
  import { PollerLike, PollOperationState } from "@azure/core-lro";
5
- import { DedicatedCapacity, CapacitiesListByResourceGroupOptionalParams, CapacitiesListOptionalParams, CapacitiesGetDetailsOptionalParams, CapacitiesGetDetailsResponse, CapacitiesCreateOptionalParams, CapacitiesCreateResponse, CapacitiesDeleteOptionalParams, DedicatedCapacityUpdateParameters, CapacitiesUpdateOptionalParams, CapacitiesUpdateResponse, CapacitiesSuspendOptionalParams, CapacitiesResumeOptionalParams, CapacitiesListSkusOptionalParams, CapacitiesListSkusResponse, CapacitiesListSkusForCapacityOptionalParams, CapacitiesListSkusForCapacityResponse, CheckCapacityNameAvailabilityParameters, CapacitiesCheckNameAvailabilityOptionalParams, CapacitiesCheckNameAvailabilityResponse } from "../models";
5
+ import { DedicatedCapacity, CapacitiesListByResourceGroupOptionalParams, CapacitiesListOptionalParams, CapacitiesGetDetailsOptionalParams, CapacitiesGetDetailsResponse, CapacitiesCreateOptionalParams, CapacitiesCreateResponse, CapacitiesDeleteOptionalParams, DedicatedCapacityUpdateParameters, CapacitiesUpdateOptionalParams, CapacitiesUpdateResponse, CapacitiesSuspendOptionalParams, CapacitiesResumeOptionalParams, CapacitiesListSkusOptionalParams, CapacitiesListSkusResponse, CapacitiesListSkusForCapacityOptionalParams, CapacitiesListSkusForCapacityResponse, CheckCapacityNameAvailabilityParameters, CapacitiesCheckNameAvailabilityOptionalParams, CapacitiesCheckNameAvailabilityResponse } from "../models/index.js";
6
6
  /** Class containing Capacities operations. */
7
7
  export declare class CapacitiesImpl implements Capacities {
8
8
  private readonly client;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"capacities.d.ts","sourceRoot":"","sources":["../../../src/operations/capacities.ts"],"names":[],"mappings":"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"}