@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
package/CHANGELOG.md CHANGED
@@ -1,18 +1,28 @@
1
1
  # Release History
2
2
 
3
+ ## 1.0.0-beta.6 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 1.0.0-beta.5 (2023-02-02)
4
14
 
5
- **Features**
15
+ ### Features Added
6
16
 
7
17
  - Exposes `getContinuationToken` helper function to extract continuation token
8
18
 
9
- **Bugs Fixed**
19
+ ### Bugs Fixed
10
20
 
11
21
  - A series of small bug fixs relevant to authentication and apiVersion policy
12
22
 
13
23
  ## 1.0.0-beta.4 (2022-07-08)
14
24
 
15
- **Features**
25
+ ### Features Added
16
26
 
17
27
  - Added Interface Configuration
18
28
  - Added Interface MarkdownPartMetadata
@@ -20,7 +30,7 @@
20
30
 
21
31
  ## 1.0.0-beta.3 (2022-04-28)
22
32
 
23
- **Features**
33
+ ### Features Added
24
34
 
25
35
  - Bug fix
26
36
 
@@ -32,4 +42,4 @@ To understand the detail of the change, please refer to [Changelog](https://aka.
32
42
 
33
43
  To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).
34
44
 
35
- To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
45
+ To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
- The MIT License (MIT)
1
+ Copyright (c) Microsoft Corporation.
2
2
 
3
- Copyright (c) 2023 Microsoft
3
+ MIT License
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -12,10 +12,10 @@ furnished to do so, subject to the following conditions:
12
12
  The above copyright notice and this permission notice shall be included in all
13
13
  copies or substantial portions of the Software.
14
14
 
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
16
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
17
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
21
+ SOFTWARE.
package/README.md CHANGED
@@ -6,7 +6,7 @@ Allows creation and deletion of Azure Shared Dashboards.
6
6
 
7
7
  [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/portal/arm-portal) |
8
8
  [Package (NPM)](https://www.npmjs.com/package/@azure/arm-portal) |
9
- [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-portal?view=azure-node-preview) |
9
+ [API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-portal?view=azure-node-preview) |
10
10
  [Samples](https://github.com/Azure-Samples/azure-samples-js-management)
11
11
 
12
12
  ## Getting started
@@ -46,26 +46,34 @@ npm install @azure/identity
46
46
  You will also need to **register a new AAD application and grant access to Azure Portal** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
47
47
  Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
48
48
 
49
- For more information about how to create an Azure AD Application check out [this guide](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
49
+ For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
50
50
 
51
- ```javascript
52
- const { Portal } = require("@azure/arm-portal");
53
- const { DefaultAzureCredential } = require("@azure/identity");
54
- // For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details.
51
+ Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
52
+
53
+ ```ts snippet:ReadmeSampleCreateClient_Node
54
+ import { Portal } from "@azure/arm-portal";
55
+ import { DefaultAzureCredential } from "@azure/identity";
55
56
 
56
57
  const subscriptionId = "00000000-0000-0000-0000-000000000000";
57
58
  const client = new Portal(new DefaultAzureCredential(), subscriptionId);
58
-
59
- // For client-side applications running in the browser, use this code instead:
60
- // const credential = new InteractiveBrowserCredential({
61
- // tenantId: "<YOUR_TENANT_ID>",
62
- // clientId: "<YOUR_CLIENT_ID>"
63
- // });
64
- // const client = new Portal(credential, subscriptionId);
65
59
  ```
66
60
 
61
+ For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
62
+
63
+ ```ts snippet:ReadmeSampleCreateClient_Browser
64
+ import { InteractiveBrowserCredential } from "@azure/identity";
65
+ import { Portal } from "@azure/arm-portal";
66
+
67
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
68
+ const credential = new InteractiveBrowserCredential({
69
+ tenantId: "<YOUR_TENANT_ID>",
70
+ clientId: "<YOUR_CLIENT_ID>",
71
+ });
72
+ const client = new Portal(credential, subscriptionId);
73
+ ```
67
74
 
68
75
  ### JavaScript Bundle
76
+
69
77
  To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
70
78
 
71
79
  ## Key concepts
@@ -80,8 +88,9 @@ To use this client library in the browser, first you need to use a bundler. For
80
88
 
81
89
  Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
82
90
 
83
- ```javascript
84
- const { setLogLevel } = require("@azure/logger");
91
+ ```ts snippet:SetLogLevel
92
+ import { setLogLevel } from "@azure/logger";
93
+
85
94
  setLogLevel("info");
86
95
  ```
87
96
 
@@ -99,9 +108,9 @@ If you'd like to contribute to this library, please read the [contributing guide
99
108
 
100
109
  - [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
101
110
 
102
- ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fportal%2Farm-portal%2FREADME.png)
103
111
 
104
- [azure_cli]: https://docs.microsoft.com/cli/azure
112
+
113
+ [azure_cli]: https://learn.microsoft.com/cli/azure
105
114
  [azure_sub]: https://azure.microsoft.com/free/
106
115
  [azure_sub]: https://azure.microsoft.com/free/
107
116
  [azure_portal]: https://portal.azure.com
@@ -0,0 +1,5 @@
1
+ export { getContinuationToken } from "./pagingHelper.js";
2
+ export * from "./models/index.js";
3
+ export { Portal } from "./portal.js";
4
+ export * from "./operationsInterfaces/index.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,cAAc,iCAAiC,CAAC"}
@@ -6,8 +6,8 @@
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
  /// <reference lib="esnext.asynciterable" />
9
- export { getContinuationToken } from "./pagingHelper";
10
- export * from "./models";
11
- export { Portal } from "./portal";
12
- export * from "./operationsInterfaces";
9
+ export { getContinuationToken } from "./pagingHelper.js";
10
+ export * from "./models/index.js";
11
+ export { Portal } from "./portal.js";
12
+ export * from "./operationsInterfaces/index.js";
13
13
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,cAAc,iCAAiC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { Portal } from \"./portal.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
@@ -1,5 +1,5 @@
1
1
  import * as coreClient from "@azure/core-client";
2
- export declare type DashboardPartMetadataUnion = DashboardPartMetadata | MarkdownPartMetadata;
2
+ export type DashboardPartMetadataUnion = DashboardPartMetadata | MarkdownPartMetadata;
3
3
  /** Results of the request to list operations. */
4
4
  export interface ResourceProviderOperationList {
5
5
  /** List of operations supported by this resource provider. */
@@ -242,22 +242,22 @@ export declare enum KnownConfigurationName {
242
242
  * ### Known values supported by the service
243
243
  * **default**
244
244
  */
245
- export declare type ConfigurationName = string;
245
+ export type ConfigurationName = string;
246
246
  /** Optional parameters. */
247
247
  export interface OperationsListOptionalParams extends coreClient.OperationOptions {
248
248
  }
249
249
  /** Contains response data for the list operation. */
250
- export declare type OperationsListResponse = ResourceProviderOperationList;
250
+ export type OperationsListResponse = ResourceProviderOperationList;
251
251
  /** Optional parameters. */
252
252
  export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
253
253
  }
254
254
  /** Contains response data for the listNext operation. */
255
- export declare type OperationsListNextResponse = ResourceProviderOperationList;
255
+ export type OperationsListNextResponse = ResourceProviderOperationList;
256
256
  /** Optional parameters. */
257
257
  export interface DashboardsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
258
258
  }
259
259
  /** Contains response data for the createOrUpdate operation. */
260
- export declare type DashboardsCreateOrUpdateResponse = Dashboard;
260
+ export type DashboardsCreateOrUpdateResponse = Dashboard;
261
261
  /** Optional parameters. */
262
262
  export interface DashboardsDeleteOptionalParams extends coreClient.OperationOptions {
263
263
  }
@@ -265,47 +265,47 @@ export interface DashboardsDeleteOptionalParams extends coreClient.OperationOpti
265
265
  export interface DashboardsGetOptionalParams extends coreClient.OperationOptions {
266
266
  }
267
267
  /** Contains response data for the get operation. */
268
- export declare type DashboardsGetResponse = Dashboard;
268
+ export type DashboardsGetResponse = Dashboard;
269
269
  /** Optional parameters. */
270
270
  export interface DashboardsUpdateOptionalParams extends coreClient.OperationOptions {
271
271
  }
272
272
  /** Contains response data for the update operation. */
273
- export declare type DashboardsUpdateResponse = Dashboard;
273
+ export type DashboardsUpdateResponse = Dashboard;
274
274
  /** Optional parameters. */
275
275
  export interface DashboardsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
276
276
  }
277
277
  /** Contains response data for the listByResourceGroup operation. */
278
- export declare type DashboardsListByResourceGroupResponse = DashboardListResult;
278
+ export type DashboardsListByResourceGroupResponse = DashboardListResult;
279
279
  /** Optional parameters. */
280
280
  export interface DashboardsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
281
281
  }
282
282
  /** Contains response data for the listBySubscription operation. */
283
- export declare type DashboardsListBySubscriptionResponse = DashboardListResult;
283
+ export type DashboardsListBySubscriptionResponse = DashboardListResult;
284
284
  /** Optional parameters. */
285
285
  export interface DashboardsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
286
286
  }
287
287
  /** Contains response data for the listByResourceGroupNext operation. */
288
- export declare type DashboardsListByResourceGroupNextResponse = DashboardListResult;
288
+ export type DashboardsListByResourceGroupNextResponse = DashboardListResult;
289
289
  /** Optional parameters. */
290
290
  export interface DashboardsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
291
291
  }
292
292
  /** Contains response data for the listBySubscriptionNext operation. */
293
- export declare type DashboardsListBySubscriptionNextResponse = DashboardListResult;
293
+ export type DashboardsListBySubscriptionNextResponse = DashboardListResult;
294
294
  /** Optional parameters. */
295
295
  export interface TenantConfigurationsListOptionalParams extends coreClient.OperationOptions {
296
296
  }
297
297
  /** Contains response data for the list operation. */
298
- export declare type TenantConfigurationsListResponse = ConfigurationList;
298
+ export type TenantConfigurationsListResponse = ConfigurationList;
299
299
  /** Optional parameters. */
300
300
  export interface TenantConfigurationsGetOptionalParams extends coreClient.OperationOptions {
301
301
  }
302
302
  /** Contains response data for the get operation. */
303
- export declare type TenantConfigurationsGetResponse = Configuration;
303
+ export type TenantConfigurationsGetResponse = Configuration;
304
304
  /** Optional parameters. */
305
305
  export interface TenantConfigurationsCreateOptionalParams extends coreClient.OperationOptions {
306
306
  }
307
307
  /** Contains response data for the create operation. */
308
- export declare type TenantConfigurationsCreateResponse = Configuration;
308
+ export type TenantConfigurationsCreateResponse = Configuration;
309
309
  /** Optional parameters. */
310
310
  export interface TenantConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
311
311
  }
@@ -313,17 +313,17 @@ export interface TenantConfigurationsDeleteOptionalParams extends coreClient.Ope
313
313
  export interface TenantConfigurationsListNextOptionalParams extends coreClient.OperationOptions {
314
314
  }
315
315
  /** Contains response data for the listNext operation. */
316
- export declare type TenantConfigurationsListNextResponse = ConfigurationList;
316
+ export type TenantConfigurationsListNextResponse = ConfigurationList;
317
317
  /** Optional parameters. */
318
318
  export interface ListTenantConfigurationViolationsListOptionalParams extends coreClient.OperationOptions {
319
319
  }
320
320
  /** Contains response data for the list operation. */
321
- export declare type ListTenantConfigurationViolationsListResponse = ViolationsList;
321
+ export type ListTenantConfigurationViolationsListResponse = ViolationsList;
322
322
  /** Optional parameters. */
323
323
  export interface ListTenantConfigurationViolationsListNextOptionalParams extends coreClient.OperationOptions {
324
324
  }
325
325
  /** Contains response data for the listNext operation. */
326
- export declare type ListTenantConfigurationViolationsListNextResponse = ViolationsList;
326
+ export type ListTenantConfigurationViolationsListNextResponse = ViolationsList;
327
327
  /** Optional parameters. */
328
328
  export interface PortalOptionalParams extends coreClient.ServiceClientOptions {
329
329
  /** server parameter */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAuPH,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IAChC,cAAc;IACd,6CAAmB,CAAA;AACrB,CAAC,EAHW,sBAAsB,KAAtB,sBAAsB,QAGjC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport type DashboardPartMetadataUnion =\n | DashboardPartMetadata\n | MarkdownPartMetadata;\n\n/** Results of the request to list operations. */\nexport interface ResourceProviderOperationList {\n /** List of operations supported by this resource provider. */\n value?: ResourceProviderOperation[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Supported operations of this resource provider. */\nexport interface ResourceProviderOperation {\n /** Operation name, in format of {provider}/{resource}/{operation} */\n name?: string;\n /** Indicates whether the operation applies to data-plane. */\n isDataAction?: string;\n /** Display metadata associated with the operation. */\n display?: ResourceProviderOperationDisplay;\n}\n\n/** Display metadata associated with the operation. */\nexport interface ResourceProviderOperationDisplay {\n /** Resource provider: Microsoft Custom Providers. */\n provider?: string;\n /** Resource on which the operation is performed. */\n resource?: string;\n /** Type of operation: get, read, delete, etc. */\n operation?: string;\n /** Description of this operation. */\n description?: string;\n}\n\n/** Error response. */\nexport interface ErrorResponse {\n /** The error details. */\n error?: ErrorDefinition;\n}\n\n/** Error definition. */\nexport interface ErrorDefinition {\n /**\n * Service specific error code which serves as the substatus for the HTTP error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: number;\n /**\n * Description of the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Internal error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDefinition[];\n}\n\n/** The shared dashboard resource definition. */\nexport interface Dashboard {\n /**\n * Resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Resource location */\n location: string;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n /** The dashboard lenses. */\n lenses?: DashboardLens[];\n /** The dashboard metadata. */\n metadata?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** A dashboard lens. */\nexport interface DashboardLens {\n /** The lens order. */\n order: number;\n /** The dashboard parts. */\n parts: DashboardParts[];\n /** The dashboard len's metadata. */\n metadata?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** A dashboard part. */\nexport interface DashboardParts {\n /** The dashboard's part position. */\n position: DashboardPartsPosition;\n /** The dashboard part's metadata. */\n metadata?: DashboardPartMetadataUnion;\n}\n\n/** The dashboard's part position. */\nexport interface DashboardPartsPosition {\n /** The dashboard's part x coordinate. */\n x: number;\n /** The dashboard's part y coordinate. */\n y: number;\n /** The dashboard's part row span. */\n rowSpan: number;\n /** The dashboard's part column span. */\n colSpan: number;\n /** The dashboard part's metadata. */\n metadata?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** A dashboard part metadata. */\nexport interface DashboardPartMetadata {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Extension/HubsExtension/PartType/MarkdownPart\";\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n}\n\n/** The shared dashboard resource definition. */\nexport interface PatchableDashboard {\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n /** The dashboard lenses. */\n lenses?: DashboardLens[];\n /** The dashboard metadata. */\n metadata?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** List of dashboards. */\nexport interface DashboardListResult {\n /** The array of custom resource provider manifests. */\n value?: Dashboard[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** List of tenant configurations. */\nexport interface ConfigurationList {\n /** The array of tenant configurations. */\n value?: Configuration[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** List of list of items that violate tenant's configuration. */\nexport interface ViolationsList {\n /** The array of violations. */\n value?: Violation[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Violation information. */\nexport interface Violation {\n /**\n * Id of the item that violates tenant configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Id of the user who owns violated item.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userId?: string;\n /**\n * Error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessage?: string;\n}\n\n/** Markdown part settings. */\nexport interface MarkdownPartMetadataSettings {\n /** The content of markdown part. */\n content?: MarkdownPartMetadataSettingsContent;\n}\n\n/** The content of markdown part. */\nexport interface MarkdownPartMetadataSettingsContent {\n /** The setting of the content of markdown part. */\n settings?: MarkdownPartMetadataSettingsContentSettings;\n}\n\n/** The setting of the content of markdown part. */\nexport interface MarkdownPartMetadataSettingsContentSettings {\n /** The content of the markdown part. */\n content?: string;\n /** The title of the markdown part. */\n title?: string;\n /** The subtitle of the markdown part. */\n subtitle?: string;\n /** The source of the content of the markdown part. */\n markdownSource?: number;\n /** The uri of markdown content. */\n markdownUri?: string;\n}\n\n/** Markdown part metadata. */\nexport interface MarkdownPartMetadata extends DashboardPartMetadata {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Extension/HubsExtension/PartType/MarkdownPart\";\n /** Input to dashboard part. */\n inputs?: Record<string, unknown>[];\n /** Markdown part settings. */\n settings?: MarkdownPartMetadataSettings;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** Tenant configuration. */\nexport interface Configuration extends ProxyResource {\n /** When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited. */\n enforcePrivateMarkdownStorage?: boolean;\n}\n\n/** Known values of {@link ConfigurationName} that the service accepts. */\nexport enum KnownConfigurationName {\n /** Default */\n Default = \"default\"\n}\n\n/**\n * Defines values for ConfigurationName. \\\n * {@link KnownConfigurationName} can be used interchangeably with ConfigurationName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **default**\n */\nexport type ConfigurationName = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = ResourceProviderOperationList;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = ResourceProviderOperationList;\n\n/** Optional parameters. */\nexport interface DashboardsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DashboardsCreateOrUpdateResponse = Dashboard;\n\n/** Optional parameters. */\nexport interface DashboardsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DashboardsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DashboardsGetResponse = Dashboard;\n\n/** Optional parameters. */\nexport interface DashboardsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type DashboardsUpdateResponse = Dashboard;\n\n/** Optional parameters. */\nexport interface DashboardsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DashboardsListByResourceGroupResponse = DashboardListResult;\n\n/** Optional parameters. */\nexport interface DashboardsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type DashboardsListBySubscriptionResponse = DashboardListResult;\n\n/** Optional parameters. */\nexport interface DashboardsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DashboardsListByResourceGroupNextResponse = DashboardListResult;\n\n/** Optional parameters. */\nexport interface DashboardsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type DashboardsListBySubscriptionNextResponse = DashboardListResult;\n\n/** Optional parameters. */\nexport interface TenantConfigurationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type TenantConfigurationsListResponse = ConfigurationList;\n\n/** Optional parameters. */\nexport interface TenantConfigurationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TenantConfigurationsGetResponse = Configuration;\n\n/** Optional parameters. */\nexport interface TenantConfigurationsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type TenantConfigurationsCreateResponse = Configuration;\n\n/** Optional parameters. */\nexport interface TenantConfigurationsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface TenantConfigurationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type TenantConfigurationsListNextResponse = ConfigurationList;\n\n/** Optional parameters. */\nexport interface ListTenantConfigurationViolationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ListTenantConfigurationViolationsListResponse = ViolationsList;\n\n/** Optional parameters. */\nexport interface ListTenantConfigurationViolationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ListTenantConfigurationViolationsListNextResponse = ViolationsList;\n\n/** Optional parameters. */\nexport interface PortalOptionalParams extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -578,7 +578,9 @@ export const MarkdownPartMetadata = {
578
578
  uberParent: "DashboardPartMetadata",
579
579
  additionalProperties: { type: { name: "Object" } },
580
580
  polymorphicDiscriminator: DashboardPartMetadata.type.polymorphicDiscriminator,
581
- modelProperties: Object.assign(Object.assign({}, DashboardPartMetadata.type.modelProperties), { inputs: {
581
+ modelProperties: {
582
+ ...DashboardPartMetadata.type.modelProperties,
583
+ inputs: {
582
584
  serializedName: "inputs",
583
585
  type: {
584
586
  name: "Sequence",
@@ -589,32 +591,39 @@ export const MarkdownPartMetadata = {
589
591
  }
590
592
  }
591
593
  }
592
- }, settings: {
594
+ },
595
+ settings: {
593
596
  serializedName: "settings",
594
597
  type: {
595
598
  name: "Composite",
596
599
  className: "MarkdownPartMetadataSettings"
597
600
  }
598
- } })
601
+ }
602
+ }
599
603
  }
600
604
  };
601
605
  export const ProxyResource = {
602
606
  type: {
603
607
  name: "Composite",
604
608
  className: "ProxyResource",
605
- modelProperties: Object.assign({}, Resource.type.modelProperties)
609
+ modelProperties: {
610
+ ...Resource.type.modelProperties
611
+ }
606
612
  }
607
613
  };
608
614
  export const Configuration = {
609
615
  type: {
610
616
  name: "Composite",
611
617
  className: "Configuration",
612
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { enforcePrivateMarkdownStorage: {
618
+ modelProperties: {
619
+ ...ProxyResource.type.modelProperties,
620
+ enforcePrivateMarkdownStorage: {
613
621
  serializedName: "properties.enforcePrivateMarkdownStorage",
614
622
  type: {
615
623
  name: "Boolean"
616
624
  }
617
- } })
625
+ }
626
+ }
618
627
  }
619
628
  };
620
629
  export let discriminators = {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const ResourceProviderOperationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceProviderOperationList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceProviderOperation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceProviderOperation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceProviderOperation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"ResourceProviderOperationDisplay\"\n }\n }\n }\n }\n};\n\nexport const ResourceProviderOperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceProviderOperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDefinition\"\n }\n }\n }\n }\n};\n\nexport const ErrorDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDefinition\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDefinition\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Dashboard: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Dashboard\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n lenses: {\n serializedName: \"properties.lenses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DashboardLens\"\n }\n }\n }\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n }\n }\n }\n};\n\nexport const DashboardLens: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DashboardLens\",\n modelProperties: {\n order: {\n serializedName: \"order\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n parts: {\n serializedName: \"parts\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DashboardParts\"\n }\n }\n }\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n }\n }\n }\n};\n\nexport const DashboardParts: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DashboardParts\",\n modelProperties: {\n position: {\n serializedName: \"position\",\n type: {\n name: \"Composite\",\n className: \"DashboardPartsPosition\"\n }\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"DashboardPartMetadata\"\n }\n }\n }\n }\n};\n\nexport const DashboardPartsPosition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DashboardPartsPosition\",\n modelProperties: {\n x: {\n serializedName: \"x\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n y: {\n serializedName: \"y\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n rowSpan: {\n serializedName: \"rowSpan\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n colSpan: {\n serializedName: \"colSpan\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n }\n }\n }\n};\n\nexport const DashboardPartMetadata: coreClient.CompositeMapper = {\n serializedName: \"DashboardPartMetadata\",\n type: {\n name: \"Composite\",\n className: \"DashboardPartMetadata\",\n uberParent: \"DashboardPartMetadata\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PatchableDashboard: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PatchableDashboard\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n lenses: {\n serializedName: \"properties.lenses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DashboardLens\"\n }\n }\n }\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n }\n }\n }\n};\n\nexport const DashboardListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DashboardListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Dashboard\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConfigurationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Configuration\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ViolationsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ViolationsList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Violation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Violation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Violation\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n userId: {\n serializedName: \"userId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n errorMessage: {\n serializedName: \"errorMessage\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MarkdownPartMetadataSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MarkdownPartMetadataSettings\",\n modelProperties: {\n content: {\n serializedName: \"content\",\n type: {\n name: \"Composite\",\n className: \"MarkdownPartMetadataSettingsContent\"\n }\n }\n }\n }\n};\n\nexport const MarkdownPartMetadataSettingsContent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MarkdownPartMetadataSettingsContent\",\n modelProperties: {\n settings: {\n serializedName: \"settings\",\n type: {\n name: \"Composite\",\n className: \"MarkdownPartMetadataSettingsContentSettings\"\n }\n }\n }\n }\n};\n\nexport const MarkdownPartMetadataSettingsContentSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MarkdownPartMetadataSettingsContentSettings\",\n modelProperties: {\n content: {\n serializedName: \"content\",\n type: {\n name: \"String\"\n }\n },\n title: {\n serializedName: \"title\",\n type: {\n name: \"String\"\n }\n },\n subtitle: {\n serializedName: \"subtitle\",\n type: {\n name: \"String\"\n }\n },\n markdownSource: {\n serializedName: \"markdownSource\",\n type: {\n name: \"Number\"\n }\n },\n markdownUri: {\n serializedName: \"markdownUri\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MarkdownPartMetadata: coreClient.CompositeMapper = {\n serializedName: \"Extension/HubsExtension/PartType/MarkdownPart\",\n type: {\n name: \"Composite\",\n className: \"MarkdownPartMetadata\",\n uberParent: \"DashboardPartMetadata\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator:\n DashboardPartMetadata.type.polymorphicDiscriminator,\n modelProperties: {\n ...DashboardPartMetadata.type.modelProperties,\n inputs: {\n serializedName: \"inputs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n },\n settings: {\n serializedName: \"settings\",\n type: {\n name: \"Composite\",\n className: \"MarkdownPartMetadataSettings\"\n }\n }\n }\n }\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const Configuration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Configuration\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n enforcePrivateMarkdownStorage: {\n serializedName: \"properties.enforcePrivateMarkdownStorage\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport let discriminators = {\n DashboardPartMetadata: DashboardPartMetadata,\n \"DashboardPartMetadata.Extension/HubsExtension/PartType/MarkdownPart\": MarkdownPartMetadata\n};\n"]}
@@ -5,7 +5,7 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import { Dashboard as DashboardMapper, PatchableDashboard as PatchableDashboardMapper, Configuration as ConfigurationMapper } from "../models/mappers";
8
+ import { Dashboard as DashboardMapper, PatchableDashboard as PatchableDashboardMapper, Configuration as ConfigurationMapper } from "../models/mappers.js";
9
9
  export const accept = {
10
10
  parameterPath: "accept",
11
11
  mapper: {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n Dashboard as DashboardMapper,\n PatchableDashboard as PatchableDashboardMapper,\n Configuration as ConfigurationMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2020-09-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const dashboard: OperationParameter = {\n parameterPath: \"dashboard\",\n mapper: DashboardMapper\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const dashboardName: OperationURLParameter = {\n parameterPath: \"dashboardName\",\n mapper: {\n constraints: {\n MaxLength: 64,\n MinLength: 3\n },\n serializedName: \"dashboardName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const dashboard1: OperationParameter = {\n parameterPath: \"dashboard\",\n mapper: PatchableDashboardMapper\n};\n\nexport const configurationName: OperationURLParameter = {\n parameterPath: \"configurationName\",\n mapper: {\n serializedName: \"configurationName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const tenantConfiguration: OperationParameter = {\n parameterPath: \"tenantConfiguration\",\n mapper: ConfigurationMapper\n};\n"]}
@@ -1,7 +1,7 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { Dashboards } from "../operationsInterfaces";
3
- import { Portal } from "../portal";
4
- import { Dashboard, DashboardsListByResourceGroupOptionalParams, DashboardsListBySubscriptionOptionalParams, DashboardsCreateOrUpdateOptionalParams, DashboardsCreateOrUpdateResponse, DashboardsDeleteOptionalParams, DashboardsGetOptionalParams, DashboardsGetResponse, PatchableDashboard, DashboardsUpdateOptionalParams, DashboardsUpdateResponse } from "../models";
2
+ import { Dashboards } from "../operationsInterfaces/index.js";
3
+ import { Portal } from "../portal.js";
4
+ import { Dashboard, DashboardsListByResourceGroupOptionalParams, DashboardsListBySubscriptionOptionalParams, DashboardsCreateOrUpdateOptionalParams, DashboardsCreateOrUpdateResponse, DashboardsDeleteOptionalParams, DashboardsGetOptionalParams, DashboardsGetResponse, PatchableDashboard, DashboardsUpdateOptionalParams, DashboardsUpdateResponse } from "../models/index.js";
5
5
  /** Class containing Dashboards operations. */
6
6
  export declare class DashboardsImpl implements Dashboards {
7
7
  private readonly client;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dashboards.d.ts","sourceRoot":"","sources":["../../../src/operations/dashboards.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,SAAS,EAET,2CAA2C,EAG3C,0CAA0C,EAE1C,sCAAsC,EACtC,gCAAgC,EAChC,8BAA8B,EAC9B,2BAA2B,EAC3B,qBAAqB,EACrB,kBAAkB,EAClB,8BAA8B,EAC9B,wBAAwB,EAGzB,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;;;;OAIG;IACI,mBAAmB,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,2CAA2C,GACpD,0BAA0B,CAAC,SAAS,CAAC;YAsBzB,6BAA6B;YA2B7B,4BAA4B;IAY3C;;;OAGG;IACI,kBAAkB,CACvB,OAAO,CAAC,EAAE,0CAA0C,GACnD,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,4BAA4B;YAsB5B,2BAA2B;IAQ1C;;;;;;OAMG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,SAAS,EACpB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC;IAO5C;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC;IAOjC;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,kBAAkB,EAC7B,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC;IAOpC;;;;OAIG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;OAGG;IACH,OAAO,CAAC,mBAAmB;IAS3B;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;IAWhC;;;;OAIG;IACH,OAAO,CAAC,uBAAuB;CAShC"}