@azure/arm-appinsights 3.0.0 → 5.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (449) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +72 -73
  4. package/dist/index.js +7675 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/applicationInsightsManagementClient.d.ts +36 -0
  9. package/dist-esm/src/applicationInsightsManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/applicationInsightsManagementClient.js +69 -0
  11. package/dist-esm/src/applicationInsightsManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +2080 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +133 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +86 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/{esm → dist-esm/src}/models/mappers.js +1481 -1003
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +63 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/dist-esm/src/models/parameters.js +515 -0
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operations/aPIKeys.d.ts +55 -0
  29. package/dist-esm/src/operations/aPIKeys.d.ts.map +1 -0
  30. package/dist-esm/src/operations/aPIKeys.js +185 -0
  31. package/dist-esm/src/operations/aPIKeys.js.map +1 -0
  32. package/dist-esm/src/operations/analyticsItems.d.ts +51 -0
  33. package/dist-esm/src/operations/analyticsItems.d.ts.map +1 -0
  34. package/dist-esm/src/operations/analyticsItems.js +157 -0
  35. package/dist-esm/src/operations/analyticsItems.js.map +1 -0
  36. package/dist-esm/src/operations/annotations.d.ts +63 -0
  37. package/dist-esm/src/operations/annotations.d.ts.map +1 -0
  38. package/dist-esm/src/operations/annotations.js +207 -0
  39. package/dist-esm/src/operations/annotations.js.map +1 -0
  40. package/dist-esm/src/operations/componentAvailableFeatures.d.ts +20 -0
  41. package/dist-esm/src/operations/componentAvailableFeatures.d.ts.map +1 -0
  42. package/dist-esm/src/operations/componentAvailableFeatures.js +50 -0
  43. package/dist-esm/src/operations/componentAvailableFeatures.js.map +1 -0
  44. package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts +29 -0
  45. package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
  46. package/dist-esm/src/operations/componentCurrentBillingFeatures.js +81 -0
  47. package/dist-esm/src/operations/componentCurrentBillingFeatures.js.map +1 -0
  48. package/dist-esm/src/operations/componentFeatureCapabilities.d.ts +20 -0
  49. package/dist-esm/src/operations/componentFeatureCapabilities.d.ts.map +1 -0
  50. package/dist-esm/src/operations/componentFeatureCapabilities.js +50 -0
  51. package/dist-esm/src/operations/componentFeatureCapabilities.js.map +1 -0
  52. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
  53. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  54. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js +174 -0
  55. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
  56. package/dist-esm/src/operations/componentQuotaStatus.d.ts +20 -0
  57. package/dist-esm/src/operations/componentQuotaStatus.d.ts.map +1 -0
  58. package/dist-esm/src/operations/componentQuotaStatus.js +50 -0
  59. package/dist-esm/src/operations/componentQuotaStatus.js.map +1 -0
  60. package/dist-esm/src/operations/components.d.ts +108 -0
  61. package/dist-esm/src/operations/components.d.ts.map +1 -0
  62. package/dist-esm/src/operations/components.js +402 -0
  63. package/dist-esm/src/operations/components.js.map +1 -0
  64. package/dist-esm/src/operations/exportConfigurations.d.ts +58 -0
  65. package/dist-esm/src/operations/exportConfigurations.d.ts.map +1 -0
  66. package/dist-esm/src/operations/exportConfigurations.js +195 -0
  67. package/dist-esm/src/operations/exportConfigurations.js.map +1 -0
  68. package/dist-esm/src/operations/favorites.d.ts +55 -0
  69. package/dist-esm/src/operations/favorites.d.ts.map +1 -0
  70. package/dist-esm/src/operations/favorites.js +196 -0
  71. package/dist-esm/src/operations/favorites.js.map +1 -0
  72. package/{esm → dist-esm/src}/operations/index.d.ts +3 -2
  73. package/dist-esm/src/operations/index.d.ts.map +1 -0
  74. package/{esm → dist-esm/src}/operations/index.js +6 -7
  75. package/dist-esm/src/operations/index.js.map +1 -0
  76. package/dist-esm/src/operations/liveToken.d.ts +19 -0
  77. package/dist-esm/src/operations/liveToken.d.ts.map +1 -0
  78. package/dist-esm/src/operations/liveToken.js +47 -0
  79. package/dist-esm/src/operations/liveToken.js.map +1 -0
  80. package/dist-esm/src/operations/myWorkbooks.d.ts +89 -0
  81. package/dist-esm/src/operations/myWorkbooks.d.ts.map +1 -0
  82. package/dist-esm/src/operations/myWorkbooks.js +387 -0
  83. package/dist-esm/src/operations/myWorkbooks.js.map +1 -0
  84. package/dist-esm/src/operations/operations.d.ts +32 -0
  85. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  86. package/dist-esm/src/operations/operations.js +116 -0
  87. package/dist-esm/src/operations/operations.js.map +1 -0
  88. package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts +40 -0
  89. package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
  90. package/dist-esm/src/operations/proactiveDetectionConfigurations.js +130 -0
  91. package/dist-esm/src/operations/proactiveDetectionConfigurations.js.map +1 -0
  92. package/dist-esm/src/operations/webTestLocations.d.ts +30 -0
  93. package/dist-esm/src/operations/webTestLocations.d.ts.map +1 -0
  94. package/dist-esm/src/operations/webTestLocations.js +96 -0
  95. package/dist-esm/src/operations/webTestLocations.js.map +1 -0
  96. package/dist-esm/src/operations/webTests.d.ts +108 -0
  97. package/dist-esm/src/operations/webTests.d.ts.map +1 -0
  98. package/dist-esm/src/operations/webTests.js +435 -0
  99. package/dist-esm/src/operations/webTests.js.map +1 -0
  100. package/dist-esm/src/operations/workItemConfigurations.d.ts +75 -0
  101. package/dist-esm/src/operations/workItemConfigurations.d.ts.map +1 -0
  102. package/dist-esm/src/operations/workItemConfigurations.js +257 -0
  103. package/dist-esm/src/operations/workItemConfigurations.js.map +1 -0
  104. package/dist-esm/src/operations/workbookTemplates.d.ts +57 -0
  105. package/dist-esm/src/operations/workbookTemplates.d.ts.map +1 -0
  106. package/dist-esm/src/operations/workbookTemplates.js +223 -0
  107. package/dist-esm/src/operations/workbookTemplates.js.map +1 -0
  108. package/dist-esm/src/operations/workbooks.d.ts +120 -0
  109. package/dist-esm/src/operations/workbooks.d.ts.map +1 -0
  110. package/dist-esm/src/operations/workbooks.js +530 -0
  111. package/dist-esm/src/operations/workbooks.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts +38 -0
  113. package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/aPIKeys.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/aPIKeys.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts +43 -0
  117. package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/analyticsItems.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/analyticsItems.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/annotations.d.ts +43 -0
  121. package/dist-esm/src/operationsInterfaces/annotations.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/annotations.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/annotations.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
  125. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js +9 -0
  127. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
  128. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
  129. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
  130. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
  131. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
  132. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
  133. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
  134. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js +9 -0
  135. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
  136. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
  137. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  138. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
  139. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
  140. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
  141. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
  142. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js +9 -0
  143. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js.map +1 -0
  144. package/dist-esm/src/operationsInterfaces/components.d.ts +72 -0
  145. package/dist-esm/src/operationsInterfaces/components.d.ts.map +1 -0
  146. package/dist-esm/src/operationsInterfaces/components.js +9 -0
  147. package/dist-esm/src/operationsInterfaces/components.js.map +1 -0
  148. package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts +50 -0
  149. package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
  150. package/dist-esm/src/operationsInterfaces/exportConfigurations.js +9 -0
  151. package/dist-esm/src/operationsInterfaces/exportConfigurations.js.map +1 -0
  152. package/dist-esm/src/operationsInterfaces/favorites.d.ts +47 -0
  153. package/dist-esm/src/operationsInterfaces/favorites.d.ts.map +1 -0
  154. package/dist-esm/src/operationsInterfaces/favorites.js +9 -0
  155. package/dist-esm/src/operationsInterfaces/favorites.js.map +1 -0
  156. package/dist-esm/src/operationsInterfaces/index.d.ts +21 -0
  157. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  158. package/dist-esm/src/operationsInterfaces/index.js +28 -0
  159. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  160. package/dist-esm/src/operationsInterfaces/liveToken.d.ts +11 -0
  161. package/dist-esm/src/operationsInterfaces/liveToken.d.ts.map +1 -0
  162. package/dist-esm/src/operationsInterfaces/liveToken.js +9 -0
  163. package/dist-esm/src/operationsInterfaces/liveToken.js.map +1 -0
  164. package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts +49 -0
  165. package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts.map +1 -0
  166. package/dist-esm/src/operationsInterfaces/myWorkbooks.js +9 -0
  167. package/dist-esm/src/operationsInterfaces/myWorkbooks.js.map +1 -0
  168. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  169. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  170. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  171. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  172. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
  173. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
  174. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
  175. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
  176. package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts +13 -0
  177. package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts.map +1 -0
  178. package/dist-esm/src/operationsInterfaces/webTestLocations.js +9 -0
  179. package/dist-esm/src/operationsInterfaces/webTestLocations.js.map +1 -0
  180. package/dist-esm/src/operationsInterfaces/webTests.d.ts +55 -0
  181. package/dist-esm/src/operationsInterfaces/webTests.d.ts.map +1 -0
  182. package/dist-esm/src/operationsInterfaces/webTests.js +9 -0
  183. package/dist-esm/src/operationsInterfaces/webTests.js.map +1 -0
  184. package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts +58 -0
  185. package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
  186. package/dist-esm/src/operationsInterfaces/workItemConfigurations.js +9 -0
  187. package/dist-esm/src/operationsInterfaces/workItemConfigurations.js.map +1 -0
  188. package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts +41 -0
  189. package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
  190. package/dist-esm/src/operationsInterfaces/workbookTemplates.js +9 -0
  191. package/dist-esm/src/operationsInterfaces/workbookTemplates.js.map +1 -0
  192. package/dist-esm/src/operationsInterfaces/workbooks.d.ts +63 -0
  193. package/dist-esm/src/operationsInterfaces/workbooks.d.ts.map +1 -0
  194. package/dist-esm/src/operationsInterfaces/workbooks.js +9 -0
  195. package/dist-esm/src/operationsInterfaces/workbooks.js.map +1 -0
  196. package/dist-esm/test/sampleTest.d.ts +2 -0
  197. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  198. package/dist-esm/test/sampleTest.js +40 -0
  199. package/dist-esm/test/sampleTest.js.map +1 -0
  200. package/package.json +71 -31
  201. package/review/arm-appinsights.api.md +1779 -0
  202. package/rollup.config.js +181 -30
  203. package/src/applicationInsightsManagementClient.ts +148 -65
  204. package/src/index.ts +12 -0
  205. package/src/models/index.ts +1616 -2507
  206. package/src/models/mappers.ts +1596 -1083
  207. package/src/models/parameters.ts +370 -186
  208. package/src/operations/aPIKeys.ts +155 -191
  209. package/src/operations/analyticsItems.ts +122 -240
  210. package/src/operations/annotations.ts +187 -214
  211. package/src/operations/componentAvailableFeatures.ts +40 -57
  212. package/src/operations/componentCurrentBillingFeatures.ts +66 -110
  213. package/src/operations/componentFeatureCapabilities.ts +40 -57
  214. package/src/operations/componentLinkedStorageAccountsOperations.ts +128 -182
  215. package/src/operations/componentQuotaStatus.ts +39 -57
  216. package/src/operations/components.ts +327 -440
  217. package/src/operations/exportConfigurations.ts +139 -264
  218. package/src/operations/favorites.ts +134 -242
  219. package/src/operations/index.ts +6 -7
  220. package/src/operations/liveToken.ts +30 -50
  221. package/src/operations/myWorkbooks.ts +360 -252
  222. package/src/operations/operations.ts +84 -169
  223. package/src/operations/proactiveDetectionConfigurations.ts +97 -160
  224. package/src/operations/webTestLocations.ts +86 -53
  225. package/src/operations/webTests.ts +391 -411
  226. package/src/operations/workItemConfigurations.ts +202 -283
  227. package/src/operations/workbookTemplates.ts +286 -0
  228. package/src/operations/workbooks.ts +558 -196
  229. package/src/operationsInterfaces/aPIKeys.ts +76 -0
  230. package/src/operationsInterfaces/analyticsItems.ts +82 -0
  231. package/src/operationsInterfaces/annotations.ts +81 -0
  232. package/src/operationsInterfaces/componentAvailableFeatures.ts +27 -0
  233. package/src/operationsInterfaces/componentCurrentBillingFeatures.ts +44 -0
  234. package/src/operationsInterfaces/componentFeatureCapabilities.ts +27 -0
  235. package/src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts +86 -0
  236. package/src/operationsInterfaces/componentQuotaStatus.ts +27 -0
  237. package/src/operationsInterfaces/components.ts +131 -0
  238. package/src/operationsInterfaces/exportConfigurations.ts +95 -0
  239. package/src/operationsInterfaces/favorites.ts +92 -0
  240. package/src/operationsInterfaces/index.ts +28 -0
  241. package/src/operationsInterfaces/liveToken.ts +22 -0
  242. package/src/operationsInterfaces/myWorkbooks.ts +95 -0
  243. package/src/operationsInterfaces/operations.ts +22 -0
  244. package/src/operationsInterfaces/proactiveDetectionConfigurations.ts +63 -0
  245. package/src/operationsInterfaces/webTestLocations.ts +29 -0
  246. package/src/operationsInterfaces/webTests.ts +104 -0
  247. package/src/operationsInterfaces/workItemConfigurations.ts +109 -0
  248. package/src/operationsInterfaces/workbookTemplates.ts +80 -0
  249. package/src/operationsInterfaces/workbooks.ts +120 -0
  250. package/tsconfig.json +3 -3
  251. package/types/arm-appinsights.d.ts +3102 -0
  252. package/types/tsdoc-metadata.json +11 -0
  253. package/dist/arm-appinsights.js +0 -6616
  254. package/dist/arm-appinsights.js.map +0 -1
  255. package/dist/arm-appinsights.min.js +0 -1
  256. package/dist/arm-appinsights.min.js.map +0 -1
  257. package/esm/applicationInsightsManagementClient.d.ts +0 -36
  258. package/esm/applicationInsightsManagementClient.d.ts.map +0 -1
  259. package/esm/applicationInsightsManagementClient.js +0 -51
  260. package/esm/applicationInsightsManagementClient.js.map +0 -1
  261. package/esm/applicationInsightsManagementClientContext.d.ts +0 -15
  262. package/esm/applicationInsightsManagementClientContext.d.ts.map +0 -1
  263. package/esm/applicationInsightsManagementClientContext.js +0 -55
  264. package/esm/applicationInsightsManagementClientContext.js.map +0 -1
  265. package/esm/models/aPIKeysMappers.d.ts +0 -2
  266. package/esm/models/aPIKeysMappers.d.ts.map +0 -1
  267. package/esm/models/aPIKeysMappers.js +0 -9
  268. package/esm/models/aPIKeysMappers.js.map +0 -1
  269. package/esm/models/analyticsItemsMappers.d.ts +0 -2
  270. package/esm/models/analyticsItemsMappers.d.ts.map +0 -1
  271. package/esm/models/analyticsItemsMappers.js +0 -9
  272. package/esm/models/analyticsItemsMappers.js.map +0 -1
  273. package/esm/models/annotationsMappers.d.ts +0 -2
  274. package/esm/models/annotationsMappers.d.ts.map +0 -1
  275. package/esm/models/annotationsMappers.js +0 -9
  276. package/esm/models/annotationsMappers.js.map +0 -1
  277. package/esm/models/componentAvailableFeaturesMappers.d.ts +0 -2
  278. package/esm/models/componentAvailableFeaturesMappers.d.ts.map +0 -1
  279. package/esm/models/componentAvailableFeaturesMappers.js +0 -9
  280. package/esm/models/componentAvailableFeaturesMappers.js.map +0 -1
  281. package/esm/models/componentCurrentBillingFeaturesMappers.d.ts +0 -2
  282. package/esm/models/componentCurrentBillingFeaturesMappers.d.ts.map +0 -1
  283. package/esm/models/componentCurrentBillingFeaturesMappers.js +0 -9
  284. package/esm/models/componentCurrentBillingFeaturesMappers.js.map +0 -1
  285. package/esm/models/componentFeatureCapabilitiesMappers.d.ts +0 -2
  286. package/esm/models/componentFeatureCapabilitiesMappers.d.ts.map +0 -1
  287. package/esm/models/componentFeatureCapabilitiesMappers.js +0 -9
  288. package/esm/models/componentFeatureCapabilitiesMappers.js.map +0 -1
  289. package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts +0 -2
  290. package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts.map +0 -1
  291. package/esm/models/componentLinkedStorageAccountsOperationsMappers.js +0 -9
  292. package/esm/models/componentLinkedStorageAccountsOperationsMappers.js.map +0 -1
  293. package/esm/models/componentQuotaStatusMappers.d.ts +0 -2
  294. package/esm/models/componentQuotaStatusMappers.d.ts.map +0 -1
  295. package/esm/models/componentQuotaStatusMappers.js +0 -9
  296. package/esm/models/componentQuotaStatusMappers.js.map +0 -1
  297. package/esm/models/componentsMappers.d.ts +0 -2
  298. package/esm/models/componentsMappers.d.ts.map +0 -1
  299. package/esm/models/componentsMappers.js +0 -9
  300. package/esm/models/componentsMappers.js.map +0 -1
  301. package/esm/models/exportConfigurationsMappers.d.ts +0 -2
  302. package/esm/models/exportConfigurationsMappers.d.ts.map +0 -1
  303. package/esm/models/exportConfigurationsMappers.js +0 -9
  304. package/esm/models/exportConfigurationsMappers.js.map +0 -1
  305. package/esm/models/favoritesMappers.d.ts +0 -2
  306. package/esm/models/favoritesMappers.d.ts.map +0 -1
  307. package/esm/models/favoritesMappers.js +0 -9
  308. package/esm/models/favoritesMappers.js.map +0 -1
  309. package/esm/models/index.d.ts +0 -3038
  310. package/esm/models/index.d.ts.map +0 -1
  311. package/esm/models/index.js +0 -8
  312. package/esm/models/index.js.map +0 -1
  313. package/esm/models/liveTokenMappers.d.ts +0 -2
  314. package/esm/models/liveTokenMappers.d.ts.map +0 -1
  315. package/esm/models/liveTokenMappers.js +0 -9
  316. package/esm/models/liveTokenMappers.js.map +0 -1
  317. package/esm/models/mappers.d.ts +0 -69
  318. package/esm/models/mappers.d.ts.map +0 -1
  319. package/esm/models/mappers.js.map +0 -1
  320. package/esm/models/myWorkbooksMappers.d.ts +0 -2
  321. package/esm/models/myWorkbooksMappers.d.ts.map +0 -1
  322. package/esm/models/myWorkbooksMappers.js +0 -9
  323. package/esm/models/myWorkbooksMappers.js.map +0 -1
  324. package/esm/models/operationsMappers.d.ts +0 -2
  325. package/esm/models/operationsMappers.d.ts.map +0 -1
  326. package/esm/models/operationsMappers.js +0 -9
  327. package/esm/models/operationsMappers.js.map +0 -1
  328. package/esm/models/parameters.d.ts +0 -36
  329. package/esm/models/parameters.d.ts.map +0 -1
  330. package/esm/models/parameters.js +0 -416
  331. package/esm/models/parameters.js.map +0 -1
  332. package/esm/models/proactiveDetectionConfigurationsMappers.d.ts +0 -2
  333. package/esm/models/proactiveDetectionConfigurationsMappers.d.ts.map +0 -1
  334. package/esm/models/proactiveDetectionConfigurationsMappers.js +0 -9
  335. package/esm/models/proactiveDetectionConfigurationsMappers.js.map +0 -1
  336. package/esm/models/webTestLocationsMappers.d.ts +0 -2
  337. package/esm/models/webTestLocationsMappers.d.ts.map +0 -1
  338. package/esm/models/webTestLocationsMappers.js +0 -9
  339. package/esm/models/webTestLocationsMappers.js.map +0 -1
  340. package/esm/models/webTestsMappers.d.ts +0 -2
  341. package/esm/models/webTestsMappers.d.ts.map +0 -1
  342. package/esm/models/webTestsMappers.js +0 -9
  343. package/esm/models/webTestsMappers.js.map +0 -1
  344. package/esm/models/workItemConfigurationsMappers.d.ts +0 -2
  345. package/esm/models/workItemConfigurationsMappers.d.ts.map +0 -1
  346. package/esm/models/workItemConfigurationsMappers.js +0 -9
  347. package/esm/models/workItemConfigurationsMappers.js.map +0 -1
  348. package/esm/models/workbooksMappers.d.ts +0 -2
  349. package/esm/models/workbooksMappers.d.ts.map +0 -1
  350. package/esm/models/workbooksMappers.js +0 -9
  351. package/esm/models/workbooksMappers.js.map +0 -1
  352. package/esm/operations/aPIKeys.d.ts +0 -109
  353. package/esm/operations/aPIKeys.d.ts.map +0 -1
  354. package/esm/operations/aPIKeys.js +0 -161
  355. package/esm/operations/aPIKeys.js.map +0 -1
  356. package/esm/operations/analyticsItems.d.ts +0 -139
  357. package/esm/operations/analyticsItems.d.ts.map +0 -1
  358. package/esm/operations/analyticsItems.js +0 -182
  359. package/esm/operations/analyticsItems.js.map +0 -1
  360. package/esm/operations/annotations.d.ts +0 -124
  361. package/esm/operations/annotations.d.ts.map +0 -1
  362. package/esm/operations/annotations.js +0 -185
  363. package/esm/operations/annotations.js.map +0 -1
  364. package/esm/operations/componentAvailableFeatures.d.ts +0 -34
  365. package/esm/operations/componentAvailableFeatures.d.ts.map +0 -1
  366. package/esm/operations/componentAvailableFeatures.js +0 -58
  367. package/esm/operations/componentAvailableFeatures.js.map +0 -1
  368. package/esm/operations/componentCurrentBillingFeatures.d.ts +0 -61
  369. package/esm/operations/componentCurrentBillingFeatures.d.ts.map +0 -1
  370. package/esm/operations/componentCurrentBillingFeatures.js +0 -95
  371. package/esm/operations/componentCurrentBillingFeatures.js.map +0 -1
  372. package/esm/operations/componentFeatureCapabilities.d.ts +0 -34
  373. package/esm/operations/componentFeatureCapabilities.d.ts.map +0 -1
  374. package/esm/operations/componentFeatureCapabilities.js +0 -58
  375. package/esm/operations/componentFeatureCapabilities.js.map +0 -1
  376. package/esm/operations/componentLinkedStorageAccountsOperations.d.ts +0 -109
  377. package/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
  378. package/esm/operations/componentLinkedStorageAccountsOperations.js +0 -165
  379. package/esm/operations/componentLinkedStorageAccountsOperations.js.map +0 -1
  380. package/esm/operations/componentQuotaStatus.d.ts +0 -34
  381. package/esm/operations/componentQuotaStatus.d.ts.map +0 -1
  382. package/esm/operations/componentQuotaStatus.js +0 -58
  383. package/esm/operations/componentQuotaStatus.js.map +0 -1
  384. package/esm/operations/components.d.ts +0 -236
  385. package/esm/operations/components.d.ts.map +0 -1
  386. package/esm/operations/components.js +0 -344
  387. package/esm/operations/components.js.map +0 -1
  388. package/esm/operations/exportConfigurations.d.ts +0 -148
  389. package/esm/operations/exportConfigurations.d.ts.map +0 -1
  390. package/esm/operations/exportConfigurations.js +0 -221
  391. package/esm/operations/exportConfigurations.js.map +0 -1
  392. package/esm/operations/favorites.d.ts +0 -139
  393. package/esm/operations/favorites.d.ts.map +0 -1
  394. package/esm/operations/favorites.js +0 -214
  395. package/esm/operations/favorites.js.map +0 -1
  396. package/esm/operations/index.d.ts.map +0 -1
  397. package/esm/operations/index.js.map +0 -1
  398. package/esm/operations/liveToken.d.ts +0 -31
  399. package/esm/operations/liveToken.d.ts.map +0 -1
  400. package/esm/operations/liveToken.js +0 -55
  401. package/esm/operations/liveToken.js.map +0 -1
  402. package/esm/operations/myWorkbooks.d.ts +0 -148
  403. package/esm/operations/myWorkbooks.d.ts.map +0 -1
  404. package/esm/operations/myWorkbooks.js +0 -228
  405. package/esm/operations/myWorkbooks.js.map +0 -1
  406. package/esm/operations/operations.d.ts +0 -81
  407. package/esm/operations/operations.d.ts.map +0 -1
  408. package/esm/operations/operations.js +0 -127
  409. package/esm/operations/operations.js.map +0 -1
  410. package/esm/operations/proactiveDetectionConfigurations.d.ts +0 -94
  411. package/esm/operations/proactiveDetectionConfigurations.d.ts.map +0 -1
  412. package/esm/operations/proactiveDetectionConfigurations.js +0 -141
  413. package/esm/operations/proactiveDetectionConfigurations.js.map +0 -1
  414. package/esm/operations/webTestLocations.d.ts +0 -34
  415. package/esm/operations/webTestLocations.d.ts.map +0 -1
  416. package/esm/operations/webTestLocations.js +0 -58
  417. package/esm/operations/webTestLocations.js.map +0 -1
  418. package/esm/operations/webTests.d.ts +0 -214
  419. package/esm/operations/webTests.d.ts.map +0 -1
  420. package/esm/operations/webTests.js +0 -326
  421. package/esm/operations/webTests.js.map +0 -1
  422. package/esm/operations/workItemConfigurations.d.ts +0 -169
  423. package/esm/operations/workItemConfigurations.d.ts.map +0 -1
  424. package/esm/operations/workItemConfigurations.js +0 -228
  425. package/esm/operations/workItemConfigurations.js.map +0 -1
  426. package/esm/operations/workbooks.d.ts +0 -127
  427. package/esm/operations/workbooks.d.ts.map +0 -1
  428. package/esm/operations/workbooks.js +0 -197
  429. package/esm/operations/workbooks.js.map +0 -1
  430. package/src/applicationInsightsManagementClientContext.ts +0 -60
  431. package/src/models/aPIKeysMappers.ts +0 -14
  432. package/src/models/analyticsItemsMappers.ts +0 -13
  433. package/src/models/annotationsMappers.ts +0 -15
  434. package/src/models/componentAvailableFeaturesMappers.ts +0 -14
  435. package/src/models/componentCurrentBillingFeaturesMappers.ts +0 -13
  436. package/src/models/componentFeatureCapabilitiesMappers.ts +0 -12
  437. package/src/models/componentLinkedStorageAccountsOperationsMappers.ts +0 -31
  438. package/src/models/componentQuotaStatusMappers.ts +0 -12
  439. package/src/models/componentsMappers.ts +0 -36
  440. package/src/models/exportConfigurationsMappers.ts +0 -13
  441. package/src/models/favoritesMappers.ts +0 -12
  442. package/src/models/liveTokenMappers.ts +0 -12
  443. package/src/models/myWorkbooksMappers.ts +0 -32
  444. package/src/models/operationsMappers.ts +0 -18
  445. package/src/models/proactiveDetectionConfigurationsMappers.ts +0 -30
  446. package/src/models/webTestLocationsMappers.ts +0 -13
  447. package/src/models/webTestsMappers.ts +0 -32
  448. package/src/models/workItemConfigurationsMappers.ts +0 -16
  449. package/src/models/workbooksMappers.ts +0 -32
@@ -1,92 +1,36 @@
1
1
  /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
4
  *
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
8
 
9
- import { CloudErrorMapper, BaseResourceMapper } from "@azure/ms-rest-azure-js";
10
- import * as msRest from "@azure/ms-rest-js";
9
+ import * as coreClient from "@azure/core-client";
11
10
 
12
- export const CloudError = CloudErrorMapper;
13
- export const BaseResource = BaseResourceMapper;
14
-
15
- export const ErrorResponse: msRest.CompositeMapper = {
16
- serializedName: "ErrorResponse",
17
- type: {
18
- name: "Composite",
19
- className: "ErrorResponse",
20
- modelProperties: {
21
- code: {
22
- serializedName: "code",
23
- type: {
24
- name: "String"
25
- }
26
- },
27
- message: {
28
- serializedName: "message",
29
- type: {
30
- name: "String"
31
- }
32
- }
33
- }
34
- }
35
- };
36
-
37
- export const OperationDisplay: msRest.CompositeMapper = {
38
- serializedName: "Operation_display",
39
- type: {
40
- name: "Composite",
41
- className: "OperationDisplay",
42
- modelProperties: {
43
- provider: {
44
- serializedName: "provider",
45
- type: {
46
- name: "String"
47
- }
48
- },
49
- resource: {
50
- serializedName: "resource",
51
- type: {
52
- name: "String"
53
- }
54
- },
55
- operation: {
56
- serializedName: "operation",
57
- type: {
58
- name: "String"
59
- }
60
- }
61
- }
62
- }
63
- };
64
-
65
- export const Operation: msRest.CompositeMapper = {
66
- serializedName: "Operation",
11
+ export const AnnotationsListResult: coreClient.CompositeMapper = {
67
12
  type: {
68
13
  name: "Composite",
69
- className: "Operation",
14
+ className: "AnnotationsListResult",
70
15
  modelProperties: {
71
- name: {
72
- serializedName: "name",
73
- type: {
74
- name: "String"
75
- }
76
- },
77
- display: {
78
- serializedName: "display",
16
+ value: {
17
+ serializedName: "value",
18
+ readOnly: true,
79
19
  type: {
80
- name: "Composite",
81
- className: "OperationDisplay"
20
+ name: "Sequence",
21
+ element: {
22
+ type: {
23
+ name: "Composite",
24
+ className: "Annotation"
25
+ }
26
+ }
82
27
  }
83
28
  }
84
29
  }
85
30
  }
86
31
  };
87
32
 
88
- export const Annotation: msRest.CompositeMapper = {
89
- serializedName: "Annotation",
33
+ export const Annotation: coreClient.CompositeMapper = {
90
34
  type: {
91
35
  name: "Composite",
92
36
  className: "Annotation",
@@ -122,40 +66,17 @@ export const Annotation: msRest.CompositeMapper = {
122
66
  }
123
67
  },
124
68
  relatedAnnotation: {
69
+ defaultValue: "null",
125
70
  serializedName: "RelatedAnnotation",
126
- defaultValue: 'null',
127
- type: {
128
- name: "String"
129
- }
130
- }
131
- }
132
- }
133
- };
134
-
135
- export const InnerError: msRest.CompositeMapper = {
136
- serializedName: "InnerError",
137
- type: {
138
- name: "Composite",
139
- className: "InnerError",
140
- modelProperties: {
141
- diagnosticcontext: {
142
- serializedName: "diagnosticcontext",
143
71
  type: {
144
72
  name: "String"
145
73
  }
146
- },
147
- time: {
148
- serializedName: "time",
149
- type: {
150
- name: "DateTime"
151
- }
152
74
  }
153
75
  }
154
76
  }
155
77
  };
156
78
 
157
- export const AnnotationError: msRest.CompositeMapper = {
158
- serializedName: "AnnotationError",
79
+ export const AnnotationError: coreClient.CompositeMapper = {
159
80
  type: {
160
81
  name: "Composite",
161
82
  className: "AnnotationError",
@@ -183,36 +104,41 @@ export const AnnotationError: msRest.CompositeMapper = {
183
104
  }
184
105
  };
185
106
 
186
- export const APIKeyRequest: msRest.CompositeMapper = {
187
- serializedName: "APIKeyRequest",
107
+ export const InnerError: coreClient.CompositeMapper = {
188
108
  type: {
189
109
  name: "Composite",
190
- className: "APIKeyRequest",
110
+ className: "InnerError",
191
111
  modelProperties: {
192
- name: {
193
- serializedName: "name",
112
+ diagnosticcontext: {
113
+ serializedName: "diagnosticcontext",
194
114
  type: {
195
115
  name: "String"
196
116
  }
197
117
  },
198
- linkedReadProperties: {
199
- serializedName: "linkedReadProperties",
118
+ time: {
119
+ serializedName: "time",
200
120
  type: {
201
- name: "Sequence",
202
- element: {
203
- type: {
204
- name: "String"
205
- }
206
- }
121
+ name: "DateTime"
207
122
  }
208
- },
209
- linkedWriteProperties: {
210
- serializedName: "linkedWriteProperties",
123
+ }
124
+ }
125
+ }
126
+ };
127
+
128
+ export const ApplicationInsightsComponentAPIKeyListResult: coreClient.CompositeMapper = {
129
+ type: {
130
+ name: "Composite",
131
+ className: "ApplicationInsightsComponentAPIKeyListResult",
132
+ modelProperties: {
133
+ value: {
134
+ serializedName: "value",
135
+ required: true,
211
136
  type: {
212
137
  name: "Sequence",
213
138
  element: {
214
139
  type: {
215
- name: "String"
140
+ name: "Composite",
141
+ className: "ApplicationInsightsComponentAPIKey"
216
142
  }
217
143
  }
218
144
  }
@@ -221,22 +147,21 @@ export const APIKeyRequest: msRest.CompositeMapper = {
221
147
  }
222
148
  };
223
149
 
224
- export const ApplicationInsightsComponentAPIKey: msRest.CompositeMapper = {
225
- serializedName: "ApplicationInsightsComponentAPIKey",
150
+ export const ApplicationInsightsComponentAPIKey: coreClient.CompositeMapper = {
226
151
  type: {
227
152
  name: "Composite",
228
153
  className: "ApplicationInsightsComponentAPIKey",
229
154
  modelProperties: {
230
155
  id: {
231
- readOnly: true,
232
156
  serializedName: "id",
157
+ readOnly: true,
233
158
  type: {
234
159
  name: "String"
235
160
  }
236
161
  },
237
162
  apiKey: {
238
- readOnly: true,
239
163
  serializedName: "apiKey",
164
+ readOnly: true,
240
165
  type: {
241
166
  name: "String"
242
167
  }
@@ -279,86 +204,58 @@ export const ApplicationInsightsComponentAPIKey: msRest.CompositeMapper = {
279
204
  }
280
205
  };
281
206
 
282
- export const ApplicationInsightsComponentExportRequest: msRest.CompositeMapper = {
283
- serializedName: "ApplicationInsightsComponentExportRequest",
207
+ export const APIKeyRequest: coreClient.CompositeMapper = {
284
208
  type: {
285
209
  name: "Composite",
286
- className: "ApplicationInsightsComponentExportRequest",
210
+ className: "APIKeyRequest",
287
211
  modelProperties: {
288
- recordTypes: {
289
- serializedName: "RecordTypes",
290
- type: {
291
- name: "String"
292
- }
293
- },
294
- destinationType: {
295
- serializedName: "DestinationType",
296
- type: {
297
- name: "String"
298
- }
299
- },
300
- destinationAddress: {
301
- serializedName: "DestinationAddress",
302
- type: {
303
- name: "String"
304
- }
305
- },
306
- isEnabled: {
307
- serializedName: "IsEnabled",
308
- type: {
309
- name: "String"
310
- }
311
- },
312
- notificationQueueEnabled: {
313
- serializedName: "NotificationQueueEnabled",
314
- type: {
315
- name: "String"
316
- }
317
- },
318
- notificationQueueUri: {
319
- serializedName: "NotificationQueueUri",
320
- type: {
321
- name: "String"
322
- }
323
- },
324
- destinationStorageSubscriptionId: {
325
- serializedName: "DestinationStorageSubscriptionId",
212
+ name: {
213
+ serializedName: "name",
326
214
  type: {
327
215
  name: "String"
328
216
  }
329
217
  },
330
- destinationStorageLocationId: {
331
- serializedName: "DestinationStorageLocationId",
218
+ linkedReadProperties: {
219
+ serializedName: "linkedReadProperties",
332
220
  type: {
333
- name: "String"
221
+ name: "Sequence",
222
+ element: {
223
+ type: {
224
+ name: "String"
225
+ }
226
+ }
334
227
  }
335
228
  },
336
- destinationAccountId: {
337
- serializedName: "DestinationAccountId",
229
+ linkedWriteProperties: {
230
+ serializedName: "linkedWriteProperties",
338
231
  type: {
339
- name: "String"
232
+ name: "Sequence",
233
+ element: {
234
+ type: {
235
+ name: "String"
236
+ }
237
+ }
340
238
  }
341
239
  }
342
240
  }
343
241
  }
344
242
  };
345
243
 
346
- export const ApplicationInsightsComponentExportConfiguration: msRest.CompositeMapper = {
347
- serializedName: "ApplicationInsightsComponentExportConfiguration",
244
+ export const ApplicationInsightsComponentExportConfiguration: coreClient.CompositeMapper = {
348
245
  type: {
349
246
  name: "Composite",
350
247
  className: "ApplicationInsightsComponentExportConfiguration",
351
248
  modelProperties: {
352
249
  exportId: {
353
- readOnly: true,
354
250
  serializedName: "ExportId",
251
+ readOnly: true,
355
252
  type: {
356
253
  name: "String"
357
254
  }
358
255
  },
359
256
  instrumentationKey: {
360
- readOnly: true,
361
257
  serializedName: "InstrumentationKey",
258
+ readOnly: true,
362
259
  type: {
363
260
  name: "String"
364
261
  }
@@ -370,64 +267,64 @@ export const ApplicationInsightsComponentExportConfiguration: msRest.CompositeMa
370
267
  }
371
268
  },
372
269
  applicationName: {
373
- readOnly: true,
374
270
  serializedName: "ApplicationName",
271
+ readOnly: true,
375
272
  type: {
376
273
  name: "String"
377
274
  }
378
275
  },
379
276
  subscriptionId: {
380
- readOnly: true,
381
277
  serializedName: "SubscriptionId",
278
+ readOnly: true,
382
279
  type: {
383
280
  name: "String"
384
281
  }
385
282
  },
386
283
  resourceGroup: {
387
- readOnly: true,
388
284
  serializedName: "ResourceGroup",
285
+ readOnly: true,
389
286
  type: {
390
287
  name: "String"
391
288
  }
392
289
  },
393
290
  destinationStorageSubscriptionId: {
394
- readOnly: true,
395
291
  serializedName: "DestinationStorageSubscriptionId",
292
+ readOnly: true,
396
293
  type: {
397
294
  name: "String"
398
295
  }
399
296
  },
400
297
  destinationStorageLocationId: {
401
- readOnly: true,
402
298
  serializedName: "DestinationStorageLocationId",
299
+ readOnly: true,
403
300
  type: {
404
301
  name: "String"
405
302
  }
406
303
  },
407
304
  destinationAccountId: {
408
- readOnly: true,
409
305
  serializedName: "DestinationAccountId",
306
+ readOnly: true,
410
307
  type: {
411
308
  name: "String"
412
309
  }
413
310
  },
414
311
  destinationType: {
415
- readOnly: true,
416
312
  serializedName: "DestinationType",
313
+ readOnly: true,
417
314
  type: {
418
315
  name: "String"
419
316
  }
420
317
  },
421
318
  isUserEnabled: {
422
- readOnly: true,
423
319
  serializedName: "IsUserEnabled",
320
+ readOnly: true,
424
321
  type: {
425
322
  name: "String"
426
323
  }
427
324
  },
428
325
  lastUserUpdate: {
429
- readOnly: true,
430
326
  serializedName: "LastUserUpdate",
327
+ readOnly: true,
431
328
  type: {
432
329
  name: "String"
433
330
  }
@@ -439,43 +336,43 @@ export const ApplicationInsightsComponentExportConfiguration: msRest.CompositeMa
439
336
  }
440
337
  },
441
338
  exportStatus: {
442
- readOnly: true,
443
339
  serializedName: "ExportStatus",
340
+ readOnly: true,
444
341
  type: {
445
342
  name: "String"
446
343
  }
447
344
  },
448
345
  lastSuccessTime: {
449
- readOnly: true,
450
346
  serializedName: "LastSuccessTime",
347
+ readOnly: true,
451
348
  type: {
452
349
  name: "String"
453
350
  }
454
351
  },
455
352
  lastGapTime: {
456
- readOnly: true,
457
353
  serializedName: "LastGapTime",
354
+ readOnly: true,
458
355
  type: {
459
356
  name: "String"
460
357
  }
461
358
  },
462
359
  permanentErrorReason: {
463
- readOnly: true,
464
360
  serializedName: "PermanentErrorReason",
361
+ readOnly: true,
465
362
  type: {
466
363
  name: "String"
467
364
  }
468
365
  },
469
366
  storageName: {
470
- readOnly: true,
471
367
  serializedName: "StorageName",
368
+ readOnly: true,
472
369
  type: {
473
370
  name: "String"
474
371
  }
475
372
  },
476
373
  containerName: {
477
- readOnly: true,
478
374
  serializedName: "ContainerName",
375
+ readOnly: true,
479
376
  type: {
480
377
  name: "String"
481
378
  }
@@ -484,56 +381,70 @@ export const ApplicationInsightsComponentExportConfiguration: msRest.CompositeMa
484
381
  }
485
382
  };
486
383
 
487
- export const ApplicationInsightsComponentDataVolumeCap: msRest.CompositeMapper = {
488
- serializedName: "ApplicationInsightsComponentDataVolumeCap",
384
+ export const ApplicationInsightsComponentExportRequest: coreClient.CompositeMapper = {
489
385
  type: {
490
386
  name: "Composite",
491
- className: "ApplicationInsightsComponentDataVolumeCap",
387
+ className: "ApplicationInsightsComponentExportRequest",
492
388
  modelProperties: {
493
- cap: {
494
- serializedName: "Cap",
389
+ recordTypes: {
390
+ serializedName: "RecordTypes",
495
391
  type: {
496
- name: "Number"
392
+ name: "String"
497
393
  }
498
394
  },
499
- resetTime: {
500
- readOnly: true,
501
- serializedName: "ResetTime",
395
+ destinationType: {
396
+ serializedName: "DestinationType",
502
397
  type: {
503
- name: "Number"
398
+ name: "String"
504
399
  }
505
400
  },
506
- warningThreshold: {
507
- serializedName: "WarningThreshold",
401
+ destinationAddress: {
402
+ serializedName: "DestinationAddress",
508
403
  type: {
509
- name: "Number"
404
+ name: "String"
510
405
  }
511
406
  },
512
- stopSendNotificationWhenHitThreshold: {
513
- serializedName: "StopSendNotificationWhenHitThreshold",
407
+ isEnabled: {
408
+ serializedName: "IsEnabled",
514
409
  type: {
515
- name: "Boolean"
410
+ name: "String"
516
411
  }
517
412
  },
518
- stopSendNotificationWhenHitCap: {
519
- serializedName: "StopSendNotificationWhenHitCap",
520
- type: {
521
- name: "Boolean"
413
+ notificationQueueEnabled: {
414
+ serializedName: "NotificationQueueEnabled",
415
+ type: {
416
+ name: "String"
522
417
  }
523
418
  },
524
- maxHistoryCap: {
525
- readOnly: true,
526
- serializedName: "MaxHistoryCap",
419
+ notificationQueueUri: {
420
+ serializedName: "NotificationQueueUri",
527
421
  type: {
528
- name: "Number"
422
+ name: "String"
423
+ }
424
+ },
425
+ destinationStorageSubscriptionId: {
426
+ serializedName: "DestinationStorageSubscriptionId",
427
+ type: {
428
+ name: "String"
429
+ }
430
+ },
431
+ destinationStorageLocationId: {
432
+ serializedName: "DestinationStorageLocationId",
433
+ type: {
434
+ name: "String"
435
+ }
436
+ },
437
+ destinationAccountId: {
438
+ serializedName: "DestinationAccountId",
439
+ type: {
440
+ name: "String"
529
441
  }
530
442
  }
531
443
  }
532
444
  }
533
445
  };
534
446
 
535
- export const ApplicationInsightsComponentBillingFeatures: msRest.CompositeMapper = {
536
- serializedName: "ApplicationInsightsComponentBillingFeatures",
447
+ export const ApplicationInsightsComponentBillingFeatures: coreClient.CompositeMapper = {
537
448
  type: {
538
449
  name: "Composite",
539
450
  className: "ApplicationInsightsComponentBillingFeatures",
@@ -560,29 +471,75 @@ export const ApplicationInsightsComponentBillingFeatures: msRest.CompositeMapper
560
471
  }
561
472
  };
562
473
 
563
- export const ApplicationInsightsComponentQuotaStatus: msRest.CompositeMapper = {
564
- serializedName: "ApplicationInsightsComponentQuotaStatus",
474
+ export const ApplicationInsightsComponentDataVolumeCap: coreClient.CompositeMapper = {
475
+ type: {
476
+ name: "Composite",
477
+ className: "ApplicationInsightsComponentDataVolumeCap",
478
+ modelProperties: {
479
+ cap: {
480
+ serializedName: "Cap",
481
+ type: {
482
+ name: "Number"
483
+ }
484
+ },
485
+ resetTime: {
486
+ serializedName: "ResetTime",
487
+ readOnly: true,
488
+ type: {
489
+ name: "Number"
490
+ }
491
+ },
492
+ warningThreshold: {
493
+ serializedName: "WarningThreshold",
494
+ type: {
495
+ name: "Number"
496
+ }
497
+ },
498
+ stopSendNotificationWhenHitThreshold: {
499
+ serializedName: "StopSendNotificationWhenHitThreshold",
500
+ type: {
501
+ name: "Boolean"
502
+ }
503
+ },
504
+ stopSendNotificationWhenHitCap: {
505
+ serializedName: "StopSendNotificationWhenHitCap",
506
+ type: {
507
+ name: "Boolean"
508
+ }
509
+ },
510
+ maxHistoryCap: {
511
+ serializedName: "MaxHistoryCap",
512
+ readOnly: true,
513
+ type: {
514
+ name: "Number"
515
+ }
516
+ }
517
+ }
518
+ }
519
+ };
520
+
521
+ export const ApplicationInsightsComponentQuotaStatus: coreClient.CompositeMapper = {
565
522
  type: {
566
523
  name: "Composite",
567
524
  className: "ApplicationInsightsComponentQuotaStatus",
568
525
  modelProperties: {
569
526
  appId: {
570
- readOnly: true,
571
527
  serializedName: "AppId",
528
+ readOnly: true,
572
529
  type: {
573
530
  name: "String"
574
531
  }
575
532
  },
576
533
  shouldBeThrottled: {
577
- readOnly: true,
578
534
  serializedName: "ShouldBeThrottled",
535
+ readOnly: true,
579
536
  type: {
580
537
  name: "Boolean"
581
538
  }
582
539
  },
583
540
  expirationTime: {
584
- readOnly: true,
585
541
  serializedName: "ExpirationTime",
542
+ readOnly: true,
586
543
  type: {
587
544
  name: "String"
588
545
  }
@@ -591,120 +548,119 @@ export const ApplicationInsightsComponentQuotaStatus: msRest.CompositeMapper = {
591
548
  }
592
549
  };
593
550
 
594
- export const ApplicationInsightsComponentFeatureCapabilities: msRest.CompositeMapper = {
595
- serializedName: "ApplicationInsightsComponentFeatureCapabilities",
551
+ export const ApplicationInsightsComponentFeatureCapabilities: coreClient.CompositeMapper = {
596
552
  type: {
597
553
  name: "Composite",
598
554
  className: "ApplicationInsightsComponentFeatureCapabilities",
599
555
  modelProperties: {
600
556
  supportExportData: {
601
- readOnly: true,
602
557
  serializedName: "SupportExportData",
558
+ readOnly: true,
603
559
  type: {
604
560
  name: "Boolean"
605
561
  }
606
562
  },
607
563
  burstThrottlePolicy: {
608
- readOnly: true,
609
564
  serializedName: "BurstThrottlePolicy",
565
+ readOnly: true,
610
566
  type: {
611
567
  name: "String"
612
568
  }
613
569
  },
614
570
  metadataClass: {
615
- readOnly: true,
616
571
  serializedName: "MetadataClass",
572
+ readOnly: true,
617
573
  type: {
618
574
  name: "String"
619
575
  }
620
576
  },
621
577
  liveStreamMetrics: {
622
- readOnly: true,
623
578
  serializedName: "LiveStreamMetrics",
579
+ readOnly: true,
624
580
  type: {
625
581
  name: "Boolean"
626
582
  }
627
583
  },
628
584
  applicationMap: {
629
- readOnly: true,
630
585
  serializedName: "ApplicationMap",
586
+ readOnly: true,
631
587
  type: {
632
588
  name: "Boolean"
633
589
  }
634
590
  },
635
591
  workItemIntegration: {
636
- readOnly: true,
637
592
  serializedName: "WorkItemIntegration",
593
+ readOnly: true,
638
594
  type: {
639
595
  name: "Boolean"
640
596
  }
641
597
  },
642
598
  powerBIIntegration: {
643
- readOnly: true,
644
599
  serializedName: "PowerBIIntegration",
600
+ readOnly: true,
645
601
  type: {
646
602
  name: "Boolean"
647
603
  }
648
604
  },
649
605
  openSchema: {
650
- readOnly: true,
651
606
  serializedName: "OpenSchema",
607
+ readOnly: true,
652
608
  type: {
653
609
  name: "Boolean"
654
610
  }
655
611
  },
656
612
  proactiveDetection: {
657
- readOnly: true,
658
613
  serializedName: "ProactiveDetection",
614
+ readOnly: true,
659
615
  type: {
660
616
  name: "Boolean"
661
617
  }
662
618
  },
663
619
  analyticsIntegration: {
664
- readOnly: true,
665
620
  serializedName: "AnalyticsIntegration",
621
+ readOnly: true,
666
622
  type: {
667
623
  name: "Boolean"
668
624
  }
669
625
  },
670
626
  multipleStepWebTest: {
671
- readOnly: true,
672
627
  serializedName: "MultipleStepWebTest",
628
+ readOnly: true,
673
629
  type: {
674
630
  name: "Boolean"
675
631
  }
676
632
  },
677
633
  apiAccessLevel: {
678
- readOnly: true,
679
634
  serializedName: "ApiAccessLevel",
635
+ readOnly: true,
680
636
  type: {
681
637
  name: "String"
682
638
  }
683
639
  },
684
640
  trackingType: {
685
- readOnly: true,
686
641
  serializedName: "TrackingType",
642
+ readOnly: true,
687
643
  type: {
688
644
  name: "String"
689
645
  }
690
646
  },
691
647
  dailyCap: {
692
- readOnly: true,
693
648
  serializedName: "DailyCap",
649
+ readOnly: true,
694
650
  type: {
695
651
  name: "Number"
696
652
  }
697
653
  },
698
654
  dailyCapResetTime: {
699
- readOnly: true,
700
655
  serializedName: "DailyCapResetTime",
656
+ readOnly: true,
701
657
  type: {
702
658
  name: "Number"
703
659
  }
704
660
  },
705
661
  throttleRate: {
706
- readOnly: true,
707
662
  serializedName: "ThrottleRate",
663
+ readOnly: true,
708
664
  type: {
709
665
  name: "Number"
710
666
  }
@@ -713,102 +669,71 @@ export const ApplicationInsightsComponentFeatureCapabilities: msRest.CompositeMa
713
669
  }
714
670
  };
715
671
 
716
- export const ApplicationInsightsComponentFeatureCapability: msRest.CompositeMapper = {
717
- serializedName: "ApplicationInsightsComponentFeatureCapability",
672
+ export const ApplicationInsightsComponentAvailableFeatures: coreClient.CompositeMapper = {
718
673
  type: {
719
674
  name: "Composite",
720
- className: "ApplicationInsightsComponentFeatureCapability",
675
+ className: "ApplicationInsightsComponentAvailableFeatures",
721
676
  modelProperties: {
722
- name: {
723
- readOnly: true,
724
- serializedName: "Name",
725
- type: {
726
- name: "String"
727
- }
728
- },
729
- description: {
730
- readOnly: true,
731
- serializedName: "Description",
732
- type: {
733
- name: "String"
734
- }
735
- },
736
- value: {
737
- readOnly: true,
738
- serializedName: "Value",
739
- type: {
740
- name: "String"
741
- }
742
- },
743
- unit: {
744
- readOnly: true,
745
- serializedName: "Unit",
746
- type: {
747
- name: "String"
748
- }
749
- },
750
- meterId: {
751
- readOnly: true,
752
- serializedName: "MeterId",
753
- type: {
754
- name: "String"
755
- }
756
- },
757
- meterRateFrequency: {
677
+ result: {
678
+ serializedName: "Result",
758
679
  readOnly: true,
759
- serializedName: "MeterRateFrequency",
760
680
  type: {
761
- name: "String"
681
+ name: "Sequence",
682
+ element: {
683
+ type: {
684
+ name: "Composite",
685
+ className: "ApplicationInsightsComponentFeature"
686
+ }
687
+ }
762
688
  }
763
689
  }
764
690
  }
765
691
  }
766
692
  };
767
693
 
768
- export const ApplicationInsightsComponentFeature: msRest.CompositeMapper = {
769
- serializedName: "ApplicationInsightsComponentFeature",
694
+ export const ApplicationInsightsComponentFeature: coreClient.CompositeMapper = {
770
695
  type: {
771
696
  name: "Composite",
772
697
  className: "ApplicationInsightsComponentFeature",
773
698
  modelProperties: {
774
699
  featureName: {
775
- readOnly: true,
776
700
  serializedName: "FeatureName",
701
+ readOnly: true,
777
702
  type: {
778
703
  name: "String"
779
704
  }
780
705
  },
781
706
  meterId: {
782
- readOnly: true,
783
707
  serializedName: "MeterId",
708
+ readOnly: true,
784
709
  type: {
785
710
  name: "String"
786
711
  }
787
712
  },
788
713
  meterRateFrequency: {
789
- readOnly: true,
790
714
  serializedName: "MeterRateFrequency",
715
+ readOnly: true,
791
716
  type: {
792
717
  name: "String"
793
718
  }
794
719
  },
795
720
  resouceId: {
796
- readOnly: true,
797
721
  serializedName: "ResouceId",
722
+ readOnly: true,
798
723
  type: {
799
724
  name: "String"
800
725
  }
801
726
  },
802
727
  isHidden: {
803
- readOnly: true,
804
728
  serializedName: "IsHidden",
729
+ readOnly: true,
805
730
  type: {
806
731
  name: "Boolean"
807
732
  }
808
733
  },
809
734
  capabilities: {
810
- readOnly: true,
811
735
  serializedName: "Capabilities",
736
+ readOnly: true,
812
737
  type: {
813
738
  name: "Sequence",
814
739
  element: {
@@ -820,113 +745,82 @@ export const ApplicationInsightsComponentFeature: msRest.CompositeMapper = {
820
745
  }
821
746
  },
822
747
  title: {
823
- readOnly: true,
824
748
  serializedName: "Title",
749
+ readOnly: true,
825
750
  type: {
826
751
  name: "String"
827
752
  }
828
753
  },
829
754
  isMainFeature: {
830
- readOnly: true,
831
755
  serializedName: "IsMainFeature",
756
+ readOnly: true,
832
757
  type: {
833
758
  name: "Boolean"
834
759
  }
835
760
  },
836
761
  supportedAddonFeatures: {
837
- readOnly: true,
838
762
  serializedName: "SupportedAddonFeatures",
839
- type: {
840
- name: "String"
841
- }
842
- }
843
- }
844
- }
845
- };
846
-
847
- export const ApplicationInsightsComponentAvailableFeatures: msRest.CompositeMapper = {
848
- serializedName: "ApplicationInsightsComponentAvailableFeatures",
849
- type: {
850
- name: "Composite",
851
- className: "ApplicationInsightsComponentAvailableFeatures",
852
- modelProperties: {
853
- result: {
854
763
  readOnly: true,
855
- serializedName: "Result",
856
764
  type: {
857
- name: "Sequence",
858
- element: {
859
- type: {
860
- name: "Composite",
861
- className: "ApplicationInsightsComponentFeature"
862
- }
863
- }
765
+ name: "String"
864
766
  }
865
767
  }
866
768
  }
867
769
  }
868
770
  };
869
771
 
870
- export const ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions: msRest.CompositeMapper = {
871
- serializedName: "ApplicationInsightsComponentProactiveDetectionConfiguration_RuleDefinitions",
772
+ export const ApplicationInsightsComponentFeatureCapability: coreClient.CompositeMapper = {
872
773
  type: {
873
774
  name: "Composite",
874
- className: "ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions",
775
+ className: "ApplicationInsightsComponentFeatureCapability",
875
776
  modelProperties: {
876
777
  name: {
877
778
  serializedName: "Name",
878
- type: {
879
- name: "String"
880
- }
881
- },
882
- displayName: {
883
- serializedName: "DisplayName",
779
+ readOnly: true,
884
780
  type: {
885
781
  name: "String"
886
782
  }
887
783
  },
888
784
  description: {
889
785
  serializedName: "Description",
786
+ readOnly: true,
890
787
  type: {
891
788
  name: "String"
892
789
  }
893
790
  },
894
- helpUrl: {
895
- serializedName: "HelpUrl",
791
+ value: {
792
+ serializedName: "Value",
793
+ readOnly: true,
896
794
  type: {
897
795
  name: "String"
898
796
  }
899
797
  },
900
- isHidden: {
901
- serializedName: "IsHidden",
902
- type: {
903
- name: "Boolean"
904
- }
905
- },
906
- isEnabledByDefault: {
907
- serializedName: "IsEnabledByDefault",
798
+ unit: {
799
+ serializedName: "Unit",
800
+ readOnly: true,
908
801
  type: {
909
- name: "Boolean"
802
+ name: "String"
910
803
  }
911
804
  },
912
- isInPreview: {
913
- serializedName: "IsInPreview",
805
+ meterId: {
806
+ serializedName: "MeterId",
807
+ readOnly: true,
914
808
  type: {
915
- name: "Boolean"
809
+ name: "String"
916
810
  }
917
811
  },
918
- supportsEmailNotifications: {
919
- serializedName: "SupportsEmailNotifications",
812
+ meterRateFrequency: {
813
+ serializedName: "MeterRateFrequency",
814
+ readOnly: true,
920
815
  type: {
921
- name: "Boolean"
816
+ name: "String"
922
817
  }
923
818
  }
924
819
  }
925
820
  }
926
821
  };
927
822
 
928
- export const ApplicationInsightsComponentProactiveDetectionConfiguration: msRest.CompositeMapper = {
929
- serializedName: "ApplicationInsightsComponentProactiveDetectionConfiguration",
823
+ export const ApplicationInsightsComponentProactiveDetectionConfiguration: coreClient.CompositeMapper = {
930
824
  type: {
931
825
  name: "Composite",
932
826
  className: "ApplicationInsightsComponentProactiveDetectionConfiguration",
@@ -970,58 +864,98 @@ export const ApplicationInsightsComponentProactiveDetectionConfiguration: msRest
970
864
  serializedName: "RuleDefinitions",
971
865
  type: {
972
866
  name: "Composite",
973
- className: "ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions"
867
+ className:
868
+ "ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions"
974
869
  }
975
870
  }
976
871
  }
977
872
  }
978
873
  };
979
874
 
980
- export const WorkItemConfiguration: msRest.CompositeMapper = {
981
- serializedName: "WorkItemConfiguration",
875
+ export const ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions: coreClient.CompositeMapper = {
982
876
  type: {
983
877
  name: "Composite",
984
- className: "WorkItemConfiguration",
878
+ className:
879
+ "ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions",
985
880
  modelProperties: {
986
- connectorId: {
987
- serializedName: "ConnectorId",
881
+ name: {
882
+ serializedName: "Name",
988
883
  type: {
989
884
  name: "String"
990
885
  }
991
886
  },
992
- configDisplayName: {
993
- serializedName: "ConfigDisplayName",
887
+ displayName: {
888
+ serializedName: "DisplayName",
994
889
  type: {
995
890
  name: "String"
996
891
  }
997
892
  },
998
- isDefault: {
999
- serializedName: "IsDefault",
893
+ description: {
894
+ serializedName: "Description",
1000
895
  type: {
1001
- name: "Boolean"
896
+ name: "String"
1002
897
  }
1003
898
  },
1004
- id: {
1005
- serializedName: "Id",
899
+ helpUrl: {
900
+ serializedName: "HelpUrl",
1006
901
  type: {
1007
902
  name: "String"
1008
903
  }
1009
904
  },
1010
- configProperties: {
1011
- serializedName: "ConfigProperties",
905
+ isHidden: {
906
+ serializedName: "IsHidden",
1012
907
  type: {
1013
- name: "String"
908
+ name: "Boolean"
909
+ }
910
+ },
911
+ isEnabledByDefault: {
912
+ serializedName: "IsEnabledByDefault",
913
+ type: {
914
+ name: "Boolean"
915
+ }
916
+ },
917
+ isInPreview: {
918
+ serializedName: "IsInPreview",
919
+ type: {
920
+ name: "Boolean"
921
+ }
922
+ },
923
+ supportsEmailNotifications: {
924
+ serializedName: "SupportsEmailNotifications",
925
+ type: {
926
+ name: "Boolean"
1014
927
  }
1015
928
  }
1016
929
  }
1017
930
  }
1018
931
  };
1019
932
 
1020
- export const WorkItemCreateConfiguration: msRest.CompositeMapper = {
1021
- serializedName: "WorkItemCreateConfiguration",
933
+ export const WorkItemConfigurationsListResult: coreClient.CompositeMapper = {
1022
934
  type: {
1023
935
  name: "Composite",
1024
- className: "WorkItemCreateConfiguration",
936
+ className: "WorkItemConfigurationsListResult",
937
+ modelProperties: {
938
+ value: {
939
+ serializedName: "value",
940
+ readOnly: true,
941
+ type: {
942
+ name: "Sequence",
943
+ element: {
944
+ type: {
945
+ name: "Composite",
946
+ className: "WorkItemConfiguration"
947
+ }
948
+ }
949
+ }
950
+ }
951
+ }
952
+ }
953
+ };
954
+
955
+ export const WorkItemConfiguration: coreClient.CompositeMapper = {
956
+ type: {
957
+ name: "Composite",
958
+ className: "WorkItemConfiguration",
1025
959
  modelProperties: {
1026
960
  connectorId: {
1027
961
  serializedName: "ConnectorId",
@@ -1029,35 +963,35 @@ export const WorkItemCreateConfiguration: msRest.CompositeMapper = {
1029
963
  name: "String"
1030
964
  }
1031
965
  },
1032
- connectorDataConfiguration: {
1033
- serializedName: "ConnectorDataConfiguration",
966
+ configDisplayName: {
967
+ serializedName: "ConfigDisplayName",
1034
968
  type: {
1035
969
  name: "String"
1036
970
  }
1037
971
  },
1038
- validateOnly: {
1039
- serializedName: "ValidateOnly",
972
+ isDefault: {
973
+ serializedName: "IsDefault",
1040
974
  type: {
1041
975
  name: "Boolean"
1042
976
  }
1043
977
  },
1044
- workItemProperties: {
1045
- serializedName: "WorkItemProperties",
978
+ id: {
979
+ serializedName: "Id",
1046
980
  type: {
1047
- name: "Dictionary",
1048
- value: {
1049
- type: {
1050
- name: "String"
1051
- }
1052
- }
981
+ name: "String"
982
+ }
983
+ },
984
+ configProperties: {
985
+ serializedName: "ConfigProperties",
986
+ type: {
987
+ name: "String"
1053
988
  }
1054
989
  }
1055
990
  }
1056
991
  }
1057
992
  };
1058
993
 
1059
- export const WorkItemConfigurationError: msRest.CompositeMapper = {
1060
- serializedName: "WorkItemConfigurationError",
994
+ export const WorkItemConfigurationError: coreClient.CompositeMapper = {
1061
995
  type: {
1062
996
  name: "Composite",
1063
997
  className: "WorkItemConfigurationError",
@@ -1085,8 +1019,41 @@ export const WorkItemConfigurationError: msRest.CompositeMapper = {
1085
1019
  }
1086
1020
  };
1087
1021
 
1088
- export const ApplicationInsightsComponentFavorite: msRest.CompositeMapper = {
1089
- serializedName: "ApplicationInsightsComponentFavorite",
1022
+ export const WorkItemCreateConfiguration: coreClient.CompositeMapper = {
1023
+ type: {
1024
+ name: "Composite",
1025
+ className: "WorkItemCreateConfiguration",
1026
+ modelProperties: {
1027
+ connectorId: {
1028
+ serializedName: "ConnectorId",
1029
+ type: {
1030
+ name: "String"
1031
+ }
1032
+ },
1033
+ connectorDataConfiguration: {
1034
+ serializedName: "ConnectorDataConfiguration",
1035
+ type: {
1036
+ name: "String"
1037
+ }
1038
+ },
1039
+ validateOnly: {
1040
+ serializedName: "ValidateOnly",
1041
+ type: {
1042
+ name: "Boolean"
1043
+ }
1044
+ },
1045
+ workItemProperties: {
1046
+ serializedName: "WorkItemProperties",
1047
+ type: {
1048
+ name: "Dictionary",
1049
+ value: { type: { name: "String" } }
1050
+ }
1051
+ }
1052
+ }
1053
+ }
1054
+ };
1055
+
1056
+ export const ApplicationInsightsComponentFavorite: coreClient.CompositeMapper = {
1090
1057
  type: {
1091
1058
  name: "Composite",
1092
1059
  className: "ApplicationInsightsComponentFavorite",
@@ -1110,8 +1077,8 @@ export const ApplicationInsightsComponentFavorite: msRest.CompositeMapper = {
1110
1077
  }
1111
1078
  },
1112
1079
  favoriteId: {
1113
- readOnly: true,
1114
1080
  serializedName: "FavoriteId",
1081
+ readOnly: true,
1115
1082
  type: {
1116
1083
  name: "String"
1117
1084
  }
@@ -1120,10 +1087,7 @@ export const ApplicationInsightsComponentFavorite: msRest.CompositeMapper = {
1120
1087
  serializedName: "FavoriteType",
1121
1088
  type: {
1122
1089
  name: "Enum",
1123
- allowedValues: [
1124
- "shared",
1125
- "user"
1126
- ]
1090
+ allowedValues: ["shared", "user"]
1127
1091
  }
1128
1092
  },
1129
1093
  sourceType: {
@@ -1133,8 +1097,8 @@ export const ApplicationInsightsComponentFavorite: msRest.CompositeMapper = {
1133
1097
  }
1134
1098
  },
1135
1099
  timeModified: {
1136
- readOnly: true,
1137
1100
  serializedName: "TimeModified",
1101
+ readOnly: true,
1138
1102
  type: {
1139
1103
  name: "String"
1140
1104
  }
@@ -1163,8 +1127,8 @@ export const ApplicationInsightsComponentFavorite: msRest.CompositeMapper = {
1163
1127
  }
1164
1128
  },
1165
1129
  userId: {
1166
- readOnly: true,
1167
1130
  serializedName: "UserId",
1131
+ readOnly: true,
1168
1132
  type: {
1169
1133
  name: "String"
1170
1134
  }
@@ -1173,102 +1137,80 @@ export const ApplicationInsightsComponentFavorite: msRest.CompositeMapper = {
1173
1137
  }
1174
1138
  };
1175
1139
 
1176
- export const ApplicationInsightsComponentWebTestLocation: msRest.CompositeMapper = {
1177
- serializedName: "ApplicationInsightsComponentWebTestLocation",
1140
+ export const ApplicationInsightsWebTestLocationsListResult: coreClient.CompositeMapper = {
1178
1141
  type: {
1179
1142
  name: "Composite",
1180
- className: "ApplicationInsightsComponentWebTestLocation",
1143
+ className: "ApplicationInsightsWebTestLocationsListResult",
1181
1144
  modelProperties: {
1182
- displayName: {
1183
- readOnly: true,
1184
- serializedName: "DisplayName",
1185
- type: {
1186
- name: "String"
1187
- }
1188
- },
1189
- tag: {
1190
- readOnly: true,
1191
- serializedName: "Tag",
1145
+ value: {
1146
+ serializedName: "value",
1147
+ required: true,
1192
1148
  type: {
1193
- name: "String"
1149
+ name: "Sequence",
1150
+ element: {
1151
+ type: {
1152
+ name: "Composite",
1153
+ className: "ApplicationInsightsComponentWebTestLocation"
1154
+ }
1155
+ }
1194
1156
  }
1195
1157
  }
1196
1158
  }
1197
1159
  }
1198
1160
  };
1199
1161
 
1200
- export const WebtestsResource: msRest.CompositeMapper = {
1201
- serializedName: "WebtestsResource",
1162
+ export const ApplicationInsightsComponentWebTestLocation: coreClient.CompositeMapper = {
1202
1163
  type: {
1203
1164
  name: "Composite",
1204
- className: "WebtestsResource",
1165
+ className: "ApplicationInsightsComponentWebTestLocation",
1205
1166
  modelProperties: {
1206
- id: {
1207
- readOnly: true,
1208
- serializedName: "id",
1209
- type: {
1210
- name: "String"
1211
- }
1212
- },
1213
- name: {
1167
+ displayName: {
1168
+ serializedName: "DisplayName",
1214
1169
  readOnly: true,
1215
- serializedName: "name",
1216
1170
  type: {
1217
1171
  name: "String"
1218
1172
  }
1219
1173
  },
1220
- type: {
1174
+ tag: {
1175
+ serializedName: "Tag",
1221
1176
  readOnly: true,
1222
- serializedName: "type",
1223
- type: {
1224
- name: "String"
1225
- }
1226
- },
1227
- location: {
1228
- required: true,
1229
- serializedName: "location",
1230
1177
  type: {
1231
1178
  name: "String"
1232
1179
  }
1233
- },
1234
- tags: {
1235
- serializedName: "tags",
1236
- type: {
1237
- name: "Dictionary",
1238
- value: {
1239
- type: {
1240
- name: "String"
1241
- }
1242
- }
1243
- }
1244
1180
  }
1245
1181
  }
1246
1182
  }
1247
1183
  };
1248
1184
 
1249
- export const TagsResource: msRest.CompositeMapper = {
1250
- serializedName: "TagsResource",
1185
+ export const WebTestListResult: coreClient.CompositeMapper = {
1251
1186
  type: {
1252
1187
  name: "Composite",
1253
- className: "TagsResource",
1188
+ className: "WebTestListResult",
1254
1189
  modelProperties: {
1255
- tags: {
1256
- serializedName: "tags",
1190
+ value: {
1191
+ serializedName: "value",
1192
+ required: true,
1257
1193
  type: {
1258
- name: "Dictionary",
1259
- value: {
1194
+ name: "Sequence",
1195
+ element: {
1260
1196
  type: {
1261
- name: "String"
1197
+ name: "Composite",
1198
+ className: "WebTest"
1262
1199
  }
1263
1200
  }
1264
1201
  }
1202
+ },
1203
+ nextLink: {
1204
+ serializedName: "nextLink",
1205
+ type: {
1206
+ name: "String"
1207
+ }
1265
1208
  }
1266
1209
  }
1267
1210
  }
1268
1211
  };
1269
1212
 
1270
- export const WebTestGeolocation: msRest.CompositeMapper = {
1271
- serializedName: "WebTestGeolocation",
1213
+ export const WebTestGeolocation: coreClient.CompositeMapper = {
1272
1214
  type: {
1273
1215
  name: "Composite",
1274
1216
  className: "WebTestGeolocation",
@@ -1283,8 +1225,7 @@ export const WebTestGeolocation: msRest.CompositeMapper = {
1283
1225
  }
1284
1226
  };
1285
1227
 
1286
- export const WebTestPropertiesConfiguration: msRest.CompositeMapper = {
1287
- serializedName: "WebTestProperties_Configuration",
1228
+ export const WebTestPropertiesConfiguration: coreClient.CompositeMapper = {
1288
1229
  type: {
1289
1230
  name: "Composite",
1290
1231
  className: "WebTestPropertiesConfiguration",
@@ -1299,131 +1240,67 @@ export const WebTestPropertiesConfiguration: msRest.CompositeMapper = {
1299
1240
  }
1300
1241
  };
1301
1242
 
1302
- export const WebTest: msRest.CompositeMapper = {
1303
- serializedName: "WebTest",
1243
+ export const WebtestsResource: coreClient.CompositeMapper = {
1304
1244
  type: {
1305
1245
  name: "Composite",
1306
- className: "WebTest",
1246
+ className: "WebtestsResource",
1307
1247
  modelProperties: {
1308
- ...WebtestsResource.type.modelProperties,
1309
- kind: {
1310
- serializedName: "kind",
1311
- defaultValue: 'ping',
1312
- type: {
1313
- name: "Enum",
1314
- allowedValues: [
1315
- "ping",
1316
- "multistep"
1317
- ]
1318
- }
1319
- },
1320
- syntheticMonitorId: {
1321
- required: true,
1322
- serializedName: "properties.SyntheticMonitorId",
1248
+ id: {
1249
+ serializedName: "id",
1250
+ readOnly: true,
1323
1251
  type: {
1324
1252
  name: "String"
1325
1253
  }
1326
1254
  },
1327
- webTestName: {
1328
- required: true,
1329
- serializedName: "properties.Name",
1255
+ name: {
1256
+ serializedName: "name",
1257
+ readOnly: true,
1330
1258
  type: {
1331
1259
  name: "String"
1332
1260
  }
1333
1261
  },
1334
- description: {
1335
- serializedName: "properties.Description",
1262
+ type: {
1263
+ serializedName: "type",
1264
+ readOnly: true,
1336
1265
  type: {
1337
1266
  name: "String"
1338
1267
  }
1339
1268
  },
1340
- enabled: {
1341
- serializedName: "properties.Enabled",
1269
+ location: {
1270
+ serializedName: "location",
1271
+ required: true,
1342
1272
  type: {
1343
- name: "Boolean"
1273
+ name: "String"
1344
1274
  }
1345
1275
  },
1346
- frequency: {
1347
- serializedName: "properties.Frequency",
1348
- defaultValue: 300,
1276
+ tags: {
1277
+ serializedName: "tags",
1349
1278
  type: {
1350
- name: "Number"
1279
+ name: "Dictionary",
1280
+ value: { type: { name: "String" } }
1351
1281
  }
1352
- },
1353
- timeout: {
1354
- serializedName: "properties.Timeout",
1355
- defaultValue: 30,
1282
+ }
1283
+ }
1284
+ }
1285
+ };
1286
+
1287
+ export const TagsResource: coreClient.CompositeMapper = {
1288
+ type: {
1289
+ name: "Composite",
1290
+ className: "TagsResource",
1291
+ modelProperties: {
1292
+ tags: {
1293
+ serializedName: "tags",
1356
1294
  type: {
1357
- name: "Number"
1358
- }
1359
- },
1360
- webTestKind: {
1361
- required: true,
1362
- serializedName: "properties.Kind",
1363
- defaultValue: 'ping',
1364
- type: {
1365
- name: "Enum",
1366
- allowedValues: [
1367
- "ping",
1368
- "multistep"
1369
- ]
1370
- }
1371
- },
1372
- retryEnabled: {
1373
- serializedName: "properties.RetryEnabled",
1374
- type: {
1375
- name: "Boolean"
1376
- }
1377
- },
1378
- locations: {
1379
- required: true,
1380
- serializedName: "properties.Locations",
1381
- type: {
1382
- name: "Sequence",
1383
- element: {
1384
- type: {
1385
- name: "Composite",
1386
- className: "WebTestGeolocation"
1387
- }
1388
- }
1389
- }
1390
- },
1391
- configuration: {
1392
- serializedName: "properties.Configuration",
1393
- type: {
1394
- name: "Composite",
1395
- className: "WebTestPropertiesConfiguration"
1396
- }
1397
- },
1398
- provisioningState: {
1399
- readOnly: true,
1400
- serializedName: "properties.provisioningState",
1401
- type: {
1402
- name: "String"
1403
- }
1404
- }
1405
- }
1406
- }
1407
- };
1408
-
1409
- export const ApplicationInsightsComponentAnalyticsItemProperties: msRest.CompositeMapper = {
1410
- serializedName: "ApplicationInsightsComponentAnalyticsItemProperties",
1411
- type: {
1412
- name: "Composite",
1413
- className: "ApplicationInsightsComponentAnalyticsItemProperties",
1414
- modelProperties: {
1415
- functionAlias: {
1416
- serializedName: "functionAlias",
1417
- type: {
1418
- name: "String"
1295
+ name: "Dictionary",
1296
+ value: { type: { name: "String" } }
1419
1297
  }
1420
1298
  }
1421
1299
  }
1422
1300
  }
1423
1301
  };
1424
1302
 
1425
- export const ApplicationInsightsComponentAnalyticsItem: msRest.CompositeMapper = {
1426
- serializedName: "ApplicationInsightsComponentAnalyticsItem",
1303
+ export const ApplicationInsightsComponentAnalyticsItem: coreClient.CompositeMapper = {
1427
1304
  type: {
1428
1305
  name: "Composite",
1429
1306
  className: "ApplicationInsightsComponentAnalyticsItem",
@@ -1447,8 +1324,8 @@ export const ApplicationInsightsComponentAnalyticsItem: msRest.CompositeMapper =
1447
1324
  }
1448
1325
  },
1449
1326
  version: {
1450
- readOnly: true,
1451
1327
  serializedName: "Version",
1328
+ readOnly: true,
1452
1329
  type: {
1453
1330
  name: "String"
1454
1331
  }
@@ -1466,15 +1343,15 @@ export const ApplicationInsightsComponentAnalyticsItem: msRest.CompositeMapper =
1466
1343
  }
1467
1344
  },
1468
1345
  timeCreated: {
1469
- readOnly: true,
1470
1346
  serializedName: "TimeCreated",
1347
+ readOnly: true,
1471
1348
  type: {
1472
1349
  name: "String"
1473
1350
  }
1474
1351
  },
1475
1352
  timeModified: {
1476
- readOnly: true,
1477
1353
  serializedName: "TimeModified",
1354
+ readOnly: true,
1478
1355
  type: {
1479
1356
  name: "String"
1480
1357
  }
@@ -1490,46 +1367,34 @@ export const ApplicationInsightsComponentAnalyticsItem: msRest.CompositeMapper =
1490
1367
  }
1491
1368
  };
1492
1369
 
1493
- export const WorkbookResource: msRest.CompositeMapper = {
1494
- serializedName: "WorkbookResource",
1370
+ export const ApplicationInsightsComponentAnalyticsItemProperties: coreClient.CompositeMapper = {
1495
1371
  type: {
1496
1372
  name: "Composite",
1497
- className: "WorkbookResource",
1373
+ className: "ApplicationInsightsComponentAnalyticsItemProperties",
1498
1374
  modelProperties: {
1499
- id: {
1500
- readOnly: true,
1501
- serializedName: "id",
1502
- type: {
1503
- name: "String"
1504
- }
1505
- },
1506
- name: {
1507
- readOnly: true,
1508
- serializedName: "name",
1509
- type: {
1510
- name: "String"
1511
- }
1512
- },
1513
- type: {
1514
- readOnly: true,
1515
- serializedName: "type",
1516
- type: {
1517
- name: "String"
1518
- }
1519
- },
1520
- location: {
1521
- serializedName: "location",
1375
+ functionAlias: {
1376
+ serializedName: "functionAlias",
1522
1377
  type: {
1523
1378
  name: "String"
1524
1379
  }
1525
- },
1526
- tags: {
1527
- serializedName: "tags",
1380
+ }
1381
+ }
1382
+ }
1383
+ };
1384
+
1385
+ export const WorkbookTemplatesListResult: coreClient.CompositeMapper = {
1386
+ type: {
1387
+ name: "Composite",
1388
+ className: "WorkbookTemplatesListResult",
1389
+ modelProperties: {
1390
+ value: {
1391
+ serializedName: "value",
1528
1392
  type: {
1529
- name: "Dictionary",
1530
- value: {
1393
+ name: "Sequence",
1394
+ element: {
1531
1395
  type: {
1532
- name: "String"
1396
+ name: "Composite",
1397
+ className: "WorkbookTemplate"
1533
1398
  }
1534
1399
  }
1535
1400
  }
@@ -1538,129 +1403,137 @@ export const WorkbookResource: msRest.CompositeMapper = {
1538
1403
  }
1539
1404
  };
1540
1405
 
1541
- export const Workbook: msRest.CompositeMapper = {
1542
- serializedName: "Workbook",
1406
+ export const WorkbookTemplateGallery: coreClient.CompositeMapper = {
1543
1407
  type: {
1544
1408
  name: "Composite",
1545
- className: "Workbook",
1409
+ className: "WorkbookTemplateGallery",
1546
1410
  modelProperties: {
1547
- ...WorkbookResource.type.modelProperties,
1548
- kind: {
1549
- serializedName: "kind",
1411
+ name: {
1412
+ serializedName: "name",
1550
1413
  type: {
1551
1414
  name: "String"
1552
1415
  }
1553
1416
  },
1554
- workbookName: {
1555
- required: true,
1556
- serializedName: "properties.name",
1417
+ category: {
1418
+ serializedName: "category",
1557
1419
  type: {
1558
1420
  name: "String"
1559
1421
  }
1560
1422
  },
1561
- serializedData: {
1562
- required: true,
1563
- serializedName: "properties.serializedData",
1423
+ type: {
1424
+ serializedName: "type",
1564
1425
  type: {
1565
1426
  name: "String"
1566
1427
  }
1567
1428
  },
1568
- version: {
1569
- serializedName: "properties.version",
1429
+ order: {
1430
+ serializedName: "order",
1570
1431
  type: {
1571
- name: "String"
1432
+ name: "Number"
1572
1433
  }
1573
1434
  },
1574
- workbookId: {
1575
- required: true,
1576
- serializedName: "properties.workbookId",
1435
+ resourceType: {
1436
+ serializedName: "resourceType",
1577
1437
  type: {
1578
1438
  name: "String"
1579
1439
  }
1580
- },
1581
- sharedTypeKind: {
1582
- required: true,
1583
- serializedName: "properties.kind",
1584
- defaultValue: 'shared',
1440
+ }
1441
+ }
1442
+ }
1443
+ };
1444
+
1445
+ export const WorkbookTemplateLocalizedGallery: coreClient.CompositeMapper = {
1446
+ type: {
1447
+ name: "Composite",
1448
+ className: "WorkbookTemplateLocalizedGallery",
1449
+ modelProperties: {
1450
+ templateData: {
1451
+ serializedName: "templateData",
1585
1452
  type: {
1586
- name: "String"
1453
+ name: "Dictionary",
1454
+ value: { type: { name: "any" } }
1587
1455
  }
1588
1456
  },
1589
- timeModified: {
1457
+ galleries: {
1458
+ serializedName: "galleries",
1459
+ type: {
1460
+ name: "Sequence",
1461
+ element: {
1462
+ type: {
1463
+ name: "Composite",
1464
+ className: "WorkbookTemplateGallery"
1465
+ }
1466
+ }
1467
+ }
1468
+ }
1469
+ }
1470
+ }
1471
+ };
1472
+
1473
+ export const WorkbookTemplateResource: coreClient.CompositeMapper = {
1474
+ type: {
1475
+ name: "Composite",
1476
+ className: "WorkbookTemplateResource",
1477
+ modelProperties: {
1478
+ id: {
1479
+ serializedName: "id",
1590
1480
  readOnly: true,
1591
- serializedName: "properties.timeModified",
1592
1481
  type: {
1593
1482
  name: "String"
1594
1483
  }
1595
1484
  },
1596
- category: {
1597
- required: true,
1598
- serializedName: "properties.category",
1485
+ name: {
1486
+ serializedName: "name",
1487
+ readOnly: true,
1599
1488
  type: {
1600
1489
  name: "String"
1601
1490
  }
1602
1491
  },
1603
- workbookTags: {
1604
- serializedName: "properties.tags",
1492
+ type: {
1493
+ serializedName: "type",
1494
+ readOnly: true,
1605
1495
  type: {
1606
- name: "Sequence",
1607
- element: {
1608
- type: {
1609
- name: "String"
1610
- }
1611
- }
1496
+ name: "String"
1612
1497
  }
1613
1498
  },
1614
- userId: {
1499
+ location: {
1500
+ serializedName: "location",
1615
1501
  required: true,
1616
- serializedName: "properties.userId",
1617
1502
  type: {
1618
1503
  name: "String"
1619
1504
  }
1620
1505
  },
1621
- sourceResourceId: {
1622
- serializedName: "properties.sourceResourceId",
1506
+ tags: {
1507
+ serializedName: "tags",
1623
1508
  type: {
1624
- name: "String"
1509
+ name: "Dictionary",
1510
+ value: { type: { name: "String" } }
1625
1511
  }
1626
1512
  }
1627
1513
  }
1628
1514
  }
1629
1515
  };
1630
1516
 
1631
- export const LinkProperties: msRest.CompositeMapper = {
1632
- serializedName: "LinkProperties",
1517
+ export const WorkbookTemplateError: coreClient.CompositeMapper = {
1633
1518
  type: {
1634
1519
  name: "Composite",
1635
- className: "LinkProperties",
1520
+ className: "WorkbookTemplateError",
1636
1521
  modelProperties: {
1637
- sourceId: {
1638
- serializedName: "sourceId",
1639
- type: {
1640
- name: "String"
1641
- }
1642
- },
1643
- targetId: {
1644
- serializedName: "targetId",
1645
- type: {
1646
- name: "String"
1647
- }
1648
- },
1649
- category: {
1650
- serializedName: "category",
1522
+ error: {
1523
+ serializedName: "error",
1651
1524
  type: {
1652
- name: "String"
1525
+ name: "Composite",
1526
+ className: "WorkbookTemplateErrorBody"
1653
1527
  }
1654
1528
  }
1655
1529
  }
1656
1530
  }
1657
1531
  };
1658
1532
 
1659
- export const ErrorFieldContract: msRest.CompositeMapper = {
1660
- serializedName: "ErrorFieldContract",
1533
+ export const WorkbookTemplateErrorBody: coreClient.CompositeMapper = {
1661
1534
  type: {
1662
1535
  name: "Composite",
1663
- className: "ErrorFieldContract",
1536
+ className: "WorkbookTemplateErrorBody",
1664
1537
  modelProperties: {
1665
1538
  code: {
1666
1539
  serializedName: "code",
@@ -1674,21 +1547,26 @@ export const ErrorFieldContract: msRest.CompositeMapper = {
1674
1547
  name: "String"
1675
1548
  }
1676
1549
  },
1677
- target: {
1678
- serializedName: "target",
1550
+ details: {
1551
+ serializedName: "details",
1679
1552
  type: {
1680
- name: "String"
1553
+ name: "Sequence",
1554
+ element: {
1555
+ type: {
1556
+ name: "Composite",
1557
+ className: "WorkbookTemplateErrorFieldContract"
1558
+ }
1559
+ }
1681
1560
  }
1682
1561
  }
1683
1562
  }
1684
1563
  }
1685
1564
  };
1686
1565
 
1687
- export const WorkbookError: msRest.CompositeMapper = {
1688
- serializedName: "WorkbookError",
1566
+ export const WorkbookTemplateErrorFieldContract: coreClient.CompositeMapper = {
1689
1567
  type: {
1690
1568
  name: "Composite",
1691
- className: "WorkbookError",
1569
+ className: "WorkbookTemplateErrorFieldContract",
1692
1570
  modelProperties: {
1693
1571
  code: {
1694
1572
  serializedName: "code",
@@ -1702,59 +1580,72 @@ export const WorkbookError: msRest.CompositeMapper = {
1702
1580
  name: "String"
1703
1581
  }
1704
1582
  },
1705
- details: {
1706
- serializedName: "details",
1583
+ target: {
1584
+ serializedName: "target",
1707
1585
  type: {
1708
- name: "Sequence",
1709
- element: {
1710
- type: {
1711
- name: "Composite",
1712
- className: "ErrorFieldContract"
1713
- }
1714
- }
1586
+ name: "String"
1715
1587
  }
1716
1588
  }
1717
1589
  }
1718
1590
  }
1719
1591
  };
1720
1592
 
1721
- export const MyWorkbookResource: msRest.CompositeMapper = {
1722
- serializedName: "MyWorkbookResource",
1593
+ export const WorkbookTemplateUpdateParameters: coreClient.CompositeMapper = {
1723
1594
  type: {
1724
1595
  name: "Composite",
1725
- className: "MyWorkbookResource",
1596
+ className: "WorkbookTemplateUpdateParameters",
1726
1597
  modelProperties: {
1727
- id: {
1728
- serializedName: "id",
1598
+ tags: {
1599
+ serializedName: "tags",
1729
1600
  type: {
1730
- name: "String"
1601
+ name: "Dictionary",
1602
+ value: { type: { name: "String" } }
1731
1603
  }
1732
1604
  },
1733
- name: {
1734
- serializedName: "name",
1605
+ priority: {
1606
+ serializedName: "properties.priority",
1735
1607
  type: {
1736
- name: "String"
1608
+ name: "Number"
1737
1609
  }
1738
1610
  },
1739
- type: {
1740
- serializedName: "type",
1611
+ author: {
1612
+ serializedName: "properties.author",
1741
1613
  type: {
1742
1614
  name: "String"
1743
1615
  }
1744
1616
  },
1745
- location: {
1746
- serializedName: "location",
1617
+ templateData: {
1618
+ serializedName: "properties.templateData",
1747
1619
  type: {
1748
- name: "String"
1620
+ name: "Dictionary",
1621
+ value: { type: { name: "any" } }
1749
1622
  }
1750
1623
  },
1751
- tags: {
1752
- serializedName: "tags",
1624
+ galleries: {
1625
+ serializedName: "properties.galleries",
1626
+ type: {
1627
+ name: "Sequence",
1628
+ element: {
1629
+ type: {
1630
+ name: "Composite",
1631
+ className: "WorkbookTemplateGallery"
1632
+ }
1633
+ }
1634
+ }
1635
+ },
1636
+ localized: {
1637
+ serializedName: "properties.localized",
1753
1638
  type: {
1754
1639
  name: "Dictionary",
1755
1640
  value: {
1756
1641
  type: {
1757
- name: "String"
1642
+ name: "Sequence",
1643
+ element: {
1644
+ type: {
1645
+ name: "Composite",
1646
+ className: "WorkbookTemplateLocalizedGallery"
1647
+ }
1648
+ }
1758
1649
  }
1759
1650
  }
1760
1651
  }
@@ -1763,73 +1654,26 @@ export const MyWorkbookResource: msRest.CompositeMapper = {
1763
1654
  }
1764
1655
  };
1765
1656
 
1766
- export const MyWorkbook: msRest.CompositeMapper = {
1767
- serializedName: "MyWorkbook",
1657
+ export const MyWorkbooksListResult: coreClient.CompositeMapper = {
1768
1658
  type: {
1769
1659
  name: "Composite",
1770
- className: "MyWorkbook",
1660
+ className: "MyWorkbooksListResult",
1771
1661
  modelProperties: {
1772
- ...MyWorkbookResource.type.modelProperties,
1773
- kind: {
1774
- serializedName: "kind",
1775
- type: {
1776
- name: "String"
1777
- }
1778
- },
1779
- displayName: {
1780
- required: true,
1781
- serializedName: "properties.displayName",
1782
- type: {
1783
- name: "String"
1784
- }
1785
- },
1786
- serializedData: {
1787
- required: true,
1788
- serializedName: "properties.serializedData",
1789
- type: {
1790
- name: "String"
1791
- }
1792
- },
1793
- version: {
1794
- serializedName: "properties.version",
1795
- type: {
1796
- name: "String"
1797
- }
1798
- },
1799
- timeModified: {
1800
- readOnly: true,
1801
- serializedName: "properties.timeModified",
1802
- type: {
1803
- name: "String"
1804
- }
1805
- },
1806
- category: {
1807
- required: true,
1808
- serializedName: "properties.category",
1809
- type: {
1810
- name: "String"
1811
- }
1812
- },
1813
- myWorkbookTags: {
1814
- serializedName: "properties.tags",
1662
+ value: {
1663
+ serializedName: "value",
1664
+ readOnly: true,
1815
1665
  type: {
1816
1666
  name: "Sequence",
1817
1667
  element: {
1818
1668
  type: {
1819
- name: "String"
1669
+ name: "Composite",
1670
+ className: "MyWorkbook"
1820
1671
  }
1821
1672
  }
1822
1673
  }
1823
1674
  },
1824
- userId: {
1825
- readOnly: true,
1826
- serializedName: "properties.userId",
1827
- type: {
1828
- name: "String"
1829
- }
1830
- },
1831
- sourceId: {
1832
- serializedName: "properties.sourceId",
1675
+ nextLink: {
1676
+ serializedName: "nextLink",
1833
1677
  type: {
1834
1678
  name: "String"
1835
1679
  }
@@ -1838,69 +1682,82 @@ export const MyWorkbook: msRest.CompositeMapper = {
1838
1682
  }
1839
1683
  };
1840
1684
 
1841
- export const MyWorkbookError: msRest.CompositeMapper = {
1842
- serializedName: "MyWorkbookError",
1685
+ export const SystemData: coreClient.CompositeMapper = {
1843
1686
  type: {
1844
1687
  name: "Composite",
1845
- className: "MyWorkbookError",
1688
+ className: "SystemData",
1846
1689
  modelProperties: {
1847
- code: {
1848
- serializedName: "code",
1690
+ createdBy: {
1691
+ serializedName: "createdBy",
1849
1692
  type: {
1850
1693
  name: "String"
1851
1694
  }
1852
1695
  },
1853
- message: {
1854
- serializedName: "message",
1696
+ createdByType: {
1697
+ serializedName: "createdByType",
1855
1698
  type: {
1856
1699
  name: "String"
1857
1700
  }
1858
1701
  },
1859
- details: {
1860
- serializedName: "details",
1702
+ createdAt: {
1703
+ serializedName: "createdAt",
1861
1704
  type: {
1862
- name: "Sequence",
1863
- element: {
1864
- type: {
1865
- name: "Composite",
1866
- className: "ErrorFieldContract"
1867
- }
1868
- }
1705
+ name: "DateTime"
1706
+ }
1707
+ },
1708
+ lastModifiedBy: {
1709
+ serializedName: "lastModifiedBy",
1710
+ type: {
1711
+ name: "String"
1712
+ }
1713
+ },
1714
+ lastModifiedByType: {
1715
+ serializedName: "lastModifiedByType",
1716
+ type: {
1717
+ name: "String"
1718
+ }
1719
+ },
1720
+ lastModifiedAt: {
1721
+ serializedName: "lastModifiedAt",
1722
+ type: {
1723
+ name: "DateTime"
1869
1724
  }
1870
1725
  }
1871
1726
  }
1872
1727
  }
1873
1728
  };
1874
1729
 
1875
- export const ComponentsResource: msRest.CompositeMapper = {
1876
- serializedName: "ComponentsResource",
1730
+ export const MyWorkbookResource: coreClient.CompositeMapper = {
1877
1731
  type: {
1878
1732
  name: "Composite",
1879
- className: "ComponentsResource",
1733
+ className: "MyWorkbookResource",
1880
1734
  modelProperties: {
1735
+ identity: {
1736
+ serializedName: "identity",
1737
+ type: {
1738
+ name: "Composite",
1739
+ className: "MyWorkbookManagedIdentity"
1740
+ }
1741
+ },
1881
1742
  id: {
1882
- readOnly: true,
1883
1743
  serializedName: "id",
1884
1744
  type: {
1885
1745
  name: "String"
1886
1746
  }
1887
1747
  },
1888
1748
  name: {
1889
- readOnly: true,
1890
1749
  serializedName: "name",
1891
1750
  type: {
1892
1751
  name: "String"
1893
1752
  }
1894
1753
  },
1895
1754
  type: {
1896
- readOnly: true,
1897
1755
  serializedName: "type",
1898
1756
  type: {
1899
1757
  name: "String"
1900
1758
  }
1901
1759
  },
1902
1760
  location: {
1903
- required: true,
1904
1761
  serializedName: "location",
1905
1762
  type: {
1906
1763
  name: "String"
@@ -1910,31 +1767,34 @@ export const ComponentsResource: msRest.CompositeMapper = {
1910
1767
  serializedName: "tags",
1911
1768
  type: {
1912
1769
  name: "Dictionary",
1913
- value: {
1914
- type: {
1915
- name: "String"
1916
- }
1917
- }
1770
+ value: { type: { name: "String" } }
1771
+ }
1772
+ },
1773
+ etag: {
1774
+ serializedName: "etag",
1775
+ type: {
1776
+ name: "Dictionary",
1777
+ value: { type: { name: "String" } }
1918
1778
  }
1919
1779
  }
1920
1780
  }
1921
1781
  }
1922
1782
  };
1923
1783
 
1924
- export const PrivateLinkScopedResource: msRest.CompositeMapper = {
1925
- serializedName: "PrivateLinkScopedResource",
1784
+ export const MyWorkbookManagedIdentity: coreClient.CompositeMapper = {
1926
1785
  type: {
1927
1786
  name: "Composite",
1928
- className: "PrivateLinkScopedResource",
1787
+ className: "MyWorkbookManagedIdentity",
1929
1788
  modelProperties: {
1930
- resourceId: {
1931
- serializedName: "ResourceId",
1789
+ userAssignedIdentities: {
1790
+ serializedName: "userAssignedIdentities",
1932
1791
  type: {
1933
- name: "String"
1792
+ name: "Composite",
1793
+ className: "MyWorkbookUserAssignedIdentities"
1934
1794
  }
1935
1795
  },
1936
- scopeId: {
1937
- serializedName: "ScopeId",
1796
+ type: {
1797
+ serializedName: "type",
1938
1798
  type: {
1939
1799
  name: "String"
1940
1800
  }
@@ -1943,240 +1803,326 @@ export const PrivateLinkScopedResource: msRest.CompositeMapper = {
1943
1803
  }
1944
1804
  };
1945
1805
 
1946
- export const ApplicationInsightsComponent: msRest.CompositeMapper = {
1947
- serializedName: "ApplicationInsightsComponent",
1806
+ export const MyWorkbookUserAssignedIdentities: coreClient.CompositeMapper = {
1948
1807
  type: {
1949
1808
  name: "Composite",
1950
- className: "ApplicationInsightsComponent",
1809
+ className: "MyWorkbookUserAssignedIdentities",
1951
1810
  modelProperties: {
1952
- ...ComponentsResource.type.modelProperties,
1953
- kind: {
1954
- required: true,
1955
- serializedName: "kind",
1811
+ principalId: {
1812
+ serializedName: "principalId",
1813
+ readOnly: true,
1956
1814
  type: {
1957
1815
  name: "String"
1958
1816
  }
1959
1817
  },
1960
- applicationId: {
1818
+ tenantId: {
1819
+ serializedName: "tenantId",
1961
1820
  readOnly: true,
1962
- serializedName: "properties.ApplicationId",
1963
1821
  type: {
1964
1822
  name: "String"
1965
1823
  }
1966
- },
1967
- appId: {
1824
+ }
1825
+ }
1826
+ }
1827
+ };
1828
+
1829
+ export const MyWorkbookError: coreClient.CompositeMapper = {
1830
+ type: {
1831
+ name: "Composite",
1832
+ className: "MyWorkbookError",
1833
+ modelProperties: {
1834
+ error: {
1835
+ serializedName: "error",
1836
+ type: {
1837
+ name: "Composite",
1838
+ className: "ErrorDefinition"
1839
+ }
1840
+ }
1841
+ }
1842
+ }
1843
+ };
1844
+
1845
+ export const ErrorDefinition: coreClient.CompositeMapper = {
1846
+ type: {
1847
+ name: "Composite",
1848
+ className: "ErrorDefinition",
1849
+ modelProperties: {
1850
+ code: {
1851
+ serializedName: "code",
1968
1852
  readOnly: true,
1969
- serializedName: "properties.AppId",
1970
1853
  type: {
1971
1854
  name: "String"
1972
1855
  }
1973
1856
  },
1974
- applicationType: {
1975
- required: true,
1976
- serializedName: "properties.Application_Type",
1977
- defaultValue: 'web',
1857
+ message: {
1858
+ serializedName: "message",
1859
+ readOnly: true,
1978
1860
  type: {
1979
1861
  name: "String"
1980
1862
  }
1981
1863
  },
1982
- flowType: {
1983
- serializedName: "properties.Flow_Type",
1984
- defaultValue: 'Bluefield',
1864
+ innererror: {
1865
+ serializedName: "innererror",
1866
+ readOnly: true,
1985
1867
  type: {
1986
- name: "String"
1868
+ name: "any"
1987
1869
  }
1988
- },
1989
- requestSource: {
1990
- serializedName: "properties.Request_Source",
1991
- defaultValue: 'rest',
1870
+ }
1871
+ }
1872
+ }
1873
+ };
1874
+
1875
+ export const WorkbooksListResult: coreClient.CompositeMapper = {
1876
+ type: {
1877
+ name: "Composite",
1878
+ className: "WorkbooksListResult",
1879
+ modelProperties: {
1880
+ value: {
1881
+ serializedName: "value",
1882
+ readOnly: true,
1992
1883
  type: {
1993
- name: "String"
1884
+ name: "Sequence",
1885
+ element: {
1886
+ type: {
1887
+ name: "Composite",
1888
+ className: "Workbook"
1889
+ }
1890
+ }
1994
1891
  }
1995
1892
  },
1996
- instrumentationKey: {
1997
- readOnly: true,
1998
- serializedName: "properties.InstrumentationKey",
1893
+ nextLink: {
1894
+ serializedName: "nextLink",
1999
1895
  type: {
2000
1896
  name: "String"
2001
1897
  }
2002
- },
2003
- creationDate: {
1898
+ }
1899
+ }
1900
+ }
1901
+ };
1902
+
1903
+ export const ManagedServiceIdentity: coreClient.CompositeMapper = {
1904
+ type: {
1905
+ name: "Composite",
1906
+ className: "ManagedServiceIdentity",
1907
+ modelProperties: {
1908
+ principalId: {
1909
+ serializedName: "principalId",
2004
1910
  readOnly: true,
2005
- serializedName: "properties.CreationDate",
2006
1911
  type: {
2007
- name: "DateTime"
1912
+ name: "Uuid"
2008
1913
  }
2009
1914
  },
2010
1915
  tenantId: {
1916
+ serializedName: "tenantId",
2011
1917
  readOnly: true,
2012
- serializedName: "properties.TenantId",
2013
1918
  type: {
2014
- name: "String"
1919
+ name: "Uuid"
2015
1920
  }
2016
1921
  },
2017
- hockeyAppId: {
2018
- serializedName: "properties.HockeyAppId",
1922
+ type: {
1923
+ serializedName: "type",
1924
+ required: true,
2019
1925
  type: {
2020
1926
  name: "String"
2021
1927
  }
2022
1928
  },
2023
- hockeyAppToken: {
2024
- readOnly: true,
2025
- serializedName: "properties.HockeyAppToken",
1929
+ userAssignedIdentities: {
1930
+ serializedName: "userAssignedIdentities",
2026
1931
  type: {
2027
- name: "String"
1932
+ name: "Dictionary",
1933
+ value: {
1934
+ type: { name: "Composite", className: "UserAssignedIdentity" }
1935
+ }
2028
1936
  }
2029
- },
2030
- provisioningState: {
1937
+ }
1938
+ }
1939
+ }
1940
+ };
1941
+
1942
+ export const UserAssignedIdentity: coreClient.CompositeMapper = {
1943
+ type: {
1944
+ name: "Composite",
1945
+ className: "UserAssignedIdentity",
1946
+ modelProperties: {
1947
+ principalId: {
1948
+ serializedName: "principalId",
2031
1949
  readOnly: true,
2032
- serializedName: "properties.provisioningState",
2033
1950
  type: {
2034
- name: "String"
1951
+ name: "Uuid"
2035
1952
  }
2036
1953
  },
2037
- samplingPercentage: {
2038
- serializedName: "properties.SamplingPercentage",
1954
+ clientId: {
1955
+ serializedName: "clientId",
1956
+ readOnly: true,
2039
1957
  type: {
2040
- name: "Number"
1958
+ name: "Uuid"
2041
1959
  }
2042
- },
2043
- connectionString: {
1960
+ }
1961
+ }
1962
+ }
1963
+ };
1964
+
1965
+ export const Resource: coreClient.CompositeMapper = {
1966
+ type: {
1967
+ name: "Composite",
1968
+ className: "Resource",
1969
+ modelProperties: {
1970
+ id: {
1971
+ serializedName: "id",
2044
1972
  readOnly: true,
2045
- serializedName: "properties.ConnectionString",
2046
1973
  type: {
2047
1974
  name: "String"
2048
1975
  }
2049
1976
  },
2050
- retentionInDays: {
2051
- serializedName: "properties.RetentionInDays",
2052
- defaultValue: 90,
2053
- type: {
2054
- name: "Number"
2055
- }
2056
- },
2057
- disableIpMasking: {
2058
- serializedName: "properties.DisableIpMasking",
1977
+ name: {
1978
+ serializedName: "name",
1979
+ readOnly: true,
2059
1980
  type: {
2060
- name: "Boolean"
1981
+ name: "String"
2061
1982
  }
2062
1983
  },
2063
- immediatePurgeDataOn30Days: {
2064
- serializedName: "properties.ImmediatePurgeDataOn30Days",
1984
+ type: {
1985
+ serializedName: "type",
1986
+ readOnly: true,
2065
1987
  type: {
2066
- name: "Boolean"
1988
+ name: "String"
2067
1989
  }
2068
- },
2069
- privateLinkScopedResources: {
2070
- readOnly: true,
2071
- serializedName: "properties.PrivateLinkScopedResources",
1990
+ }
1991
+ }
1992
+ }
1993
+ };
1994
+
1995
+ export const WorkbookError: coreClient.CompositeMapper = {
1996
+ type: {
1997
+ name: "Composite",
1998
+ className: "WorkbookError",
1999
+ modelProperties: {
2000
+ error: {
2001
+ serializedName: "error",
2072
2002
  type: {
2073
- name: "Sequence",
2074
- element: {
2075
- type: {
2076
- name: "Composite",
2077
- className: "PrivateLinkScopedResource"
2078
- }
2079
- }
2003
+ name: "Composite",
2004
+ className: "WorkbookErrorDefinition"
2080
2005
  }
2081
- },
2082
- publicNetworkAccessForIngestion: {
2083
- serializedName: "properties.publicNetworkAccessForIngestion",
2084
- defaultValue: 'Enabled',
2006
+ }
2007
+ }
2008
+ }
2009
+ };
2010
+
2011
+ export const WorkbookErrorDefinition: coreClient.CompositeMapper = {
2012
+ type: {
2013
+ name: "Composite",
2014
+ className: "WorkbookErrorDefinition",
2015
+ modelProperties: {
2016
+ code: {
2017
+ serializedName: "code",
2018
+ readOnly: true,
2085
2019
  type: {
2086
2020
  name: "String"
2087
2021
  }
2088
2022
  },
2089
- publicNetworkAccessForQuery: {
2090
- serializedName: "properties.publicNetworkAccessForQuery",
2091
- defaultValue: 'Enabled',
2023
+ message: {
2024
+ serializedName: "message",
2025
+ readOnly: true,
2092
2026
  type: {
2093
2027
  name: "String"
2094
2028
  }
2095
2029
  },
2096
- ingestionMode: {
2097
- serializedName: "properties.IngestionMode",
2098
- defaultValue: 'ApplicationInsights',
2030
+ innerError: {
2031
+ serializedName: "innerError",
2032
+ readOnly: true,
2099
2033
  type: {
2100
- name: "String"
2034
+ name: "any"
2101
2035
  }
2102
2036
  }
2103
2037
  }
2104
2038
  }
2105
2039
  };
2106
2040
 
2107
- export const ComponentPurgeBodyFilters: msRest.CompositeMapper = {
2108
- serializedName: "ComponentPurgeBodyFilters",
2041
+ export const WorkbookUpdateParameters: coreClient.CompositeMapper = {
2109
2042
  type: {
2110
2043
  name: "Composite",
2111
- className: "ComponentPurgeBodyFilters",
2044
+ className: "WorkbookUpdateParameters",
2112
2045
  modelProperties: {
2113
- column: {
2114
- serializedName: "column",
2046
+ kind: {
2047
+ serializedName: "kind",
2115
2048
  type: {
2116
2049
  name: "String"
2117
2050
  }
2118
2051
  },
2119
- operator: {
2120
- serializedName: "operator",
2052
+ tags: {
2053
+ serializedName: "tags",
2121
2054
  type: {
2122
- name: "String"
2055
+ name: "Dictionary",
2056
+ value: { type: { name: "String" } }
2123
2057
  }
2124
2058
  },
2125
- value: {
2126
- serializedName: "value",
2059
+ displayName: {
2060
+ serializedName: "properties.displayName",
2127
2061
  type: {
2128
- name: "Object"
2062
+ name: "String"
2129
2063
  }
2130
2064
  },
2131
- key: {
2132
- serializedName: "key",
2065
+ serializedData: {
2066
+ serializedName: "properties.serializedData",
2133
2067
  type: {
2134
2068
  name: "String"
2135
2069
  }
2136
- }
2137
- }
2138
- }
2139
- };
2140
-
2141
- export const ComponentPurgeBody: msRest.CompositeMapper = {
2142
- serializedName: "ComponentPurgeBody",
2143
- type: {
2144
- name: "Composite",
2145
- className: "ComponentPurgeBody",
2146
- modelProperties: {
2147
- table: {
2148
- required: true,
2149
- serializedName: "table",
2070
+ },
2071
+ category: {
2072
+ serializedName: "properties.category",
2150
2073
  type: {
2151
2074
  name: "String"
2152
2075
  }
2153
2076
  },
2154
- filters: {
2155
- required: true,
2156
- serializedName: "filters",
2077
+ tagsPropertiesTags: {
2078
+ serializedName: "properties.tags",
2157
2079
  type: {
2158
2080
  name: "Sequence",
2159
2081
  element: {
2160
2082
  type: {
2161
- name: "Composite",
2162
- className: "ComponentPurgeBodyFilters"
2083
+ name: "String"
2163
2084
  }
2164
2085
  }
2165
2086
  }
2087
+ },
2088
+ description: {
2089
+ serializedName: "properties.description",
2090
+ nullable: true,
2091
+ type: {
2092
+ name: "String"
2093
+ }
2094
+ },
2095
+ revision: {
2096
+ serializedName: "properties.revision",
2097
+ nullable: true,
2098
+ type: {
2099
+ name: "String"
2100
+ }
2166
2101
  }
2167
2102
  }
2168
2103
  }
2169
2104
  };
2170
2105
 
2171
- export const ComponentPurgeResponse: msRest.CompositeMapper = {
2172
- serializedName: "ComponentPurgeResponse",
2106
+ export const ApplicationInsightsComponentListResult: coreClient.CompositeMapper = {
2173
2107
  type: {
2174
2108
  name: "Composite",
2175
- className: "ComponentPurgeResponse",
2109
+ className: "ApplicationInsightsComponentListResult",
2176
2110
  modelProperties: {
2177
- operationId: {
2111
+ value: {
2112
+ serializedName: "value",
2178
2113
  required: true,
2179
- serializedName: "operationId",
2114
+ type: {
2115
+ name: "Sequence",
2116
+ element: {
2117
+ type: {
2118
+ name: "Composite",
2119
+ className: "ApplicationInsightsComponent"
2120
+ }
2121
+ }
2122
+ }
2123
+ },
2124
+ nextLink: {
2125
+ serializedName: "nextLink",
2180
2126
  type: {
2181
2127
  name: "String"
2182
2128
  }
@@ -2185,15 +2131,19 @@ export const ComponentPurgeResponse: msRest.CompositeMapper = {
2185
2131
  }
2186
2132
  };
2187
2133
 
2188
- export const ComponentPurgeStatusResponse: msRest.CompositeMapper = {
2189
- serializedName: "ComponentPurgeStatusResponse",
2134
+ export const PrivateLinkScopedResource: coreClient.CompositeMapper = {
2190
2135
  type: {
2191
2136
  name: "Composite",
2192
- className: "ComponentPurgeStatusResponse",
2137
+ className: "PrivateLinkScopedResource",
2193
2138
  modelProperties: {
2194
- status: {
2195
- required: true,
2196
- serializedName: "status",
2139
+ resourceId: {
2140
+ serializedName: "ResourceId",
2141
+ type: {
2142
+ name: "String"
2143
+ }
2144
+ },
2145
+ scopeId: {
2146
+ serializedName: "ScopeId",
2197
2147
  type: {
2198
2148
  name: "String"
2199
2149
  }
@@ -2202,73 +2152,104 @@ export const ComponentPurgeStatusResponse: msRest.CompositeMapper = {
2202
2152
  }
2203
2153
  };
2204
2154
 
2205
- export const Resource: msRest.CompositeMapper = {
2206
- serializedName: "Resource",
2155
+ export const ComponentsResource: coreClient.CompositeMapper = {
2207
2156
  type: {
2208
2157
  name: "Composite",
2209
- className: "Resource",
2158
+ className: "ComponentsResource",
2210
2159
  modelProperties: {
2211
2160
  id: {
2212
- readOnly: true,
2213
2161
  serializedName: "id",
2162
+ readOnly: true,
2214
2163
  type: {
2215
2164
  name: "String"
2216
2165
  }
2217
2166
  },
2218
2167
  name: {
2219
- readOnly: true,
2220
2168
  serializedName: "name",
2169
+ readOnly: true,
2221
2170
  type: {
2222
2171
  name: "String"
2223
2172
  }
2224
2173
  },
2225
2174
  type: {
2226
- readOnly: true,
2227
2175
  serializedName: "type",
2176
+ readOnly: true,
2177
+ type: {
2178
+ name: "String"
2179
+ }
2180
+ },
2181
+ location: {
2182
+ serializedName: "location",
2183
+ required: true,
2228
2184
  type: {
2229
2185
  name: "String"
2230
2186
  }
2187
+ },
2188
+ tags: {
2189
+ serializedName: "tags",
2190
+ type: {
2191
+ name: "Dictionary",
2192
+ value: { type: { name: "String" } }
2193
+ }
2231
2194
  }
2232
2195
  }
2233
2196
  }
2234
2197
  };
2235
2198
 
2236
- export const ProxyResource: msRest.CompositeMapper = {
2237
- serializedName: "ProxyResource",
2238
- type: {
2239
- name: "Composite",
2240
- className: "ProxyResource",
2241
- modelProperties: {
2242
- ...Resource.type.modelProperties
2243
- }
2244
- }
2245
- };
2246
-
2247
- export const ComponentLinkedStorageAccounts: msRest.CompositeMapper = {
2248
- serializedName: "ComponentLinkedStorageAccounts",
2199
+ export const ComponentPurgeBody: coreClient.CompositeMapper = {
2249
2200
  type: {
2250
2201
  name: "Composite",
2251
- className: "ComponentLinkedStorageAccounts",
2202
+ className: "ComponentPurgeBody",
2252
2203
  modelProperties: {
2253
- ...ProxyResource.type.modelProperties,
2254
- linkedStorageAccount: {
2255
- serializedName: "properties.linkedStorageAccount",
2204
+ table: {
2205
+ serializedName: "table",
2206
+ required: true,
2256
2207
  type: {
2257
2208
  name: "String"
2258
2209
  }
2210
+ },
2211
+ filters: {
2212
+ serializedName: "filters",
2213
+ required: true,
2214
+ type: {
2215
+ name: "Sequence",
2216
+ element: {
2217
+ type: {
2218
+ name: "Composite",
2219
+ className: "ComponentPurgeBodyFilters"
2220
+ }
2221
+ }
2222
+ }
2259
2223
  }
2260
2224
  }
2261
2225
  }
2262
2226
  };
2263
2227
 
2264
- export const ComponentLinkedStorageAccountsPatch: msRest.CompositeMapper = {
2265
- serializedName: "ComponentLinkedStorageAccountsPatch",
2228
+ export const ComponentPurgeBodyFilters: coreClient.CompositeMapper = {
2266
2229
  type: {
2267
2230
  name: "Composite",
2268
- className: "ComponentLinkedStorageAccountsPatch",
2231
+ className: "ComponentPurgeBodyFilters",
2269
2232
  modelProperties: {
2270
- linkedStorageAccount: {
2271
- serializedName: "properties.linkedStorageAccount",
2233
+ column: {
2234
+ serializedName: "column",
2235
+ type: {
2236
+ name: "String"
2237
+ }
2238
+ },
2239
+ operator: {
2240
+ serializedName: "operator",
2241
+ type: {
2242
+ name: "String"
2243
+ }
2244
+ },
2245
+ value: {
2246
+ serializedName: "value",
2247
+ type: {
2248
+ name: "any"
2249
+ }
2250
+ },
2251
+ key: {
2252
+ serializedName: "key",
2272
2253
  type: {
2273
2254
  name: "String"
2274
2255
  }
@@ -2277,27 +2258,14 @@ export const ComponentLinkedStorageAccountsPatch: msRest.CompositeMapper = {
2277
2258
  }
2278
2259
  };
2279
2260
 
2280
- export const TrackedResource: msRest.CompositeMapper = {
2281
- serializedName: "TrackedResource",
2261
+ export const ComponentPurgeResponse: coreClient.CompositeMapper = {
2282
2262
  type: {
2283
2263
  name: "Composite",
2284
- className: "TrackedResource",
2264
+ className: "ComponentPurgeResponse",
2285
2265
  modelProperties: {
2286
- ...Resource.type.modelProperties,
2287
- tags: {
2288
- serializedName: "tags",
2289
- type: {
2290
- name: "Dictionary",
2291
- value: {
2292
- type: {
2293
- name: "String"
2294
- }
2295
- }
2296
- }
2297
- },
2298
- location: {
2266
+ operationId: {
2267
+ serializedName: "operationId",
2299
2268
  required: true,
2300
- serializedName: "location",
2301
2269
  type: {
2302
2270
  name: "String"
2303
2271
  }
@@ -2306,16 +2274,14 @@ export const TrackedResource: msRest.CompositeMapper = {
2306
2274
  }
2307
2275
  };
2308
2276
 
2309
- export const AzureEntityResource: msRest.CompositeMapper = {
2310
- serializedName: "AzureEntityResource",
2277
+ export const ComponentPurgeStatusResponse: coreClient.CompositeMapper = {
2311
2278
  type: {
2312
2279
  name: "Composite",
2313
- className: "AzureEntityResource",
2280
+ className: "ComponentPurgeStatusResponse",
2314
2281
  modelProperties: {
2315
- ...Resource.type.modelProperties,
2316
- etag: {
2317
- readOnly: true,
2318
- serializedName: "etag",
2282
+ status: {
2283
+ serializedName: "status",
2284
+ required: true,
2319
2285
  type: {
2320
2286
  name: "String"
2321
2287
  }
@@ -2324,49 +2290,37 @@ export const AzureEntityResource: msRest.CompositeMapper = {
2324
2290
  }
2325
2291
  };
2326
2292
 
2327
- export const LiveTokenResponse: msRest.CompositeMapper = {
2328
- serializedName: "LiveTokenResponse",
2293
+ export const ErrorResponseLinkedStorage: coreClient.CompositeMapper = {
2329
2294
  type: {
2330
2295
  name: "Composite",
2331
- className: "LiveTokenResponse",
2296
+ className: "ErrorResponseLinkedStorage",
2332
2297
  modelProperties: {
2333
- liveToken: {
2334
- readOnly: true,
2335
- serializedName: "liveToken",
2298
+ error: {
2299
+ serializedName: "error",
2336
2300
  type: {
2337
- name: "String"
2301
+ name: "Composite",
2302
+ className: "ErrorResponseLinkedStorageError"
2338
2303
  }
2339
2304
  }
2340
2305
  }
2341
2306
  }
2342
2307
  };
2343
2308
 
2344
- export const OperationInfo: msRest.CompositeMapper = {
2345
- serializedName: "OperationInfo",
2309
+ export const ErrorResponseLinkedStorageError: coreClient.CompositeMapper = {
2346
2310
  type: {
2347
2311
  name: "Composite",
2348
- className: "OperationInfo",
2312
+ className: "ErrorResponseLinkedStorageError",
2349
2313
  modelProperties: {
2350
- provider: {
2351
- serializedName: "provider",
2352
- type: {
2353
- name: "String"
2354
- }
2355
- },
2356
- resource: {
2357
- serializedName: "resource",
2358
- type: {
2359
- name: "String"
2360
- }
2361
- },
2362
- operation: {
2363
- serializedName: "operation",
2314
+ code: {
2315
+ serializedName: "code",
2316
+ readOnly: true,
2364
2317
  type: {
2365
2318
  name: "String"
2366
2319
  }
2367
2320
  },
2368
- description: {
2369
- serializedName: "description",
2321
+ message: {
2322
+ serializedName: "message",
2323
+ readOnly: true,
2370
2324
  type: {
2371
2325
  name: "String"
2372
2326
  }
@@ -2375,13 +2329,54 @@ export const OperationInfo: msRest.CompositeMapper = {
2375
2329
  }
2376
2330
  };
2377
2331
 
2378
- export const OperationLive: msRest.CompositeMapper = {
2379
- serializedName: "OperationLive",
2332
+ export const ComponentLinkedStorageAccountsPatch: coreClient.CompositeMapper = {
2380
2333
  type: {
2381
2334
  name: "Composite",
2382
- className: "OperationLive",
2335
+ className: "ComponentLinkedStorageAccountsPatch",
2383
2336
  modelProperties: {
2384
- name: {
2337
+ linkedStorageAccount: {
2338
+ serializedName: "properties.linkedStorageAccount",
2339
+ type: {
2340
+ name: "String"
2341
+ }
2342
+ }
2343
+ }
2344
+ }
2345
+ };
2346
+
2347
+ export const OperationsListResult: coreClient.CompositeMapper = {
2348
+ type: {
2349
+ name: "Composite",
2350
+ className: "OperationsListResult",
2351
+ modelProperties: {
2352
+ value: {
2353
+ serializedName: "value",
2354
+ type: {
2355
+ name: "Sequence",
2356
+ element: {
2357
+ type: {
2358
+ name: "Composite",
2359
+ className: "OperationLive"
2360
+ }
2361
+ }
2362
+ }
2363
+ },
2364
+ nextLink: {
2365
+ serializedName: "nextLink",
2366
+ type: {
2367
+ name: "String"
2368
+ }
2369
+ }
2370
+ }
2371
+ }
2372
+ };
2373
+
2374
+ export const OperationLive: coreClient.CompositeMapper = {
2375
+ type: {
2376
+ name: "Composite",
2377
+ className: "OperationLive",
2378
+ modelProperties: {
2379
+ name: {
2385
2380
  serializedName: "name",
2386
2381
  type: {
2387
2382
  name: "String"
@@ -2403,61 +2398,39 @@ export const OperationLive: msRest.CompositeMapper = {
2403
2398
  properties: {
2404
2399
  serializedName: "properties",
2405
2400
  type: {
2406
- name: "Object"
2401
+ name: "Dictionary",
2402
+ value: { type: { name: "any" } }
2407
2403
  }
2408
2404
  }
2409
2405
  }
2410
2406
  }
2411
2407
  };
2412
2408
 
2413
- export const OperationListResult: msRest.CompositeMapper = {
2414
- serializedName: "OperationListResult",
2409
+ export const OperationInfo: coreClient.CompositeMapper = {
2415
2410
  type: {
2416
2411
  name: "Composite",
2417
- className: "OperationListResult",
2412
+ className: "OperationInfo",
2418
2413
  modelProperties: {
2419
- value: {
2420
- serializedName: "",
2414
+ provider: {
2415
+ serializedName: "provider",
2421
2416
  type: {
2422
- name: "Sequence",
2423
- element: {
2424
- type: {
2425
- name: "Composite",
2426
- className: "Operation"
2427
- }
2428
- }
2417
+ name: "String"
2429
2418
  }
2430
2419
  },
2431
- nextLink: {
2432
- serializedName: "nextLink",
2420
+ resource: {
2421
+ serializedName: "resource",
2433
2422
  type: {
2434
2423
  name: "String"
2435
2424
  }
2436
- }
2437
- }
2438
- }
2439
- };
2440
-
2441
- export const OperationsListResult: msRest.CompositeMapper = {
2442
- serializedName: "OperationsListResult",
2443
- type: {
2444
- name: "Composite",
2445
- className: "OperationsListResult",
2446
- modelProperties: {
2447
- value: {
2448
- serializedName: "",
2425
+ },
2426
+ operation: {
2427
+ serializedName: "operation",
2449
2428
  type: {
2450
- name: "Sequence",
2451
- element: {
2452
- type: {
2453
- name: "Composite",
2454
- className: "OperationLive"
2455
- }
2456
- }
2429
+ name: "String"
2457
2430
  }
2458
2431
  },
2459
- nextLink: {
2460
- serializedName: "nextLink",
2432
+ description: {
2433
+ serializedName: "description",
2461
2434
  type: {
2462
2435
  name: "String"
2463
2436
  }
@@ -2466,113 +2439,105 @@ export const OperationsListResult: msRest.CompositeMapper = {
2466
2439
  }
2467
2440
  };
2468
2441
 
2469
- export const AnnotationsListResult: msRest.CompositeMapper = {
2470
- serializedName: "AnnotationsListResult",
2442
+ export const LiveTokenResponse: coreClient.CompositeMapper = {
2471
2443
  type: {
2472
2444
  name: "Composite",
2473
- className: "AnnotationsListResult",
2445
+ className: "LiveTokenResponse",
2474
2446
  modelProperties: {
2475
- value: {
2447
+ liveToken: {
2448
+ serializedName: "liveToken",
2476
2449
  readOnly: true,
2477
- serializedName: "",
2478
2450
  type: {
2479
- name: "Sequence",
2480
- element: {
2481
- type: {
2482
- name: "Composite",
2483
- className: "Annotation"
2484
- }
2485
- }
2451
+ name: "String"
2486
2452
  }
2487
2453
  }
2488
2454
  }
2489
2455
  }
2490
2456
  };
2491
2457
 
2492
- export const ApplicationInsightsComponentAPIKeyListResult: msRest.CompositeMapper = {
2493
- serializedName: "ApplicationInsightsComponentAPIKeyListResult",
2458
+ export const ErrorResponse: coreClient.CompositeMapper = {
2494
2459
  type: {
2495
2460
  name: "Composite",
2496
- className: "ApplicationInsightsComponentAPIKeyListResult",
2461
+ className: "ErrorResponse",
2497
2462
  modelProperties: {
2498
- value: {
2499
- required: true,
2500
- serializedName: "",
2463
+ code: {
2464
+ serializedName: "code",
2501
2465
  type: {
2502
- name: "Sequence",
2503
- element: {
2504
- type: {
2505
- name: "Composite",
2506
- className: "ApplicationInsightsComponentAPIKey"
2507
- }
2508
- }
2466
+ name: "String"
2467
+ }
2468
+ },
2469
+ message: {
2470
+ serializedName: "message",
2471
+ type: {
2472
+ name: "String"
2509
2473
  }
2510
2474
  }
2511
2475
  }
2512
2476
  }
2513
2477
  };
2514
2478
 
2515
- export const WorkItemConfigurationsListResult: msRest.CompositeMapper = {
2516
- serializedName: "WorkItemConfigurationsListResult",
2479
+ export const Operation: coreClient.CompositeMapper = {
2517
2480
  type: {
2518
2481
  name: "Composite",
2519
- className: "WorkItemConfigurationsListResult",
2482
+ className: "Operation",
2520
2483
  modelProperties: {
2521
- value: {
2522
- readOnly: true,
2523
- serializedName: "",
2484
+ name: {
2485
+ serializedName: "name",
2524
2486
  type: {
2525
- name: "Sequence",
2526
- element: {
2527
- type: {
2528
- name: "Composite",
2529
- className: "WorkItemConfiguration"
2530
- }
2531
- }
2487
+ name: "String"
2488
+ }
2489
+ },
2490
+ display: {
2491
+ serializedName: "display",
2492
+ type: {
2493
+ name: "Composite",
2494
+ className: "OperationDisplay"
2532
2495
  }
2533
2496
  }
2534
2497
  }
2535
2498
  }
2536
2499
  };
2537
2500
 
2538
- export const ApplicationInsightsWebTestLocationsListResult: msRest.CompositeMapper = {
2539
- serializedName: "ApplicationInsightsWebTestLocationsListResult",
2501
+ export const OperationDisplay: coreClient.CompositeMapper = {
2540
2502
  type: {
2541
2503
  name: "Composite",
2542
- className: "ApplicationInsightsWebTestLocationsListResult",
2504
+ className: "OperationDisplay",
2543
2505
  modelProperties: {
2544
- value: {
2545
- required: true,
2546
- serializedName: "",
2506
+ provider: {
2507
+ serializedName: "provider",
2547
2508
  type: {
2548
- name: "Sequence",
2549
- element: {
2550
- type: {
2551
- name: "Composite",
2552
- className: "ApplicationInsightsComponentWebTestLocation"
2553
- }
2554
- }
2509
+ name: "String"
2510
+ }
2511
+ },
2512
+ resource: {
2513
+ serializedName: "resource",
2514
+ type: {
2515
+ name: "String"
2516
+ }
2517
+ },
2518
+ operation: {
2519
+ serializedName: "operation",
2520
+ type: {
2521
+ name: "String"
2555
2522
  }
2556
2523
  }
2557
2524
  }
2558
2525
  }
2559
2526
  };
2560
2527
 
2561
- export const WebTestListResult: msRest.CompositeMapper = {
2562
- serializedName: "webTestListResult",
2528
+ export const OperationListResult: coreClient.CompositeMapper = {
2563
2529
  type: {
2564
2530
  name: "Composite",
2565
- className: "WebTestListResult",
2531
+ className: "OperationListResult",
2566
2532
  modelProperties: {
2567
2533
  value: {
2568
- required: true,
2569
- serializedName: "",
2534
+ serializedName: "value",
2570
2535
  type: {
2571
2536
  name: "Sequence",
2572
2537
  element: {
2573
2538
  type: {
2574
2539
  name: "Composite",
2575
- className: "WebTest"
2540
+ className: "Operation"
2576
2541
  }
2577
2542
  }
2578
2543
  }
@@ -2587,21 +2552,19 @@ export const WebTestListResult: msRest.CompositeMapper = {
2587
2552
  }
2588
2553
  };
2589
2554
 
2590
- export const WorkbooksListResult: msRest.CompositeMapper = {
2591
- serializedName: "WorkbooksListResult",
2555
+ export const InnerErrorTrace: coreClient.CompositeMapper = {
2592
2556
  type: {
2593
2557
  name: "Composite",
2594
- className: "WorkbooksListResult",
2558
+ className: "InnerErrorTrace",
2595
2559
  modelProperties: {
2596
- value: {
2560
+ trace: {
2561
+ serializedName: "trace",
2597
2562
  readOnly: true,
2598
- serializedName: "",
2599
2563
  type: {
2600
2564
  name: "Sequence",
2601
2565
  element: {
2602
2566
  type: {
2603
- name: "Composite",
2604
- className: "Workbook"
2567
+ name: "String"
2605
2568
  }
2606
2569
  }
2607
2570
  }
@@ -2610,21 +2573,19 @@ export const WorkbooksListResult: msRest.CompositeMapper = {
2610
2573
  }
2611
2574
  };
2612
2575
 
2613
- export const MyWorkbooksListResult: msRest.CompositeMapper = {
2614
- serializedName: "MyWorkbooksListResult",
2576
+ export const WorkbookInnerErrorTrace: coreClient.CompositeMapper = {
2615
2577
  type: {
2616
2578
  name: "Composite",
2617
- className: "MyWorkbooksListResult",
2579
+ className: "WorkbookInnerErrorTrace",
2618
2580
  modelProperties: {
2619
- value: {
2581
+ trace: {
2582
+ serializedName: "trace",
2620
2583
  readOnly: true,
2621
- serializedName: "",
2622
2584
  type: {
2623
2585
  name: "Sequence",
2624
2586
  element: {
2625
2587
  type: {
2626
- name: "Composite",
2627
- className: "MyWorkbook"
2588
+ name: "String"
2628
2589
  }
2629
2590
  }
2630
2591
  }
@@ -2633,27 +2594,579 @@ export const MyWorkbooksListResult: msRest.CompositeMapper = {
2633
2594
  }
2634
2595
  };
2635
2596
 
2636
- export const ApplicationInsightsComponentListResult: msRest.CompositeMapper = {
2637
- serializedName: "ApplicationInsightsComponentListResult",
2597
+ export const WebTest: coreClient.CompositeMapper = {
2638
2598
  type: {
2639
2599
  name: "Composite",
2640
- className: "ApplicationInsightsComponentListResult",
2600
+ className: "WebTest",
2641
2601
  modelProperties: {
2642
- value: {
2643
- required: true,
2644
- serializedName: "",
2602
+ ...WebtestsResource.type.modelProperties,
2603
+ kind: {
2604
+ serializedName: "kind",
2605
+ type: {
2606
+ name: "Enum",
2607
+ allowedValues: ["ping", "multistep"]
2608
+ }
2609
+ },
2610
+ syntheticMonitorId: {
2611
+ serializedName: "properties.SyntheticMonitorId",
2612
+ type: {
2613
+ name: "String"
2614
+ }
2615
+ },
2616
+ webTestName: {
2617
+ serializedName: "properties.Name",
2618
+ type: {
2619
+ name: "String"
2620
+ }
2621
+ },
2622
+ description: {
2623
+ serializedName: "properties.Description",
2624
+ type: {
2625
+ name: "String"
2626
+ }
2627
+ },
2628
+ enabled: {
2629
+ serializedName: "properties.Enabled",
2630
+ type: {
2631
+ name: "Boolean"
2632
+ }
2633
+ },
2634
+ frequency: {
2635
+ defaultValue: 300,
2636
+ serializedName: "properties.Frequency",
2637
+ type: {
2638
+ name: "Number"
2639
+ }
2640
+ },
2641
+ timeout: {
2642
+ defaultValue: 30,
2643
+ serializedName: "properties.Timeout",
2644
+ type: {
2645
+ name: "Number"
2646
+ }
2647
+ },
2648
+ webTestKind: {
2649
+ serializedName: "properties.Kind",
2650
+ type: {
2651
+ name: "Enum",
2652
+ allowedValues: ["ping", "multistep"]
2653
+ }
2654
+ },
2655
+ retryEnabled: {
2656
+ serializedName: "properties.RetryEnabled",
2657
+ type: {
2658
+ name: "Boolean"
2659
+ }
2660
+ },
2661
+ locations: {
2662
+ serializedName: "properties.Locations",
2645
2663
  type: {
2646
2664
  name: "Sequence",
2647
2665
  element: {
2648
2666
  type: {
2649
2667
  name: "Composite",
2650
- className: "ApplicationInsightsComponent"
2668
+ className: "WebTestGeolocation"
2651
2669
  }
2652
2670
  }
2653
2671
  }
2654
2672
  },
2655
- nextLink: {
2656
- serializedName: "nextLink",
2673
+ configuration: {
2674
+ serializedName: "properties.Configuration",
2675
+ type: {
2676
+ name: "Composite",
2677
+ className: "WebTestPropertiesConfiguration"
2678
+ }
2679
+ },
2680
+ provisioningState: {
2681
+ serializedName: "properties.provisioningState",
2682
+ readOnly: true,
2683
+ type: {
2684
+ name: "String"
2685
+ }
2686
+ }
2687
+ }
2688
+ }
2689
+ };
2690
+
2691
+ export const WorkbookTemplate: coreClient.CompositeMapper = {
2692
+ type: {
2693
+ name: "Composite",
2694
+ className: "WorkbookTemplate",
2695
+ modelProperties: {
2696
+ ...WorkbookTemplateResource.type.modelProperties,
2697
+ priority: {
2698
+ serializedName: "properties.priority",
2699
+ type: {
2700
+ name: "Number"
2701
+ }
2702
+ },
2703
+ author: {
2704
+ serializedName: "properties.author",
2705
+ type: {
2706
+ name: "String"
2707
+ }
2708
+ },
2709
+ templateData: {
2710
+ serializedName: "properties.templateData",
2711
+ type: {
2712
+ name: "Dictionary",
2713
+ value: { type: { name: "any" } }
2714
+ }
2715
+ },
2716
+ galleries: {
2717
+ serializedName: "properties.galleries",
2718
+ type: {
2719
+ name: "Sequence",
2720
+ element: {
2721
+ type: {
2722
+ name: "Composite",
2723
+ className: "WorkbookTemplateGallery"
2724
+ }
2725
+ }
2726
+ }
2727
+ },
2728
+ localized: {
2729
+ serializedName: "properties.localized",
2730
+ type: {
2731
+ name: "Dictionary",
2732
+ value: {
2733
+ type: {
2734
+ name: "Sequence",
2735
+ element: {
2736
+ type: {
2737
+ name: "Composite",
2738
+ className: "WorkbookTemplateLocalizedGallery"
2739
+ }
2740
+ }
2741
+ }
2742
+ }
2743
+ }
2744
+ }
2745
+ }
2746
+ }
2747
+ };
2748
+
2749
+ export const MyWorkbook: coreClient.CompositeMapper = {
2750
+ type: {
2751
+ name: "Composite",
2752
+ className: "MyWorkbook",
2753
+ modelProperties: {
2754
+ ...MyWorkbookResource.type.modelProperties,
2755
+ kind: {
2756
+ serializedName: "kind",
2757
+ type: {
2758
+ name: "String"
2759
+ }
2760
+ },
2761
+ systemData: {
2762
+ serializedName: "systemData",
2763
+ type: {
2764
+ name: "Composite",
2765
+ className: "SystemData"
2766
+ }
2767
+ },
2768
+ displayName: {
2769
+ serializedName: "properties.displayName",
2770
+ type: {
2771
+ name: "String"
2772
+ }
2773
+ },
2774
+ serializedData: {
2775
+ serializedName: "properties.serializedData",
2776
+ nullable: true,
2777
+ type: {
2778
+ name: "String"
2779
+ }
2780
+ },
2781
+ version: {
2782
+ serializedName: "properties.version",
2783
+ type: {
2784
+ name: "String"
2785
+ }
2786
+ },
2787
+ timeModified: {
2788
+ serializedName: "properties.timeModified",
2789
+ readOnly: true,
2790
+ type: {
2791
+ name: "String"
2792
+ }
2793
+ },
2794
+ category: {
2795
+ serializedName: "properties.category",
2796
+ type: {
2797
+ name: "String"
2798
+ }
2799
+ },
2800
+ tagsPropertiesTags: {
2801
+ serializedName: "properties.tags",
2802
+ type: {
2803
+ name: "Sequence",
2804
+ element: {
2805
+ type: {
2806
+ name: "String"
2807
+ }
2808
+ }
2809
+ }
2810
+ },
2811
+ userId: {
2812
+ serializedName: "properties.userId",
2813
+ readOnly: true,
2814
+ type: {
2815
+ name: "String"
2816
+ }
2817
+ },
2818
+ sourceId: {
2819
+ serializedName: "properties.sourceId",
2820
+ type: {
2821
+ name: "String"
2822
+ }
2823
+ },
2824
+ storageUri: {
2825
+ serializedName: "properties.storageUri",
2826
+ nullable: true,
2827
+ type: {
2828
+ name: "String"
2829
+ }
2830
+ }
2831
+ }
2832
+ }
2833
+ };
2834
+
2835
+ export const WorkbookResourceIdentity: coreClient.CompositeMapper = {
2836
+ type: {
2837
+ name: "Composite",
2838
+ className: "WorkbookResourceIdentity",
2839
+ modelProperties: {
2840
+ ...ManagedServiceIdentity.type.modelProperties
2841
+ }
2842
+ }
2843
+ };
2844
+
2845
+ export const TrackedResource: coreClient.CompositeMapper = {
2846
+ type: {
2847
+ name: "Composite",
2848
+ className: "TrackedResource",
2849
+ modelProperties: {
2850
+ ...Resource.type.modelProperties,
2851
+ tags: {
2852
+ serializedName: "tags",
2853
+ type: {
2854
+ name: "Dictionary",
2855
+ value: { type: { name: "String" } }
2856
+ }
2857
+ },
2858
+ location: {
2859
+ serializedName: "location",
2860
+ required: true,
2861
+ type: {
2862
+ name: "String"
2863
+ }
2864
+ }
2865
+ }
2866
+ }
2867
+ };
2868
+
2869
+ export const ProxyResource: coreClient.CompositeMapper = {
2870
+ type: {
2871
+ name: "Composite",
2872
+ className: "ProxyResource",
2873
+ modelProperties: {
2874
+ ...Resource.type.modelProperties
2875
+ }
2876
+ }
2877
+ };
2878
+
2879
+ export const ApplicationInsightsComponent: coreClient.CompositeMapper = {
2880
+ type: {
2881
+ name: "Composite",
2882
+ className: "ApplicationInsightsComponent",
2883
+ modelProperties: {
2884
+ ...ComponentsResource.type.modelProperties,
2885
+ kind: {
2886
+ serializedName: "kind",
2887
+ required: true,
2888
+ type: {
2889
+ name: "String"
2890
+ }
2891
+ },
2892
+ applicationId: {
2893
+ serializedName: "properties.ApplicationId",
2894
+ readOnly: true,
2895
+ type: {
2896
+ name: "String"
2897
+ }
2898
+ },
2899
+ appId: {
2900
+ serializedName: "properties.AppId",
2901
+ readOnly: true,
2902
+ type: {
2903
+ name: "String"
2904
+ }
2905
+ },
2906
+ applicationType: {
2907
+ defaultValue: "web",
2908
+ serializedName: "properties.Application_Type",
2909
+ type: {
2910
+ name: "String"
2911
+ }
2912
+ },
2913
+ flowType: {
2914
+ defaultValue: "Bluefield",
2915
+ serializedName: "properties.Flow_Type",
2916
+ type: {
2917
+ name: "String"
2918
+ }
2919
+ },
2920
+ requestSource: {
2921
+ defaultValue: "rest",
2922
+ serializedName: "properties.Request_Source",
2923
+ type: {
2924
+ name: "String"
2925
+ }
2926
+ },
2927
+ instrumentationKey: {
2928
+ serializedName: "properties.InstrumentationKey",
2929
+ readOnly: true,
2930
+ type: {
2931
+ name: "String"
2932
+ }
2933
+ },
2934
+ creationDate: {
2935
+ serializedName: "properties.CreationDate",
2936
+ readOnly: true,
2937
+ type: {
2938
+ name: "DateTime"
2939
+ }
2940
+ },
2941
+ tenantId: {
2942
+ serializedName: "properties.TenantId",
2943
+ readOnly: true,
2944
+ type: {
2945
+ name: "String"
2946
+ }
2947
+ },
2948
+ hockeyAppId: {
2949
+ serializedName: "properties.HockeyAppId",
2950
+ type: {
2951
+ name: "String"
2952
+ }
2953
+ },
2954
+ hockeyAppToken: {
2955
+ serializedName: "properties.HockeyAppToken",
2956
+ readOnly: true,
2957
+ type: {
2958
+ name: "String"
2959
+ }
2960
+ },
2961
+ provisioningState: {
2962
+ serializedName: "properties.provisioningState",
2963
+ readOnly: true,
2964
+ type: {
2965
+ name: "String"
2966
+ }
2967
+ },
2968
+ samplingPercentage: {
2969
+ serializedName: "properties.SamplingPercentage",
2970
+ type: {
2971
+ name: "Number"
2972
+ }
2973
+ },
2974
+ connectionString: {
2975
+ serializedName: "properties.ConnectionString",
2976
+ readOnly: true,
2977
+ type: {
2978
+ name: "String"
2979
+ }
2980
+ },
2981
+ retentionInDays: {
2982
+ defaultValue: 90,
2983
+ serializedName: "properties.RetentionInDays",
2984
+ type: {
2985
+ name: "Number"
2986
+ }
2987
+ },
2988
+ disableIpMasking: {
2989
+ serializedName: "properties.DisableIpMasking",
2990
+ type: {
2991
+ name: "Boolean"
2992
+ }
2993
+ },
2994
+ immediatePurgeDataOn30Days: {
2995
+ serializedName: "properties.ImmediatePurgeDataOn30Days",
2996
+ type: {
2997
+ name: "Boolean"
2998
+ }
2999
+ },
3000
+ privateLinkScopedResources: {
3001
+ serializedName: "properties.PrivateLinkScopedResources",
3002
+ readOnly: true,
3003
+ type: {
3004
+ name: "Sequence",
3005
+ element: {
3006
+ type: {
3007
+ name: "Composite",
3008
+ className: "PrivateLinkScopedResource"
3009
+ }
3010
+ }
3011
+ }
3012
+ },
3013
+ publicNetworkAccessForIngestion: {
3014
+ defaultValue: "Enabled",
3015
+ serializedName: "properties.publicNetworkAccessForIngestion",
3016
+ type: {
3017
+ name: "String"
3018
+ }
3019
+ },
3020
+ publicNetworkAccessForQuery: {
3021
+ defaultValue: "Enabled",
3022
+ serializedName: "properties.publicNetworkAccessForQuery",
3023
+ type: {
3024
+ name: "String"
3025
+ }
3026
+ },
3027
+ ingestionMode: {
3028
+ defaultValue: "ApplicationInsights",
3029
+ serializedName: "properties.IngestionMode",
3030
+ type: {
3031
+ name: "String"
3032
+ }
3033
+ }
3034
+ }
3035
+ }
3036
+ };
3037
+
3038
+ export const WorkbookResource: coreClient.CompositeMapper = {
3039
+ type: {
3040
+ name: "Composite",
3041
+ className: "WorkbookResource",
3042
+ modelProperties: {
3043
+ ...TrackedResource.type.modelProperties,
3044
+ identity: {
3045
+ serializedName: "identity",
3046
+ type: {
3047
+ name: "Composite",
3048
+ className: "WorkbookResourceIdentity"
3049
+ }
3050
+ },
3051
+ kind: {
3052
+ serializedName: "kind",
3053
+ type: {
3054
+ name: "String"
3055
+ }
3056
+ },
3057
+ etag: {
3058
+ serializedName: "etag",
3059
+ type: {
3060
+ name: "String"
3061
+ }
3062
+ }
3063
+ }
3064
+ }
3065
+ };
3066
+
3067
+ export const ComponentLinkedStorageAccounts: coreClient.CompositeMapper = {
3068
+ type: {
3069
+ name: "Composite",
3070
+ className: "ComponentLinkedStorageAccounts",
3071
+ modelProperties: {
3072
+ ...ProxyResource.type.modelProperties,
3073
+ linkedStorageAccount: {
3074
+ serializedName: "properties.linkedStorageAccount",
3075
+ type: {
3076
+ name: "String"
3077
+ }
3078
+ }
3079
+ }
3080
+ }
3081
+ };
3082
+
3083
+ export const Workbook: coreClient.CompositeMapper = {
3084
+ type: {
3085
+ name: "Composite",
3086
+ className: "Workbook",
3087
+ modelProperties: {
3088
+ ...WorkbookResource.type.modelProperties,
3089
+ systemData: {
3090
+ serializedName: "systemData",
3091
+ type: {
3092
+ name: "Composite",
3093
+ className: "SystemData"
3094
+ }
3095
+ },
3096
+ displayName: {
3097
+ serializedName: "properties.displayName",
3098
+ type: {
3099
+ name: "String"
3100
+ }
3101
+ },
3102
+ serializedData: {
3103
+ serializedName: "properties.serializedData",
3104
+ nullable: true,
3105
+ type: {
3106
+ name: "String"
3107
+ }
3108
+ },
3109
+ version: {
3110
+ serializedName: "properties.version",
3111
+ type: {
3112
+ name: "String"
3113
+ }
3114
+ },
3115
+ timeModified: {
3116
+ serializedName: "properties.timeModified",
3117
+ readOnly: true,
3118
+ type: {
3119
+ name: "DateTime"
3120
+ }
3121
+ },
3122
+ category: {
3123
+ serializedName: "properties.category",
3124
+ type: {
3125
+ name: "String"
3126
+ }
3127
+ },
3128
+ tagsPropertiesTags: {
3129
+ serializedName: "properties.tags",
3130
+ type: {
3131
+ name: "Sequence",
3132
+ element: {
3133
+ type: {
3134
+ name: "String"
3135
+ }
3136
+ }
3137
+ }
3138
+ },
3139
+ userId: {
3140
+ serializedName: "properties.userId",
3141
+ readOnly: true,
3142
+ type: {
3143
+ name: "String"
3144
+ }
3145
+ },
3146
+ sourceId: {
3147
+ serializedName: "properties.sourceId",
3148
+ type: {
3149
+ name: "String"
3150
+ }
3151
+ },
3152
+ storageUri: {
3153
+ serializedName: "properties.storageUri",
3154
+ nullable: true,
3155
+ type: {
3156
+ name: "String"
3157
+ }
3158
+ },
3159
+ description: {
3160
+ serializedName: "properties.description",
3161
+ nullable: true,
3162
+ type: {
3163
+ name: "String"
3164
+ }
3165
+ },
3166
+ revision: {
3167
+ serializedName: "properties.revision",
3168
+ readOnly: true,
3169
+ nullable: true,
2657
3170
  type: {
2658
3171
  name: "String"
2659
3172
  }