@azure/arm-portal 1.0.0-beta.5 → 1.0.0-beta.6

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 (368) hide show
  1. package/CHANGELOG.md +15 -5
  2. package/LICENSE +4 -4
  3. package/README.md +26 -17
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/index.js +4 -4
  7. package/dist/browser/index.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/models/index.d.ts +17 -17
  9. package/dist/browser/models/index.d.ts.map +1 -0
  10. package/dist/browser/models/index.js.map +1 -0
  11. package/{dist-esm/src → dist/browser}/models/mappers.js +15 -6
  12. package/dist/browser/models/mappers.js.map +1 -0
  13. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  14. package/dist/browser/models/parameters.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/operations/dashboards.d.ts +3 -3
  16. package/dist/browser/operations/dashboards.d.ts.map +1 -0
  17. package/{dist-esm/src → dist/browser}/operations/dashboards.js +48 -78
  18. package/dist/browser/operations/dashboards.js.map +1 -0
  19. package/dist/browser/operations/index.d.ts +5 -0
  20. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  21. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +4 -4
  22. package/dist/browser/operations/index.js.map +1 -0
  23. package/{dist-esm/src → dist/browser}/operations/listTenantConfigurationViolations.d.ts +3 -3
  24. package/dist/browser/operations/listTenantConfigurationViolations.d.ts.map +1 -0
  25. package/{dist-esm/src → dist/browser}/operations/listTenantConfigurationViolations.js +26 -41
  26. package/dist/browser/operations/listTenantConfigurationViolations.js.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  28. package/dist/browser/operations/operations.d.ts.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/operations.js +26 -41
  30. package/dist/browser/operations/operations.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/tenantConfigurations.d.ts +3 -3
  32. package/dist/browser/operations/tenantConfigurations.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/tenantConfigurations.js +26 -41
  34. package/dist/browser/operations/tenantConfigurations.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operationsInterfaces/dashboards.d.ts +1 -1
  36. package/dist/browser/operationsInterfaces/dashboards.d.ts.map +1 -0
  37. package/dist/browser/operationsInterfaces/dashboards.js.map +1 -0
  38. package/dist/browser/operationsInterfaces/index.d.ts +5 -0
  39. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  40. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +4 -4
  41. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  42. package/{dist-esm/src → dist/browser}/operationsInterfaces/listTenantConfigurationViolations.d.ts +1 -1
  43. package/{dist-esm/src → dist/browser}/operationsInterfaces/listTenantConfigurationViolations.d.ts.map +1 -1
  44. package/dist/browser/operationsInterfaces/listTenantConfigurationViolations.js.map +1 -0
  45. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  46. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  47. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  48. package/{dist-esm/src → dist/browser}/operationsInterfaces/tenantConfigurations.d.ts +1 -1
  49. package/dist/browser/operationsInterfaces/tenantConfigurations.d.ts.map +1 -0
  50. package/dist/browser/operationsInterfaces/tenantConfigurations.js.map +1 -0
  51. package/dist/browser/package.json +3 -0
  52. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  53. package/dist/browser/pagingHelper.js.map +1 -0
  54. package/{dist-esm/src → dist/browser}/portal.d.ts +2 -2
  55. package/dist/browser/portal.d.ts.map +1 -0
  56. package/{dist-esm/src → dist/browser}/portal.js +33 -24
  57. package/dist/browser/portal.js.map +1 -0
  58. package/dist/commonjs/index.d.ts +5 -0
  59. package/dist/commonjs/index.d.ts.map +1 -0
  60. package/dist/commonjs/index.js +19 -0
  61. package/dist/commonjs/index.js.map +1 -0
  62. package/dist/commonjs/models/index.d.ts +336 -0
  63. package/dist/commonjs/models/index.d.ts.map +1 -0
  64. package/dist/commonjs/models/index.js +17 -0
  65. package/dist/commonjs/models/index.js.map +1 -0
  66. package/dist/commonjs/models/mappers.d.ts +28 -0
  67. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  68. package/dist/commonjs/models/mappers.js +636 -0
  69. package/dist/commonjs/models/mappers.js.map +1 -0
  70. package/dist/commonjs/models/parameters.d.ts +14 -0
  71. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  72. package/dist/commonjs/models/parameters.js +123 -0
  73. package/dist/commonjs/models/parameters.js.map +1 -0
  74. package/dist/commonjs/operations/dashboards.d.ts +83 -0
  75. package/dist/commonjs/operations/dashboards.d.ts.map +1 -0
  76. package/dist/commonjs/operations/dashboards.js +357 -0
  77. package/dist/commonjs/operations/dashboards.js.map +1 -0
  78. package/dist/commonjs/operations/index.d.ts +5 -0
  79. package/dist/commonjs/operations/index.d.ts.map +1 -0
  80. package/dist/commonjs/operations/index.js +15 -0
  81. package/dist/commonjs/operations/index.js.map +1 -0
  82. package/dist/commonjs/operations/listTenantConfigurationViolations.d.ts +32 -0
  83. package/dist/commonjs/operations/listTenantConfigurationViolations.d.ts.map +1 -0
  84. package/dist/commonjs/operations/listTenantConfigurationViolations.js +121 -0
  85. package/dist/commonjs/operations/listTenantConfigurationViolations.js.map +1 -0
  86. package/dist/commonjs/operations/operations.d.ts +32 -0
  87. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  88. package/dist/commonjs/operations/operations.js +121 -0
  89. package/dist/commonjs/operations/operations.js.map +1 -0
  90. package/dist/commonjs/operations/tenantConfigurations.d.ts +52 -0
  91. package/dist/commonjs/operations/tenantConfigurations.d.ts.map +1 -0
  92. package/dist/commonjs/operations/tenantConfigurations.js +200 -0
  93. package/dist/commonjs/operations/tenantConfigurations.js.map +1 -0
  94. package/dist/commonjs/operationsInterfaces/dashboards.d.ts +47 -0
  95. package/dist/commonjs/operationsInterfaces/dashboards.d.ts.map +1 -0
  96. package/dist/commonjs/operationsInterfaces/dashboards.js +10 -0
  97. package/dist/commonjs/operationsInterfaces/dashboards.js.map +1 -0
  98. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
  99. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  100. package/dist/commonjs/operationsInterfaces/index.js +15 -0
  101. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  102. package/dist/commonjs/operationsInterfaces/listTenantConfigurationViolations.d.ts +11 -0
  103. package/dist/commonjs/operationsInterfaces/listTenantConfigurationViolations.d.ts.map +1 -0
  104. package/dist/commonjs/operationsInterfaces/listTenantConfigurationViolations.js +10 -0
  105. package/dist/commonjs/operationsInterfaces/listTenantConfigurationViolations.js.map +1 -0
  106. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  107. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  108. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  109. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  110. package/dist/commonjs/operationsInterfaces/tenantConfigurations.d.ts +31 -0
  111. package/dist/commonjs/operationsInterfaces/tenantConfigurations.d.ts.map +1 -0
  112. package/dist/commonjs/operationsInterfaces/tenantConfigurations.js +10 -0
  113. package/dist/commonjs/operationsInterfaces/tenantConfigurations.js.map +1 -0
  114. package/dist/commonjs/package.json +3 -0
  115. package/dist/commonjs/pagingHelper.d.ts +13 -0
  116. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  117. package/dist/commonjs/pagingHelper.js +34 -0
  118. package/dist/commonjs/pagingHelper.js.map +1 -0
  119. package/dist/commonjs/portal.d.ts +24 -0
  120. package/dist/commonjs/portal.d.ts.map +1 -0
  121. package/dist/commonjs/portal.js +118 -0
  122. package/dist/commonjs/portal.js.map +1 -0
  123. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  124. package/dist/esm/index.d.ts +5 -0
  125. package/dist/esm/index.d.ts.map +1 -0
  126. package/{src/index.ts → dist/esm/index.js} +5 -5
  127. package/dist/esm/index.js.map +1 -0
  128. package/dist/esm/models/index.d.ts +336 -0
  129. package/dist/esm/models/index.d.ts.map +1 -0
  130. package/dist/esm/models/index.js +14 -0
  131. package/dist/esm/models/index.js.map +1 -0
  132. package/dist/esm/models/mappers.d.ts +28 -0
  133. package/dist/esm/models/mappers.d.ts.map +1 -0
  134. package/dist/esm/models/mappers.js +633 -0
  135. package/dist/esm/models/mappers.js.map +1 -0
  136. package/dist/esm/models/parameters.d.ts +14 -0
  137. package/dist/esm/models/parameters.d.ts.map +1 -0
  138. package/dist/esm/models/parameters.js +120 -0
  139. package/dist/esm/models/parameters.js.map +1 -0
  140. package/dist/esm/operations/dashboards.d.ts +83 -0
  141. package/dist/esm/operations/dashboards.d.ts.map +1 -0
  142. package/dist/esm/operations/dashboards.js +352 -0
  143. package/dist/esm/operations/dashboards.js.map +1 -0
  144. package/dist/esm/operations/index.d.ts +5 -0
  145. package/dist/esm/operations/index.d.ts.map +1 -0
  146. package/dist/esm/operations/index.js +12 -0
  147. package/dist/esm/operations/index.js.map +1 -0
  148. package/dist/esm/operations/listTenantConfigurationViolations.d.ts +32 -0
  149. package/dist/esm/operations/listTenantConfigurationViolations.d.ts.map +1 -0
  150. package/dist/esm/operations/listTenantConfigurationViolations.js +116 -0
  151. package/dist/esm/operations/listTenantConfigurationViolations.js.map +1 -0
  152. package/dist/esm/operations/operations.d.ts +32 -0
  153. package/dist/esm/operations/operations.d.ts.map +1 -0
  154. package/dist/esm/operations/operations.js +116 -0
  155. package/dist/esm/operations/operations.js.map +1 -0
  156. package/dist/esm/operations/tenantConfigurations.d.ts +52 -0
  157. package/dist/esm/operations/tenantConfigurations.d.ts.map +1 -0
  158. package/dist/esm/operations/tenantConfigurations.js +195 -0
  159. package/dist/esm/operations/tenantConfigurations.js.map +1 -0
  160. package/dist/esm/operationsInterfaces/dashboards.d.ts +47 -0
  161. package/dist/esm/operationsInterfaces/dashboards.d.ts.map +1 -0
  162. package/dist/esm/operationsInterfaces/dashboards.js +9 -0
  163. package/dist/esm/operationsInterfaces/dashboards.js.map +1 -0
  164. package/dist/esm/operationsInterfaces/index.d.ts +5 -0
  165. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  166. package/dist/esm/operationsInterfaces/index.js +12 -0
  167. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  168. package/dist/esm/operationsInterfaces/listTenantConfigurationViolations.d.ts +11 -0
  169. package/dist/esm/operationsInterfaces/listTenantConfigurationViolations.d.ts.map +1 -0
  170. package/dist/esm/operationsInterfaces/listTenantConfigurationViolations.js +9 -0
  171. package/dist/esm/operationsInterfaces/listTenantConfigurationViolations.js.map +1 -0
  172. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  173. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  174. package/dist/esm/operationsInterfaces/operations.js +9 -0
  175. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  176. package/dist/esm/operationsInterfaces/tenantConfigurations.d.ts +31 -0
  177. package/dist/esm/operationsInterfaces/tenantConfigurations.d.ts.map +1 -0
  178. package/dist/esm/operationsInterfaces/tenantConfigurations.js +9 -0
  179. package/dist/esm/operationsInterfaces/tenantConfigurations.js.map +1 -0
  180. package/dist/esm/package.json +3 -0
  181. package/dist/esm/pagingHelper.d.ts +13 -0
  182. package/dist/esm/pagingHelper.d.ts.map +1 -0
  183. package/dist/esm/pagingHelper.js +30 -0
  184. package/dist/esm/pagingHelper.js.map +1 -0
  185. package/dist/esm/portal.d.ts +24 -0
  186. package/dist/esm/portal.d.ts.map +1 -0
  187. package/dist/esm/portal.js +113 -0
  188. package/dist/esm/portal.js.map +1 -0
  189. package/dist/react-native/index.d.ts +5 -0
  190. package/dist/react-native/index.d.ts.map +1 -0
  191. package/dist/react-native/index.js +13 -0
  192. package/dist/react-native/index.js.map +1 -0
  193. package/dist/react-native/models/index.d.ts +336 -0
  194. package/dist/react-native/models/index.d.ts.map +1 -0
  195. package/dist/react-native/models/index.js +14 -0
  196. package/dist/react-native/models/index.js.map +1 -0
  197. package/dist/react-native/models/mappers.d.ts +28 -0
  198. package/dist/react-native/models/mappers.d.ts.map +1 -0
  199. package/dist/react-native/models/mappers.js +633 -0
  200. package/dist/react-native/models/mappers.js.map +1 -0
  201. package/dist/react-native/models/parameters.d.ts +14 -0
  202. package/dist/react-native/models/parameters.d.ts.map +1 -0
  203. package/dist/react-native/models/parameters.js +120 -0
  204. package/dist/react-native/models/parameters.js.map +1 -0
  205. package/dist/react-native/operations/dashboards.d.ts +83 -0
  206. package/dist/react-native/operations/dashboards.d.ts.map +1 -0
  207. package/dist/react-native/operations/dashboards.js +352 -0
  208. package/dist/react-native/operations/dashboards.js.map +1 -0
  209. package/dist/react-native/operations/index.d.ts +5 -0
  210. package/dist/react-native/operations/index.d.ts.map +1 -0
  211. package/dist/react-native/operations/index.js +12 -0
  212. package/dist/react-native/operations/index.js.map +1 -0
  213. package/dist/react-native/operations/listTenantConfigurationViolations.d.ts +32 -0
  214. package/dist/react-native/operations/listTenantConfigurationViolations.d.ts.map +1 -0
  215. package/dist/react-native/operations/listTenantConfigurationViolations.js +116 -0
  216. package/dist/react-native/operations/listTenantConfigurationViolations.js.map +1 -0
  217. package/dist/react-native/operations/operations.d.ts +32 -0
  218. package/dist/react-native/operations/operations.d.ts.map +1 -0
  219. package/dist/react-native/operations/operations.js +116 -0
  220. package/dist/react-native/operations/operations.js.map +1 -0
  221. package/dist/react-native/operations/tenantConfigurations.d.ts +52 -0
  222. package/dist/react-native/operations/tenantConfigurations.d.ts.map +1 -0
  223. package/dist/react-native/operations/tenantConfigurations.js +195 -0
  224. package/dist/react-native/operations/tenantConfigurations.js.map +1 -0
  225. package/dist/react-native/operationsInterfaces/dashboards.d.ts +47 -0
  226. package/dist/react-native/operationsInterfaces/dashboards.d.ts.map +1 -0
  227. package/dist/react-native/operationsInterfaces/dashboards.js +9 -0
  228. package/dist/react-native/operationsInterfaces/dashboards.js.map +1 -0
  229. package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
  230. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  231. package/dist/react-native/operationsInterfaces/index.js +12 -0
  232. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  233. package/dist/react-native/operationsInterfaces/listTenantConfigurationViolations.d.ts +11 -0
  234. package/dist/react-native/operationsInterfaces/listTenantConfigurationViolations.d.ts.map +1 -0
  235. package/dist/react-native/operationsInterfaces/listTenantConfigurationViolations.js +9 -0
  236. package/dist/react-native/operationsInterfaces/listTenantConfigurationViolations.js.map +1 -0
  237. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  238. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  239. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  240. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  241. package/dist/react-native/operationsInterfaces/tenantConfigurations.d.ts +31 -0
  242. package/dist/react-native/operationsInterfaces/tenantConfigurations.d.ts.map +1 -0
  243. package/dist/react-native/operationsInterfaces/tenantConfigurations.js +9 -0
  244. package/dist/react-native/operationsInterfaces/tenantConfigurations.js.map +1 -0
  245. package/dist/react-native/package.json +3 -0
  246. package/dist/react-native/pagingHelper.d.ts +13 -0
  247. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  248. package/dist/react-native/pagingHelper.js +30 -0
  249. package/dist/react-native/pagingHelper.js.map +1 -0
  250. package/dist/react-native/portal.d.ts +24 -0
  251. package/dist/react-native/portal.d.ts.map +1 -0
  252. package/dist/react-native/portal.js +113 -0
  253. package/dist/react-native/portal.js.map +1 -0
  254. package/package.json +86 -77
  255. package/dist/index.js +0 -1782
  256. package/dist/index.js.map +0 -1
  257. package/dist/index.min.js +0 -1
  258. package/dist/index.min.js.map +0 -1
  259. package/dist-esm/samples-dev/dashboardsCreateOrUpdateSample.d.ts +0 -2
  260. package/dist-esm/samples-dev/dashboardsCreateOrUpdateSample.d.ts.map +0 -1
  261. package/dist-esm/samples-dev/dashboardsCreateOrUpdateSample.js +0 -54
  262. package/dist-esm/samples-dev/dashboardsCreateOrUpdateSample.js.map +0 -1
  263. package/dist-esm/samples-dev/dashboardsDeleteSample.d.ts +0 -2
  264. package/dist-esm/samples-dev/dashboardsDeleteSample.d.ts.map +0 -1
  265. package/dist-esm/samples-dev/dashboardsDeleteSample.js +0 -39
  266. package/dist-esm/samples-dev/dashboardsDeleteSample.js.map +0 -1
  267. package/dist-esm/samples-dev/dashboardsGetSample.d.ts +0 -2
  268. package/dist-esm/samples-dev/dashboardsGetSample.d.ts.map +0 -1
  269. package/dist-esm/samples-dev/dashboardsGetSample.js +0 -39
  270. package/dist-esm/samples-dev/dashboardsGetSample.js.map +0 -1
  271. package/dist-esm/samples-dev/dashboardsListByResourceGroupSample.d.ts +0 -2
  272. package/dist-esm/samples-dev/dashboardsListByResourceGroupSample.d.ts.map +0 -1
  273. package/dist-esm/samples-dev/dashboardsListByResourceGroupSample.js +0 -52
  274. package/dist-esm/samples-dev/dashboardsListByResourceGroupSample.js.map +0 -1
  275. package/dist-esm/samples-dev/dashboardsListBySubscriptionSample.d.ts +0 -2
  276. package/dist-esm/samples-dev/dashboardsListBySubscriptionSample.d.ts.map +0 -1
  277. package/dist-esm/samples-dev/dashboardsListBySubscriptionSample.js +0 -51
  278. package/dist-esm/samples-dev/dashboardsListBySubscriptionSample.js.map +0 -1
  279. package/dist-esm/samples-dev/dashboardsUpdateSample.d.ts +0 -2
  280. package/dist-esm/samples-dev/dashboardsUpdateSample.d.ts.map +0 -1
  281. package/dist-esm/samples-dev/dashboardsUpdateSample.js +0 -42
  282. package/dist-esm/samples-dev/dashboardsUpdateSample.js.map +0 -1
  283. package/dist-esm/samples-dev/listTenantConfigurationViolationsListSample.d.ts +0 -2
  284. package/dist-esm/samples-dev/listTenantConfigurationViolationsListSample.d.ts.map +0 -1
  285. package/dist-esm/samples-dev/listTenantConfigurationViolationsListSample.js +0 -51
  286. package/dist-esm/samples-dev/listTenantConfigurationViolationsListSample.js.map +0 -1
  287. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  288. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  289. package/dist-esm/samples-dev/operationsListSample.js +0 -51
  290. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  291. package/dist-esm/samples-dev/tenantConfigurationsCreateSample.d.ts +0 -2
  292. package/dist-esm/samples-dev/tenantConfigurationsCreateSample.d.ts.map +0 -1
  293. package/dist-esm/samples-dev/tenantConfigurationsCreateSample.js +0 -41
  294. package/dist-esm/samples-dev/tenantConfigurationsCreateSample.js.map +0 -1
  295. package/dist-esm/samples-dev/tenantConfigurationsDeleteSample.d.ts +0 -2
  296. package/dist-esm/samples-dev/tenantConfigurationsDeleteSample.d.ts.map +0 -1
  297. package/dist-esm/samples-dev/tenantConfigurationsDeleteSample.js +0 -38
  298. package/dist-esm/samples-dev/tenantConfigurationsDeleteSample.js.map +0 -1
  299. package/dist-esm/samples-dev/tenantConfigurationsGetSample.d.ts +0 -2
  300. package/dist-esm/samples-dev/tenantConfigurationsGetSample.d.ts.map +0 -1
  301. package/dist-esm/samples-dev/tenantConfigurationsGetSample.js +0 -38
  302. package/dist-esm/samples-dev/tenantConfigurationsGetSample.js.map +0 -1
  303. package/dist-esm/samples-dev/tenantConfigurationsListSample.d.ts +0 -2
  304. package/dist-esm/samples-dev/tenantConfigurationsListSample.d.ts.map +0 -1
  305. package/dist-esm/samples-dev/tenantConfigurationsListSample.js +0 -51
  306. package/dist-esm/samples-dev/tenantConfigurationsListSample.js.map +0 -1
  307. package/dist-esm/src/index.d.ts +0 -6
  308. package/dist-esm/src/index.d.ts.map +0 -1
  309. package/dist-esm/src/index.js.map +0 -1
  310. package/dist-esm/src/models/index.d.ts.map +0 -1
  311. package/dist-esm/src/models/index.js.map +0 -1
  312. package/dist-esm/src/models/mappers.js.map +0 -1
  313. package/dist-esm/src/models/parameters.js.map +0 -1
  314. package/dist-esm/src/operations/dashboards.d.ts.map +0 -1
  315. package/dist-esm/src/operations/dashboards.js.map +0 -1
  316. package/dist-esm/src/operations/index.d.ts +0 -5
  317. package/dist-esm/src/operations/index.js.map +0 -1
  318. package/dist-esm/src/operations/listTenantConfigurationViolations.d.ts.map +0 -1
  319. package/dist-esm/src/operations/listTenantConfigurationViolations.js.map +0 -1
  320. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  321. package/dist-esm/src/operations/operations.js.map +0 -1
  322. package/dist-esm/src/operations/tenantConfigurations.d.ts.map +0 -1
  323. package/dist-esm/src/operations/tenantConfigurations.js.map +0 -1
  324. package/dist-esm/src/operationsInterfaces/dashboards.d.ts.map +0 -1
  325. package/dist-esm/src/operationsInterfaces/dashboards.js.map +0 -1
  326. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  327. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  328. package/dist-esm/src/operationsInterfaces/listTenantConfigurationViolations.js.map +0 -1
  329. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  330. package/dist-esm/src/operationsInterfaces/tenantConfigurations.d.ts.map +0 -1
  331. package/dist-esm/src/operationsInterfaces/tenantConfigurations.js.map +0 -1
  332. package/dist-esm/src/pagingHelper.js.map +0 -1
  333. package/dist-esm/src/portal.d.ts.map +0 -1
  334. package/dist-esm/src/portal.js.map +0 -1
  335. package/dist-esm/test/sampleTest.d.ts +0 -2
  336. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  337. package/dist-esm/test/sampleTest.js +0 -38
  338. package/dist-esm/test/sampleTest.js.map +0 -1
  339. package/rollup.config.js +0 -122
  340. package/src/models/index.ts +0 -390
  341. package/src/models/mappers.ts +0 -658
  342. package/src/models/parameters.ts +0 -141
  343. package/src/operations/dashboards.ts +0 -478
  344. package/src/operations/index.ts +0 -12
  345. package/src/operations/listTenantConfigurationViolations.ts +0 -150
  346. package/src/operations/operations.ts +0 -149
  347. package/src/operations/tenantConfigurations.ts +0 -256
  348. package/src/operationsInterfaces/dashboards.ts +0 -91
  349. package/src/operationsInterfaces/index.ts +0 -12
  350. package/src/operationsInterfaces/listTenantConfigurationViolations.ts +0 -25
  351. package/src/operationsInterfaces/operations.ts +0 -25
  352. package/src/operationsInterfaces/tenantConfigurations.ts +0 -61
  353. package/src/pagingHelper.ts +0 -39
  354. package/src/portal.ts +0 -159
  355. package/tsconfig.json +0 -33
  356. package/types/arm-portal.d.ts +0 -518
  357. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  358. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  359. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  360. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  361. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  362. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dashboards.js +0 -0
  363. /package/{dist-esm/src → dist/browser}/operationsInterfaces/listTenantConfigurationViolations.js +0 -0
  364. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  365. /package/{dist-esm/src → dist/browser}/operationsInterfaces/tenantConfigurations.js +0 -0
  366. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  367. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  368. /package/review/{arm-portal.api.md → arm-portal-node.api.md} +0 -0
@@ -1,141 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import {
10
- OperationParameter,
11
- OperationURLParameter,
12
- OperationQueryParameter
13
- } from "@azure/core-client";
14
- import {
15
- Dashboard as DashboardMapper,
16
- PatchableDashboard as PatchableDashboardMapper,
17
- Configuration as ConfigurationMapper
18
- } from "../models/mappers";
19
-
20
- export const accept: OperationParameter = {
21
- parameterPath: "accept",
22
- mapper: {
23
- defaultValue: "application/json",
24
- isConstant: true,
25
- serializedName: "Accept",
26
- type: {
27
- name: "String"
28
- }
29
- }
30
- };
31
-
32
- export const $host: OperationURLParameter = {
33
- parameterPath: "$host",
34
- mapper: {
35
- serializedName: "$host",
36
- required: true,
37
- type: {
38
- name: "String"
39
- }
40
- },
41
- skipEncoding: true
42
- };
43
-
44
- export const apiVersion: OperationQueryParameter = {
45
- parameterPath: "apiVersion",
46
- mapper: {
47
- defaultValue: "2020-09-01-preview",
48
- isConstant: true,
49
- serializedName: "api-version",
50
- type: {
51
- name: "String"
52
- }
53
- }
54
- };
55
-
56
- export const nextLink: OperationURLParameter = {
57
- parameterPath: "nextLink",
58
- mapper: {
59
- serializedName: "nextLink",
60
- required: true,
61
- type: {
62
- name: "String"
63
- }
64
- },
65
- skipEncoding: true
66
- };
67
-
68
- export const contentType: OperationParameter = {
69
- parameterPath: ["options", "contentType"],
70
- mapper: {
71
- defaultValue: "application/json",
72
- isConstant: true,
73
- serializedName: "Content-Type",
74
- type: {
75
- name: "String"
76
- }
77
- }
78
- };
79
-
80
- export const dashboard: OperationParameter = {
81
- parameterPath: "dashboard",
82
- mapper: DashboardMapper
83
- };
84
-
85
- export const subscriptionId: OperationURLParameter = {
86
- parameterPath: "subscriptionId",
87
- mapper: {
88
- serializedName: "subscriptionId",
89
- required: true,
90
- type: {
91
- name: "String"
92
- }
93
- }
94
- };
95
-
96
- export const resourceGroupName: OperationURLParameter = {
97
- parameterPath: "resourceGroupName",
98
- mapper: {
99
- serializedName: "resourceGroupName",
100
- required: true,
101
- type: {
102
- name: "String"
103
- }
104
- }
105
- };
106
-
107
- export const dashboardName: OperationURLParameter = {
108
- parameterPath: "dashboardName",
109
- mapper: {
110
- constraints: {
111
- MaxLength: 64,
112
- MinLength: 3
113
- },
114
- serializedName: "dashboardName",
115
- required: true,
116
- type: {
117
- name: "String"
118
- }
119
- }
120
- };
121
-
122
- export const dashboard1: OperationParameter = {
123
- parameterPath: "dashboard",
124
- mapper: PatchableDashboardMapper
125
- };
126
-
127
- export const configurationName: OperationURLParameter = {
128
- parameterPath: "configurationName",
129
- mapper: {
130
- serializedName: "configurationName",
131
- required: true,
132
- type: {
133
- name: "String"
134
- }
135
- }
136
- };
137
-
138
- export const tenantConfiguration: OperationParameter = {
139
- parameterPath: "tenantConfiguration",
140
- mapper: ConfigurationMapper
141
- };
@@ -1,478 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
10
- import { setContinuationToken } from "../pagingHelper";
11
- import { Dashboards } from "../operationsInterfaces";
12
- import * as coreClient from "@azure/core-client";
13
- import * as Mappers from "../models/mappers";
14
- import * as Parameters from "../models/parameters";
15
- import { Portal } from "../portal";
16
- import {
17
- Dashboard,
18
- DashboardsListByResourceGroupNextOptionalParams,
19
- DashboardsListByResourceGroupOptionalParams,
20
- DashboardsListByResourceGroupResponse,
21
- DashboardsListBySubscriptionNextOptionalParams,
22
- DashboardsListBySubscriptionOptionalParams,
23
- DashboardsListBySubscriptionResponse,
24
- DashboardsCreateOrUpdateOptionalParams,
25
- DashboardsCreateOrUpdateResponse,
26
- DashboardsDeleteOptionalParams,
27
- DashboardsGetOptionalParams,
28
- DashboardsGetResponse,
29
- PatchableDashboard,
30
- DashboardsUpdateOptionalParams,
31
- DashboardsUpdateResponse,
32
- DashboardsListByResourceGroupNextResponse,
33
- DashboardsListBySubscriptionNextResponse
34
- } from "../models";
35
-
36
- /// <reference lib="esnext.asynciterable" />
37
- /** Class containing Dashboards operations. */
38
- export class DashboardsImpl implements Dashboards {
39
- private readonly client: Portal;
40
-
41
- /**
42
- * Initialize a new instance of the class Dashboards class.
43
- * @param client Reference to the service client
44
- */
45
- constructor(client: Portal) {
46
- this.client = client;
47
- }
48
-
49
- /**
50
- * Gets all the Dashboards within a resource group.
51
- * @param resourceGroupName The name of the resource group.
52
- * @param options The options parameters.
53
- */
54
- public listByResourceGroup(
55
- resourceGroupName: string,
56
- options?: DashboardsListByResourceGroupOptionalParams
57
- ): PagedAsyncIterableIterator<Dashboard> {
58
- const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
59
- return {
60
- next() {
61
- return iter.next();
62
- },
63
- [Symbol.asyncIterator]() {
64
- return this;
65
- },
66
- byPage: (settings?: PageSettings) => {
67
- if (settings?.maxPageSize) {
68
- throw new Error("maxPageSize is not supported by this operation.");
69
- }
70
- return this.listByResourceGroupPagingPage(
71
- resourceGroupName,
72
- options,
73
- settings
74
- );
75
- }
76
- };
77
- }
78
-
79
- private async *listByResourceGroupPagingPage(
80
- resourceGroupName: string,
81
- options?: DashboardsListByResourceGroupOptionalParams,
82
- settings?: PageSettings
83
- ): AsyncIterableIterator<Dashboard[]> {
84
- let result: DashboardsListByResourceGroupResponse;
85
- let continuationToken = settings?.continuationToken;
86
- if (!continuationToken) {
87
- result = await this._listByResourceGroup(resourceGroupName, options);
88
- let page = result.value || [];
89
- continuationToken = result.nextLink;
90
- setContinuationToken(page, continuationToken);
91
- yield page;
92
- }
93
- while (continuationToken) {
94
- result = await this._listByResourceGroupNext(
95
- resourceGroupName,
96
- continuationToken,
97
- options
98
- );
99
- continuationToken = result.nextLink;
100
- let page = result.value || [];
101
- setContinuationToken(page, continuationToken);
102
- yield page;
103
- }
104
- }
105
-
106
- private async *listByResourceGroupPagingAll(
107
- resourceGroupName: string,
108
- options?: DashboardsListByResourceGroupOptionalParams
109
- ): AsyncIterableIterator<Dashboard> {
110
- for await (const page of this.listByResourceGroupPagingPage(
111
- resourceGroupName,
112
- options
113
- )) {
114
- yield* page;
115
- }
116
- }
117
-
118
- /**
119
- * Gets all the dashboards within a subscription.
120
- * @param options The options parameters.
121
- */
122
- public listBySubscription(
123
- options?: DashboardsListBySubscriptionOptionalParams
124
- ): PagedAsyncIterableIterator<Dashboard> {
125
- const iter = this.listBySubscriptionPagingAll(options);
126
- return {
127
- next() {
128
- return iter.next();
129
- },
130
- [Symbol.asyncIterator]() {
131
- return this;
132
- },
133
- byPage: (settings?: PageSettings) => {
134
- if (settings?.maxPageSize) {
135
- throw new Error("maxPageSize is not supported by this operation.");
136
- }
137
- return this.listBySubscriptionPagingPage(options, settings);
138
- }
139
- };
140
- }
141
-
142
- private async *listBySubscriptionPagingPage(
143
- options?: DashboardsListBySubscriptionOptionalParams,
144
- settings?: PageSettings
145
- ): AsyncIterableIterator<Dashboard[]> {
146
- let result: DashboardsListBySubscriptionResponse;
147
- let continuationToken = settings?.continuationToken;
148
- if (!continuationToken) {
149
- result = await this._listBySubscription(options);
150
- let page = result.value || [];
151
- continuationToken = result.nextLink;
152
- setContinuationToken(page, continuationToken);
153
- yield page;
154
- }
155
- while (continuationToken) {
156
- result = await this._listBySubscriptionNext(continuationToken, options);
157
- continuationToken = result.nextLink;
158
- let page = result.value || [];
159
- setContinuationToken(page, continuationToken);
160
- yield page;
161
- }
162
- }
163
-
164
- private async *listBySubscriptionPagingAll(
165
- options?: DashboardsListBySubscriptionOptionalParams
166
- ): AsyncIterableIterator<Dashboard> {
167
- for await (const page of this.listBySubscriptionPagingPage(options)) {
168
- yield* page;
169
- }
170
- }
171
-
172
- /**
173
- * Creates or updates a Dashboard.
174
- * @param resourceGroupName The name of the resource group.
175
- * @param dashboardName The name of the dashboard.
176
- * @param dashboard The parameters required to create or update a dashboard.
177
- * @param options The options parameters.
178
- */
179
- createOrUpdate(
180
- resourceGroupName: string,
181
- dashboardName: string,
182
- dashboard: Dashboard,
183
- options?: DashboardsCreateOrUpdateOptionalParams
184
- ): Promise<DashboardsCreateOrUpdateResponse> {
185
- return this.client.sendOperationRequest(
186
- { resourceGroupName, dashboardName, dashboard, options },
187
- createOrUpdateOperationSpec
188
- );
189
- }
190
-
191
- /**
192
- * Deletes the Dashboard.
193
- * @param resourceGroupName The name of the resource group.
194
- * @param dashboardName The name of the dashboard.
195
- * @param options The options parameters.
196
- */
197
- delete(
198
- resourceGroupName: string,
199
- dashboardName: string,
200
- options?: DashboardsDeleteOptionalParams
201
- ): Promise<void> {
202
- return this.client.sendOperationRequest(
203
- { resourceGroupName, dashboardName, options },
204
- deleteOperationSpec
205
- );
206
- }
207
-
208
- /**
209
- * Gets the Dashboard.
210
- * @param resourceGroupName The name of the resource group.
211
- * @param dashboardName The name of the dashboard.
212
- * @param options The options parameters.
213
- */
214
- get(
215
- resourceGroupName: string,
216
- dashboardName: string,
217
- options?: DashboardsGetOptionalParams
218
- ): Promise<DashboardsGetResponse> {
219
- return this.client.sendOperationRequest(
220
- { resourceGroupName, dashboardName, options },
221
- getOperationSpec
222
- );
223
- }
224
-
225
- /**
226
- * Updates an existing Dashboard.
227
- * @param resourceGroupName The name of the resource group.
228
- * @param dashboardName The name of the dashboard.
229
- * @param dashboard The updatable fields of a Dashboard.
230
- * @param options The options parameters.
231
- */
232
- update(
233
- resourceGroupName: string,
234
- dashboardName: string,
235
- dashboard: PatchableDashboard,
236
- options?: DashboardsUpdateOptionalParams
237
- ): Promise<DashboardsUpdateResponse> {
238
- return this.client.sendOperationRequest(
239
- { resourceGroupName, dashboardName, dashboard, options },
240
- updateOperationSpec
241
- );
242
- }
243
-
244
- /**
245
- * Gets all the Dashboards within a resource group.
246
- * @param resourceGroupName The name of the resource group.
247
- * @param options The options parameters.
248
- */
249
- private _listByResourceGroup(
250
- resourceGroupName: string,
251
- options?: DashboardsListByResourceGroupOptionalParams
252
- ): Promise<DashboardsListByResourceGroupResponse> {
253
- return this.client.sendOperationRequest(
254
- { resourceGroupName, options },
255
- listByResourceGroupOperationSpec
256
- );
257
- }
258
-
259
- /**
260
- * Gets all the dashboards within a subscription.
261
- * @param options The options parameters.
262
- */
263
- private _listBySubscription(
264
- options?: DashboardsListBySubscriptionOptionalParams
265
- ): Promise<DashboardsListBySubscriptionResponse> {
266
- return this.client.sendOperationRequest(
267
- { options },
268
- listBySubscriptionOperationSpec
269
- );
270
- }
271
-
272
- /**
273
- * ListByResourceGroupNext
274
- * @param resourceGroupName The name of the resource group.
275
- * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
276
- * @param options The options parameters.
277
- */
278
- private _listByResourceGroupNext(
279
- resourceGroupName: string,
280
- nextLink: string,
281
- options?: DashboardsListByResourceGroupNextOptionalParams
282
- ): Promise<DashboardsListByResourceGroupNextResponse> {
283
- return this.client.sendOperationRequest(
284
- { resourceGroupName, nextLink, options },
285
- listByResourceGroupNextOperationSpec
286
- );
287
- }
288
-
289
- /**
290
- * ListBySubscriptionNext
291
- * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
292
- * @param options The options parameters.
293
- */
294
- private _listBySubscriptionNext(
295
- nextLink: string,
296
- options?: DashboardsListBySubscriptionNextOptionalParams
297
- ): Promise<DashboardsListBySubscriptionNextResponse> {
298
- return this.client.sendOperationRequest(
299
- { nextLink, options },
300
- listBySubscriptionNextOperationSpec
301
- );
302
- }
303
- }
304
- // Operation Specifications
305
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
306
-
307
- const createOrUpdateOperationSpec: coreClient.OperationSpec = {
308
- path:
309
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Portal/dashboards/{dashboardName}",
310
- httpMethod: "PUT",
311
- responses: {
312
- 200: {
313
- bodyMapper: Mappers.Dashboard
314
- },
315
- 201: {
316
- bodyMapper: Mappers.Dashboard
317
- },
318
- default: {
319
- bodyMapper: Mappers.ErrorResponse
320
- }
321
- },
322
- requestBody: Parameters.dashboard,
323
- queryParameters: [Parameters.apiVersion],
324
- urlParameters: [
325
- Parameters.$host,
326
- Parameters.subscriptionId,
327
- Parameters.resourceGroupName,
328
- Parameters.dashboardName
329
- ],
330
- headerParameters: [Parameters.accept, Parameters.contentType],
331
- mediaType: "json",
332
- serializer
333
- };
334
- const deleteOperationSpec: coreClient.OperationSpec = {
335
- path:
336
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Portal/dashboards/{dashboardName}",
337
- httpMethod: "DELETE",
338
- responses: {
339
- 200: {},
340
- 204: {},
341
- default: {
342
- bodyMapper: Mappers.ErrorResponse
343
- }
344
- },
345
- queryParameters: [Parameters.apiVersion],
346
- urlParameters: [
347
- Parameters.$host,
348
- Parameters.subscriptionId,
349
- Parameters.resourceGroupName,
350
- Parameters.dashboardName
351
- ],
352
- headerParameters: [Parameters.accept],
353
- serializer
354
- };
355
- const getOperationSpec: coreClient.OperationSpec = {
356
- path:
357
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Portal/dashboards/{dashboardName}",
358
- httpMethod: "GET",
359
- responses: {
360
- 200: {
361
- bodyMapper: Mappers.Dashboard
362
- },
363
- 404: {},
364
- default: {
365
- bodyMapper: Mappers.ErrorResponse
366
- }
367
- },
368
- queryParameters: [Parameters.apiVersion],
369
- urlParameters: [
370
- Parameters.$host,
371
- Parameters.subscriptionId,
372
- Parameters.resourceGroupName,
373
- Parameters.dashboardName
374
- ],
375
- headerParameters: [Parameters.accept],
376
- serializer
377
- };
378
- const updateOperationSpec: coreClient.OperationSpec = {
379
- path:
380
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Portal/dashboards/{dashboardName}",
381
- httpMethod: "PATCH",
382
- responses: {
383
- 200: {
384
- bodyMapper: Mappers.Dashboard
385
- },
386
- 404: {},
387
- default: {
388
- bodyMapper: Mappers.ErrorResponse
389
- }
390
- },
391
- requestBody: Parameters.dashboard1,
392
- queryParameters: [Parameters.apiVersion],
393
- urlParameters: [
394
- Parameters.$host,
395
- Parameters.subscriptionId,
396
- Parameters.resourceGroupName,
397
- Parameters.dashboardName
398
- ],
399
- headerParameters: [Parameters.accept, Parameters.contentType],
400
- mediaType: "json",
401
- serializer
402
- };
403
- const listByResourceGroupOperationSpec: coreClient.OperationSpec = {
404
- path:
405
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Portal/dashboards",
406
- httpMethod: "GET",
407
- responses: {
408
- 200: {
409
- bodyMapper: Mappers.DashboardListResult
410
- },
411
- default: {
412
- bodyMapper: Mappers.ErrorResponse
413
- }
414
- },
415
- queryParameters: [Parameters.apiVersion],
416
- urlParameters: [
417
- Parameters.$host,
418
- Parameters.subscriptionId,
419
- Parameters.resourceGroupName
420
- ],
421
- headerParameters: [Parameters.accept],
422
- serializer
423
- };
424
- const listBySubscriptionOperationSpec: coreClient.OperationSpec = {
425
- path: "/subscriptions/{subscriptionId}/providers/Microsoft.Portal/dashboards",
426
- httpMethod: "GET",
427
- responses: {
428
- 200: {
429
- bodyMapper: Mappers.DashboardListResult
430
- },
431
- default: {
432
- bodyMapper: Mappers.ErrorResponse
433
- }
434
- },
435
- queryParameters: [Parameters.apiVersion],
436
- urlParameters: [Parameters.$host, Parameters.subscriptionId],
437
- headerParameters: [Parameters.accept],
438
- serializer
439
- };
440
- const listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {
441
- path: "{nextLink}",
442
- httpMethod: "GET",
443
- responses: {
444
- 200: {
445
- bodyMapper: Mappers.DashboardListResult
446
- },
447
- default: {
448
- bodyMapper: Mappers.ErrorResponse
449
- }
450
- },
451
- urlParameters: [
452
- Parameters.$host,
453
- Parameters.nextLink,
454
- Parameters.subscriptionId,
455
- Parameters.resourceGroupName
456
- ],
457
- headerParameters: [Parameters.accept],
458
- serializer
459
- };
460
- const listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {
461
- path: "{nextLink}",
462
- httpMethod: "GET",
463
- responses: {
464
- 200: {
465
- bodyMapper: Mappers.DashboardListResult
466
- },
467
- default: {
468
- bodyMapper: Mappers.ErrorResponse
469
- }
470
- },
471
- urlParameters: [
472
- Parameters.$host,
473
- Parameters.nextLink,
474
- Parameters.subscriptionId
475
- ],
476
- headerParameters: [Parameters.accept],
477
- serializer
478
- };
@@ -1,12 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export * from "./operations";
10
- export * from "./dashboards";
11
- export * from "./tenantConfigurations";
12
- export * from "./listTenantConfigurationViolations";