@azure/arm-portal 1.0.0-beta.4 → 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 (366) hide show
  1. package/CHANGELOG.md +26 -6
  2. package/LICENSE +4 -4
  3. package/README.md +27 -18
  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 -3
  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 +56 -65
  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 +30 -34
  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 +30 -34
  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 +30 -34
  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/browser/pagingHelper.d.ts +13 -0
  53. package/dist/browser/pagingHelper.d.ts.map +1 -0
  54. package/dist/browser/pagingHelper.js +30 -0
  55. package/dist/browser/pagingHelper.js.map +1 -0
  56. package/{dist-esm/src → dist/browser}/portal.d.ts +2 -2
  57. package/dist/browser/portal.d.ts.map +1 -0
  58. package/{dist-esm/src → dist/browser}/portal.js +49 -38
  59. package/dist/browser/portal.js.map +1 -0
  60. package/dist/commonjs/index.d.ts +5 -0
  61. package/dist/commonjs/index.d.ts.map +1 -0
  62. package/dist/commonjs/index.js +19 -0
  63. package/dist/commonjs/index.js.map +1 -0
  64. package/dist/commonjs/models/index.d.ts +336 -0
  65. package/dist/commonjs/models/index.d.ts.map +1 -0
  66. package/dist/commonjs/models/index.js +17 -0
  67. package/dist/commonjs/models/index.js.map +1 -0
  68. package/dist/commonjs/models/mappers.d.ts +28 -0
  69. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  70. package/dist/commonjs/models/mappers.js +636 -0
  71. package/dist/commonjs/models/mappers.js.map +1 -0
  72. package/dist/commonjs/models/parameters.d.ts +14 -0
  73. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  74. package/dist/commonjs/models/parameters.js +123 -0
  75. package/dist/commonjs/models/parameters.js.map +1 -0
  76. package/dist/commonjs/operations/dashboards.d.ts +83 -0
  77. package/dist/commonjs/operations/dashboards.d.ts.map +1 -0
  78. package/dist/commonjs/operations/dashboards.js +357 -0
  79. package/dist/commonjs/operations/dashboards.js.map +1 -0
  80. package/dist/commonjs/operations/index.d.ts +5 -0
  81. package/dist/commonjs/operations/index.d.ts.map +1 -0
  82. package/dist/commonjs/operations/index.js +15 -0
  83. package/dist/commonjs/operations/index.js.map +1 -0
  84. package/dist/commonjs/operations/listTenantConfigurationViolations.d.ts +32 -0
  85. package/dist/commonjs/operations/listTenantConfigurationViolations.d.ts.map +1 -0
  86. package/dist/commonjs/operations/listTenantConfigurationViolations.js +121 -0
  87. package/dist/commonjs/operations/listTenantConfigurationViolations.js.map +1 -0
  88. package/dist/commonjs/operations/operations.d.ts +32 -0
  89. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  90. package/dist/commonjs/operations/operations.js +121 -0
  91. package/dist/commonjs/operations/operations.js.map +1 -0
  92. package/dist/commonjs/operations/tenantConfigurations.d.ts +52 -0
  93. package/dist/commonjs/operations/tenantConfigurations.d.ts.map +1 -0
  94. package/dist/commonjs/operations/tenantConfigurations.js +200 -0
  95. package/dist/commonjs/operations/tenantConfigurations.js.map +1 -0
  96. package/dist/commonjs/operationsInterfaces/dashboards.d.ts +47 -0
  97. package/dist/commonjs/operationsInterfaces/dashboards.d.ts.map +1 -0
  98. package/dist/commonjs/operationsInterfaces/dashboards.js +10 -0
  99. package/dist/commonjs/operationsInterfaces/dashboards.js.map +1 -0
  100. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
  101. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  102. package/dist/commonjs/operationsInterfaces/index.js +15 -0
  103. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  104. package/dist/commonjs/operationsInterfaces/listTenantConfigurationViolations.d.ts +11 -0
  105. package/dist/commonjs/operationsInterfaces/listTenantConfigurationViolations.d.ts.map +1 -0
  106. package/dist/commonjs/operationsInterfaces/listTenantConfigurationViolations.js +10 -0
  107. package/dist/commonjs/operationsInterfaces/listTenantConfigurationViolations.js.map +1 -0
  108. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  109. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  110. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  111. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  112. package/dist/commonjs/operationsInterfaces/tenantConfigurations.d.ts +31 -0
  113. package/dist/commonjs/operationsInterfaces/tenantConfigurations.d.ts.map +1 -0
  114. package/dist/commonjs/operationsInterfaces/tenantConfigurations.js +10 -0
  115. package/dist/commonjs/operationsInterfaces/tenantConfigurations.js.map +1 -0
  116. package/dist/commonjs/package.json +3 -0
  117. package/dist/commonjs/pagingHelper.d.ts +13 -0
  118. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  119. package/dist/commonjs/pagingHelper.js +34 -0
  120. package/dist/commonjs/pagingHelper.js.map +1 -0
  121. package/dist/commonjs/portal.d.ts +24 -0
  122. package/dist/commonjs/portal.d.ts.map +1 -0
  123. package/dist/commonjs/portal.js +118 -0
  124. package/dist/commonjs/portal.js.map +1 -0
  125. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  126. package/dist/esm/index.d.ts +5 -0
  127. package/dist/esm/index.d.ts.map +1 -0
  128. package/{src/index.ts → dist/esm/index.js} +5 -4
  129. package/dist/esm/index.js.map +1 -0
  130. package/dist/esm/models/index.d.ts +336 -0
  131. package/dist/esm/models/index.d.ts.map +1 -0
  132. package/dist/esm/models/index.js +14 -0
  133. package/dist/esm/models/index.js.map +1 -0
  134. package/dist/esm/models/mappers.d.ts +28 -0
  135. package/dist/esm/models/mappers.d.ts.map +1 -0
  136. package/dist/esm/models/mappers.js +633 -0
  137. package/dist/esm/models/mappers.js.map +1 -0
  138. package/dist/esm/models/parameters.d.ts +14 -0
  139. package/dist/esm/models/parameters.d.ts.map +1 -0
  140. package/dist/esm/models/parameters.js +120 -0
  141. package/dist/esm/models/parameters.js.map +1 -0
  142. package/dist/esm/operations/dashboards.d.ts +83 -0
  143. package/dist/esm/operations/dashboards.d.ts.map +1 -0
  144. package/dist/esm/operations/dashboards.js +352 -0
  145. package/dist/esm/operations/dashboards.js.map +1 -0
  146. package/dist/esm/operations/index.d.ts +5 -0
  147. package/dist/esm/operations/index.d.ts.map +1 -0
  148. package/dist/esm/operations/index.js +12 -0
  149. package/dist/esm/operations/index.js.map +1 -0
  150. package/dist/esm/operations/listTenantConfigurationViolations.d.ts +32 -0
  151. package/dist/esm/operations/listTenantConfigurationViolations.d.ts.map +1 -0
  152. package/dist/esm/operations/listTenantConfigurationViolations.js +116 -0
  153. package/dist/esm/operations/listTenantConfigurationViolations.js.map +1 -0
  154. package/dist/esm/operations/operations.d.ts +32 -0
  155. package/dist/esm/operations/operations.d.ts.map +1 -0
  156. package/dist/esm/operations/operations.js +116 -0
  157. package/dist/esm/operations/operations.js.map +1 -0
  158. package/dist/esm/operations/tenantConfigurations.d.ts +52 -0
  159. package/dist/esm/operations/tenantConfigurations.d.ts.map +1 -0
  160. package/dist/esm/operations/tenantConfigurations.js +195 -0
  161. package/dist/esm/operations/tenantConfigurations.js.map +1 -0
  162. package/dist/esm/operationsInterfaces/dashboards.d.ts +47 -0
  163. package/dist/esm/operationsInterfaces/dashboards.d.ts.map +1 -0
  164. package/dist/esm/operationsInterfaces/dashboards.js +9 -0
  165. package/dist/esm/operationsInterfaces/dashboards.js.map +1 -0
  166. package/dist/esm/operationsInterfaces/index.d.ts +5 -0
  167. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  168. package/dist/esm/operationsInterfaces/index.js +12 -0
  169. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  170. package/dist/esm/operationsInterfaces/listTenantConfigurationViolations.d.ts +11 -0
  171. package/dist/esm/operationsInterfaces/listTenantConfigurationViolations.d.ts.map +1 -0
  172. package/dist/esm/operationsInterfaces/listTenantConfigurationViolations.js +9 -0
  173. package/dist/esm/operationsInterfaces/listTenantConfigurationViolations.js.map +1 -0
  174. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  175. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  176. package/dist/esm/operationsInterfaces/operations.js +9 -0
  177. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  178. package/dist/esm/operationsInterfaces/tenantConfigurations.d.ts +31 -0
  179. package/dist/esm/operationsInterfaces/tenantConfigurations.d.ts.map +1 -0
  180. package/dist/esm/operationsInterfaces/tenantConfigurations.js +9 -0
  181. package/dist/esm/operationsInterfaces/tenantConfigurations.js.map +1 -0
  182. package/dist/esm/package.json +3 -0
  183. package/dist/esm/pagingHelper.d.ts +13 -0
  184. package/dist/esm/pagingHelper.d.ts.map +1 -0
  185. package/dist/esm/pagingHelper.js +30 -0
  186. package/dist/esm/pagingHelper.js.map +1 -0
  187. package/dist/esm/portal.d.ts +24 -0
  188. package/dist/esm/portal.d.ts.map +1 -0
  189. package/dist/esm/portal.js +113 -0
  190. package/dist/esm/portal.js.map +1 -0
  191. package/dist/react-native/index.d.ts +5 -0
  192. package/dist/react-native/index.d.ts.map +1 -0
  193. package/dist/react-native/index.js +13 -0
  194. package/dist/react-native/index.js.map +1 -0
  195. package/dist/react-native/models/index.d.ts +336 -0
  196. package/dist/react-native/models/index.d.ts.map +1 -0
  197. package/dist/react-native/models/index.js +14 -0
  198. package/dist/react-native/models/index.js.map +1 -0
  199. package/dist/react-native/models/mappers.d.ts +28 -0
  200. package/dist/react-native/models/mappers.d.ts.map +1 -0
  201. package/dist/react-native/models/mappers.js +633 -0
  202. package/dist/react-native/models/mappers.js.map +1 -0
  203. package/dist/react-native/models/parameters.d.ts +14 -0
  204. package/dist/react-native/models/parameters.d.ts.map +1 -0
  205. package/dist/react-native/models/parameters.js +120 -0
  206. package/dist/react-native/models/parameters.js.map +1 -0
  207. package/dist/react-native/operations/dashboards.d.ts +83 -0
  208. package/dist/react-native/operations/dashboards.d.ts.map +1 -0
  209. package/dist/react-native/operations/dashboards.js +352 -0
  210. package/dist/react-native/operations/dashboards.js.map +1 -0
  211. package/dist/react-native/operations/index.d.ts +5 -0
  212. package/dist/react-native/operations/index.d.ts.map +1 -0
  213. package/dist/react-native/operations/index.js +12 -0
  214. package/dist/react-native/operations/index.js.map +1 -0
  215. package/dist/react-native/operations/listTenantConfigurationViolations.d.ts +32 -0
  216. package/dist/react-native/operations/listTenantConfigurationViolations.d.ts.map +1 -0
  217. package/dist/react-native/operations/listTenantConfigurationViolations.js +116 -0
  218. package/dist/react-native/operations/listTenantConfigurationViolations.js.map +1 -0
  219. package/dist/react-native/operations/operations.d.ts +32 -0
  220. package/dist/react-native/operations/operations.d.ts.map +1 -0
  221. package/dist/react-native/operations/operations.js +116 -0
  222. package/dist/react-native/operations/operations.js.map +1 -0
  223. package/dist/react-native/operations/tenantConfigurations.d.ts +52 -0
  224. package/dist/react-native/operations/tenantConfigurations.d.ts.map +1 -0
  225. package/dist/react-native/operations/tenantConfigurations.js +195 -0
  226. package/dist/react-native/operations/tenantConfigurations.js.map +1 -0
  227. package/dist/react-native/operationsInterfaces/dashboards.d.ts +47 -0
  228. package/dist/react-native/operationsInterfaces/dashboards.d.ts.map +1 -0
  229. package/dist/react-native/operationsInterfaces/dashboards.js +9 -0
  230. package/dist/react-native/operationsInterfaces/dashboards.js.map +1 -0
  231. package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
  232. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  233. package/dist/react-native/operationsInterfaces/index.js +12 -0
  234. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  235. package/dist/react-native/operationsInterfaces/listTenantConfigurationViolations.d.ts +11 -0
  236. package/dist/react-native/operationsInterfaces/listTenantConfigurationViolations.d.ts.map +1 -0
  237. package/dist/react-native/operationsInterfaces/listTenantConfigurationViolations.js +9 -0
  238. package/dist/react-native/operationsInterfaces/listTenantConfigurationViolations.js.map +1 -0
  239. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  240. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  241. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  242. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  243. package/dist/react-native/operationsInterfaces/tenantConfigurations.d.ts +31 -0
  244. package/dist/react-native/operationsInterfaces/tenantConfigurations.d.ts.map +1 -0
  245. package/dist/react-native/operationsInterfaces/tenantConfigurations.js +9 -0
  246. package/dist/react-native/operationsInterfaces/tenantConfigurations.js.map +1 -0
  247. package/dist/react-native/package.json +3 -0
  248. package/dist/react-native/pagingHelper.d.ts +13 -0
  249. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  250. package/dist/react-native/pagingHelper.js +30 -0
  251. package/dist/react-native/pagingHelper.js.map +1 -0
  252. package/dist/react-native/portal.d.ts +24 -0
  253. package/dist/react-native/portal.d.ts.map +1 -0
  254. package/dist/react-native/portal.js +113 -0
  255. package/dist/react-native/portal.js.map +1 -0
  256. package/package.json +87 -76
  257. package/review/{arm-portal.api.md → arm-portal-node.api.md} +3 -0
  258. package/dist/index.js +0 -1697
  259. package/dist/index.js.map +0 -1
  260. package/dist/index.min.js +0 -1
  261. package/dist/index.min.js.map +0 -1
  262. package/dist-esm/samples-dev/dashboardsCreateOrUpdateSample.d.ts +0 -2
  263. package/dist-esm/samples-dev/dashboardsCreateOrUpdateSample.d.ts.map +0 -1
  264. package/dist-esm/samples-dev/dashboardsCreateOrUpdateSample.js +0 -46
  265. package/dist-esm/samples-dev/dashboardsCreateOrUpdateSample.js.map +0 -1
  266. package/dist-esm/samples-dev/dashboardsDeleteSample.d.ts +0 -2
  267. package/dist-esm/samples-dev/dashboardsDeleteSample.d.ts.map +0 -1
  268. package/dist-esm/samples-dev/dashboardsDeleteSample.js +0 -31
  269. package/dist-esm/samples-dev/dashboardsDeleteSample.js.map +0 -1
  270. package/dist-esm/samples-dev/dashboardsGetSample.d.ts +0 -2
  271. package/dist-esm/samples-dev/dashboardsGetSample.d.ts.map +0 -1
  272. package/dist-esm/samples-dev/dashboardsGetSample.js +0 -31
  273. package/dist-esm/samples-dev/dashboardsGetSample.js.map +0 -1
  274. package/dist-esm/samples-dev/dashboardsListByResourceGroupSample.d.ts +0 -2
  275. package/dist-esm/samples-dev/dashboardsListByResourceGroupSample.d.ts.map +0 -1
  276. package/dist-esm/samples-dev/dashboardsListByResourceGroupSample.js +0 -44
  277. package/dist-esm/samples-dev/dashboardsListByResourceGroupSample.js.map +0 -1
  278. package/dist-esm/samples-dev/dashboardsListBySubscriptionSample.d.ts +0 -2
  279. package/dist-esm/samples-dev/dashboardsListBySubscriptionSample.d.ts.map +0 -1
  280. package/dist-esm/samples-dev/dashboardsListBySubscriptionSample.js +0 -43
  281. package/dist-esm/samples-dev/dashboardsListBySubscriptionSample.js.map +0 -1
  282. package/dist-esm/samples-dev/dashboardsUpdateSample.d.ts +0 -2
  283. package/dist-esm/samples-dev/dashboardsUpdateSample.d.ts.map +0 -1
  284. package/dist-esm/samples-dev/dashboardsUpdateSample.js +0 -34
  285. package/dist-esm/samples-dev/dashboardsUpdateSample.js.map +0 -1
  286. package/dist-esm/samples-dev/listTenantConfigurationViolationsListSample.d.ts +0 -2
  287. package/dist-esm/samples-dev/listTenantConfigurationViolationsListSample.d.ts.map +0 -1
  288. package/dist-esm/samples-dev/listTenantConfigurationViolationsListSample.js +0 -43
  289. package/dist-esm/samples-dev/listTenantConfigurationViolationsListSample.js.map +0 -1
  290. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  291. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  292. package/dist-esm/samples-dev/operationsListSample.js +0 -43
  293. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  294. package/dist-esm/samples-dev/tenantConfigurationsCreateSample.d.ts +0 -2
  295. package/dist-esm/samples-dev/tenantConfigurationsCreateSample.d.ts.map +0 -1
  296. package/dist-esm/samples-dev/tenantConfigurationsCreateSample.js +0 -33
  297. package/dist-esm/samples-dev/tenantConfigurationsCreateSample.js.map +0 -1
  298. package/dist-esm/samples-dev/tenantConfigurationsDeleteSample.d.ts +0 -2
  299. package/dist-esm/samples-dev/tenantConfigurationsDeleteSample.d.ts.map +0 -1
  300. package/dist-esm/samples-dev/tenantConfigurationsDeleteSample.js +0 -30
  301. package/dist-esm/samples-dev/tenantConfigurationsDeleteSample.js.map +0 -1
  302. package/dist-esm/samples-dev/tenantConfigurationsGetSample.d.ts +0 -2
  303. package/dist-esm/samples-dev/tenantConfigurationsGetSample.d.ts.map +0 -1
  304. package/dist-esm/samples-dev/tenantConfigurationsGetSample.js +0 -30
  305. package/dist-esm/samples-dev/tenantConfigurationsGetSample.js.map +0 -1
  306. package/dist-esm/samples-dev/tenantConfigurationsListSample.d.ts +0 -2
  307. package/dist-esm/samples-dev/tenantConfigurationsListSample.d.ts.map +0 -1
  308. package/dist-esm/samples-dev/tenantConfigurationsListSample.js +0 -43
  309. package/dist-esm/samples-dev/tenantConfigurationsListSample.js.map +0 -1
  310. package/dist-esm/src/index.d.ts +0 -5
  311. package/dist-esm/src/index.d.ts.map +0 -1
  312. package/dist-esm/src/index.js.map +0 -1
  313. package/dist-esm/src/models/index.d.ts.map +0 -1
  314. package/dist-esm/src/models/index.js.map +0 -1
  315. package/dist-esm/src/models/mappers.js.map +0 -1
  316. package/dist-esm/src/models/parameters.js.map +0 -1
  317. package/dist-esm/src/operations/dashboards.d.ts.map +0 -1
  318. package/dist-esm/src/operations/dashboards.js.map +0 -1
  319. package/dist-esm/src/operations/index.d.ts +0 -5
  320. package/dist-esm/src/operations/index.js.map +0 -1
  321. package/dist-esm/src/operations/listTenantConfigurationViolations.d.ts.map +0 -1
  322. package/dist-esm/src/operations/listTenantConfigurationViolations.js.map +0 -1
  323. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  324. package/dist-esm/src/operations/operations.js.map +0 -1
  325. package/dist-esm/src/operations/tenantConfigurations.d.ts.map +0 -1
  326. package/dist-esm/src/operations/tenantConfigurations.js.map +0 -1
  327. package/dist-esm/src/operationsInterfaces/dashboards.d.ts.map +0 -1
  328. package/dist-esm/src/operationsInterfaces/dashboards.js.map +0 -1
  329. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  330. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  331. package/dist-esm/src/operationsInterfaces/listTenantConfigurationViolations.js.map +0 -1
  332. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  333. package/dist-esm/src/operationsInterfaces/tenantConfigurations.d.ts.map +0 -1
  334. package/dist-esm/src/operationsInterfaces/tenantConfigurations.js.map +0 -1
  335. package/dist-esm/src/portal.d.ts.map +0 -1
  336. package/dist-esm/src/portal.js.map +0 -1
  337. package/dist-esm/test/sampleTest.d.ts +0 -2
  338. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  339. package/dist-esm/test/sampleTest.js +0 -38
  340. package/dist-esm/test/sampleTest.js.map +0 -1
  341. package/rollup.config.js +0 -122
  342. package/src/models/index.ts +0 -390
  343. package/src/models/mappers.ts +0 -658
  344. package/src/models/parameters.ts +0 -141
  345. package/src/operations/dashboards.ts +0 -451
  346. package/src/operations/index.ts +0 -12
  347. package/src/operations/listTenantConfigurationViolations.ts +0 -138
  348. package/src/operations/operations.ts +0 -137
  349. package/src/operations/tenantConfigurations.ts +0 -244
  350. package/src/operationsInterfaces/dashboards.ts +0 -91
  351. package/src/operationsInterfaces/index.ts +0 -12
  352. package/src/operationsInterfaces/listTenantConfigurationViolations.ts +0 -25
  353. package/src/operationsInterfaces/operations.ts +0 -25
  354. package/src/operationsInterfaces/tenantConfigurations.ts +0 -61
  355. package/src/portal.ts +0 -153
  356. package/tsconfig.json +0 -33
  357. package/types/arm-portal.d.ts +0 -509
  358. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  359. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  360. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  361. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  362. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  363. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dashboards.js +0 -0
  364. /package/{dist-esm/src → dist/browser}/operationsInterfaces/listTenantConfigurationViolations.js +0 -0
  365. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  366. /package/{dist-esm/src → dist/browser}/operationsInterfaces/tenantConfigurations.js +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"sampleTest.d.ts","sourceRoot":"","sources":["../../test/sampleTest.ts"],"names":[],"mappings":""}
@@ -1,38 +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
- import { __awaiter } from "tslib";
9
- import { Recorder } from "@azure-tools/test-recorder";
10
- const replaceableVariables = {
11
- AZURE_CLIENT_ID: "azure_client_id",
12
- AZURE_CLIENT_SECRET: "azure_client_secret",
13
- AZURE_TENANT_ID: "88888888-8888-8888-8888-888888888888",
14
- SUBSCRIPTION_ID: "azure_subscription_id"
15
- };
16
- const recorderOptions = {
17
- envSetupForPlayback: replaceableVariables
18
- };
19
- describe("My test", () => {
20
- let recorder;
21
- beforeEach(function () {
22
- return __awaiter(this, void 0, void 0, function* () {
23
- recorder = new Recorder(this.currentTest);
24
- yield recorder.start(recorderOptions);
25
- });
26
- });
27
- afterEach(function () {
28
- return __awaiter(this, void 0, void 0, function* () {
29
- yield recorder.stop();
30
- });
31
- });
32
- it("sample test", function () {
33
- return __awaiter(this, void 0, void 0, function* () {
34
- console.log("Hi, I'm a test!");
35
- });
36
- });
37
- });
38
- //# sourceMappingURL=sampleTest.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sampleTest.js","sourceRoot":"","sources":["../../test/sampleTest.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,OAAO,EACL,QAAQ,EAGT,MAAM,4BAA4B,CAAC;AAIpC,MAAM,oBAAoB,GAA2B;IACnD,eAAe,EAAE,iBAAiB;IAClC,mBAAmB,EAAE,qBAAqB;IAC1C,eAAe,EAAE,sCAAsC;IACvD,eAAe,EAAE,uBAAuB;CACzC,CAAC;AAEF,MAAM,eAAe,GAAyB;IAC5C,mBAAmB,EAAE,oBAAoB;CAC1C,CAAC;AAEF,QAAQ,CAAC,SAAS,EAAE,GAAG,EAAE;IACvB,IAAI,QAAkB,CAAC;IAEvB,UAAU,CAAC;;YACT,QAAQ,GAAG,IAAI,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;YAC1C,MAAM,QAAQ,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC;QACxC,CAAC;KAAA,CAAC,CAAC;IAEH,SAAS,CAAC;;YACR,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;QACxB,CAAC;KAAA,CAAC,CAAC;IAEH,EAAE,CAAC,aAAa,EAAE;;YAChB,OAAO,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC;QACjC,CAAC;KAAA,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
package/rollup.config.js DELETED
@@ -1,122 +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 nodeResolve from "@rollup/plugin-node-resolve";
10
- import cjs from "@rollup/plugin-commonjs";
11
- import sourcemaps from "rollup-plugin-sourcemaps";
12
- import multiEntry from "@rollup/plugin-multi-entry";
13
- import json from "@rollup/plugin-json";
14
-
15
- import nodeBuiltins from "builtin-modules";
16
-
17
- // #region Warning Handler
18
-
19
- /**
20
- * A function that can determine whether a rollup warning should be ignored. If
21
- * the function returns `true`, then the warning will not be displayed.
22
- */
23
-
24
- function ignoreNiseSinonEval(warning) {
25
- return (
26
- warning.code === "EVAL" &&
27
- warning.id &&
28
- (warning.id.includes("node_modules/nise") ||
29
- warning.id.includes("node_modules/sinon")) === true
30
- );
31
- }
32
-
33
- function ignoreChaiCircularDependency(warning) {
34
- return (
35
- warning.code === "CIRCULAR_DEPENDENCY" &&
36
- warning.importer && warning.importer.includes("node_modules/chai") === true
37
- );
38
- }
39
-
40
- const warningInhibitors = [ignoreChaiCircularDependency, ignoreNiseSinonEval];
41
-
42
- /**
43
- * Construct a warning handler for the shared rollup configuration
44
- * that ignores certain warnings that are not relevant to testing.
45
- */
46
- function makeOnWarnForTesting() {
47
- return (warning, warn) => {
48
- // If every inhibitor returns false (i.e. no inhibitors), then show the warning
49
- if (warningInhibitors.every((inhib) => !inhib(warning))) {
50
- warn(warning);
51
- }
52
- };
53
- }
54
-
55
- // #endregion
56
-
57
- function makeBrowserTestConfig() {
58
- const config = {
59
- input: {
60
- include: ["dist-esm/test/**/*.spec.js"],
61
- exclude: ["dist-esm/test/**/node/**"]
62
- },
63
- output: {
64
- file: `dist-test/index.browser.js`,
65
- format: "umd",
66
- sourcemap: true
67
- },
68
- preserveSymlinks: false,
69
- plugins: [
70
- multiEntry({ exports: false }),
71
- nodeResolve({
72
- mainFields: ["module", "browser"]
73
- }),
74
- cjs(),
75
- json(),
76
- sourcemaps()
77
- //viz({ filename: "dist-test/browser-stats.html", sourcemap: true })
78
- ],
79
- onwarn: makeOnWarnForTesting(),
80
- // Disable tree-shaking of test code. In rollup-plugin-node-resolve@5.0.0,
81
- // rollup started respecting the "sideEffects" field in package.json. Since
82
- // our package.json sets "sideEffects=false", this also applies to test
83
- // code, which causes all tests to be removed by tree-shaking.
84
- treeshake: false
85
- };
86
-
87
- return config;
88
- }
89
-
90
- const defaultConfigurationOptions = {
91
- disableBrowserBundle: false
92
- };
93
-
94
- export function makeConfig(pkg, options) {
95
- options = {
96
- ...defaultConfigurationOptions,
97
- ...(options || {})
98
- };
99
-
100
- const baseConfig = {
101
- // Use the package's module field if it has one
102
- input: pkg["module"] || "dist-esm/src/index.js",
103
- external: [
104
- ...nodeBuiltins,
105
- ...Object.keys(pkg.dependencies),
106
- ...Object.keys(pkg.devDependencies)
107
- ],
108
- output: { file: "dist/index.js", format: "cjs", sourcemap: true },
109
- preserveSymlinks: false,
110
- plugins: [sourcemaps(), nodeResolve()]
111
- };
112
-
113
- const config = [baseConfig];
114
-
115
- if (!options.disableBrowserBundle) {
116
- config.push(makeBrowserTestConfig());
117
- }
118
-
119
- return config;
120
- }
121
-
122
- export default makeConfig(require("./package.json"));
@@ -1,390 +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 * as coreClient from "@azure/core-client";
10
-
11
- export type DashboardPartMetadataUnion =
12
- | DashboardPartMetadata
13
- | MarkdownPartMetadata;
14
-
15
- /** Results of the request to list operations. */
16
- export interface ResourceProviderOperationList {
17
- /** List of operations supported by this resource provider. */
18
- value?: ResourceProviderOperation[];
19
- /** The URL to use for getting the next set of results. */
20
- nextLink?: string;
21
- }
22
-
23
- /** Supported operations of this resource provider. */
24
- export interface ResourceProviderOperation {
25
- /** Operation name, in format of {provider}/{resource}/{operation} */
26
- name?: string;
27
- /** Indicates whether the operation applies to data-plane. */
28
- isDataAction?: string;
29
- /** Display metadata associated with the operation. */
30
- display?: ResourceProviderOperationDisplay;
31
- }
32
-
33
- /** Display metadata associated with the operation. */
34
- export interface ResourceProviderOperationDisplay {
35
- /** Resource provider: Microsoft Custom Providers. */
36
- provider?: string;
37
- /** Resource on which the operation is performed. */
38
- resource?: string;
39
- /** Type of operation: get, read, delete, etc. */
40
- operation?: string;
41
- /** Description of this operation. */
42
- description?: string;
43
- }
44
-
45
- /** Error response. */
46
- export interface ErrorResponse {
47
- /** The error details. */
48
- error?: ErrorDefinition;
49
- }
50
-
51
- /** Error definition. */
52
- export interface ErrorDefinition {
53
- /**
54
- * Service specific error code which serves as the substatus for the HTTP error code.
55
- * NOTE: This property will not be serialized. It can only be populated by the server.
56
- */
57
- readonly code?: number;
58
- /**
59
- * Description of the error.
60
- * NOTE: This property will not be serialized. It can only be populated by the server.
61
- */
62
- readonly message?: string;
63
- /**
64
- * Internal error details.
65
- * NOTE: This property will not be serialized. It can only be populated by the server.
66
- */
67
- readonly details?: ErrorDefinition[];
68
- }
69
-
70
- /** The shared dashboard resource definition. */
71
- export interface Dashboard {
72
- /**
73
- * Resource Id
74
- * NOTE: This property will not be serialized. It can only be populated by the server.
75
- */
76
- readonly id?: string;
77
- /**
78
- * Resource name
79
- * NOTE: This property will not be serialized. It can only be populated by the server.
80
- */
81
- readonly name?: string;
82
- /**
83
- * Resource type
84
- * NOTE: This property will not be serialized. It can only be populated by the server.
85
- */
86
- readonly type?: string;
87
- /** Resource location */
88
- location: string;
89
- /** Resource tags */
90
- tags?: { [propertyName: string]: string };
91
- /** The dashboard lenses. */
92
- lenses?: DashboardLens[];
93
- /** The dashboard metadata. */
94
- metadata?: { [propertyName: string]: Record<string, unknown> };
95
- }
96
-
97
- /** A dashboard lens. */
98
- export interface DashboardLens {
99
- /** The lens order. */
100
- order: number;
101
- /** The dashboard parts. */
102
- parts: DashboardParts[];
103
- /** The dashboard len's metadata. */
104
- metadata?: { [propertyName: string]: Record<string, unknown> };
105
- }
106
-
107
- /** A dashboard part. */
108
- export interface DashboardParts {
109
- /** The dashboard's part position. */
110
- position: DashboardPartsPosition;
111
- /** The dashboard part's metadata. */
112
- metadata?: DashboardPartMetadataUnion;
113
- }
114
-
115
- /** The dashboard's part position. */
116
- export interface DashboardPartsPosition {
117
- /** The dashboard's part x coordinate. */
118
- x: number;
119
- /** The dashboard's part y coordinate. */
120
- y: number;
121
- /** The dashboard's part row span. */
122
- rowSpan: number;
123
- /** The dashboard's part column span. */
124
- colSpan: number;
125
- /** The dashboard part's metadata. */
126
- metadata?: { [propertyName: string]: Record<string, unknown> };
127
- }
128
-
129
- /** A dashboard part metadata. */
130
- export interface DashboardPartMetadata {
131
- /** Polymorphic discriminator, which specifies the different types this object can be */
132
- type: "Extension/HubsExtension/PartType/MarkdownPart";
133
- /** Describes unknown properties. The value of an unknown property can be of "any" type. */
134
- [property: string]: any;
135
- }
136
-
137
- /** The shared dashboard resource definition. */
138
- export interface PatchableDashboard {
139
- /** Resource tags */
140
- tags?: { [propertyName: string]: string };
141
- /** The dashboard lenses. */
142
- lenses?: DashboardLens[];
143
- /** The dashboard metadata. */
144
- metadata?: { [propertyName: string]: Record<string, unknown> };
145
- }
146
-
147
- /** List of dashboards. */
148
- export interface DashboardListResult {
149
- /** The array of custom resource provider manifests. */
150
- value?: Dashboard[];
151
- /** The URL to use for getting the next set of results. */
152
- nextLink?: string;
153
- }
154
-
155
- /** List of tenant configurations. */
156
- export interface ConfigurationList {
157
- /** The array of tenant configurations. */
158
- value?: Configuration[];
159
- /** The URL to use for getting the next set of results. */
160
- nextLink?: string;
161
- }
162
-
163
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
164
- export interface Resource {
165
- /**
166
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
167
- * NOTE: This property will not be serialized. It can only be populated by the server.
168
- */
169
- readonly id?: string;
170
- /**
171
- * The name of the resource
172
- * NOTE: This property will not be serialized. It can only be populated by the server.
173
- */
174
- readonly name?: string;
175
- /**
176
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
177
- * NOTE: This property will not be serialized. It can only be populated by the server.
178
- */
179
- readonly type?: string;
180
- }
181
-
182
- /** List of list of items that violate tenant's configuration. */
183
- export interface ViolationsList {
184
- /** The array of violations. */
185
- value?: Violation[];
186
- /** The URL to use for getting the next set of results. */
187
- nextLink?: string;
188
- }
189
-
190
- /** Violation information. */
191
- export interface Violation {
192
- /**
193
- * Id of the item that violates tenant configuration.
194
- * NOTE: This property will not be serialized. It can only be populated by the server.
195
- */
196
- readonly id?: string;
197
- /**
198
- * Id of the user who owns violated item.
199
- * NOTE: This property will not be serialized. It can only be populated by the server.
200
- */
201
- readonly userId?: string;
202
- /**
203
- * Error message.
204
- * NOTE: This property will not be serialized. It can only be populated by the server.
205
- */
206
- readonly errorMessage?: string;
207
- }
208
-
209
- /** Markdown part settings. */
210
- export interface MarkdownPartMetadataSettings {
211
- /** The content of markdown part. */
212
- content?: MarkdownPartMetadataSettingsContent;
213
- }
214
-
215
- /** The content of markdown part. */
216
- export interface MarkdownPartMetadataSettingsContent {
217
- /** The setting of the content of markdown part. */
218
- settings?: MarkdownPartMetadataSettingsContentSettings;
219
- }
220
-
221
- /** The setting of the content of markdown part. */
222
- export interface MarkdownPartMetadataSettingsContentSettings {
223
- /** The content of the markdown part. */
224
- content?: string;
225
- /** The title of the markdown part. */
226
- title?: string;
227
- /** The subtitle of the markdown part. */
228
- subtitle?: string;
229
- /** The source of the content of the markdown part. */
230
- markdownSource?: number;
231
- /** The uri of markdown content. */
232
- markdownUri?: string;
233
- }
234
-
235
- /** Markdown part metadata. */
236
- export interface MarkdownPartMetadata extends DashboardPartMetadata {
237
- /** Polymorphic discriminator, which specifies the different types this object can be */
238
- type: "Extension/HubsExtension/PartType/MarkdownPart";
239
- /** Input to dashboard part. */
240
- inputs?: Record<string, unknown>[];
241
- /** Markdown part settings. */
242
- settings?: MarkdownPartMetadataSettings;
243
- }
244
-
245
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
246
- export interface ProxyResource extends Resource {}
247
-
248
- /** Tenant configuration. */
249
- export interface Configuration extends ProxyResource {
250
- /** When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited. */
251
- enforcePrivateMarkdownStorage?: boolean;
252
- }
253
-
254
- /** Known values of {@link ConfigurationName} that the service accepts. */
255
- export enum KnownConfigurationName {
256
- /** Default */
257
- Default = "default"
258
- }
259
-
260
- /**
261
- * Defines values for ConfigurationName. \
262
- * {@link KnownConfigurationName} can be used interchangeably with ConfigurationName,
263
- * this enum contains the known values that the service supports.
264
- * ### Known values supported by the service
265
- * **default**
266
- */
267
- export type ConfigurationName = string;
268
-
269
- /** Optional parameters. */
270
- export interface OperationsListOptionalParams
271
- extends coreClient.OperationOptions {}
272
-
273
- /** Contains response data for the list operation. */
274
- export type OperationsListResponse = ResourceProviderOperationList;
275
-
276
- /** Optional parameters. */
277
- export interface OperationsListNextOptionalParams
278
- extends coreClient.OperationOptions {}
279
-
280
- /** Contains response data for the listNext operation. */
281
- export type OperationsListNextResponse = ResourceProviderOperationList;
282
-
283
- /** Optional parameters. */
284
- export interface DashboardsCreateOrUpdateOptionalParams
285
- extends coreClient.OperationOptions {}
286
-
287
- /** Contains response data for the createOrUpdate operation. */
288
- export type DashboardsCreateOrUpdateResponse = Dashboard;
289
-
290
- /** Optional parameters. */
291
- export interface DashboardsDeleteOptionalParams
292
- extends coreClient.OperationOptions {}
293
-
294
- /** Optional parameters. */
295
- export interface DashboardsGetOptionalParams
296
- extends coreClient.OperationOptions {}
297
-
298
- /** Contains response data for the get operation. */
299
- export type DashboardsGetResponse = Dashboard;
300
-
301
- /** Optional parameters. */
302
- export interface DashboardsUpdateOptionalParams
303
- extends coreClient.OperationOptions {}
304
-
305
- /** Contains response data for the update operation. */
306
- export type DashboardsUpdateResponse = Dashboard;
307
-
308
- /** Optional parameters. */
309
- export interface DashboardsListByResourceGroupOptionalParams
310
- extends coreClient.OperationOptions {}
311
-
312
- /** Contains response data for the listByResourceGroup operation. */
313
- export type DashboardsListByResourceGroupResponse = DashboardListResult;
314
-
315
- /** Optional parameters. */
316
- export interface DashboardsListBySubscriptionOptionalParams
317
- extends coreClient.OperationOptions {}
318
-
319
- /** Contains response data for the listBySubscription operation. */
320
- export type DashboardsListBySubscriptionResponse = DashboardListResult;
321
-
322
- /** Optional parameters. */
323
- export interface DashboardsListByResourceGroupNextOptionalParams
324
- extends coreClient.OperationOptions {}
325
-
326
- /** Contains response data for the listByResourceGroupNext operation. */
327
- export type DashboardsListByResourceGroupNextResponse = DashboardListResult;
328
-
329
- /** Optional parameters. */
330
- export interface DashboardsListBySubscriptionNextOptionalParams
331
- extends coreClient.OperationOptions {}
332
-
333
- /** Contains response data for the listBySubscriptionNext operation. */
334
- export type DashboardsListBySubscriptionNextResponse = DashboardListResult;
335
-
336
- /** Optional parameters. */
337
- export interface TenantConfigurationsListOptionalParams
338
- extends coreClient.OperationOptions {}
339
-
340
- /** Contains response data for the list operation. */
341
- export type TenantConfigurationsListResponse = ConfigurationList;
342
-
343
- /** Optional parameters. */
344
- export interface TenantConfigurationsGetOptionalParams
345
- extends coreClient.OperationOptions {}
346
-
347
- /** Contains response data for the get operation. */
348
- export type TenantConfigurationsGetResponse = Configuration;
349
-
350
- /** Optional parameters. */
351
- export interface TenantConfigurationsCreateOptionalParams
352
- extends coreClient.OperationOptions {}
353
-
354
- /** Contains response data for the create operation. */
355
- export type TenantConfigurationsCreateResponse = Configuration;
356
-
357
- /** Optional parameters. */
358
- export interface TenantConfigurationsDeleteOptionalParams
359
- extends coreClient.OperationOptions {}
360
-
361
- /** Optional parameters. */
362
- export interface TenantConfigurationsListNextOptionalParams
363
- extends coreClient.OperationOptions {}
364
-
365
- /** Contains response data for the listNext operation. */
366
- export type TenantConfigurationsListNextResponse = ConfigurationList;
367
-
368
- /** Optional parameters. */
369
- export interface ListTenantConfigurationViolationsListOptionalParams
370
- extends coreClient.OperationOptions {}
371
-
372
- /** Contains response data for the list operation. */
373
- export type ListTenantConfigurationViolationsListResponse = ViolationsList;
374
-
375
- /** Optional parameters. */
376
- export interface ListTenantConfigurationViolationsListNextOptionalParams
377
- extends coreClient.OperationOptions {}
378
-
379
- /** Contains response data for the listNext operation. */
380
- export type ListTenantConfigurationViolationsListNextResponse = ViolationsList;
381
-
382
- /** Optional parameters. */
383
- export interface PortalOptionalParams extends coreClient.ServiceClientOptions {
384
- /** server parameter */
385
- $host?: string;
386
- /** Api Version */
387
- apiVersion?: string;
388
- /** Overrides client endpoint. */
389
- endpoint?: string;
390
- }