@azure/arm-powerbidedicated 4.0.2-alpha.20250217.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
@@ -1,854 +0,0 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
- import { PollerLike } from '@azure/core-lro';
5
- import { PollOperationState } from '@azure/core-lro';
6
-
7
- /** Represents an instance of an auto scale v-core resource. */
8
- export declare interface AutoScaleVCore extends Resource {
9
- /** The SKU of the auto scale v-core resource. */
10
- sku: AutoScaleVCoreSku;
11
- /** The maximum capacity of an auto scale v-core resource. */
12
- capacityLimit?: number;
13
- /** The object ID of the capacity resource associated with the auto scale v-core resource. */
14
- capacityObjectId?: string;
15
- /**
16
- * The current deployment state of an auto scale v-core resource. The provisioningState is to indicate states for resource provisioning.
17
- * NOTE: This property will not be serialized. It can only be populated by the server.
18
- */
19
- readonly provisioningState?: VCoreProvisioningState;
20
- }
21
-
22
- /** An array of auto scale v-core resources. */
23
- export declare interface AutoScaleVCoreListResult {
24
- /** An array of auto scale v-core resources. */
25
- value: AutoScaleVCore[];
26
- }
27
-
28
- /** An object that represents a set of mutable auto scale v-core resource properties. */
29
- export declare interface AutoScaleVCoreMutableProperties {
30
- /** The maximum capacity of an auto scale v-core resource. */
31
- capacityLimit?: number;
32
- }
33
-
34
- /** Properties of an auto scale v-core resource. */
35
- export declare interface AutoScaleVCoreProperties extends AutoScaleVCoreMutableProperties {
36
- /** The object ID of the capacity resource associated with the auto scale v-core resource. */
37
- capacityObjectId?: string;
38
- /**
39
- * The current deployment state of an auto scale v-core resource. The provisioningState is to indicate states for resource provisioning.
40
- * NOTE: This property will not be serialized. It can only be populated by the server.
41
- */
42
- readonly provisioningState?: VCoreProvisioningState;
43
- }
44
-
45
- /** Interface representing a AutoScaleVCores. */
46
- export declare interface AutoScaleVCores {
47
- /**
48
- * Gets all the auto scale v-cores for the given resource group.
49
- * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated
50
- * capacity is part. This name must be at least 1 character in length, and no more than 90.
51
- * @param options The options parameters.
52
- */
53
- listByResourceGroup(resourceGroupName: string, options?: AutoScaleVCoresListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AutoScaleVCore>;
54
- /**
55
- * Lists all the auto scale v-cores for the given subscription.
56
- * @param options The options parameters.
57
- */
58
- listBySubscription(options?: AutoScaleVCoresListBySubscriptionOptionalParams): PagedAsyncIterableIterator<AutoScaleVCore>;
59
- /**
60
- * Gets details about the specified auto scale v-core.
61
- * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated
62
- * capacity is part. This name must be at least 1 character in length, and no more than 90.
63
- * @param vcoreName The name of the auto scale v-core. It must be a minimum of 3 characters, and a
64
- * maximum of 63.
65
- * @param options The options parameters.
66
- */
67
- get(resourceGroupName: string, vcoreName: string, options?: AutoScaleVCoresGetOptionalParams): Promise<AutoScaleVCoresGetResponse>;
68
- /**
69
- * Provisions the specified auto scale v-core based on the configuration specified in the request.
70
- * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated
71
- * capacity is part. This name must be at least 1 character in length, and no more than 90.
72
- * @param vcoreName The name of the auto scale v-core. It must be a minimum of 3 characters, and a
73
- * maximum of 63.
74
- * @param vCoreParameters Contains the information used to provision the auto scale v-core.
75
- * @param options The options parameters.
76
- */
77
- create(resourceGroupName: string, vcoreName: string, vCoreParameters: AutoScaleVCore, options?: AutoScaleVCoresCreateOptionalParams): Promise<AutoScaleVCoresCreateResponse>;
78
- /**
79
- * Deletes the specified auto scale v-core.
80
- * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated
81
- * capacity is part. This name must be at least 1 character in length, and no more than 90.
82
- * @param vcoreName The name of the auto scale v-core. It must be a minimum of 3 characters, and a
83
- * maximum of 63.
84
- * @param options The options parameters.
85
- */
86
- delete(resourceGroupName: string, vcoreName: string, options?: AutoScaleVCoresDeleteOptionalParams): Promise<void>;
87
- /**
88
- * Updates the current state of the specified auto scale v-core.
89
- * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated
90
- * capacity is part. This name must be at least 1 character in length, and no more than 90.
91
- * @param vcoreName The name of the auto scale v-core. It must be a minimum of 3 characters, and a
92
- * maximum of 63.
93
- * @param vCoreUpdateParameters Request object that contains the updated information for the auto scale
94
- * v-core.
95
- * @param options The options parameters.
96
- */
97
- update(resourceGroupName: string, vcoreName: string, vCoreUpdateParameters: AutoScaleVCoreUpdateParameters, options?: AutoScaleVCoresUpdateOptionalParams): Promise<AutoScaleVCoresUpdateResponse>;
98
- }
99
-
100
- /** Optional parameters. */
101
- export declare interface AutoScaleVCoresCreateOptionalParams extends coreClient.OperationOptions {
102
- }
103
-
104
- /** Contains response data for the create operation. */
105
- export declare type AutoScaleVCoresCreateResponse = AutoScaleVCore;
106
-
107
- /** Optional parameters. */
108
- export declare interface AutoScaleVCoresDeleteOptionalParams extends coreClient.OperationOptions {
109
- }
110
-
111
- /** Optional parameters. */
112
- export declare interface AutoScaleVCoresGetOptionalParams extends coreClient.OperationOptions {
113
- }
114
-
115
- /** Contains response data for the get operation. */
116
- export declare type AutoScaleVCoresGetResponse = AutoScaleVCore;
117
-
118
- /** Represents the SKU name and Azure pricing tier for auto scale v-core resource. */
119
- export declare interface AutoScaleVCoreSku {
120
- /** Name of the SKU level. */
121
- name: string;
122
- /** The name of the Azure pricing tier to which the SKU applies. */
123
- tier?: VCoreSkuTier;
124
- /** The capacity of an auto scale v-core resource. */
125
- capacity?: number;
126
- }
127
-
128
- /** Optional parameters. */
129
- export declare interface AutoScaleVCoresListByResourceGroupOptionalParams extends coreClient.OperationOptions {
130
- }
131
-
132
- /** Contains response data for the listByResourceGroup operation. */
133
- export declare type AutoScaleVCoresListByResourceGroupResponse = AutoScaleVCoreListResult;
134
-
135
- /** Optional parameters. */
136
- export declare interface AutoScaleVCoresListBySubscriptionOptionalParams extends coreClient.OperationOptions {
137
- }
138
-
139
- /** Contains response data for the listBySubscription operation. */
140
- export declare type AutoScaleVCoresListBySubscriptionResponse = AutoScaleVCoreListResult;
141
-
142
- /** Optional parameters. */
143
- export declare interface AutoScaleVCoresUpdateOptionalParams extends coreClient.OperationOptions {
144
- }
145
-
146
- /** Contains response data for the update operation. */
147
- export declare type AutoScaleVCoresUpdateResponse = AutoScaleVCore;
148
-
149
- /** Update request specification */
150
- export declare interface AutoScaleVCoreUpdateParameters {
151
- /** The SKU of the auto scale v-core resource. */
152
- sku?: AutoScaleVCoreSku;
153
- /** Key-value pairs of additional provisioning properties. */
154
- tags?: {
155
- [propertyName: string]: string;
156
- };
157
- /** The maximum capacity of an auto scale v-core resource. */
158
- capacityLimit?: number;
159
- }
160
-
161
- /** Interface representing a Capacities. */
162
- export declare interface Capacities {
163
- /**
164
- * Gets all the Dedicated capacities for the given resource group.
165
- * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated
166
- * capacity is part. This name must be at least 1 character in length, and no more than 90.
167
- * @param options The options parameters.
168
- */
169
- listByResourceGroup(resourceGroupName: string, options?: CapacitiesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DedicatedCapacity>;
170
- /**
171
- * Lists all the Dedicated capacities for the given subscription.
172
- * @param options The options parameters.
173
- */
174
- list(options?: CapacitiesListOptionalParams): PagedAsyncIterableIterator<DedicatedCapacity>;
175
- /**
176
- * Gets details about the specified dedicated capacity.
177
- * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated
178
- * capacity is part. This name must be at least 1 character in length, and no more than 90.
179
- * @param dedicatedCapacityName The name of the dedicated capacity. It must be a minimum of 3
180
- * characters, and a maximum of 63.
181
- * @param options The options parameters.
182
- */
183
- getDetails(resourceGroupName: string, dedicatedCapacityName: string, options?: CapacitiesGetDetailsOptionalParams): Promise<CapacitiesGetDetailsResponse>;
184
- /**
185
- * Provisions the specified Dedicated capacity based on the configuration specified in the request.
186
- * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated
187
- * capacity is part. This name must be at least 1 character in length, and no more than 90.
188
- * @param dedicatedCapacityName The name of the Dedicated capacity. It must be a minimum of 3
189
- * characters, and a maximum of 63.
190
- * @param capacityParameters Contains the information used to provision the Dedicated capacity.
191
- * @param options The options parameters.
192
- */
193
- beginCreate(resourceGroupName: string, dedicatedCapacityName: string, capacityParameters: DedicatedCapacity, options?: CapacitiesCreateOptionalParams): Promise<PollerLike<PollOperationState<CapacitiesCreateResponse>, CapacitiesCreateResponse>>;
194
- /**
195
- * Provisions the specified Dedicated capacity based on the configuration specified in the request.
196
- * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated
197
- * capacity is part. This name must be at least 1 character in length, and no more than 90.
198
- * @param dedicatedCapacityName The name of the Dedicated capacity. It must be a minimum of 3
199
- * characters, and a maximum of 63.
200
- * @param capacityParameters Contains the information used to provision the Dedicated capacity.
201
- * @param options The options parameters.
202
- */
203
- beginCreateAndWait(resourceGroupName: string, dedicatedCapacityName: string, capacityParameters: DedicatedCapacity, options?: CapacitiesCreateOptionalParams): Promise<CapacitiesCreateResponse>;
204
- /**
205
- * Deletes the specified Dedicated capacity.
206
- * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated
207
- * capacity is part. This name must be at least 1 character in length, and no more than 90.
208
- * @param dedicatedCapacityName The name of the Dedicated capacity. It must be at least 3 characters in
209
- * length, and no more than 63.
210
- * @param options The options parameters.
211
- */
212
- beginDelete(resourceGroupName: string, dedicatedCapacityName: string, options?: CapacitiesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
213
- /**
214
- * Deletes the specified Dedicated capacity.
215
- * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated
216
- * capacity is part. This name must be at least 1 character in length, and no more than 90.
217
- * @param dedicatedCapacityName The name of the Dedicated capacity. It must be at least 3 characters in
218
- * length, and no more than 63.
219
- * @param options The options parameters.
220
- */
221
- beginDeleteAndWait(resourceGroupName: string, dedicatedCapacityName: string, options?: CapacitiesDeleteOptionalParams): Promise<void>;
222
- /**
223
- * Updates the current state of the specified Dedicated capacity.
224
- * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated
225
- * capacity is part. This name must be at least 1 character in length, and no more than 90.
226
- * @param dedicatedCapacityName The name of the Dedicated capacity. It must be at least 3 characters in
227
- * length, and no more than 63.
228
- * @param capacityUpdateParameters Request object that contains the updated information for the
229
- * capacity.
230
- * @param options The options parameters.
231
- */
232
- beginUpdate(resourceGroupName: string, dedicatedCapacityName: string, capacityUpdateParameters: DedicatedCapacityUpdateParameters, options?: CapacitiesUpdateOptionalParams): Promise<PollerLike<PollOperationState<CapacitiesUpdateResponse>, CapacitiesUpdateResponse>>;
233
- /**
234
- * Updates the current state of the specified Dedicated capacity.
235
- * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated
236
- * capacity is part. This name must be at least 1 character in length, and no more than 90.
237
- * @param dedicatedCapacityName The name of the Dedicated capacity. It must be at least 3 characters in
238
- * length, and no more than 63.
239
- * @param capacityUpdateParameters Request object that contains the updated information for the
240
- * capacity.
241
- * @param options The options parameters.
242
- */
243
- beginUpdateAndWait(resourceGroupName: string, dedicatedCapacityName: string, capacityUpdateParameters: DedicatedCapacityUpdateParameters, options?: CapacitiesUpdateOptionalParams): Promise<CapacitiesUpdateResponse>;
244
- /**
245
- * Suspends operation of the specified dedicated capacity instance.
246
- * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated
247
- * capacity is part. This name must be at least 1 character in length, and no more than 90.
248
- * @param dedicatedCapacityName The name of the Dedicated capacity. It must be at least 3 characters in
249
- * length, and no more than 63.
250
- * @param options The options parameters.
251
- */
252
- beginSuspend(resourceGroupName: string, dedicatedCapacityName: string, options?: CapacitiesSuspendOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
253
- /**
254
- * Suspends operation of the specified dedicated capacity instance.
255
- * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated
256
- * capacity is part. This name must be at least 1 character in length, and no more than 90.
257
- * @param dedicatedCapacityName The name of the Dedicated capacity. It must be at least 3 characters in
258
- * length, and no more than 63.
259
- * @param options The options parameters.
260
- */
261
- beginSuspendAndWait(resourceGroupName: string, dedicatedCapacityName: string, options?: CapacitiesSuspendOptionalParams): Promise<void>;
262
- /**
263
- * Resumes operation of the specified Dedicated capacity instance.
264
- * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated
265
- * capacity is part. This name must be at least 1 character in length, and no more than 90.
266
- * @param dedicatedCapacityName The name of the Dedicated capacity. It must be at least 3 characters in
267
- * length, and no more than 63.
268
- * @param options The options parameters.
269
- */
270
- beginResume(resourceGroupName: string, dedicatedCapacityName: string, options?: CapacitiesResumeOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
271
- /**
272
- * Resumes operation of the specified Dedicated capacity instance.
273
- * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated
274
- * capacity is part. This name must be at least 1 character in length, and no more than 90.
275
- * @param dedicatedCapacityName The name of the Dedicated capacity. It must be at least 3 characters in
276
- * length, and no more than 63.
277
- * @param options The options parameters.
278
- */
279
- beginResumeAndWait(resourceGroupName: string, dedicatedCapacityName: string, options?: CapacitiesResumeOptionalParams): Promise<void>;
280
- /**
281
- * Lists eligible SKUs for PowerBI Dedicated resource provider.
282
- * @param options The options parameters.
283
- */
284
- listSkus(options?: CapacitiesListSkusOptionalParams): Promise<CapacitiesListSkusResponse>;
285
- /**
286
- * Lists eligible SKUs for a PowerBI Dedicated resource.
287
- * @param resourceGroupName The name of the Azure Resource group of which a given PowerBIDedicated
288
- * capacity is part. This name must be at least 1 character in length, and no more than 90.
289
- * @param dedicatedCapacityName The name of the Dedicated capacity. It must be at least 3 characters in
290
- * length, and no more than 63.
291
- * @param options The options parameters.
292
- */
293
- listSkusForCapacity(resourceGroupName: string, dedicatedCapacityName: string, options?: CapacitiesListSkusForCapacityOptionalParams): Promise<CapacitiesListSkusForCapacityResponse>;
294
- /**
295
- * Check the name availability in the target location.
296
- * @param location The region name which the operation will lookup into.
297
- * @param capacityParameters The name of the capacity.
298
- * @param options The options parameters.
299
- */
300
- checkNameAvailability(location: string, capacityParameters: CheckCapacityNameAvailabilityParameters, options?: CapacitiesCheckNameAvailabilityOptionalParams): Promise<CapacitiesCheckNameAvailabilityResponse>;
301
- }
302
-
303
- /** Optional parameters. */
304
- export declare interface CapacitiesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
305
- }
306
-
307
- /** Contains response data for the checkNameAvailability operation. */
308
- export declare type CapacitiesCheckNameAvailabilityResponse = CheckCapacityNameAvailabilityResult;
309
-
310
- /** Optional parameters. */
311
- export declare interface CapacitiesCreateOptionalParams extends coreClient.OperationOptions {
312
- /** Delay to wait until next poll, in milliseconds. */
313
- updateIntervalInMs?: number;
314
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
315
- resumeFrom?: string;
316
- }
317
-
318
- /** Contains response data for the create operation. */
319
- export declare type CapacitiesCreateResponse = DedicatedCapacity;
320
-
321
- /** Optional parameters. */
322
- export declare interface CapacitiesDeleteOptionalParams extends coreClient.OperationOptions {
323
- /** Delay to wait until next poll, in milliseconds. */
324
- updateIntervalInMs?: number;
325
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
326
- resumeFrom?: string;
327
- }
328
-
329
- /** Optional parameters. */
330
- export declare interface CapacitiesGetDetailsOptionalParams extends coreClient.OperationOptions {
331
- }
332
-
333
- /** Contains response data for the getDetails operation. */
334
- export declare type CapacitiesGetDetailsResponse = DedicatedCapacity;
335
-
336
- /** Optional parameters. */
337
- export declare interface CapacitiesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
338
- }
339
-
340
- /** Contains response data for the listByResourceGroup operation. */
341
- export declare type CapacitiesListByResourceGroupResponse = DedicatedCapacities;
342
-
343
- /** Optional parameters. */
344
- export declare interface CapacitiesListOptionalParams extends coreClient.OperationOptions {
345
- }
346
-
347
- /** Contains response data for the list operation. */
348
- export declare type CapacitiesListResponse = DedicatedCapacities;
349
-
350
- /** Optional parameters. */
351
- export declare interface CapacitiesListSkusForCapacityOptionalParams extends coreClient.OperationOptions {
352
- }
353
-
354
- /** Contains response data for the listSkusForCapacity operation. */
355
- export declare type CapacitiesListSkusForCapacityResponse = SkuEnumerationForExistingResourceResult;
356
-
357
- /** Optional parameters. */
358
- export declare interface CapacitiesListSkusOptionalParams extends coreClient.OperationOptions {
359
- }
360
-
361
- /** Contains response data for the listSkus operation. */
362
- export declare type CapacitiesListSkusResponse = SkuEnumerationForNewResourceResult;
363
-
364
- /** Optional parameters. */
365
- export declare interface CapacitiesResumeOptionalParams extends coreClient.OperationOptions {
366
- /** Delay to wait until next poll, in milliseconds. */
367
- updateIntervalInMs?: number;
368
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
369
- resumeFrom?: string;
370
- }
371
-
372
- /** Optional parameters. */
373
- export declare interface CapacitiesSuspendOptionalParams extends coreClient.OperationOptions {
374
- /** Delay to wait until next poll, in milliseconds. */
375
- updateIntervalInMs?: number;
376
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
377
- resumeFrom?: string;
378
- }
379
-
380
- /** Optional parameters. */
381
- export declare interface CapacitiesUpdateOptionalParams extends coreClient.OperationOptions {
382
- /** Delay to wait until next poll, in milliseconds. */
383
- updateIntervalInMs?: number;
384
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
385
- resumeFrom?: string;
386
- }
387
-
388
- /** Contains response data for the update operation. */
389
- export declare type CapacitiesUpdateResponse = DedicatedCapacity;
390
-
391
- /**
392
- * Defines values for CapacityProvisioningState. \
393
- * {@link KnownCapacityProvisioningState} can be used interchangeably with CapacityProvisioningState,
394
- * this enum contains the known values that the service supports.
395
- * ### Known values supported by the service
396
- * **Deleting** \
397
- * **Succeeded** \
398
- * **Failed** \
399
- * **Paused** \
400
- * **Suspended** \
401
- * **Provisioning** \
402
- * **Updating** \
403
- * **Suspending** \
404
- * **Pausing** \
405
- * **Resuming** \
406
- * **Preparing** \
407
- * **Scaling**
408
- */
409
- export declare type CapacityProvisioningState = string;
410
-
411
- /** Represents the SKU name and Azure pricing tier for PowerBI Dedicated capacity resource. */
412
- export declare interface CapacitySku {
413
- /** Name of the SKU level. */
414
- name: string;
415
- /** The name of the Azure pricing tier to which the SKU applies. */
416
- tier?: CapacitySkuTier;
417
- }
418
-
419
- /**
420
- * Defines values for CapacitySkuTier. \
421
- * {@link KnownCapacitySkuTier} can be used interchangeably with CapacitySkuTier,
422
- * this enum contains the known values that the service supports.
423
- * ### Known values supported by the service
424
- * **PBIE_Azure** \
425
- * **Premium** \
426
- * **AutoPremiumHost**
427
- */
428
- export declare type CapacitySkuTier = string;
429
-
430
- /** Details of capacity name request body. */
431
- export declare interface CheckCapacityNameAvailabilityParameters {
432
- /** Name for checking availability. */
433
- name?: string;
434
- /** The resource type of PowerBI dedicated. */
435
- type?: string;
436
- }
437
-
438
- /** The checking result of capacity name availability. */
439
- export declare interface CheckCapacityNameAvailabilityResult {
440
- /** Indicator of availability of the capacity name. */
441
- nameAvailable?: boolean;
442
- /** The reason of unavailability. */
443
- reason?: string;
444
- /** The detailed message of the request unavailability. */
445
- message?: string;
446
- }
447
-
448
- /** An array of Dedicated capacities resources. */
449
- export declare interface DedicatedCapacities {
450
- /** An array of Dedicated capacities resources. */
451
- value: DedicatedCapacity[];
452
- }
453
-
454
- /** Represents an instance of a Dedicated Capacity resource. */
455
- export declare interface DedicatedCapacity extends Resource {
456
- /** The SKU of the PowerBI Dedicated capacity resource. */
457
- sku: CapacitySku;
458
- /** A collection of Dedicated capacity administrators */
459
- administration?: DedicatedCapacityAdministrators;
460
- /** 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) */
461
- mode?: Mode;
462
- /**
463
- * The current state of PowerBI Dedicated resource. The state is to indicate more states outside of resource provisioning.
464
- * NOTE: This property will not be serialized. It can only be populated by the server.
465
- */
466
- readonly state?: State;
467
- /**
468
- * The current deployment state of PowerBI Dedicated resource. The provisioningState is to indicate states for resource provisioning.
469
- * NOTE: This property will not be serialized. It can only be populated by the server.
470
- */
471
- readonly provisioningState?: CapacityProvisioningState;
472
- }
473
-
474
- /** An array of administrator user identities */
475
- export declare interface DedicatedCapacityAdministrators {
476
- /** An array of administrator user identities. */
477
- members?: string[];
478
- }
479
-
480
- /** An object that represents a set of mutable Dedicated capacity resource properties. */
481
- export declare interface DedicatedCapacityMutableProperties {
482
- /** A collection of Dedicated capacity administrators */
483
- administration?: DedicatedCapacityAdministrators;
484
- /** 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) */
485
- mode?: Mode;
486
- }
487
-
488
- /** Properties of Dedicated Capacity resource. */
489
- export declare interface DedicatedCapacityProperties extends DedicatedCapacityMutableProperties {
490
- /**
491
- * The current state of PowerBI Dedicated resource. The state is to indicate more states outside of resource provisioning.
492
- * NOTE: This property will not be serialized. It can only be populated by the server.
493
- */
494
- readonly state?: State;
495
- /**
496
- * The current deployment state of PowerBI Dedicated resource. The provisioningState is to indicate states for resource provisioning.
497
- * NOTE: This property will not be serialized. It can only be populated by the server.
498
- */
499
- readonly provisioningState?: CapacityProvisioningState;
500
- }
501
-
502
- /** Provision request specification */
503
- export declare interface DedicatedCapacityUpdateParameters {
504
- /** The SKU of the Dedicated capacity resource. */
505
- sku?: CapacitySku;
506
- /** Key-value pairs of additional provisioning properties. */
507
- tags?: {
508
- [propertyName: string]: string;
509
- };
510
- /** A collection of Dedicated capacity administrators */
511
- administration?: DedicatedCapacityAdministrators;
512
- /** 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) */
513
- mode?: Mode;
514
- }
515
-
516
- /** Describes the format of Error response. */
517
- export declare interface ErrorResponse {
518
- /** The error object */
519
- error?: ErrorResponseError;
520
- }
521
-
522
- /** The error object */
523
- export declare interface ErrorResponseError {
524
- /** Error code */
525
- code?: string;
526
- /** Error message indicating why the operation failed. */
527
- message?: string;
528
- }
529
-
530
- /**
531
- * Given the last `.value` produced by the `byPage` iterator,
532
- * returns a continuation token that can be used to begin paging from
533
- * that point later.
534
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
535
- * @returns The continuation token that can be passed into byPage() during future calls.
536
- */
537
- export declare function getContinuationToken(page: unknown): string | undefined;
538
-
539
- /**
540
- * Defines values for IdentityType. \
541
- * {@link KnownIdentityType} can be used interchangeably with IdentityType,
542
- * this enum contains the known values that the service supports.
543
- * ### Known values supported by the service
544
- * **User** \
545
- * **Application** \
546
- * **ManagedIdentity** \
547
- * **Key**
548
- */
549
- export declare type IdentityType = string;
550
-
551
- /** Known values of {@link CapacityProvisioningState} that the service accepts. */
552
- export declare enum KnownCapacityProvisioningState {
553
- /** Deleting */
554
- Deleting = "Deleting",
555
- /** Succeeded */
556
- Succeeded = "Succeeded",
557
- /** Failed */
558
- Failed = "Failed",
559
- /** Paused */
560
- Paused = "Paused",
561
- /** Suspended */
562
- Suspended = "Suspended",
563
- /** Provisioning */
564
- Provisioning = "Provisioning",
565
- /** Updating */
566
- Updating = "Updating",
567
- /** Suspending */
568
- Suspending = "Suspending",
569
- /** Pausing */
570
- Pausing = "Pausing",
571
- /** Resuming */
572
- Resuming = "Resuming",
573
- /** Preparing */
574
- Preparing = "Preparing",
575
- /** Scaling */
576
- Scaling = "Scaling"
577
- }
578
-
579
- /** Known values of {@link CapacitySkuTier} that the service accepts. */
580
- export declare enum KnownCapacitySkuTier {
581
- /** PbieAzure */
582
- PbieAzure = "PBIE_Azure",
583
- /** Premium */
584
- Premium = "Premium",
585
- /** AutoPremiumHost */
586
- AutoPremiumHost = "AutoPremiumHost"
587
- }
588
-
589
- /** Known values of {@link IdentityType} that the service accepts. */
590
- export declare enum KnownIdentityType {
591
- /** User */
592
- User = "User",
593
- /** Application */
594
- Application = "Application",
595
- /** ManagedIdentity */
596
- ManagedIdentity = "ManagedIdentity",
597
- /** Key */
598
- Key = "Key"
599
- }
600
-
601
- /** Known values of {@link Mode} that the service accepts. */
602
- export declare enum KnownMode {
603
- /** Gen1 */
604
- Gen1 = "Gen1",
605
- /** Gen2 */
606
- Gen2 = "Gen2"
607
- }
608
-
609
- /** Known values of {@link State} that the service accepts. */
610
- export declare enum KnownState {
611
- /** Deleting */
612
- Deleting = "Deleting",
613
- /** Succeeded */
614
- Succeeded = "Succeeded",
615
- /** Failed */
616
- Failed = "Failed",
617
- /** Paused */
618
- Paused = "Paused",
619
- /** Suspended */
620
- Suspended = "Suspended",
621
- /** Provisioning */
622
- Provisioning = "Provisioning",
623
- /** Updating */
624
- Updating = "Updating",
625
- /** Suspending */
626
- Suspending = "Suspending",
627
- /** Pausing */
628
- Pausing = "Pausing",
629
- /** Resuming */
630
- Resuming = "Resuming",
631
- /** Preparing */
632
- Preparing = "Preparing",
633
- /** Scaling */
634
- Scaling = "Scaling"
635
- }
636
-
637
- /** Known values of {@link VCoreProvisioningState} that the service accepts. */
638
- export declare enum KnownVCoreProvisioningState {
639
- /** Succeeded */
640
- Succeeded = "Succeeded"
641
- }
642
-
643
- /** Known values of {@link VCoreSkuTier} that the service accepts. */
644
- export declare enum KnownVCoreSkuTier {
645
- /** AutoScale */
646
- AutoScale = "AutoScale"
647
- }
648
-
649
- /**
650
- * Defines values for Mode. \
651
- * {@link KnownMode} can be used interchangeably with Mode,
652
- * this enum contains the known values that the service supports.
653
- * ### Known values supported by the service
654
- * **Gen1** \
655
- * **Gen2**
656
- */
657
- export declare type Mode = string;
658
-
659
- /** Capacities REST API operation. */
660
- export declare interface Operation {
661
- /**
662
- * Operation name: {provider}/{resource}/{operation}.
663
- * NOTE: This property will not be serialized. It can only be populated by the server.
664
- */
665
- readonly name?: string;
666
- /** The object that represents the operation. */
667
- display?: OperationDisplay;
668
- }
669
-
670
- /** The object that represents the operation. */
671
- export declare interface OperationDisplay {
672
- /**
673
- * Service provider: Microsoft.PowerBIDedicated.
674
- * NOTE: This property will not be serialized. It can only be populated by the server.
675
- */
676
- readonly provider?: string;
677
- /**
678
- * Resource on which the operation is performed: capacity, etc.
679
- * NOTE: This property will not be serialized. It can only be populated by the server.
680
- */
681
- readonly resource?: string;
682
- /**
683
- * Operation type: create, update, delete, etc.
684
- * NOTE: This property will not be serialized. It can only be populated by the server.
685
- */
686
- readonly operation?: string;
687
- }
688
-
689
- /** Result listing capacities. It contains a list of operations and a URL link to get the next set of results. */
690
- export declare interface OperationListResult {
691
- /**
692
- * List of capacities supported by the Microsoft.PowerBIDedicated resource provider.
693
- * NOTE: This property will not be serialized. It can only be populated by the server.
694
- */
695
- readonly value?: Operation[];
696
- /**
697
- * URL to get the next set of operation list results if there are any.
698
- * NOTE: This property will not be serialized. It can only be populated by the server.
699
- */
700
- readonly nextLink?: string;
701
- }
702
-
703
- /** Interface representing a Operations. */
704
- export declare interface Operations {
705
- /**
706
- * Lists all of the available PowerBIDedicated REST API operations.
707
- * @param options The options parameters.
708
- */
709
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
710
- }
711
-
712
- /** Optional parameters. */
713
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
714
- }
715
-
716
- /** Contains response data for the listNext operation. */
717
- export declare type OperationsListNextResponse = OperationListResult;
718
-
719
- /** Optional parameters. */
720
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
721
- }
722
-
723
- /** Contains response data for the list operation. */
724
- export declare type OperationsListResponse = OperationListResult;
725
-
726
- export declare class PowerBIDedicated extends coreClient.ServiceClient {
727
- $host: string;
728
- apiVersion: string;
729
- subscriptionId: string;
730
- /**
731
- * Initializes a new instance of the PowerBIDedicated class.
732
- * @param credentials Subscription credentials which uniquely identify client subscription.
733
- * @param subscriptionId A unique identifier for a Microsoft Azure subscription. The subscription ID
734
- * forms part of the URI for every service call.
735
- * @param options The parameter options
736
- */
737
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: PowerBIDedicatedOptionalParams);
738
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
739
- private addCustomApiVersionPolicy;
740
- capacities: Capacities;
741
- operations: Operations;
742
- autoScaleVCores: AutoScaleVCores;
743
- }
744
-
745
- /** Optional parameters. */
746
- export declare interface PowerBIDedicatedOptionalParams extends coreClient.ServiceClientOptions {
747
- /** server parameter */
748
- $host?: string;
749
- /** Api Version */
750
- apiVersion?: string;
751
- /** Overrides client endpoint. */
752
- endpoint?: string;
753
- }
754
-
755
- /** Represents an instance of an PowerBI Dedicated resource. */
756
- export declare interface Resource {
757
- /**
758
- * An identifier that represents the PowerBI Dedicated resource.
759
- * NOTE: This property will not be serialized. It can only be populated by the server.
760
- */
761
- readonly id?: string;
762
- /**
763
- * The name of the PowerBI Dedicated resource.
764
- * NOTE: This property will not be serialized. It can only be populated by the server.
765
- */
766
- readonly name?: string;
767
- /**
768
- * The type of the PowerBI Dedicated resource.
769
- * NOTE: This property will not be serialized. It can only be populated by the server.
770
- */
771
- readonly type?: string;
772
- /** Location of the PowerBI Dedicated resource. */
773
- location: string;
774
- /** Key-value pairs of additional resource provisioning properties. */
775
- tags?: {
776
- [propertyName: string]: string;
777
- };
778
- /** Metadata pertaining to creation and last modification of the resource. */
779
- systemData?: SystemData;
780
- }
781
-
782
- /** An object that represents SKU details for existing resources */
783
- export declare interface SkuDetailsForExistingResource {
784
- /** The SKU in SKU details for existing resources. */
785
- sku?: CapacitySku;
786
- }
787
-
788
- /** An object that represents enumerating SKUs for existing resources */
789
- export declare interface SkuEnumerationForExistingResourceResult {
790
- /** The collection of available SKUs for existing resources */
791
- value?: SkuDetailsForExistingResource[];
792
- }
793
-
794
- /** An object that represents enumerating SKUs for new resources */
795
- export declare interface SkuEnumerationForNewResourceResult {
796
- /** The collection of available SKUs for new resources */
797
- value?: CapacitySku[];
798
- }
799
-
800
- /**
801
- * Defines values for State. \
802
- * {@link KnownState} can be used interchangeably with State,
803
- * this enum contains the known values that the service supports.
804
- * ### Known values supported by the service
805
- * **Deleting** \
806
- * **Succeeded** \
807
- * **Failed** \
808
- * **Paused** \
809
- * **Suspended** \
810
- * **Provisioning** \
811
- * **Updating** \
812
- * **Suspending** \
813
- * **Pausing** \
814
- * **Resuming** \
815
- * **Preparing** \
816
- * **Scaling**
817
- */
818
- export declare type State = string;
819
-
820
- /** Metadata pertaining to creation and last modification of the resource. */
821
- export declare interface SystemData {
822
- /** An identifier for the identity that created the resource */
823
- createdBy?: string;
824
- /** The type of identity that created the resource */
825
- createdByType?: IdentityType;
826
- /** The timestamp of resource creation (UTC) */
827
- createdAt?: Date;
828
- /** An identifier for the identity that last modified the resource */
829
- lastModifiedBy?: string;
830
- /** The type of identity that last modified the resource */
831
- lastModifiedByType?: IdentityType;
832
- /** The timestamp of resource last modification (UTC) */
833
- lastModifiedAt?: Date;
834
- }
835
-
836
- /**
837
- * Defines values for VCoreProvisioningState. \
838
- * {@link KnownVCoreProvisioningState} can be used interchangeably with VCoreProvisioningState,
839
- * this enum contains the known values that the service supports.
840
- * ### Known values supported by the service
841
- * **Succeeded**
842
- */
843
- export declare type VCoreProvisioningState = string;
844
-
845
- /**
846
- * Defines values for VCoreSkuTier. \
847
- * {@link KnownVCoreSkuTier} can be used interchangeably with VCoreSkuTier,
848
- * this enum contains the known values that the service supports.
849
- * ### Known values supported by the service
850
- * **AutoScale**
851
- */
852
- export declare type VCoreSkuTier = string;
853
-
854
- export { }