@azure/arm-portal 1.0.0-alpha.20250217.1 → 1.0.0-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 (362) 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/models/index.js.map +1 -0
  7. package/dist/browser/models/mappers.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  9. package/dist/browser/models/parameters.js.map +1 -0
  10. package/{dist-esm/src → dist/browser}/operations/dashboards.d.ts +3 -3
  11. package/dist/browser/operations/dashboards.d.ts.map +1 -0
  12. package/{dist-esm/src → dist/browser}/operations/dashboards.js +3 -3
  13. package/dist/browser/operations/dashboards.js.map +1 -0
  14. package/dist/browser/operations/index.d.ts +5 -0
  15. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  16. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +4 -4
  17. package/dist/browser/operations/index.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/operations/listTenantConfigurationViolations.d.ts +3 -3
  19. package/dist/browser/operations/listTenantConfigurationViolations.d.ts.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/listTenantConfigurationViolations.js +3 -3
  21. package/dist/browser/operations/listTenantConfigurationViolations.js.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  23. package/dist/browser/operations/operations.d.ts.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  25. package/dist/browser/operations/operations.js.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/tenantConfigurations.d.ts +3 -3
  27. package/dist/browser/operations/tenantConfigurations.d.ts.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/tenantConfigurations.js +3 -3
  29. package/dist/browser/operations/tenantConfigurations.js.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operationsInterfaces/dashboards.d.ts +1 -1
  31. package/dist/browser/operationsInterfaces/dashboards.d.ts.map +1 -0
  32. package/dist/browser/operationsInterfaces/dashboards.js.map +1 -0
  33. package/dist/browser/operationsInterfaces/index.d.ts +5 -0
  34. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  35. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +4 -4
  36. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operationsInterfaces/listTenantConfigurationViolations.d.ts +1 -1
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/listTenantConfigurationViolations.d.ts.map +1 -1
  39. package/dist/browser/operationsInterfaces/listTenantConfigurationViolations.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  41. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  42. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operationsInterfaces/tenantConfigurations.d.ts +1 -1
  44. package/dist/browser/operationsInterfaces/tenantConfigurations.d.ts.map +1 -0
  45. package/dist/browser/operationsInterfaces/tenantConfigurations.js.map +1 -0
  46. package/dist/browser/package.json +3 -0
  47. package/dist/browser/pagingHelper.js.map +1 -0
  48. package/{dist-esm/src → dist/browser}/portal.d.ts +2 -2
  49. package/dist/browser/portal.d.ts.map +1 -0
  50. package/{dist-esm/src → dist/browser}/portal.js +15 -18
  51. package/dist/browser/portal.js.map +1 -0
  52. package/dist/commonjs/index.d.ts +5 -0
  53. package/dist/commonjs/index.d.ts.map +1 -0
  54. package/dist/commonjs/index.js +19 -0
  55. package/dist/commonjs/index.js.map +1 -0
  56. package/dist/commonjs/models/index.d.ts +336 -0
  57. package/dist/commonjs/models/index.d.ts.map +1 -0
  58. package/dist/commonjs/models/index.js +17 -0
  59. package/dist/commonjs/models/index.js.map +1 -0
  60. package/dist/commonjs/models/mappers.d.ts +28 -0
  61. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  62. package/dist/commonjs/models/mappers.js +627 -0
  63. package/dist/commonjs/models/mappers.js.map +1 -0
  64. package/dist/commonjs/models/parameters.d.ts +14 -0
  65. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  66. package/dist/commonjs/models/parameters.js +123 -0
  67. package/dist/commonjs/models/parameters.js.map +1 -0
  68. package/dist/commonjs/operations/dashboards.d.ts +83 -0
  69. package/dist/commonjs/operations/dashboards.d.ts.map +1 -0
  70. package/dist/commonjs/operations/dashboards.js +390 -0
  71. package/dist/commonjs/operations/dashboards.js.map +1 -0
  72. package/dist/commonjs/operations/index.d.ts +5 -0
  73. package/dist/commonjs/operations/index.d.ts.map +1 -0
  74. package/dist/commonjs/operations/index.js +15 -0
  75. package/dist/commonjs/operations/index.js.map +1 -0
  76. package/dist/commonjs/operations/listTenantConfigurationViolations.d.ts +32 -0
  77. package/dist/commonjs/operations/listTenantConfigurationViolations.d.ts.map +1 -0
  78. package/dist/commonjs/operations/listTenantConfigurationViolations.js +137 -0
  79. package/dist/commonjs/operations/listTenantConfigurationViolations.js.map +1 -0
  80. package/dist/commonjs/operations/operations.d.ts +32 -0
  81. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  82. package/dist/commonjs/operations/operations.js +137 -0
  83. package/dist/commonjs/operations/operations.js.map +1 -0
  84. package/dist/commonjs/operations/tenantConfigurations.d.ts +52 -0
  85. package/dist/commonjs/operations/tenantConfigurations.d.ts.map +1 -0
  86. package/dist/commonjs/operations/tenantConfigurations.js +216 -0
  87. package/dist/commonjs/operations/tenantConfigurations.js.map +1 -0
  88. package/dist/commonjs/operationsInterfaces/dashboards.d.ts +47 -0
  89. package/dist/commonjs/operationsInterfaces/dashboards.d.ts.map +1 -0
  90. package/dist/commonjs/operationsInterfaces/dashboards.js +10 -0
  91. package/dist/commonjs/operationsInterfaces/dashboards.js.map +1 -0
  92. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
  93. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  94. package/dist/commonjs/operationsInterfaces/index.js +15 -0
  95. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  96. package/dist/commonjs/operationsInterfaces/listTenantConfigurationViolations.d.ts +11 -0
  97. package/dist/commonjs/operationsInterfaces/listTenantConfigurationViolations.d.ts.map +1 -0
  98. package/dist/commonjs/operationsInterfaces/listTenantConfigurationViolations.js +10 -0
  99. package/dist/commonjs/operationsInterfaces/listTenantConfigurationViolations.js.map +1 -0
  100. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  101. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  102. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  103. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  104. package/dist/commonjs/operationsInterfaces/tenantConfigurations.d.ts +31 -0
  105. package/dist/commonjs/operationsInterfaces/tenantConfigurations.d.ts.map +1 -0
  106. package/dist/commonjs/operationsInterfaces/tenantConfigurations.js +10 -0
  107. package/dist/commonjs/operationsInterfaces/tenantConfigurations.js.map +1 -0
  108. package/dist/commonjs/package.json +3 -0
  109. package/dist/commonjs/pagingHelper.d.ts +13 -0
  110. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  111. package/dist/commonjs/pagingHelper.js +36 -0
  112. package/dist/commonjs/pagingHelper.js.map +1 -0
  113. package/dist/commonjs/portal.d.ts +24 -0
  114. package/dist/commonjs/portal.d.ts.map +1 -0
  115. package/dist/commonjs/portal.js +106 -0
  116. package/dist/commonjs/portal.js.map +1 -0
  117. package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
  118. package/dist/esm/index.d.ts +5 -0
  119. package/dist/esm/index.d.ts.map +1 -0
  120. package/{src/index.ts → dist/esm/index.js} +5 -5
  121. package/dist/esm/index.js.map +1 -0
  122. package/dist/esm/models/index.d.ts +336 -0
  123. package/dist/esm/models/index.d.ts.map +1 -0
  124. package/dist/esm/models/index.js +14 -0
  125. package/dist/esm/models/index.js.map +1 -0
  126. package/dist/esm/models/mappers.d.ts +28 -0
  127. package/dist/esm/models/mappers.d.ts.map +1 -0
  128. package/dist/esm/models/mappers.js +624 -0
  129. package/dist/esm/models/mappers.js.map +1 -0
  130. package/dist/esm/models/parameters.d.ts +14 -0
  131. package/dist/esm/models/parameters.d.ts.map +1 -0
  132. package/dist/esm/models/parameters.js +120 -0
  133. package/dist/esm/models/parameters.js.map +1 -0
  134. package/dist/esm/operations/dashboards.d.ts +83 -0
  135. package/dist/esm/operations/dashboards.d.ts.map +1 -0
  136. package/dist/esm/operations/dashboards.js +386 -0
  137. package/dist/esm/operations/dashboards.js.map +1 -0
  138. package/dist/esm/operations/index.d.ts +5 -0
  139. package/dist/esm/operations/index.d.ts.map +1 -0
  140. package/dist/esm/operations/index.js +12 -0
  141. package/dist/esm/operations/index.js.map +1 -0
  142. package/dist/esm/operations/listTenantConfigurationViolations.d.ts +32 -0
  143. package/dist/esm/operations/listTenantConfigurationViolations.d.ts.map +1 -0
  144. package/dist/esm/operations/listTenantConfigurationViolations.js +133 -0
  145. package/dist/esm/operations/listTenantConfigurationViolations.js.map +1 -0
  146. package/dist/esm/operations/operations.d.ts +32 -0
  147. package/dist/esm/operations/operations.d.ts.map +1 -0
  148. package/dist/esm/operations/operations.js +133 -0
  149. package/dist/esm/operations/operations.js.map +1 -0
  150. package/dist/esm/operations/tenantConfigurations.d.ts +52 -0
  151. package/dist/esm/operations/tenantConfigurations.d.ts.map +1 -0
  152. package/dist/esm/operations/tenantConfigurations.js +212 -0
  153. package/dist/esm/operations/tenantConfigurations.js.map +1 -0
  154. package/dist/esm/operationsInterfaces/dashboards.d.ts +47 -0
  155. package/dist/esm/operationsInterfaces/dashboards.d.ts.map +1 -0
  156. package/dist/esm/operationsInterfaces/dashboards.js +9 -0
  157. package/dist/esm/operationsInterfaces/dashboards.js.map +1 -0
  158. package/dist/esm/operationsInterfaces/index.d.ts +5 -0
  159. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  160. package/dist/esm/operationsInterfaces/index.js +12 -0
  161. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  162. package/dist/esm/operationsInterfaces/listTenantConfigurationViolations.d.ts +11 -0
  163. package/dist/esm/operationsInterfaces/listTenantConfigurationViolations.d.ts.map +1 -0
  164. package/dist/esm/operationsInterfaces/listTenantConfigurationViolations.js +9 -0
  165. package/dist/esm/operationsInterfaces/listTenantConfigurationViolations.js.map +1 -0
  166. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  167. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  168. package/dist/esm/operationsInterfaces/operations.js +9 -0
  169. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  170. package/dist/esm/operationsInterfaces/tenantConfigurations.d.ts +31 -0
  171. package/dist/esm/operationsInterfaces/tenantConfigurations.d.ts.map +1 -0
  172. package/dist/esm/operationsInterfaces/tenantConfigurations.js +9 -0
  173. package/dist/esm/operationsInterfaces/tenantConfigurations.js.map +1 -0
  174. package/dist/esm/package.json +3 -0
  175. package/dist/esm/pagingHelper.d.ts +13 -0
  176. package/dist/esm/pagingHelper.d.ts.map +1 -0
  177. package/dist/esm/pagingHelper.js +32 -0
  178. package/dist/esm/pagingHelper.js.map +1 -0
  179. package/dist/esm/portal.d.ts +24 -0
  180. package/dist/esm/portal.d.ts.map +1 -0
  181. package/dist/esm/portal.js +101 -0
  182. package/dist/esm/portal.js.map +1 -0
  183. package/dist/react-native/index.d.ts +5 -0
  184. package/dist/react-native/index.d.ts.map +1 -0
  185. package/dist/react-native/index.js +13 -0
  186. package/dist/react-native/index.js.map +1 -0
  187. package/dist/react-native/models/index.d.ts +336 -0
  188. package/dist/react-native/models/index.d.ts.map +1 -0
  189. package/dist/react-native/models/index.js +14 -0
  190. package/dist/react-native/models/index.js.map +1 -0
  191. package/dist/react-native/models/mappers.d.ts +28 -0
  192. package/dist/react-native/models/mappers.d.ts.map +1 -0
  193. package/dist/react-native/models/mappers.js +624 -0
  194. package/dist/react-native/models/mappers.js.map +1 -0
  195. package/dist/react-native/models/parameters.d.ts +14 -0
  196. package/dist/react-native/models/parameters.d.ts.map +1 -0
  197. package/dist/react-native/models/parameters.js +120 -0
  198. package/dist/react-native/models/parameters.js.map +1 -0
  199. package/dist/react-native/operations/dashboards.d.ts +83 -0
  200. package/dist/react-native/operations/dashboards.d.ts.map +1 -0
  201. package/dist/react-native/operations/dashboards.js +386 -0
  202. package/dist/react-native/operations/dashboards.js.map +1 -0
  203. package/dist/react-native/operations/index.d.ts +5 -0
  204. package/dist/react-native/operations/index.d.ts.map +1 -0
  205. package/dist/react-native/operations/index.js +12 -0
  206. package/dist/react-native/operations/index.js.map +1 -0
  207. package/dist/react-native/operations/listTenantConfigurationViolations.d.ts +32 -0
  208. package/dist/react-native/operations/listTenantConfigurationViolations.d.ts.map +1 -0
  209. package/dist/react-native/operations/listTenantConfigurationViolations.js +133 -0
  210. package/dist/react-native/operations/listTenantConfigurationViolations.js.map +1 -0
  211. package/dist/react-native/operations/operations.d.ts +32 -0
  212. package/dist/react-native/operations/operations.d.ts.map +1 -0
  213. package/dist/react-native/operations/operations.js +133 -0
  214. package/dist/react-native/operations/operations.js.map +1 -0
  215. package/dist/react-native/operations/tenantConfigurations.d.ts +52 -0
  216. package/dist/react-native/operations/tenantConfigurations.d.ts.map +1 -0
  217. package/dist/react-native/operations/tenantConfigurations.js +212 -0
  218. package/dist/react-native/operations/tenantConfigurations.js.map +1 -0
  219. package/dist/react-native/operationsInterfaces/dashboards.d.ts +47 -0
  220. package/dist/react-native/operationsInterfaces/dashboards.d.ts.map +1 -0
  221. package/dist/react-native/operationsInterfaces/dashboards.js +9 -0
  222. package/dist/react-native/operationsInterfaces/dashboards.js.map +1 -0
  223. package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
  224. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  225. package/dist/react-native/operationsInterfaces/index.js +12 -0
  226. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  227. package/dist/react-native/operationsInterfaces/listTenantConfigurationViolations.d.ts +11 -0
  228. package/dist/react-native/operationsInterfaces/listTenantConfigurationViolations.d.ts.map +1 -0
  229. package/dist/react-native/operationsInterfaces/listTenantConfigurationViolations.js +9 -0
  230. package/dist/react-native/operationsInterfaces/listTenantConfigurationViolations.js.map +1 -0
  231. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  232. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  233. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  234. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  235. package/dist/react-native/operationsInterfaces/tenantConfigurations.d.ts +31 -0
  236. package/dist/react-native/operationsInterfaces/tenantConfigurations.d.ts.map +1 -0
  237. package/dist/react-native/operationsInterfaces/tenantConfigurations.js +9 -0
  238. package/dist/react-native/operationsInterfaces/tenantConfigurations.js.map +1 -0
  239. package/dist/react-native/package.json +3 -0
  240. package/dist/react-native/pagingHelper.d.ts +13 -0
  241. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  242. package/dist/react-native/pagingHelper.js +32 -0
  243. package/dist/react-native/pagingHelper.js.map +1 -0
  244. package/dist/react-native/portal.d.ts +24 -0
  245. package/dist/react-native/portal.d.ts.map +1 -0
  246. package/dist/react-native/portal.js +101 -0
  247. package/dist/react-native/portal.js.map +1 -0
  248. package/package.json +69 -40
  249. package/dist/index.js +0 -1791
  250. package/dist/index.js.map +0 -1
  251. package/dist/index.min.js +0 -1
  252. package/dist/index.min.js.map +0 -1
  253. package/dist-esm/samples-dev/dashboardsCreateOrUpdateSample.d.ts +0 -2
  254. package/dist-esm/samples-dev/dashboardsCreateOrUpdateSample.d.ts.map +0 -1
  255. package/dist-esm/samples-dev/dashboardsCreateOrUpdateSample.js +0 -44
  256. package/dist-esm/samples-dev/dashboardsCreateOrUpdateSample.js.map +0 -1
  257. package/dist-esm/samples-dev/dashboardsDeleteSample.d.ts +0 -2
  258. package/dist-esm/samples-dev/dashboardsDeleteSample.d.ts.map +0 -1
  259. package/dist-esm/samples-dev/dashboardsDeleteSample.js +0 -36
  260. package/dist-esm/samples-dev/dashboardsDeleteSample.js.map +0 -1
  261. package/dist-esm/samples-dev/dashboardsGetSample.d.ts +0 -2
  262. package/dist-esm/samples-dev/dashboardsGetSample.d.ts.map +0 -1
  263. package/dist-esm/samples-dev/dashboardsGetSample.js +0 -36
  264. package/dist-esm/samples-dev/dashboardsGetSample.js.map +0 -1
  265. package/dist-esm/samples-dev/dashboardsListByResourceGroupSample.d.ts +0 -2
  266. package/dist-esm/samples-dev/dashboardsListByResourceGroupSample.d.ts.map +0 -1
  267. package/dist-esm/samples-dev/dashboardsListByResourceGroupSample.js +0 -51
  268. package/dist-esm/samples-dev/dashboardsListByResourceGroupSample.js.map +0 -1
  269. package/dist-esm/samples-dev/dashboardsListBySubscriptionSample.d.ts +0 -2
  270. package/dist-esm/samples-dev/dashboardsListBySubscriptionSample.d.ts.map +0 -1
  271. package/dist-esm/samples-dev/dashboardsListBySubscriptionSample.js +0 -50
  272. package/dist-esm/samples-dev/dashboardsListBySubscriptionSample.js.map +0 -1
  273. package/dist-esm/samples-dev/dashboardsUpdateSample.d.ts +0 -2
  274. package/dist-esm/samples-dev/dashboardsUpdateSample.d.ts.map +0 -1
  275. package/dist-esm/samples-dev/dashboardsUpdateSample.js +0 -32
  276. package/dist-esm/samples-dev/dashboardsUpdateSample.js.map +0 -1
  277. package/dist-esm/samples-dev/listTenantConfigurationViolationsListSample.d.ts +0 -2
  278. package/dist-esm/samples-dev/listTenantConfigurationViolationsListSample.d.ts.map +0 -1
  279. package/dist-esm/samples-dev/listTenantConfigurationViolationsListSample.js +0 -50
  280. package/dist-esm/samples-dev/listTenantConfigurationViolationsListSample.js.map +0 -1
  281. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  282. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  283. package/dist-esm/samples-dev/operationsListSample.js +0 -50
  284. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  285. package/dist-esm/samples-dev/tenantConfigurationsCreateSample.d.ts +0 -2
  286. package/dist-esm/samples-dev/tenantConfigurationsCreateSample.d.ts.map +0 -1
  287. package/dist-esm/samples-dev/tenantConfigurationsCreateSample.js +0 -31
  288. package/dist-esm/samples-dev/tenantConfigurationsCreateSample.js.map +0 -1
  289. package/dist-esm/samples-dev/tenantConfigurationsDeleteSample.d.ts +0 -2
  290. package/dist-esm/samples-dev/tenantConfigurationsDeleteSample.d.ts.map +0 -1
  291. package/dist-esm/samples-dev/tenantConfigurationsDeleteSample.js +0 -35
  292. package/dist-esm/samples-dev/tenantConfigurationsDeleteSample.js.map +0 -1
  293. package/dist-esm/samples-dev/tenantConfigurationsGetSample.d.ts +0 -2
  294. package/dist-esm/samples-dev/tenantConfigurationsGetSample.d.ts.map +0 -1
  295. package/dist-esm/samples-dev/tenantConfigurationsGetSample.js +0 -35
  296. package/dist-esm/samples-dev/tenantConfigurationsGetSample.js.map +0 -1
  297. package/dist-esm/samples-dev/tenantConfigurationsListSample.d.ts +0 -2
  298. package/dist-esm/samples-dev/tenantConfigurationsListSample.d.ts.map +0 -1
  299. package/dist-esm/samples-dev/tenantConfigurationsListSample.js +0 -50
  300. package/dist-esm/samples-dev/tenantConfigurationsListSample.js.map +0 -1
  301. package/dist-esm/src/index.d.ts +0 -5
  302. package/dist-esm/src/index.js.map +0 -1
  303. package/dist-esm/src/models/index.js.map +0 -1
  304. package/dist-esm/src/models/mappers.js.map +0 -1
  305. package/dist-esm/src/models/parameters.js.map +0 -1
  306. package/dist-esm/src/operations/dashboards.d.ts.map +0 -1
  307. package/dist-esm/src/operations/dashboards.js.map +0 -1
  308. package/dist-esm/src/operations/index.d.ts +0 -5
  309. package/dist-esm/src/operations/index.js.map +0 -1
  310. package/dist-esm/src/operations/listTenantConfigurationViolations.d.ts.map +0 -1
  311. package/dist-esm/src/operations/listTenantConfigurationViolations.js.map +0 -1
  312. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  313. package/dist-esm/src/operations/operations.js.map +0 -1
  314. package/dist-esm/src/operations/tenantConfigurations.d.ts.map +0 -1
  315. package/dist-esm/src/operations/tenantConfigurations.js.map +0 -1
  316. package/dist-esm/src/operationsInterfaces/dashboards.d.ts.map +0 -1
  317. package/dist-esm/src/operationsInterfaces/dashboards.js.map +0 -1
  318. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  319. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  320. package/dist-esm/src/operationsInterfaces/listTenantConfigurationViolations.js.map +0 -1
  321. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  322. package/dist-esm/src/operationsInterfaces/tenantConfigurations.d.ts.map +0 -1
  323. package/dist-esm/src/operationsInterfaces/tenantConfigurations.js.map +0 -1
  324. package/dist-esm/src/pagingHelper.js.map +0 -1
  325. package/dist-esm/src/portal.d.ts.map +0 -1
  326. package/dist-esm/src/portal.js.map +0 -1
  327. package/dist-esm/test/sampleTest.d.ts +0 -2
  328. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  329. package/dist-esm/test/sampleTest.js +0 -42
  330. package/dist-esm/test/sampleTest.js.map +0 -1
  331. package/src/models/index.ts +0 -390
  332. package/src/models/mappers.ts +0 -658
  333. package/src/models/parameters.ts +0 -141
  334. package/src/operations/dashboards.ts +0 -478
  335. package/src/operations/index.ts +0 -12
  336. package/src/operations/listTenantConfigurationViolations.ts +0 -150
  337. package/src/operations/operations.ts +0 -149
  338. package/src/operations/tenantConfigurations.ts +0 -256
  339. package/src/operationsInterfaces/dashboards.ts +0 -91
  340. package/src/operationsInterfaces/index.ts +0 -12
  341. package/src/operationsInterfaces/listTenantConfigurationViolations.ts +0 -25
  342. package/src/operationsInterfaces/operations.ts +0 -25
  343. package/src/operationsInterfaces/tenantConfigurations.ts +0 -61
  344. package/src/pagingHelper.ts +0 -39
  345. package/src/portal.ts +0 -159
  346. package/tsconfig.json +0 -33
  347. package/types/arm-portal.d.ts +0 -518
  348. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  349. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  350. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  351. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  352. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  353. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  354. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  355. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  356. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dashboards.js +0 -0
  357. /package/{dist-esm/src → dist/browser}/operationsInterfaces/listTenantConfigurationViolations.js +0 -0
  358. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  359. /package/{dist-esm/src → dist/browser}/operationsInterfaces/tenantConfigurations.js +0 -0
  360. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  361. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  362. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -0,0 +1,5 @@
1
+ export * from "./operations.js";
2
+ export * from "./dashboards.js";
3
+ export * from "./tenantConfigurations.js";
4
+ export * from "./listTenantConfigurationViolations.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wCAAwC,CAAC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ const tslib_1 = require("tslib");
11
+ tslib_1.__exportStar(require("./operations.js"), exports);
12
+ tslib_1.__exportStar(require("./dashboards.js"), exports);
13
+ tslib_1.__exportStar(require("./tenantConfigurations.js"), exports);
14
+ tslib_1.__exportStar(require("./listTenantConfigurationViolations.js"), exports);
15
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAEH,0DAAgC;AAChC,0DAAgC;AAChC,oEAA0C;AAC1C,iFAAuD","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./operations.js\";\nexport * from \"./dashboards.js\";\nexport * from \"./tenantConfigurations.js\";\nexport * from \"./listTenantConfigurationViolations.js\";\n"]}
@@ -0,0 +1,32 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { ListTenantConfigurationViolations } from "../operationsInterfaces/index.js";
3
+ import { Portal } from "../portal.js";
4
+ import { Violation, ListTenantConfigurationViolationsListOptionalParams } from "../models/index.js";
5
+ /** Class containing ListTenantConfigurationViolations operations. */
6
+ export declare class ListTenantConfigurationViolationsImpl implements ListTenantConfigurationViolations {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class ListTenantConfigurationViolations class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: Portal);
13
+ /**
14
+ * Gets list of items that violate tenant's configuration.
15
+ * @param options The options parameters.
16
+ */
17
+ list(options?: ListTenantConfigurationViolationsListOptionalParams): PagedAsyncIterableIterator<Violation>;
18
+ private listPagingPage;
19
+ private listPagingAll;
20
+ /**
21
+ * Gets list of items that violate tenant's configuration.
22
+ * @param options The options parameters.
23
+ */
24
+ private _list;
25
+ /**
26
+ * ListNext
27
+ * @param nextLink The nextLink from the previous successful call to the List method.
28
+ * @param options The options parameters.
29
+ */
30
+ private _listNext;
31
+ }
32
+ //# sourceMappingURL=listTenantConfigurationViolations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"listTenantConfigurationViolations.d.ts","sourceRoot":"","sources":["../../../src/operations/listTenantConfigurationViolations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,iCAAiC,EAAE,MAAM,kCAAkC,CAAC;AAIrF,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EACL,SAAS,EAET,mDAAmD,EAGpD,MAAM,oBAAoB,CAAC;AAG5B,qEAAqE;AACrE,qBAAa,qCACX,YAAW,iCAAiC;IAC5C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAS;IAEhC;;;OAGG;gBACS,MAAM,EAAE,MAAM;IAI1B;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,mDAAmD,GAC5D,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
@@ -0,0 +1,137 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.ListTenantConfigurationViolationsImpl = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const pagingHelper_js_1 = require("../pagingHelper.js");
13
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
14
+ const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
15
+ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
16
+ /// <reference lib="esnext.asynciterable" />
17
+ /** Class containing ListTenantConfigurationViolations operations. */
18
+ class ListTenantConfigurationViolationsImpl {
19
+ /**
20
+ * Initialize a new instance of the class ListTenantConfigurationViolations class.
21
+ * @param client Reference to the service client
22
+ */
23
+ constructor(client) {
24
+ this.client = client;
25
+ }
26
+ /**
27
+ * Gets list of items that violate tenant's configuration.
28
+ * @param options The options parameters.
29
+ */
30
+ list(options) {
31
+ const iter = this.listPagingAll(options);
32
+ return {
33
+ next() {
34
+ return iter.next();
35
+ },
36
+ [Symbol.asyncIterator]() {
37
+ return this;
38
+ },
39
+ byPage: (settings) => {
40
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
41
+ throw new Error("maxPageSize is not supported by this operation.");
42
+ }
43
+ return this.listPagingPage(options, settings);
44
+ }
45
+ };
46
+ }
47
+ listPagingPage(options, settings) {
48
+ return tslib_1.__asyncGenerator(this, arguments, function* listPagingPage_1() {
49
+ let result;
50
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
51
+ if (!continuationToken) {
52
+ result = yield tslib_1.__await(this._list(options));
53
+ let page = result.value || [];
54
+ continuationToken = result.nextLink;
55
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
56
+ yield yield tslib_1.__await(page);
57
+ }
58
+ while (continuationToken) {
59
+ result = yield tslib_1.__await(this._listNext(continuationToken, options));
60
+ continuationToken = result.nextLink;
61
+ let page = result.value || [];
62
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
63
+ yield yield tslib_1.__await(page);
64
+ }
65
+ });
66
+ }
67
+ listPagingAll(options) {
68
+ return tslib_1.__asyncGenerator(this, arguments, function* listPagingAll_1() {
69
+ var _a, e_1, _b, _c;
70
+ try {
71
+ for (var _d = true, _e = tslib_1.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
72
+ _c = _f.value;
73
+ _d = false;
74
+ const page = _c;
75
+ yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
76
+ }
77
+ }
78
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
79
+ finally {
80
+ try {
81
+ if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
82
+ }
83
+ finally { if (e_1) throw e_1.error; }
84
+ }
85
+ });
86
+ }
87
+ /**
88
+ * Gets list of items that violate tenant's configuration.
89
+ * @param options The options parameters.
90
+ */
91
+ _list(options) {
92
+ return this.client.sendOperationRequest({ options }, listOperationSpec);
93
+ }
94
+ /**
95
+ * ListNext
96
+ * @param nextLink The nextLink from the previous successful call to the List method.
97
+ * @param options The options parameters.
98
+ */
99
+ _listNext(nextLink, options) {
100
+ return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
101
+ }
102
+ }
103
+ exports.ListTenantConfigurationViolationsImpl = ListTenantConfigurationViolationsImpl;
104
+ // Operation Specifications
105
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
106
+ const listOperationSpec = {
107
+ path: "/providers/Microsoft.Portal/listTenantConfigurationViolations",
108
+ httpMethod: "POST",
109
+ responses: {
110
+ 200: {
111
+ bodyMapper: Mappers.ViolationsList
112
+ },
113
+ default: {
114
+ bodyMapper: Mappers.ErrorResponse
115
+ }
116
+ },
117
+ queryParameters: [Parameters.apiVersion],
118
+ urlParameters: [Parameters.$host],
119
+ headerParameters: [Parameters.accept],
120
+ serializer
121
+ };
122
+ const listNextOperationSpec = {
123
+ path: "{nextLink}",
124
+ httpMethod: "GET",
125
+ responses: {
126
+ 200: {
127
+ bodyMapper: Mappers.ViolationsList
128
+ },
129
+ default: {
130
+ bodyMapper: Mappers.ErrorResponse
131
+ }
132
+ },
133
+ urlParameters: [Parameters.$host, Parameters.nextLink],
134
+ headerParameters: [Parameters.accept],
135
+ serializer
136
+ };
137
+ //# sourceMappingURL=listTenantConfigurationViolations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"listTenantConfigurationViolations.js","sourceRoot":"","sources":["../../../src/operations/listTenantConfigurationViolations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { ListTenantConfigurationViolations } 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 { Portal } from \"../portal.js\";\nimport {\n Violation,\n ListTenantConfigurationViolationsListNextOptionalParams,\n ListTenantConfigurationViolationsListOptionalParams,\n ListTenantConfigurationViolationsListResponse,\n ListTenantConfigurationViolationsListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ListTenantConfigurationViolations operations. */\nexport class ListTenantConfigurationViolationsImpl\n implements ListTenantConfigurationViolations {\n private readonly client: Portal;\n\n /**\n * Initialize a new instance of the class ListTenantConfigurationViolations class.\n * @param client Reference to the service client\n */\n constructor(client: Portal) {\n this.client = client;\n }\n\n /**\n * Gets list of items that violate tenant's configuration.\n * @param options The options parameters.\n */\n public list(\n options?: ListTenantConfigurationViolationsListOptionalParams\n ): PagedAsyncIterableIterator<Violation> {\n const iter = this.listPagingAll(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.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: ListTenantConfigurationViolationsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Violation[]> {\n let result: ListTenantConfigurationViolationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: ListTenantConfigurationViolationsListOptionalParams\n ): AsyncIterableIterator<Violation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets list of items that violate tenant's configuration.\n * @param options The options parameters.\n */\n private _list(\n options?: ListTenantConfigurationViolationsListOptionalParams\n ): Promise<ListTenantConfigurationViolationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: ListTenantConfigurationViolationsListNextOptionalParams\n ): Promise<ListTenantConfigurationViolationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Portal/listTenantConfigurationViolations\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ViolationsList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ViolationsList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,32 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Operations } from "../operationsInterfaces/index.js";
3
+ import { Portal } from "../portal.js";
4
+ import { ResourceProviderOperation, OperationsListOptionalParams } from "../models/index.js";
5
+ /** Class containing Operations operations. */
6
+ export declare class OperationsImpl implements Operations {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class Operations class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: Portal);
13
+ /**
14
+ * The Microsoft Portal operations API.
15
+ * @param options The options parameters.
16
+ */
17
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<ResourceProviderOperation>;
18
+ private listPagingPage;
19
+ private listPagingAll;
20
+ /**
21
+ * The Microsoft Portal operations API.
22
+ * @param options The options parameters.
23
+ */
24
+ private _list;
25
+ /**
26
+ * ListNext
27
+ * @param nextLink The nextLink from the previous successful call to the List method.
28
+ * @param options The options parameters.
29
+ */
30
+ private _listNext;
31
+ }
32
+ //# sourceMappingURL=operations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EACL,yBAAyB,EAEzB,4BAA4B,EAG7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAS;IAEhC;;;OAGG;gBACS,MAAM,EAAE,MAAM;IAI1B;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,yBAAyB,CAAC;YAkBzC,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
@@ -0,0 +1,137 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.OperationsImpl = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const pagingHelper_js_1 = require("../pagingHelper.js");
13
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
14
+ const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
15
+ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
16
+ /// <reference lib="esnext.asynciterable" />
17
+ /** Class containing Operations operations. */
18
+ class OperationsImpl {
19
+ /**
20
+ * Initialize a new instance of the class Operations class.
21
+ * @param client Reference to the service client
22
+ */
23
+ constructor(client) {
24
+ this.client = client;
25
+ }
26
+ /**
27
+ * The Microsoft Portal operations API.
28
+ * @param options The options parameters.
29
+ */
30
+ list(options) {
31
+ const iter = this.listPagingAll(options);
32
+ return {
33
+ next() {
34
+ return iter.next();
35
+ },
36
+ [Symbol.asyncIterator]() {
37
+ return this;
38
+ },
39
+ byPage: (settings) => {
40
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
41
+ throw new Error("maxPageSize is not supported by this operation.");
42
+ }
43
+ return this.listPagingPage(options, settings);
44
+ }
45
+ };
46
+ }
47
+ listPagingPage(options, settings) {
48
+ return tslib_1.__asyncGenerator(this, arguments, function* listPagingPage_1() {
49
+ let result;
50
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
51
+ if (!continuationToken) {
52
+ result = yield tslib_1.__await(this._list(options));
53
+ let page = result.value || [];
54
+ continuationToken = result.nextLink;
55
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
56
+ yield yield tslib_1.__await(page);
57
+ }
58
+ while (continuationToken) {
59
+ result = yield tslib_1.__await(this._listNext(continuationToken, options));
60
+ continuationToken = result.nextLink;
61
+ let page = result.value || [];
62
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
63
+ yield yield tslib_1.__await(page);
64
+ }
65
+ });
66
+ }
67
+ listPagingAll(options) {
68
+ return tslib_1.__asyncGenerator(this, arguments, function* listPagingAll_1() {
69
+ var _a, e_1, _b, _c;
70
+ try {
71
+ for (var _d = true, _e = tslib_1.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
72
+ _c = _f.value;
73
+ _d = false;
74
+ const page = _c;
75
+ yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
76
+ }
77
+ }
78
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
79
+ finally {
80
+ try {
81
+ if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
82
+ }
83
+ finally { if (e_1) throw e_1.error; }
84
+ }
85
+ });
86
+ }
87
+ /**
88
+ * The Microsoft Portal operations API.
89
+ * @param options The options parameters.
90
+ */
91
+ _list(options) {
92
+ return this.client.sendOperationRequest({ options }, listOperationSpec);
93
+ }
94
+ /**
95
+ * ListNext
96
+ * @param nextLink The nextLink from the previous successful call to the List method.
97
+ * @param options The options parameters.
98
+ */
99
+ _listNext(nextLink, options) {
100
+ return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
101
+ }
102
+ }
103
+ exports.OperationsImpl = OperationsImpl;
104
+ // Operation Specifications
105
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
106
+ const listOperationSpec = {
107
+ path: "/providers/Microsoft.Portal/operations",
108
+ httpMethod: "GET",
109
+ responses: {
110
+ 200: {
111
+ bodyMapper: Mappers.ResourceProviderOperationList
112
+ },
113
+ default: {
114
+ bodyMapper: Mappers.ErrorResponse
115
+ }
116
+ },
117
+ queryParameters: [Parameters.apiVersion],
118
+ urlParameters: [Parameters.$host],
119
+ headerParameters: [Parameters.accept],
120
+ serializer
121
+ };
122
+ const listNextOperationSpec = {
123
+ path: "{nextLink}",
124
+ httpMethod: "GET",
125
+ responses: {
126
+ 200: {
127
+ bodyMapper: Mappers.ResourceProviderOperationList
128
+ },
129
+ default: {
130
+ bodyMapper: Mappers.ErrorResponse
131
+ }
132
+ },
133
+ urlParameters: [Parameters.$host, Parameters.nextLink],
134
+ headerParameters: [Parameters.accept],
135
+ serializer
136
+ };
137
+ //# sourceMappingURL=operations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Operations } 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 { Portal } from \"../portal.js\";\nimport {\n ResourceProviderOperation,\n OperationsListNextOptionalParams,\n OperationsListOptionalParams,\n OperationsListResponse,\n OperationsListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: Portal;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: Portal) {\n this.client = client;\n }\n\n /**\n * The Microsoft Portal operations API.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<ResourceProviderOperation> {\n const iter = this.listPagingAll(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.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<ResourceProviderOperation[]> {\n let result: OperationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<ResourceProviderOperation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * The Microsoft Portal operations API.\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: OperationsListNextOptionalParams\n ): Promise<OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Portal/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceProviderOperationList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceProviderOperationList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,52 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { TenantConfigurations } from "../operationsInterfaces/index.js";
3
+ import { Portal } from "../portal.js";
4
+ import { Configuration, TenantConfigurationsListOptionalParams, ConfigurationName, TenantConfigurationsGetOptionalParams, TenantConfigurationsGetResponse, TenantConfigurationsCreateOptionalParams, TenantConfigurationsCreateResponse, TenantConfigurationsDeleteOptionalParams } from "../models/index.js";
5
+ /** Class containing TenantConfigurations operations. */
6
+ export declare class TenantConfigurationsImpl implements TenantConfigurations {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class TenantConfigurations class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: Portal);
13
+ /**
14
+ * Gets list of the tenant configurations.
15
+ * @param options The options parameters.
16
+ */
17
+ list(options?: TenantConfigurationsListOptionalParams): PagedAsyncIterableIterator<Configuration>;
18
+ private listPagingPage;
19
+ private listPagingAll;
20
+ /**
21
+ * Gets list of the tenant configurations.
22
+ * @param options The options parameters.
23
+ */
24
+ private _list;
25
+ /**
26
+ * Gets the tenant configuration.
27
+ * @param configurationName The configuration name. Value must be 'default'
28
+ * @param options The options parameters.
29
+ */
30
+ get(configurationName: ConfigurationName, options?: TenantConfigurationsGetOptionalParams): Promise<TenantConfigurationsGetResponse>;
31
+ /**
32
+ * Create the tenant configuration. If configuration already exists - update it. User has to be a
33
+ * Tenant Admin for this operation.
34
+ * @param configurationName The configuration name. Value must be 'default'
35
+ * @param tenantConfiguration The parameters required to create or update tenant configuration.
36
+ * @param options The options parameters.
37
+ */
38
+ create(configurationName: ConfigurationName, tenantConfiguration: Configuration, options?: TenantConfigurationsCreateOptionalParams): Promise<TenantConfigurationsCreateResponse>;
39
+ /**
40
+ * Delete the tenant configuration. User has to be a Tenant Admin for this operation.
41
+ * @param configurationName The configuration name. Value must be 'default'
42
+ * @param options The options parameters.
43
+ */
44
+ delete(configurationName: ConfigurationName, options?: TenantConfigurationsDeleteOptionalParams): Promise<void>;
45
+ /**
46
+ * ListNext
47
+ * @param nextLink The nextLink from the previous successful call to the List method.
48
+ * @param options The options parameters.
49
+ */
50
+ private _listNext;
51
+ }
52
+ //# sourceMappingURL=tenantConfigurations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tenantConfigurations.d.ts","sourceRoot":"","sources":["../../../src/operations/tenantConfigurations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAIxE,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EACL,aAAa,EAEb,sCAAsC,EAEtC,iBAAiB,EACjB,qCAAqC,EACrC,+BAA+B,EAC/B,wCAAwC,EACxC,kCAAkC,EAClC,wCAAwC,EAEzC,MAAM,oBAAoB,CAAC;AAG5B,wDAAwD;AACxD,qBAAa,wBAAyB,YAAW,oBAAoB;IACnE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAS;IAEhC;;;OAGG;gBACS,MAAM,EAAE,MAAM;IAI1B;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,sCAAsC,GAC/C,0BAA0B,CAAC,aAAa,CAAC;YAkB7B,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,GAAG,CACD,iBAAiB,EAAE,iBAAiB,EACpC,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC;IAO3C;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,iBAAiB,EACpC,mBAAmB,EAAE,aAAa,EAClC,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC;IAO9C;;;;OAIG;IACH,MAAM,CACJ,iBAAiB,EAAE,iBAAiB,EACpC,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}