@azure/arm-appinsights 4.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 (453) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/LICENSE.txt +1 -1
  4. package/README.md +70 -78
  5. package/dist/index.js +7675 -0
  6. package/dist/index.js.map +1 -0
  7. package/dist/index.min.js +1 -0
  8. package/dist/index.min.js.map +1 -0
  9. package/dist-esm/src/applicationInsightsManagementClient.d.ts +36 -0
  10. package/dist-esm/src/applicationInsightsManagementClient.d.ts.map +1 -0
  11. package/dist-esm/src/applicationInsightsManagementClient.js +69 -0
  12. package/dist-esm/src/applicationInsightsManagementClient.js.map +1 -0
  13. package/dist-esm/src/index.d.ts +5 -0
  14. package/dist-esm/src/index.d.ts.map +1 -0
  15. package/dist-esm/src/index.js +12 -0
  16. package/dist-esm/src/index.js.map +1 -0
  17. package/dist-esm/src/models/index.d.ts +2080 -0
  18. package/dist-esm/src/models/index.d.ts.map +1 -0
  19. package/dist-esm/src/models/index.js +133 -0
  20. package/dist-esm/src/models/index.js.map +1 -0
  21. package/dist-esm/src/models/mappers.d.ts +86 -0
  22. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  23. package/{esm → dist-esm/src}/models/mappers.js +1389 -1567
  24. package/dist-esm/src/models/mappers.js.map +1 -0
  25. package/dist-esm/src/models/parameters.d.ts +63 -0
  26. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  27. package/{esm → dist-esm/src}/models/parameters.js +259 -225
  28. package/dist-esm/src/models/parameters.js.map +1 -0
  29. package/dist-esm/src/operations/aPIKeys.d.ts +55 -0
  30. package/dist-esm/src/operations/aPIKeys.d.ts.map +1 -0
  31. package/dist-esm/src/operations/aPIKeys.js +185 -0
  32. package/dist-esm/src/operations/aPIKeys.js.map +1 -0
  33. package/dist-esm/src/operations/analyticsItems.d.ts +51 -0
  34. package/dist-esm/src/operations/analyticsItems.d.ts.map +1 -0
  35. package/dist-esm/src/operations/analyticsItems.js +157 -0
  36. package/dist-esm/src/operations/analyticsItems.js.map +1 -0
  37. package/dist-esm/src/operations/annotations.d.ts +63 -0
  38. package/dist-esm/src/operations/annotations.d.ts.map +1 -0
  39. package/dist-esm/src/operations/annotations.js +207 -0
  40. package/dist-esm/src/operations/annotations.js.map +1 -0
  41. package/dist-esm/src/operations/componentAvailableFeatures.d.ts +20 -0
  42. package/dist-esm/src/operations/componentAvailableFeatures.d.ts.map +1 -0
  43. package/dist-esm/src/operations/componentAvailableFeatures.js +50 -0
  44. package/dist-esm/src/operations/componentAvailableFeatures.js.map +1 -0
  45. package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts +29 -0
  46. package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
  47. package/dist-esm/src/operations/componentCurrentBillingFeatures.js +81 -0
  48. package/dist-esm/src/operations/componentCurrentBillingFeatures.js.map +1 -0
  49. package/dist-esm/src/operations/componentFeatureCapabilities.d.ts +20 -0
  50. package/dist-esm/src/operations/componentFeatureCapabilities.d.ts.map +1 -0
  51. package/dist-esm/src/operations/componentFeatureCapabilities.js +50 -0
  52. package/dist-esm/src/operations/componentFeatureCapabilities.js.map +1 -0
  53. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
  54. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  55. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js +174 -0
  56. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
  57. package/dist-esm/src/operations/componentQuotaStatus.d.ts +20 -0
  58. package/dist-esm/src/operations/componentQuotaStatus.d.ts.map +1 -0
  59. package/dist-esm/src/operations/componentQuotaStatus.js +50 -0
  60. package/dist-esm/src/operations/componentQuotaStatus.js.map +1 -0
  61. package/dist-esm/src/operations/components.d.ts +108 -0
  62. package/dist-esm/src/operations/components.d.ts.map +1 -0
  63. package/dist-esm/src/operations/components.js +402 -0
  64. package/dist-esm/src/operations/components.js.map +1 -0
  65. package/dist-esm/src/operations/exportConfigurations.d.ts +58 -0
  66. package/dist-esm/src/operations/exportConfigurations.d.ts.map +1 -0
  67. package/dist-esm/src/operations/exportConfigurations.js +195 -0
  68. package/dist-esm/src/operations/exportConfigurations.js.map +1 -0
  69. package/dist-esm/src/operations/favorites.d.ts +55 -0
  70. package/dist-esm/src/operations/favorites.d.ts.map +1 -0
  71. package/dist-esm/src/operations/favorites.js +196 -0
  72. package/dist-esm/src/operations/favorites.js.map +1 -0
  73. package/{esm → dist-esm/src}/operations/index.d.ts +1 -1
  74. package/dist-esm/src/operations/index.d.ts.map +1 -0
  75. package/{esm → dist-esm/src}/operations/index.js +2 -3
  76. package/dist-esm/src/operations/index.js.map +1 -0
  77. package/dist-esm/src/operations/liveToken.d.ts +19 -0
  78. package/dist-esm/src/operations/liveToken.d.ts.map +1 -0
  79. package/dist-esm/src/operations/liveToken.js +47 -0
  80. package/dist-esm/src/operations/liveToken.js.map +1 -0
  81. package/dist-esm/src/operations/myWorkbooks.d.ts +89 -0
  82. package/dist-esm/src/operations/myWorkbooks.d.ts.map +1 -0
  83. package/dist-esm/src/operations/myWorkbooks.js +387 -0
  84. package/dist-esm/src/operations/myWorkbooks.js.map +1 -0
  85. package/dist-esm/src/operations/operations.d.ts +32 -0
  86. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  87. package/dist-esm/src/operations/operations.js +116 -0
  88. package/dist-esm/src/operations/operations.js.map +1 -0
  89. package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts +40 -0
  90. package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
  91. package/dist-esm/src/operations/proactiveDetectionConfigurations.js +130 -0
  92. package/dist-esm/src/operations/proactiveDetectionConfigurations.js.map +1 -0
  93. package/dist-esm/src/operations/webTestLocations.d.ts +30 -0
  94. package/dist-esm/src/operations/webTestLocations.d.ts.map +1 -0
  95. package/dist-esm/src/operations/webTestLocations.js +96 -0
  96. package/dist-esm/src/operations/webTestLocations.js.map +1 -0
  97. package/dist-esm/src/operations/webTests.d.ts +108 -0
  98. package/dist-esm/src/operations/webTests.d.ts.map +1 -0
  99. package/dist-esm/src/operations/webTests.js +435 -0
  100. package/dist-esm/src/operations/webTests.js.map +1 -0
  101. package/dist-esm/src/operations/workItemConfigurations.d.ts +75 -0
  102. package/dist-esm/src/operations/workItemConfigurations.d.ts.map +1 -0
  103. package/dist-esm/src/operations/workItemConfigurations.js +257 -0
  104. package/dist-esm/src/operations/workItemConfigurations.js.map +1 -0
  105. package/dist-esm/src/operations/workbookTemplates.d.ts +57 -0
  106. package/dist-esm/src/operations/workbookTemplates.d.ts.map +1 -0
  107. package/dist-esm/src/operations/workbookTemplates.js +223 -0
  108. package/dist-esm/src/operations/workbookTemplates.js.map +1 -0
  109. package/dist-esm/src/operations/workbooks.d.ts +120 -0
  110. package/dist-esm/src/operations/workbooks.d.ts.map +1 -0
  111. package/dist-esm/src/operations/workbooks.js +530 -0
  112. package/dist-esm/src/operations/workbooks.js.map +1 -0
  113. package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts +38 -0
  114. package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts.map +1 -0
  115. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/aPIKeys.js} +2 -1
  116. package/dist-esm/src/operationsInterfaces/aPIKeys.js.map +1 -0
  117. package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts +43 -0
  118. package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts.map +1 -0
  119. package/{src/models/favoritesMappers.ts → dist-esm/src/operationsInterfaces/analyticsItems.js} +2 -5
  120. package/dist-esm/src/operationsInterfaces/analyticsItems.js.map +1 -0
  121. package/dist-esm/src/operationsInterfaces/annotations.d.ts +43 -0
  122. package/dist-esm/src/operationsInterfaces/annotations.d.ts.map +1 -0
  123. package/{src/models/componentQuotaStatusMappers.ts → dist-esm/src/operationsInterfaces/annotations.js} +2 -5
  124. package/dist-esm/src/operationsInterfaces/annotations.js.map +1 -0
  125. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
  126. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
  127. package/{src/models/componentFeatureCapabilitiesMappers.ts → dist-esm/src/operationsInterfaces/componentAvailableFeatures.js} +2 -5
  128. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
  129. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
  130. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
  131. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
  132. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
  133. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
  134. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
  135. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js +9 -0
  136. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
  137. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
  138. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  139. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
  140. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
  141. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
  142. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
  143. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js +9 -0
  144. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js.map +1 -0
  145. package/dist-esm/src/operationsInterfaces/components.d.ts +72 -0
  146. package/dist-esm/src/operationsInterfaces/components.d.ts.map +1 -0
  147. package/dist-esm/src/operationsInterfaces/components.js +9 -0
  148. package/dist-esm/src/operationsInterfaces/components.js.map +1 -0
  149. package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts +50 -0
  150. package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
  151. package/dist-esm/src/operationsInterfaces/exportConfigurations.js +9 -0
  152. package/dist-esm/src/operationsInterfaces/exportConfigurations.js.map +1 -0
  153. package/dist-esm/src/operationsInterfaces/favorites.d.ts +47 -0
  154. package/dist-esm/src/operationsInterfaces/favorites.d.ts.map +1 -0
  155. package/dist-esm/src/operationsInterfaces/favorites.js +9 -0
  156. package/dist-esm/src/operationsInterfaces/favorites.js.map +1 -0
  157. package/dist-esm/src/operationsInterfaces/index.d.ts +21 -0
  158. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  159. package/dist-esm/src/operationsInterfaces/index.js +28 -0
  160. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  161. package/dist-esm/src/operationsInterfaces/liveToken.d.ts +11 -0
  162. package/dist-esm/src/operationsInterfaces/liveToken.d.ts.map +1 -0
  163. package/dist-esm/src/operationsInterfaces/liveToken.js +9 -0
  164. package/dist-esm/src/operationsInterfaces/liveToken.js.map +1 -0
  165. package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts +49 -0
  166. package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts.map +1 -0
  167. package/dist-esm/src/operationsInterfaces/myWorkbooks.js +9 -0
  168. package/dist-esm/src/operationsInterfaces/myWorkbooks.js.map +1 -0
  169. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  170. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  171. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  172. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  173. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
  174. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
  175. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
  176. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
  177. package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts +13 -0
  178. package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts.map +1 -0
  179. package/dist-esm/src/operationsInterfaces/webTestLocations.js +9 -0
  180. package/dist-esm/src/operationsInterfaces/webTestLocations.js.map +1 -0
  181. package/dist-esm/src/operationsInterfaces/webTests.d.ts +55 -0
  182. package/dist-esm/src/operationsInterfaces/webTests.d.ts.map +1 -0
  183. package/dist-esm/src/operationsInterfaces/webTests.js +9 -0
  184. package/dist-esm/src/operationsInterfaces/webTests.js.map +1 -0
  185. package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts +58 -0
  186. package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
  187. package/dist-esm/src/operationsInterfaces/workItemConfigurations.js +9 -0
  188. package/dist-esm/src/operationsInterfaces/workItemConfigurations.js.map +1 -0
  189. package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts +41 -0
  190. package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
  191. package/dist-esm/src/operationsInterfaces/workbookTemplates.js +9 -0
  192. package/dist-esm/src/operationsInterfaces/workbookTemplates.js.map +1 -0
  193. package/dist-esm/src/operationsInterfaces/workbooks.d.ts +63 -0
  194. package/dist-esm/src/operationsInterfaces/workbooks.d.ts.map +1 -0
  195. package/dist-esm/src/operationsInterfaces/workbooks.js +9 -0
  196. package/dist-esm/src/operationsInterfaces/workbooks.js.map +1 -0
  197. package/dist-esm/test/sampleTest.d.ts +2 -0
  198. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  199. package/dist-esm/test/sampleTest.js +40 -0
  200. package/dist-esm/test/sampleTest.js.map +1 -0
  201. package/package.json +71 -32
  202. package/review/arm-appinsights.api.md +1779 -0
  203. package/rollup.config.js +181 -30
  204. package/src/applicationInsightsManagementClient.ts +146 -70
  205. package/src/{models/aPIKeysMappers.ts → index.ts} +4 -6
  206. package/src/models/index.ts +1526 -3216
  207. package/src/models/mappers.ts +1331 -1506
  208. package/src/models/parameters.ts +344 -225
  209. package/src/operations/aPIKeys.ts +153 -188
  210. package/src/operations/analyticsItems.ts +120 -237
  211. package/src/operations/annotations.ts +185 -211
  212. package/src/operations/componentAvailableFeatures.ts +38 -54
  213. package/src/operations/componentCurrentBillingFeatures.ts +64 -107
  214. package/src/operations/componentFeatureCapabilities.ts +38 -54
  215. package/src/operations/componentLinkedStorageAccountsOperations.ts +122 -175
  216. package/src/operations/componentQuotaStatus.ts +37 -54
  217. package/src/operations/components.ts +325 -443
  218. package/src/operations/exportConfigurations.ts +137 -261
  219. package/src/operations/favorites.ts +132 -239
  220. package/src/operations/index.ts +2 -3
  221. package/src/operations/liveToken.ts +27 -46
  222. package/src/operations/myWorkbooks.ts +334 -353
  223. package/src/operations/operations.ts +82 -172
  224. package/src/operations/proactiveDetectionConfigurations.ts +95 -157
  225. package/src/operations/webTestLocations.ts +84 -50
  226. package/src/operations/webTests.ts +389 -417
  227. package/src/operations/workItemConfigurations.ts +200 -280
  228. package/src/operations/workbookTemplates.ts +167 -210
  229. package/src/operations/workbooks.ts +481 -470
  230. package/src/operationsInterfaces/aPIKeys.ts +76 -0
  231. package/src/operationsInterfaces/analyticsItems.ts +82 -0
  232. package/src/operationsInterfaces/annotations.ts +81 -0
  233. package/src/operationsInterfaces/componentAvailableFeatures.ts +27 -0
  234. package/src/operationsInterfaces/componentCurrentBillingFeatures.ts +44 -0
  235. package/src/operationsInterfaces/componentFeatureCapabilities.ts +27 -0
  236. package/src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts +86 -0
  237. package/src/operationsInterfaces/componentQuotaStatus.ts +27 -0
  238. package/src/operationsInterfaces/components.ts +131 -0
  239. package/src/operationsInterfaces/exportConfigurations.ts +95 -0
  240. package/src/operationsInterfaces/favorites.ts +92 -0
  241. package/src/operationsInterfaces/index.ts +28 -0
  242. package/src/operationsInterfaces/liveToken.ts +22 -0
  243. package/src/operationsInterfaces/myWorkbooks.ts +95 -0
  244. package/src/operationsInterfaces/operations.ts +22 -0
  245. package/src/operationsInterfaces/proactiveDetectionConfigurations.ts +63 -0
  246. package/src/operationsInterfaces/webTestLocations.ts +29 -0
  247. package/src/operationsInterfaces/webTests.ts +104 -0
  248. package/src/operationsInterfaces/workItemConfigurations.ts +109 -0
  249. package/src/operationsInterfaces/workbookTemplates.ts +80 -0
  250. package/src/operationsInterfaces/workbooks.ts +120 -0
  251. package/tsconfig.json +3 -3
  252. package/types/arm-appinsights.d.ts +3102 -0
  253. package/types/tsdoc-metadata.json +11 -0
  254. package/dist/arm-appinsights.js +0 -7933
  255. package/dist/arm-appinsights.js.map +0 -1
  256. package/dist/arm-appinsights.min.js +0 -1
  257. package/dist/arm-appinsights.min.js.map +0 -1
  258. package/esm/applicationInsightsManagementClient.d.ts +0 -43
  259. package/esm/applicationInsightsManagementClient.d.ts.map +0 -1
  260. package/esm/applicationInsightsManagementClient.js +0 -56
  261. package/esm/applicationInsightsManagementClient.js.map +0 -1
  262. package/esm/applicationInsightsManagementClientContext.d.ts +0 -21
  263. package/esm/applicationInsightsManagementClientContext.d.ts.map +0 -1
  264. package/esm/applicationInsightsManagementClientContext.js +0 -59
  265. package/esm/applicationInsightsManagementClientContext.js.map +0 -1
  266. package/esm/models/aPIKeysMappers.d.ts +0 -2
  267. package/esm/models/aPIKeysMappers.d.ts.map +0 -1
  268. package/esm/models/aPIKeysMappers.js +0 -9
  269. package/esm/models/aPIKeysMappers.js.map +0 -1
  270. package/esm/models/analyticsItemsMappers.d.ts +0 -2
  271. package/esm/models/analyticsItemsMappers.d.ts.map +0 -1
  272. package/esm/models/analyticsItemsMappers.js +0 -9
  273. package/esm/models/analyticsItemsMappers.js.map +0 -1
  274. package/esm/models/annotationsMappers.d.ts +0 -2
  275. package/esm/models/annotationsMappers.d.ts.map +0 -1
  276. package/esm/models/annotationsMappers.js +0 -9
  277. package/esm/models/annotationsMappers.js.map +0 -1
  278. package/esm/models/componentAvailableFeaturesMappers.d.ts +0 -2
  279. package/esm/models/componentAvailableFeaturesMappers.d.ts.map +0 -1
  280. package/esm/models/componentAvailableFeaturesMappers.js +0 -9
  281. package/esm/models/componentAvailableFeaturesMappers.js.map +0 -1
  282. package/esm/models/componentCurrentBillingFeaturesMappers.d.ts +0 -2
  283. package/esm/models/componentCurrentBillingFeaturesMappers.d.ts.map +0 -1
  284. package/esm/models/componentCurrentBillingFeaturesMappers.js +0 -9
  285. package/esm/models/componentCurrentBillingFeaturesMappers.js.map +0 -1
  286. package/esm/models/componentFeatureCapabilitiesMappers.d.ts +0 -2
  287. package/esm/models/componentFeatureCapabilitiesMappers.d.ts.map +0 -1
  288. package/esm/models/componentFeatureCapabilitiesMappers.js +0 -9
  289. package/esm/models/componentFeatureCapabilitiesMappers.js.map +0 -1
  290. package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts +0 -2
  291. package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts.map +0 -1
  292. package/esm/models/componentLinkedStorageAccountsOperationsMappers.js +0 -9
  293. package/esm/models/componentLinkedStorageAccountsOperationsMappers.js.map +0 -1
  294. package/esm/models/componentQuotaStatusMappers.d.ts +0 -2
  295. package/esm/models/componentQuotaStatusMappers.d.ts.map +0 -1
  296. package/esm/models/componentQuotaStatusMappers.js +0 -9
  297. package/esm/models/componentQuotaStatusMappers.js.map +0 -1
  298. package/esm/models/componentsMappers.d.ts +0 -2
  299. package/esm/models/componentsMappers.d.ts.map +0 -1
  300. package/esm/models/componentsMappers.js +0 -9
  301. package/esm/models/componentsMappers.js.map +0 -1
  302. package/esm/models/exportConfigurationsMappers.d.ts +0 -2
  303. package/esm/models/exportConfigurationsMappers.d.ts.map +0 -1
  304. package/esm/models/exportConfigurationsMappers.js +0 -9
  305. package/esm/models/exportConfigurationsMappers.js.map +0 -1
  306. package/esm/models/favoritesMappers.d.ts +0 -2
  307. package/esm/models/favoritesMappers.d.ts.map +0 -1
  308. package/esm/models/favoritesMappers.js +0 -9
  309. package/esm/models/favoritesMappers.js.map +0 -1
  310. package/esm/models/index.d.ts +0 -3793
  311. package/esm/models/index.d.ts.map +0 -1
  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 -89
  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 -41
  329. package/esm/models/parameters.d.ts.map +0 -1
  330. package/esm/models/parameters.js.map +0 -1
  331. package/esm/models/proactiveDetectionConfigurationsMappers.d.ts +0 -2
  332. package/esm/models/proactiveDetectionConfigurationsMappers.d.ts.map +0 -1
  333. package/esm/models/proactiveDetectionConfigurationsMappers.js +0 -9
  334. package/esm/models/proactiveDetectionConfigurationsMappers.js.map +0 -1
  335. package/esm/models/webTestLocationsMappers.d.ts +0 -2
  336. package/esm/models/webTestLocationsMappers.d.ts.map +0 -1
  337. package/esm/models/webTestLocationsMappers.js +0 -9
  338. package/esm/models/webTestLocationsMappers.js.map +0 -1
  339. package/esm/models/webTestsMappers.d.ts +0 -2
  340. package/esm/models/webTestsMappers.d.ts.map +0 -1
  341. package/esm/models/webTestsMappers.js +0 -9
  342. package/esm/models/webTestsMappers.js.map +0 -1
  343. package/esm/models/workItemConfigurationsMappers.d.ts +0 -2
  344. package/esm/models/workItemConfigurationsMappers.d.ts.map +0 -1
  345. package/esm/models/workItemConfigurationsMappers.js +0 -9
  346. package/esm/models/workItemConfigurationsMappers.js.map +0 -1
  347. package/esm/models/workbookTemplatesMappers.d.ts +0 -2
  348. package/esm/models/workbookTemplatesMappers.d.ts.map +0 -1
  349. package/esm/models/workbookTemplatesMappers.js +0 -9
  350. package/esm/models/workbookTemplatesMappers.js.map +0 -1
  351. package/esm/models/workbooksMappers.d.ts +0 -2
  352. package/esm/models/workbooksMappers.d.ts.map +0 -1
  353. package/esm/models/workbooksMappers.js +0 -9
  354. package/esm/models/workbooksMappers.js.map +0 -1
  355. package/esm/operations/aPIKeys.d.ts +0 -109
  356. package/esm/operations/aPIKeys.d.ts.map +0 -1
  357. package/esm/operations/aPIKeys.js +0 -160
  358. package/esm/operations/aPIKeys.js.map +0 -1
  359. package/esm/operations/analyticsItems.d.ts +0 -139
  360. package/esm/operations/analyticsItems.d.ts.map +0 -1
  361. package/esm/operations/analyticsItems.js +0 -181
  362. package/esm/operations/analyticsItems.js.map +0 -1
  363. package/esm/operations/annotations.d.ts +0 -124
  364. package/esm/operations/annotations.d.ts.map +0 -1
  365. package/esm/operations/annotations.js +0 -184
  366. package/esm/operations/annotations.js.map +0 -1
  367. package/esm/operations/componentAvailableFeatures.d.ts +0 -34
  368. package/esm/operations/componentAvailableFeatures.d.ts.map +0 -1
  369. package/esm/operations/componentAvailableFeatures.js +0 -57
  370. package/esm/operations/componentAvailableFeatures.js.map +0 -1
  371. package/esm/operations/componentCurrentBillingFeatures.d.ts +0 -61
  372. package/esm/operations/componentCurrentBillingFeatures.d.ts.map +0 -1
  373. package/esm/operations/componentCurrentBillingFeatures.js +0 -94
  374. package/esm/operations/componentCurrentBillingFeatures.js.map +0 -1
  375. package/esm/operations/componentFeatureCapabilities.d.ts +0 -34
  376. package/esm/operations/componentFeatureCapabilities.d.ts.map +0 -1
  377. package/esm/operations/componentFeatureCapabilities.js +0 -57
  378. package/esm/operations/componentFeatureCapabilities.js.map +0 -1
  379. package/esm/operations/componentLinkedStorageAccountsOperations.d.ts +0 -109
  380. package/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
  381. package/esm/operations/componentLinkedStorageAccountsOperations.js +0 -164
  382. package/esm/operations/componentLinkedStorageAccountsOperations.js.map +0 -1
  383. package/esm/operations/componentQuotaStatus.d.ts +0 -34
  384. package/esm/operations/componentQuotaStatus.d.ts.map +0 -1
  385. package/esm/operations/componentQuotaStatus.js +0 -57
  386. package/esm/operations/componentQuotaStatus.js.map +0 -1
  387. package/esm/operations/components.d.ts +0 -236
  388. package/esm/operations/components.d.ts.map +0 -1
  389. package/esm/operations/components.js +0 -349
  390. package/esm/operations/components.js.map +0 -1
  391. package/esm/operations/exportConfigurations.d.ts +0 -148
  392. package/esm/operations/exportConfigurations.d.ts.map +0 -1
  393. package/esm/operations/exportConfigurations.js +0 -220
  394. package/esm/operations/exportConfigurations.js.map +0 -1
  395. package/esm/operations/favorites.d.ts +0 -139
  396. package/esm/operations/favorites.d.ts.map +0 -1
  397. package/esm/operations/favorites.js +0 -213
  398. package/esm/operations/favorites.js.map +0 -1
  399. package/esm/operations/index.d.ts.map +0 -1
  400. package/esm/operations/index.js.map +0 -1
  401. package/esm/operations/liveToken.d.ts +0 -31
  402. package/esm/operations/liveToken.d.ts.map +0 -1
  403. package/esm/operations/liveToken.js +0 -54
  404. package/esm/operations/liveToken.js.map +0 -1
  405. package/esm/operations/myWorkbooks.d.ts +0 -196
  406. package/esm/operations/myWorkbooks.d.ts.map +0 -1
  407. package/esm/operations/myWorkbooks.js +0 -297
  408. package/esm/operations/myWorkbooks.js.map +0 -1
  409. package/esm/operations/operations.d.ts +0 -81
  410. package/esm/operations/operations.d.ts.map +0 -1
  411. package/esm/operations/operations.js +0 -132
  412. package/esm/operations/operations.js.map +0 -1
  413. package/esm/operations/proactiveDetectionConfigurations.d.ts +0 -94
  414. package/esm/operations/proactiveDetectionConfigurations.d.ts.map +0 -1
  415. package/esm/operations/proactiveDetectionConfigurations.js +0 -140
  416. package/esm/operations/proactiveDetectionConfigurations.js.map +0 -1
  417. package/esm/operations/webTestLocations.d.ts +0 -34
  418. package/esm/operations/webTestLocations.d.ts.map +0 -1
  419. package/esm/operations/webTestLocations.js +0 -57
  420. package/esm/operations/webTestLocations.js.map +0 -1
  421. package/esm/operations/webTests.d.ts +0 -214
  422. package/esm/operations/webTests.d.ts.map +0 -1
  423. package/esm/operations/webTests.js +0 -334
  424. package/esm/operations/webTests.js.map +0 -1
  425. package/esm/operations/workItemConfigurations.d.ts +0 -169
  426. package/esm/operations/workItemConfigurations.d.ts.map +0 -1
  427. package/esm/operations/workItemConfigurations.js +0 -227
  428. package/esm/operations/workItemConfigurations.js.map +0 -1
  429. package/esm/operations/workbookTemplates.d.ts +0 -118
  430. package/esm/operations/workbookTemplates.d.ts.map +0 -1
  431. package/esm/operations/workbookTemplates.js +0 -194
  432. package/esm/operations/workbookTemplates.js.map +0 -1
  433. package/esm/operations/workbooks.d.ts +0 -256
  434. package/esm/operations/workbooks.d.ts.map +0 -1
  435. package/esm/operations/workbooks.js +0 -392
  436. package/esm/operations/workbooks.js.map +0 -1
  437. package/src/applicationInsightsManagementClientContext.ts +0 -65
  438. package/src/models/analyticsItemsMappers.ts +0 -13
  439. package/src/models/annotationsMappers.ts +0 -15
  440. package/src/models/componentAvailableFeaturesMappers.ts +0 -14
  441. package/src/models/componentCurrentBillingFeaturesMappers.ts +0 -13
  442. package/src/models/componentLinkedStorageAccountsOperationsMappers.ts +0 -42
  443. package/src/models/componentsMappers.ts +0 -46
  444. package/src/models/exportConfigurationsMappers.ts +0 -13
  445. package/src/models/liveTokenMappers.ts +0 -13
  446. package/src/models/myWorkbooksMappers.ts +0 -42
  447. package/src/models/operationsMappers.ts +0 -18
  448. package/src/models/proactiveDetectionConfigurationsMappers.ts +0 -40
  449. package/src/models/webTestLocationsMappers.ts +0 -13
  450. package/src/models/webTestsMappers.ts +0 -42
  451. package/src/models/workItemConfigurationsMappers.ts +0 -16
  452. package/src/models/workbookTemplatesMappers.ts +0 -44
  453. package/src/models/workbooksMappers.ts +0 -43
@@ -6,87 +6,31 @@
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,47 +1367,34 @@ export const ApplicationInsightsComponentAnalyticsItem: msRest.CompositeMapper =
1490
1367
  }
1491
1368
  };
1492
1369
 
1493
- export const WorkbookTemplateResource: msRest.CompositeMapper = {
1494
- serializedName: "WorkbookTemplateResource",
1370
+ export const ApplicationInsightsComponentAnalyticsItemProperties: coreClient.CompositeMapper = {
1495
1371
  type: {
1496
1372
  name: "Composite",
1497
- className: "WorkbookTemplateResource",
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
- required: true,
1522
- serializedName: "location",
1375
+ functionAlias: {
1376
+ serializedName: "functionAlias",
1523
1377
  type: {
1524
1378
  name: "String"
1525
1379
  }
1526
- },
1527
- tags: {
1528
- 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",
1529
1392
  type: {
1530
- name: "Dictionary",
1531
- value: {
1393
+ name: "Sequence",
1394
+ element: {
1532
1395
  type: {
1533
- name: "String"
1396
+ name: "Composite",
1397
+ className: "WorkbookTemplate"
1534
1398
  }
1535
1399
  }
1536
1400
  }
@@ -1539,8 +1403,7 @@ export const WorkbookTemplateResource: msRest.CompositeMapper = {
1539
1403
  }
1540
1404
  };
1541
1405
 
1542
- export const WorkbookTemplateGallery: msRest.CompositeMapper = {
1543
- serializedName: "WorkbookTemplateGallery",
1406
+ export const WorkbookTemplateGallery: coreClient.CompositeMapper = {
1544
1407
  type: {
1545
1408
  name: "Composite",
1546
1409
  className: "WorkbookTemplateGallery",
@@ -1579,8 +1442,7 @@ export const WorkbookTemplateGallery: msRest.CompositeMapper = {
1579
1442
  }
1580
1443
  };
1581
1444
 
1582
- export const WorkbookTemplateLocalizedGallery: msRest.CompositeMapper = {
1583
- serializedName: "WorkbookTemplateLocalizedGallery",
1445
+ export const WorkbookTemplateLocalizedGallery: coreClient.CompositeMapper = {
1584
1446
  type: {
1585
1447
  name: "Composite",
1586
1448
  className: "WorkbookTemplateLocalizedGallery",
@@ -1588,7 +1450,8 @@ export const WorkbookTemplateLocalizedGallery: msRest.CompositeMapper = {
1588
1450
  templateData: {
1589
1451
  serializedName: "templateData",
1590
1452
  type: {
1591
- name: "Object"
1453
+ name: "Dictionary",
1454
+ value: { type: { name: "any" } }
1592
1455
  }
1593
1456
  },
1594
1457
  galleries: {
@@ -1607,68 +1470,127 @@ export const WorkbookTemplateLocalizedGallery: msRest.CompositeMapper = {
1607
1470
  }
1608
1471
  };
1609
1472
 
1610
- export const WorkbookTemplate: msRest.CompositeMapper = {
1611
- serializedName: "WorkbookTemplate",
1473
+ export const WorkbookTemplateResource: coreClient.CompositeMapper = {
1612
1474
  type: {
1613
1475
  name: "Composite",
1614
- className: "WorkbookTemplate",
1476
+ className: "WorkbookTemplateResource",
1615
1477
  modelProperties: {
1616
- ...WorkbookTemplateResource.type.modelProperties,
1617
- priority: {
1618
- serializedName: "properties.priority",
1478
+ id: {
1479
+ serializedName: "id",
1480
+ readOnly: true,
1619
1481
  type: {
1620
- name: "Number"
1482
+ name: "String"
1621
1483
  }
1622
1484
  },
1623
- author: {
1624
- serializedName: "properties.author",
1485
+ name: {
1486
+ serializedName: "name",
1487
+ readOnly: true,
1625
1488
  type: {
1626
1489
  name: "String"
1627
1490
  }
1628
1491
  },
1629
- templateData: {
1630
- required: true,
1631
- serializedName: "properties.templateData",
1492
+ type: {
1493
+ serializedName: "type",
1494
+ readOnly: true,
1632
1495
  type: {
1633
- name: "Object"
1496
+ name: "String"
1634
1497
  }
1635
1498
  },
1636
- galleries: {
1499
+ location: {
1500
+ serializedName: "location",
1637
1501
  required: true,
1638
- serializedName: "properties.galleries",
1502
+ type: {
1503
+ name: "String"
1504
+ }
1505
+ },
1506
+ tags: {
1507
+ serializedName: "tags",
1508
+ type: {
1509
+ name: "Dictionary",
1510
+ value: { type: { name: "String" } }
1511
+ }
1512
+ }
1513
+ }
1514
+ }
1515
+ };
1516
+
1517
+ export const WorkbookTemplateError: coreClient.CompositeMapper = {
1518
+ type: {
1519
+ name: "Composite",
1520
+ className: "WorkbookTemplateError",
1521
+ modelProperties: {
1522
+ error: {
1523
+ serializedName: "error",
1524
+ type: {
1525
+ name: "Composite",
1526
+ className: "WorkbookTemplateErrorBody"
1527
+ }
1528
+ }
1529
+ }
1530
+ }
1531
+ };
1532
+
1533
+ export const WorkbookTemplateErrorBody: coreClient.CompositeMapper = {
1534
+ type: {
1535
+ name: "Composite",
1536
+ className: "WorkbookTemplateErrorBody",
1537
+ modelProperties: {
1538
+ code: {
1539
+ serializedName: "code",
1540
+ type: {
1541
+ name: "String"
1542
+ }
1543
+ },
1544
+ message: {
1545
+ serializedName: "message",
1546
+ type: {
1547
+ name: "String"
1548
+ }
1549
+ },
1550
+ details: {
1551
+ serializedName: "details",
1639
1552
  type: {
1640
1553
  name: "Sequence",
1641
1554
  element: {
1642
1555
  type: {
1643
1556
  name: "Composite",
1644
- className: "WorkbookTemplateGallery"
1557
+ className: "WorkbookTemplateErrorFieldContract"
1645
1558
  }
1646
1559
  }
1647
1560
  }
1561
+ }
1562
+ }
1563
+ }
1564
+ };
1565
+
1566
+ export const WorkbookTemplateErrorFieldContract: coreClient.CompositeMapper = {
1567
+ type: {
1568
+ name: "Composite",
1569
+ className: "WorkbookTemplateErrorFieldContract",
1570
+ modelProperties: {
1571
+ code: {
1572
+ serializedName: "code",
1573
+ type: {
1574
+ name: "String"
1575
+ }
1648
1576
  },
1649
- localized: {
1650
- serializedName: "properties.localized",
1577
+ message: {
1578
+ serializedName: "message",
1651
1579
  type: {
1652
- name: "Dictionary",
1653
- value: {
1654
- type: {
1655
- name: "Sequence",
1656
- element: {
1657
- type: {
1658
- name: "Composite",
1659
- className: "WorkbookTemplateLocalizedGallery"
1660
- }
1661
- }
1662
- }
1663
- }
1580
+ name: "String"
1581
+ }
1582
+ },
1583
+ target: {
1584
+ serializedName: "target",
1585
+ type: {
1586
+ name: "String"
1664
1587
  }
1665
1588
  }
1666
1589
  }
1667
1590
  }
1668
1591
  };
1669
1592
 
1670
- export const WorkbookTemplateUpdateParameters: msRest.CompositeMapper = {
1671
- serializedName: "WorkbookTemplateUpdateParameters",
1593
+ export const WorkbookTemplateUpdateParameters: coreClient.CompositeMapper = {
1672
1594
  type: {
1673
1595
  name: "Composite",
1674
1596
  className: "WorkbookTemplateUpdateParameters",
@@ -1677,11 +1599,7 @@ export const WorkbookTemplateUpdateParameters: msRest.CompositeMapper = {
1677
1599
  serializedName: "tags",
1678
1600
  type: {
1679
1601
  name: "Dictionary",
1680
- value: {
1681
- type: {
1682
- name: "String"
1683
- }
1684
- }
1602
+ value: { type: { name: "String" } }
1685
1603
  }
1686
1604
  },
1687
1605
  priority: {
@@ -1697,14 +1615,13 @@ export const WorkbookTemplateUpdateParameters: msRest.CompositeMapper = {
1697
1615
  }
1698
1616
  },
1699
1617
  templateData: {
1700
- required: true,
1701
1618
  serializedName: "properties.templateData",
1702
1619
  type: {
1703
- name: "Object"
1620
+ name: "Dictionary",
1621
+ value: { type: { name: "any" } }
1704
1622
  }
1705
1623
  },
1706
1624
  galleries: {
1707
- required: true,
1708
1625
  serializedName: "properties.galleries",
1709
1626
  type: {
1710
1627
  name: "Sequence",
@@ -1737,26 +1654,26 @@ export const WorkbookTemplateUpdateParameters: msRest.CompositeMapper = {
1737
1654
  }
1738
1655
  };
1739
1656
 
1740
- export const WorkbookTemplateErrorFieldContract: msRest.CompositeMapper = {
1741
- serializedName: "WorkbookTemplateErrorFieldContract",
1657
+ export const MyWorkbooksListResult: coreClient.CompositeMapper = {
1742
1658
  type: {
1743
1659
  name: "Composite",
1744
- className: "WorkbookTemplateErrorFieldContract",
1660
+ className: "MyWorkbooksListResult",
1745
1661
  modelProperties: {
1746
- code: {
1747
- serializedName: "code",
1748
- type: {
1749
- name: "String"
1750
- }
1751
- },
1752
- message: {
1753
- serializedName: "message",
1662
+ value: {
1663
+ serializedName: "value",
1664
+ readOnly: true,
1754
1665
  type: {
1755
- name: "String"
1666
+ name: "Sequence",
1667
+ element: {
1668
+ type: {
1669
+ name: "Composite",
1670
+ className: "MyWorkbook"
1671
+ }
1672
+ }
1756
1673
  }
1757
1674
  },
1758
- target: {
1759
- serializedName: "target",
1675
+ nextLink: {
1676
+ serializedName: "nextLink",
1760
1677
  type: {
1761
1678
  name: "String"
1762
1679
  }
@@ -1765,106 +1682,52 @@ export const WorkbookTemplateErrorFieldContract: msRest.CompositeMapper = {
1765
1682
  }
1766
1683
  };
1767
1684
 
1768
- export const WorkbookTemplateErrorBody: msRest.CompositeMapper = {
1769
- serializedName: "WorkbookTemplateErrorBody",
1685
+ export const SystemData: coreClient.CompositeMapper = {
1770
1686
  type: {
1771
1687
  name: "Composite",
1772
- className: "WorkbookTemplateErrorBody",
1688
+ className: "SystemData",
1773
1689
  modelProperties: {
1774
- code: {
1775
- serializedName: "code",
1690
+ createdBy: {
1691
+ serializedName: "createdBy",
1776
1692
  type: {
1777
1693
  name: "String"
1778
1694
  }
1779
1695
  },
1780
- message: {
1781
- serializedName: "message",
1696
+ createdByType: {
1697
+ serializedName: "createdByType",
1782
1698
  type: {
1783
1699
  name: "String"
1784
1700
  }
1785
1701
  },
1786
- details: {
1787
- serializedName: "details",
1788
- type: {
1789
- name: "Sequence",
1790
- element: {
1791
- type: {
1792
- name: "Composite",
1793
- className: "WorkbookTemplateErrorFieldContract"
1794
- }
1795
- }
1796
- }
1797
- }
1798
- }
1799
- }
1800
- };
1801
-
1802
- export const WorkbookTemplateError: msRest.CompositeMapper = {
1803
- serializedName: "WorkbookTemplateError",
1804
- type: {
1805
- name: "Composite",
1806
- className: "WorkbookTemplateError",
1807
- modelProperties: {
1808
- error: {
1809
- serializedName: "error",
1702
+ createdAt: {
1703
+ serializedName: "createdAt",
1810
1704
  type: {
1811
- name: "Composite",
1812
- className: "WorkbookTemplateErrorBody"
1705
+ name: "DateTime"
1813
1706
  }
1814
- }
1815
- }
1816
- }
1817
- };
1818
-
1819
- export const MyWorkbookUserAssignedIdentities: msRest.CompositeMapper = {
1820
- serializedName: "MyWorkbookUserAssignedIdentities",
1821
- type: {
1822
- name: "Composite",
1823
- className: "MyWorkbookUserAssignedIdentities",
1824
- modelProperties: {
1825
- principalId: {
1826
- readOnly: true,
1827
- serializedName: "principalId",
1707
+ },
1708
+ lastModifiedBy: {
1709
+ serializedName: "lastModifiedBy",
1828
1710
  type: {
1829
1711
  name: "String"
1830
1712
  }
1831
1713
  },
1832
- tenantId: {
1833
- readOnly: true,
1834
- serializedName: "tenantId",
1714
+ lastModifiedByType: {
1715
+ serializedName: "lastModifiedByType",
1835
1716
  type: {
1836
1717
  name: "String"
1837
1718
  }
1838
- }
1839
- }
1840
- }
1841
- };
1842
-
1843
- export const MyWorkbookManagedIdentity: msRest.CompositeMapper = {
1844
- serializedName: "MyWorkbookManagedIdentity",
1845
- type: {
1846
- name: "Composite",
1847
- className: "MyWorkbookManagedIdentity",
1848
- modelProperties: {
1849
- userAssignedIdentities: {
1850
- serializedName: "userAssignedIdentities",
1851
- type: {
1852
- name: "Composite",
1853
- className: "MyWorkbookUserAssignedIdentities"
1854
- }
1855
1719
  },
1856
- type: {
1857
- serializedName: "type",
1720
+ lastModifiedAt: {
1721
+ serializedName: "lastModifiedAt",
1858
1722
  type: {
1859
- name: "String"
1723
+ name: "DateTime"
1860
1724
  }
1861
1725
  }
1862
1726
  }
1863
1727
  }
1864
1728
  };
1865
1729
 
1866
- export const MyWorkbookResource: msRest.CompositeMapper = {
1867
- serializedName: "MyWorkbookResource",
1730
+ export const MyWorkbookResource: coreClient.CompositeMapper = {
1868
1731
  type: {
1869
1732
  name: "Composite",
1870
1733
  className: "MyWorkbookResource",
@@ -1904,258 +1767,161 @@ export const MyWorkbookResource: msRest.CompositeMapper = {
1904
1767
  serializedName: "tags",
1905
1768
  type: {
1906
1769
  name: "Dictionary",
1907
- value: {
1908
- type: {
1909
- name: "String"
1910
- }
1911
- }
1770
+ value: { type: { name: "String" } }
1912
1771
  }
1913
1772
  },
1914
1773
  etag: {
1915
1774
  serializedName: "etag",
1916
1775
  type: {
1917
1776
  name: "Dictionary",
1918
- value: {
1919
- type: {
1920
- name: "String"
1921
- }
1922
- }
1777
+ value: { type: { name: "String" } }
1923
1778
  }
1924
1779
  }
1925
1780
  }
1926
1781
  }
1927
1782
  };
1928
1783
 
1929
- export const SystemData: msRest.CompositeMapper = {
1930
- serializedName: "systemData",
1784
+ export const MyWorkbookManagedIdentity: coreClient.CompositeMapper = {
1931
1785
  type: {
1932
1786
  name: "Composite",
1933
- className: "SystemData",
1787
+ className: "MyWorkbookManagedIdentity",
1934
1788
  modelProperties: {
1935
- createdBy: {
1936
- serializedName: "createdBy",
1937
- type: {
1938
- name: "String"
1939
- }
1940
- },
1941
- createdByType: {
1942
- serializedName: "createdByType",
1943
- type: {
1944
- name: "String"
1945
- }
1946
- },
1947
- createdAt: {
1948
- serializedName: "createdAt",
1949
- type: {
1950
- name: "DateTime"
1951
- }
1952
- },
1953
- lastModifiedBy: {
1954
- serializedName: "lastModifiedBy",
1789
+ userAssignedIdentities: {
1790
+ serializedName: "userAssignedIdentities",
1955
1791
  type: {
1956
- name: "String"
1792
+ name: "Composite",
1793
+ className: "MyWorkbookUserAssignedIdentities"
1957
1794
  }
1958
1795
  },
1959
- lastModifiedByType: {
1960
- serializedName: "lastModifiedByType",
1796
+ type: {
1797
+ serializedName: "type",
1961
1798
  type: {
1962
1799
  name: "String"
1963
1800
  }
1964
- },
1965
- lastModifiedAt: {
1966
- serializedName: "lastModifiedAt",
1967
- type: {
1968
- name: "DateTime"
1969
- }
1970
1801
  }
1971
1802
  }
1972
1803
  }
1973
1804
  };
1974
1805
 
1975
- export const MyWorkbook: msRest.CompositeMapper = {
1976
- serializedName: "MyWorkbook",
1806
+ export const MyWorkbookUserAssignedIdentities: coreClient.CompositeMapper = {
1977
1807
  type: {
1978
1808
  name: "Composite",
1979
- className: "MyWorkbook",
1809
+ className: "MyWorkbookUserAssignedIdentities",
1980
1810
  modelProperties: {
1981
- ...MyWorkbookResource.type.modelProperties,
1982
- kind: {
1983
- serializedName: "kind",
1984
- type: {
1985
- name: "String"
1986
- }
1987
- },
1988
- displayName: {
1989
- required: true,
1990
- serializedName: "properties.displayName",
1991
- type: {
1992
- name: "String"
1993
- }
1994
- },
1995
- serializedData: {
1996
- required: true,
1997
- nullable: true,
1998
- serializedName: "properties.serializedData",
1999
- type: {
2000
- name: "String"
2001
- }
2002
- },
2003
- version: {
2004
- serializedName: "properties.version",
2005
- type: {
2006
- name: "String"
2007
- }
2008
- },
2009
- timeModified: {
1811
+ principalId: {
1812
+ serializedName: "principalId",
2010
1813
  readOnly: true,
2011
- serializedName: "properties.timeModified",
2012
- type: {
2013
- name: "String"
2014
- }
2015
- },
2016
- category: {
2017
- required: true,
2018
- serializedName: "properties.category",
2019
1814
  type: {
2020
1815
  name: "String"
2021
1816
  }
2022
1817
  },
2023
- myWorkbookTags: {
2024
- serializedName: "properties.tags",
2025
- type: {
2026
- name: "Sequence",
2027
- element: {
2028
- type: {
2029
- name: "String"
2030
- }
2031
- }
2032
- }
2033
- },
2034
- userId: {
1818
+ tenantId: {
1819
+ serializedName: "tenantId",
2035
1820
  readOnly: true,
2036
- serializedName: "properties.userId",
2037
- type: {
2038
- name: "String"
2039
- }
2040
- },
2041
- sourceId: {
2042
- serializedName: "properties.sourceId",
2043
- type: {
2044
- name: "String"
2045
- }
2046
- },
2047
- storageUri: {
2048
- nullable: true,
2049
- serializedName: "properties.storageUri",
2050
1821
  type: {
2051
1822
  name: "String"
2052
1823
  }
2053
- },
2054
- systemData: {
2055
- readOnly: true,
2056
- serializedName: "systemData",
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",
2057
1836
  type: {
2058
1837
  name: "Composite",
2059
- className: "SystemData"
1838
+ className: "ErrorDefinition"
2060
1839
  }
2061
1840
  }
2062
1841
  }
2063
1842
  }
2064
1843
  };
2065
1844
 
2066
- export const ErrorDefinition: msRest.CompositeMapper = {
2067
- serializedName: "ErrorDefinition",
1845
+ export const ErrorDefinition: coreClient.CompositeMapper = {
2068
1846
  type: {
2069
1847
  name: "Composite",
2070
1848
  className: "ErrorDefinition",
2071
1849
  modelProperties: {
2072
1850
  code: {
2073
- readOnly: true,
2074
1851
  serializedName: "code",
1852
+ readOnly: true,
2075
1853
  type: {
2076
1854
  name: "String"
2077
1855
  }
2078
1856
  },
2079
1857
  message: {
2080
- readOnly: true,
2081
1858
  serializedName: "message",
1859
+ readOnly: true,
2082
1860
  type: {
2083
1861
  name: "String"
2084
1862
  }
2085
1863
  },
2086
1864
  innererror: {
2087
- readOnly: true,
2088
1865
  serializedName: "innererror",
1866
+ readOnly: true,
2089
1867
  type: {
2090
- name: "Object"
2091
- }
2092
- }
2093
- }
2094
- }
2095
- };
2096
-
2097
- export const MyWorkbookError: msRest.CompositeMapper = {
2098
- serializedName: "MyWorkbookError",
2099
- type: {
2100
- name: "Composite",
2101
- className: "MyWorkbookError",
2102
- modelProperties: {
2103
- error: {
2104
- serializedName: "error",
2105
- type: {
2106
- name: "Composite",
2107
- className: "ErrorDefinition"
1868
+ name: "any"
2108
1869
  }
2109
1870
  }
2110
1871
  }
2111
1872
  }
2112
1873
  };
2113
1874
 
2114
- export const InnerErrorTrace: msRest.CompositeMapper = {
2115
- serializedName: "InnerErrorTrace",
1875
+ export const WorkbooksListResult: coreClient.CompositeMapper = {
2116
1876
  type: {
2117
1877
  name: "Composite",
2118
- className: "InnerErrorTrace",
1878
+ className: "WorkbooksListResult",
2119
1879
  modelProperties: {
2120
- trace: {
1880
+ value: {
1881
+ serializedName: "value",
2121
1882
  readOnly: true,
2122
- serializedName: "trace",
2123
1883
  type: {
2124
1884
  name: "Sequence",
2125
1885
  element: {
2126
1886
  type: {
2127
- name: "String"
1887
+ name: "Composite",
1888
+ className: "Workbook"
2128
1889
  }
2129
1890
  }
2130
1891
  }
1892
+ },
1893
+ nextLink: {
1894
+ serializedName: "nextLink",
1895
+ type: {
1896
+ name: "String"
1897
+ }
2131
1898
  }
2132
1899
  }
2133
1900
  }
2134
1901
  };
2135
1902
 
2136
- export const ManagedServiceIdentity: msRest.CompositeMapper = {
2137
- serializedName: "ManagedServiceIdentity",
1903
+ export const ManagedServiceIdentity: coreClient.CompositeMapper = {
2138
1904
  type: {
2139
1905
  name: "Composite",
2140
1906
  className: "ManagedServiceIdentity",
2141
1907
  modelProperties: {
2142
1908
  principalId: {
2143
- readOnly: true,
2144
1909
  serializedName: "principalId",
1910
+ readOnly: true,
2145
1911
  type: {
2146
1912
  name: "Uuid"
2147
1913
  }
2148
1914
  },
2149
1915
  tenantId: {
2150
- readOnly: true,
2151
1916
  serializedName: "tenantId",
1917
+ readOnly: true,
2152
1918
  type: {
2153
1919
  name: "Uuid"
2154
1920
  }
2155
1921
  },
2156
1922
  type: {
2157
- required: true,
2158
1923
  serializedName: "type",
1924
+ required: true,
2159
1925
  type: {
2160
1926
  name: "String"
2161
1927
  }
@@ -2165,10 +1931,7 @@ export const ManagedServiceIdentity: msRest.CompositeMapper = {
2165
1931
  type: {
2166
1932
  name: "Dictionary",
2167
1933
  value: {
2168
- type: {
2169
- name: "Composite",
2170
- className: "UserAssignedIdentity"
2171
- }
1934
+ type: { name: "Composite", className: "UserAssignedIdentity" }
2172
1935
  }
2173
1936
  }
2174
1937
  }
@@ -2176,153 +1939,106 @@ export const ManagedServiceIdentity: msRest.CompositeMapper = {
2176
1939
  }
2177
1940
  };
2178
1941
 
2179
- export const WorkbookResourceIdentity: msRest.CompositeMapper = {
2180
- serializedName: "WorkbookResource_identity",
1942
+ export const UserAssignedIdentity: coreClient.CompositeMapper = {
2181
1943
  type: {
2182
1944
  name: "Composite",
2183
- className: "WorkbookResourceIdentity",
1945
+ className: "UserAssignedIdentity",
2184
1946
  modelProperties: {
2185
- ...ManagedServiceIdentity.type.modelProperties
2186
- }
2187
- }
2188
- };
2189
-
2190
- export const WorkbookResource: msRest.CompositeMapper = {
2191
- serializedName: "WorkbookResource",
2192
- type: {
2193
- name: "Composite",
2194
- className: "WorkbookResource",
2195
- modelProperties: {
2196
- identity: {
2197
- serializedName: "identity",
2198
- type: {
2199
- name: "Composite",
2200
- className: "WorkbookResourceIdentity"
2201
- }
2202
- },
2203
- kind: {
2204
- serializedName: "kind",
1947
+ principalId: {
1948
+ serializedName: "principalId",
1949
+ readOnly: true,
2205
1950
  type: {
2206
- name: "String"
1951
+ name: "Uuid"
2207
1952
  }
2208
1953
  },
2209
- etag: {
2210
- serializedName: "etag",
1954
+ clientId: {
1955
+ serializedName: "clientId",
1956
+ readOnly: true,
2211
1957
  type: {
2212
- name: "Dictionary",
2213
- value: {
2214
- type: {
2215
- name: "String"
2216
- }
2217
- }
1958
+ name: "Uuid"
2218
1959
  }
2219
1960
  }
2220
1961
  }
2221
1962
  }
2222
1963
  };
2223
1964
 
2224
- export const Workbook: msRest.CompositeMapper = {
2225
- serializedName: "Workbook",
1965
+ export const Resource: coreClient.CompositeMapper = {
2226
1966
  type: {
2227
1967
  name: "Composite",
2228
- className: "Workbook",
1968
+ className: "Resource",
2229
1969
  modelProperties: {
2230
- ...WorkbookResource.type.modelProperties,
2231
- displayName: {
2232
- required: true,
2233
- serializedName: "properties.displayName",
2234
- type: {
2235
- name: "String"
2236
- }
2237
- },
2238
- serializedData: {
2239
- required: true,
2240
- nullable: true,
2241
- serializedName: "properties.serializedData",
2242
- type: {
2243
- name: "String"
2244
- }
2245
- },
2246
- version: {
2247
- serializedName: "properties.version",
2248
- type: {
2249
- name: "String"
2250
- }
2251
- },
2252
- timeModified: {
1970
+ id: {
1971
+ serializedName: "id",
2253
1972
  readOnly: true,
2254
- serializedName: "properties.timeModified",
2255
- type: {
2256
- name: "DateTime"
2257
- }
2258
- },
2259
- category: {
2260
- required: true,
2261
- serializedName: "properties.category",
2262
1973
  type: {
2263
1974
  name: "String"
2264
1975
  }
2265
1976
  },
2266
- workbookTags: {
2267
- serializedName: "properties.tags",
2268
- type: {
2269
- name: "Sequence",
2270
- element: {
2271
- type: {
2272
- name: "String"
2273
- }
2274
- }
2275
- }
2276
- },
2277
- userId: {
1977
+ name: {
1978
+ serializedName: "name",
2278
1979
  readOnly: true,
2279
- serializedName: "properties.userId",
2280
1980
  type: {
2281
1981
  name: "String"
2282
1982
  }
2283
1983
  },
2284
- sourceId: {
2285
- serializedName: "properties.sourceId",
1984
+ type: {
1985
+ serializedName: "type",
1986
+ readOnly: true,
2286
1987
  type: {
2287
1988
  name: "String"
2288
1989
  }
2289
- },
2290
- storageUri: {
2291
- nullable: true,
2292
- serializedName: "properties.storageUri",
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",
2293
2002
  type: {
2294
- name: "String"
2003
+ name: "Composite",
2004
+ className: "WorkbookErrorDefinition"
2295
2005
  }
2296
- },
2297
- description: {
2298
- nullable: true,
2299
- serializedName: "properties.description",
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,
2300
2019
  type: {
2301
2020
  name: "String"
2302
2021
  }
2303
2022
  },
2304
- revision: {
2305
- nullable: true,
2023
+ message: {
2024
+ serializedName: "message",
2306
2025
  readOnly: true,
2307
- serializedName: "properties.revision",
2308
2026
  type: {
2309
2027
  name: "String"
2310
2028
  }
2311
2029
  },
2312
- systemData: {
2030
+ innerError: {
2031
+ serializedName: "innerError",
2313
2032
  readOnly: true,
2314
- serializedName: "systemData",
2315
2033
  type: {
2316
- name: "Composite",
2317
- className: "SystemData"
2034
+ name: "any"
2318
2035
  }
2319
2036
  }
2320
2037
  }
2321
2038
  }
2322
2039
  };
2323
2040
 
2324
- export const WorkbookUpdateParameters: msRest.CompositeMapper = {
2325
- serializedName: "WorkbookUpdateParameters",
2041
+ export const WorkbookUpdateParameters: coreClient.CompositeMapper = {
2326
2042
  type: {
2327
2043
  name: "Composite",
2328
2044
  className: "WorkbookUpdateParameters",
@@ -2337,11 +2053,7 @@ export const WorkbookUpdateParameters: msRest.CompositeMapper = {
2337
2053
  serializedName: "tags",
2338
2054
  type: {
2339
2055
  name: "Dictionary",
2340
- value: {
2341
- type: {
2342
- name: "String"
2343
- }
2344
- }
2056
+ value: { type: { name: "String" } }
2345
2057
  }
2346
2058
  },
2347
2059
  displayName: {
@@ -2362,7 +2074,7 @@ export const WorkbookUpdateParameters: msRest.CompositeMapper = {
2362
2074
  name: "String"
2363
2075
  }
2364
2076
  },
2365
- tags1: {
2077
+ tagsPropertiesTags: {
2366
2078
  serializedName: "properties.tags",
2367
2079
  type: {
2368
2080
  name: "Sequence",
@@ -2374,15 +2086,15 @@ export const WorkbookUpdateParameters: msRest.CompositeMapper = {
2374
2086
  }
2375
2087
  },
2376
2088
  description: {
2377
- nullable: true,
2378
2089
  serializedName: "properties.description",
2090
+ nullable: true,
2379
2091
  type: {
2380
2092
  name: "String"
2381
2093
  }
2382
2094
  },
2383
2095
  revision: {
2384
- nullable: true,
2385
2096
  serializedName: "properties.revision",
2097
+ nullable: true,
2386
2098
  type: {
2387
2099
  name: "String"
2388
2100
  }
@@ -2391,252 +2103,185 @@ export const WorkbookUpdateParameters: msRest.CompositeMapper = {
2391
2103
  }
2392
2104
  };
2393
2105
 
2394
- export const WorkbookErrorDefinition: msRest.CompositeMapper = {
2395
- serializedName: "WorkbookErrorDefinition",
2396
- type: {
2397
- name: "Composite",
2398
- className: "WorkbookErrorDefinition",
2399
- modelProperties: {
2400
- code: {
2401
- readOnly: true,
2402
- serializedName: "code",
2403
- type: {
2404
- name: "String"
2405
- }
2406
- },
2407
- message: {
2408
- readOnly: true,
2409
- serializedName: "message",
2410
- type: {
2411
- name: "String"
2412
- }
2413
- },
2414
- innerError: {
2415
- readOnly: true,
2416
- serializedName: "innerError",
2417
- type: {
2418
- name: "Object"
2419
- }
2420
- }
2421
- }
2422
- }
2423
- };
2424
-
2425
- export const WorkbookError: msRest.CompositeMapper = {
2426
- serializedName: "WorkbookError",
2427
- type: {
2428
- name: "Composite",
2429
- className: "WorkbookError",
2430
- modelProperties: {
2431
- error: {
2432
- serializedName: "error",
2433
- type: {
2434
- name: "Composite",
2435
- className: "WorkbookErrorDefinition"
2436
- }
2437
- }
2438
- }
2439
- }
2440
- };
2441
-
2442
- export const WorkbookInnerErrorTrace: msRest.CompositeMapper = {
2443
- serializedName: "WorkbookInnerErrorTrace",
2106
+ export const ApplicationInsightsComponentListResult: coreClient.CompositeMapper = {
2444
2107
  type: {
2445
2108
  name: "Composite",
2446
- className: "WorkbookInnerErrorTrace",
2109
+ className: "ApplicationInsightsComponentListResult",
2447
2110
  modelProperties: {
2448
- trace: {
2449
- readOnly: true,
2450
- serializedName: "trace",
2111
+ value: {
2112
+ serializedName: "value",
2113
+ required: true,
2451
2114
  type: {
2452
2115
  name: "Sequence",
2453
2116
  element: {
2454
2117
  type: {
2455
- name: "String"
2118
+ name: "Composite",
2119
+ className: "ApplicationInsightsComponent"
2456
2120
  }
2457
2121
  }
2458
2122
  }
2123
+ },
2124
+ nextLink: {
2125
+ serializedName: "nextLink",
2126
+ type: {
2127
+ name: "String"
2128
+ }
2459
2129
  }
2460
2130
  }
2461
2131
  }
2462
2132
  };
2463
2133
 
2464
- export const UserAssignedIdentity: msRest.CompositeMapper = {
2465
- serializedName: "UserAssignedIdentity",
2134
+ export const PrivateLinkScopedResource: coreClient.CompositeMapper = {
2466
2135
  type: {
2467
2136
  name: "Composite",
2468
- className: "UserAssignedIdentity",
2137
+ className: "PrivateLinkScopedResource",
2469
2138
  modelProperties: {
2470
- principalId: {
2471
- readOnly: true,
2472
- serializedName: "principalId",
2139
+ resourceId: {
2140
+ serializedName: "ResourceId",
2473
2141
  type: {
2474
- name: "Uuid"
2142
+ name: "String"
2475
2143
  }
2476
2144
  },
2477
- clientId: {
2478
- readOnly: true,
2479
- serializedName: "clientId",
2145
+ scopeId: {
2146
+ serializedName: "ScopeId",
2480
2147
  type: {
2481
- name: "Uuid"
2148
+ name: "String"
2482
2149
  }
2483
2150
  }
2484
2151
  }
2485
2152
  }
2486
2153
  };
2487
2154
 
2488
- export const Resource: msRest.CompositeMapper = {
2489
- serializedName: "Resource",
2155
+ export const ComponentsResource: coreClient.CompositeMapper = {
2490
2156
  type: {
2491
2157
  name: "Composite",
2492
- className: "Resource",
2158
+ className: "ComponentsResource",
2493
2159
  modelProperties: {
2494
2160
  id: {
2495
- readOnly: true,
2496
2161
  serializedName: "id",
2162
+ readOnly: true,
2497
2163
  type: {
2498
2164
  name: "String"
2499
2165
  }
2500
2166
  },
2501
2167
  name: {
2502
- readOnly: true,
2503
2168
  serializedName: "name",
2169
+ readOnly: true,
2504
2170
  type: {
2505
2171
  name: "String"
2506
2172
  }
2507
2173
  },
2508
2174
  type: {
2509
- readOnly: true,
2510
2175
  serializedName: "type",
2176
+ readOnly: true,
2511
2177
  type: {
2512
2178
  name: "String"
2513
2179
  }
2514
- }
2515
- }
2516
- }
2517
- };
2518
-
2519
- export const ProxyResource: msRest.CompositeMapper = {
2520
- serializedName: "ProxyResource",
2521
- type: {
2522
- name: "Composite",
2523
- className: "ProxyResource",
2524
- modelProperties: {
2525
- ...Resource.type.modelProperties
2526
- }
2527
- }
2528
- };
2529
-
2530
- export const AzureEntityResource: msRest.CompositeMapper = {
2531
- serializedName: "AzureEntityResource",
2532
- type: {
2533
- name: "Composite",
2534
- className: "AzureEntityResource",
2535
- modelProperties: {
2536
- ...Resource.type.modelProperties,
2537
- etag: {
2538
- readOnly: true,
2539
- serializedName: "etag",
2180
+ },
2181
+ location: {
2182
+ serializedName: "location",
2183
+ required: true,
2540
2184
  type: {
2541
2185
  name: "String"
2542
2186
  }
2187
+ },
2188
+ tags: {
2189
+ serializedName: "tags",
2190
+ type: {
2191
+ name: "Dictionary",
2192
+ value: { type: { name: "String" } }
2193
+ }
2543
2194
  }
2544
2195
  }
2545
2196
  }
2546
2197
  };
2547
2198
 
2548
- export const TrackedResource: msRest.CompositeMapper = {
2549
- serializedName: "TrackedResource",
2199
+ export const ComponentPurgeBody: coreClient.CompositeMapper = {
2550
2200
  type: {
2551
2201
  name: "Composite",
2552
- className: "TrackedResource",
2202
+ className: "ComponentPurgeBody",
2553
2203
  modelProperties: {
2554
- ...Resource.type.modelProperties,
2555
- tags: {
2556
- serializedName: "tags",
2204
+ table: {
2205
+ serializedName: "table",
2206
+ required: true,
2557
2207
  type: {
2558
- name: "Dictionary",
2559
- value: {
2560
- type: {
2561
- name: "String"
2562
- }
2563
- }
2208
+ name: "String"
2564
2209
  }
2565
2210
  },
2566
- location: {
2211
+ filters: {
2212
+ serializedName: "filters",
2567
2213
  required: true,
2568
- serializedName: "location",
2569
2214
  type: {
2570
- name: "String"
2215
+ name: "Sequence",
2216
+ element: {
2217
+ type: {
2218
+ name: "Composite",
2219
+ className: "ComponentPurgeBodyFilters"
2220
+ }
2221
+ }
2571
2222
  }
2572
2223
  }
2573
2224
  }
2574
2225
  }
2575
2226
  };
2576
2227
 
2577
- export const ComponentsResource: msRest.CompositeMapper = {
2578
- serializedName: "ComponentsResource",
2228
+ export const ComponentPurgeBodyFilters: coreClient.CompositeMapper = {
2579
2229
  type: {
2580
2230
  name: "Composite",
2581
- className: "ComponentsResource",
2231
+ className: "ComponentPurgeBodyFilters",
2582
2232
  modelProperties: {
2583
- id: {
2584
- readOnly: true,
2585
- serializedName: "id",
2233
+ column: {
2234
+ serializedName: "column",
2586
2235
  type: {
2587
2236
  name: "String"
2588
2237
  }
2589
2238
  },
2590
- name: {
2591
- readOnly: true,
2592
- serializedName: "name",
2239
+ operator: {
2240
+ serializedName: "operator",
2593
2241
  type: {
2594
2242
  name: "String"
2595
2243
  }
2596
2244
  },
2597
- type: {
2598
- readOnly: true,
2599
- serializedName: "type",
2245
+ value: {
2246
+ serializedName: "value",
2600
2247
  type: {
2601
- name: "String"
2248
+ name: "any"
2602
2249
  }
2603
2250
  },
2604
- location: {
2605
- required: true,
2606
- serializedName: "location",
2251
+ key: {
2252
+ serializedName: "key",
2607
2253
  type: {
2608
2254
  name: "String"
2609
2255
  }
2610
- },
2611
- tags: {
2612
- serializedName: "tags",
2613
- type: {
2614
- name: "Dictionary",
2615
- value: {
2616
- type: {
2617
- name: "String"
2618
- }
2619
- }
2620
- }
2621
2256
  }
2622
2257
  }
2623
2258
  }
2624
2259
  };
2625
2260
 
2626
- export const PrivateLinkScopedResource: msRest.CompositeMapper = {
2627
- serializedName: "PrivateLinkScopedResource",
2261
+ export const ComponentPurgeResponse: coreClient.CompositeMapper = {
2628
2262
  type: {
2629
2263
  name: "Composite",
2630
- className: "PrivateLinkScopedResource",
2264
+ className: "ComponentPurgeResponse",
2631
2265
  modelProperties: {
2632
- resourceId: {
2633
- serializedName: "ResourceId",
2266
+ operationId: {
2267
+ serializedName: "operationId",
2268
+ required: true,
2634
2269
  type: {
2635
2270
  name: "String"
2636
2271
  }
2637
- },
2638
- scopeId: {
2639
- serializedName: "ScopeId",
2272
+ }
2273
+ }
2274
+ }
2275
+ };
2276
+
2277
+ export const ComponentPurgeStatusResponse: coreClient.CompositeMapper = {
2278
+ type: {
2279
+ name: "Composite",
2280
+ className: "ComponentPurgeStatusResponse",
2281
+ modelProperties: {
2282
+ status: {
2283
+ serializedName: "status",
2284
+ required: true,
2640
2285
  type: {
2641
2286
  name: "String"
2642
2287
  }
@@ -2645,193 +2290,233 @@ export const PrivateLinkScopedResource: msRest.CompositeMapper = {
2645
2290
  }
2646
2291
  };
2647
2292
 
2648
- export const ApplicationInsightsComponent: msRest.CompositeMapper = {
2649
- serializedName: "ApplicationInsightsComponent",
2293
+ export const ErrorResponseLinkedStorage: coreClient.CompositeMapper = {
2650
2294
  type: {
2651
2295
  name: "Composite",
2652
- className: "ApplicationInsightsComponent",
2296
+ className: "ErrorResponseLinkedStorage",
2653
2297
  modelProperties: {
2654
- ...ComponentsResource.type.modelProperties,
2655
- kind: {
2656
- required: true,
2657
- serializedName: "kind",
2298
+ error: {
2299
+ serializedName: "error",
2658
2300
  type: {
2659
- name: "String"
2301
+ name: "Composite",
2302
+ className: "ErrorResponseLinkedStorageError"
2660
2303
  }
2661
- },
2662
- applicationId: {
2304
+ }
2305
+ }
2306
+ }
2307
+ };
2308
+
2309
+ export const ErrorResponseLinkedStorageError: coreClient.CompositeMapper = {
2310
+ type: {
2311
+ name: "Composite",
2312
+ className: "ErrorResponseLinkedStorageError",
2313
+ modelProperties: {
2314
+ code: {
2315
+ serializedName: "code",
2663
2316
  readOnly: true,
2664
- serializedName: "properties.ApplicationId",
2665
2317
  type: {
2666
2318
  name: "String"
2667
2319
  }
2668
2320
  },
2669
- appId: {
2321
+ message: {
2322
+ serializedName: "message",
2670
2323
  readOnly: true,
2671
- serializedName: "properties.AppId",
2672
2324
  type: {
2673
2325
  name: "String"
2674
2326
  }
2675
- },
2676
- applicationType: {
2677
- required: true,
2678
- serializedName: "properties.Application_Type",
2679
- defaultValue: 'web',
2327
+ }
2328
+ }
2329
+ }
2330
+ };
2331
+
2332
+ export const ComponentLinkedStorageAccountsPatch: coreClient.CompositeMapper = {
2333
+ type: {
2334
+ name: "Composite",
2335
+ className: "ComponentLinkedStorageAccountsPatch",
2336
+ modelProperties: {
2337
+ linkedStorageAccount: {
2338
+ serializedName: "properties.linkedStorageAccount",
2680
2339
  type: {
2681
2340
  name: "String"
2682
2341
  }
2683
- },
2684
- flowType: {
2685
- serializedName: "properties.Flow_Type",
2686
- defaultValue: 'Bluefield',
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",
2687
2354
  type: {
2688
- name: "String"
2355
+ name: "Sequence",
2356
+ element: {
2357
+ type: {
2358
+ name: "Composite",
2359
+ className: "OperationLive"
2360
+ }
2361
+ }
2689
2362
  }
2690
2363
  },
2691
- requestSource: {
2692
- serializedName: "properties.Request_Source",
2693
- defaultValue: 'rest',
2364
+ nextLink: {
2365
+ serializedName: "nextLink",
2694
2366
  type: {
2695
2367
  name: "String"
2696
2368
  }
2697
- },
2698
- instrumentationKey: {
2699
- readOnly: true,
2700
- serializedName: "properties.InstrumentationKey",
2369
+ }
2370
+ }
2371
+ }
2372
+ };
2373
+
2374
+ export const OperationLive: coreClient.CompositeMapper = {
2375
+ type: {
2376
+ name: "Composite",
2377
+ className: "OperationLive",
2378
+ modelProperties: {
2379
+ name: {
2380
+ serializedName: "name",
2701
2381
  type: {
2702
2382
  name: "String"
2703
2383
  }
2704
2384
  },
2705
- creationDate: {
2706
- readOnly: true,
2707
- serializedName: "properties.CreationDate",
2385
+ display: {
2386
+ serializedName: "display",
2708
2387
  type: {
2709
- name: "DateTime"
2388
+ name: "Composite",
2389
+ className: "OperationInfo"
2710
2390
  }
2711
2391
  },
2712
- tenantId: {
2713
- readOnly: true,
2714
- serializedName: "properties.TenantId",
2392
+ origin: {
2393
+ serializedName: "origin",
2715
2394
  type: {
2716
2395
  name: "String"
2717
2396
  }
2718
2397
  },
2719
- hockeyAppId: {
2720
- serializedName: "properties.HockeyAppId",
2398
+ properties: {
2399
+ serializedName: "properties",
2721
2400
  type: {
2722
- name: "String"
2401
+ name: "Dictionary",
2402
+ value: { type: { name: "any" } }
2723
2403
  }
2724
- },
2725
- hockeyAppToken: {
2726
- readOnly: true,
2727
- serializedName: "properties.HockeyAppToken",
2404
+ }
2405
+ }
2406
+ }
2407
+ };
2408
+
2409
+ export const OperationInfo: coreClient.CompositeMapper = {
2410
+ type: {
2411
+ name: "Composite",
2412
+ className: "OperationInfo",
2413
+ modelProperties: {
2414
+ provider: {
2415
+ serializedName: "provider",
2728
2416
  type: {
2729
2417
  name: "String"
2730
2418
  }
2731
2419
  },
2732
- provisioningState: {
2733
- readOnly: true,
2734
- serializedName: "properties.provisioningState",
2420
+ resource: {
2421
+ serializedName: "resource",
2735
2422
  type: {
2736
2423
  name: "String"
2737
2424
  }
2738
2425
  },
2739
- samplingPercentage: {
2740
- serializedName: "properties.SamplingPercentage",
2426
+ operation: {
2427
+ serializedName: "operation",
2741
2428
  type: {
2742
- name: "Number"
2429
+ name: "String"
2743
2430
  }
2744
2431
  },
2745
- connectionString: {
2746
- readOnly: true,
2747
- serializedName: "properties.ConnectionString",
2432
+ description: {
2433
+ serializedName: "description",
2748
2434
  type: {
2749
2435
  name: "String"
2750
2436
  }
2751
- },
2752
- retentionInDays: {
2753
- serializedName: "properties.RetentionInDays",
2754
- defaultValue: 90,
2437
+ }
2438
+ }
2439
+ }
2440
+ };
2441
+
2442
+ export const LiveTokenResponse: coreClient.CompositeMapper = {
2443
+ type: {
2444
+ name: "Composite",
2445
+ className: "LiveTokenResponse",
2446
+ modelProperties: {
2447
+ liveToken: {
2448
+ serializedName: "liveToken",
2449
+ readOnly: true,
2755
2450
  type: {
2756
- name: "Number"
2451
+ name: "String"
2757
2452
  }
2758
- },
2759
- disableIpMasking: {
2760
- serializedName: "properties.DisableIpMasking",
2453
+ }
2454
+ }
2455
+ }
2456
+ };
2457
+
2458
+ export const ErrorResponse: coreClient.CompositeMapper = {
2459
+ type: {
2460
+ name: "Composite",
2461
+ className: "ErrorResponse",
2462
+ modelProperties: {
2463
+ code: {
2464
+ serializedName: "code",
2761
2465
  type: {
2762
- name: "Boolean"
2466
+ name: "String"
2763
2467
  }
2764
2468
  },
2765
- immediatePurgeDataOn30Days: {
2766
- serializedName: "properties.ImmediatePurgeDataOn30Days",
2469
+ message: {
2470
+ serializedName: "message",
2767
2471
  type: {
2768
- name: "Boolean"
2472
+ name: "String"
2769
2473
  }
2770
- },
2771
- privateLinkScopedResources: {
2772
- readOnly: true,
2773
- serializedName: "properties.PrivateLinkScopedResources",
2774
- type: {
2775
- name: "Sequence",
2776
- element: {
2777
- type: {
2778
- name: "Composite",
2779
- className: "PrivateLinkScopedResource"
2780
- }
2781
- }
2782
- }
2783
- },
2784
- publicNetworkAccessForIngestion: {
2785
- serializedName: "properties.publicNetworkAccessForIngestion",
2786
- defaultValue: 'Enabled',
2787
- type: {
2788
- name: "String"
2789
- }
2790
- },
2791
- publicNetworkAccessForQuery: {
2792
- serializedName: "properties.publicNetworkAccessForQuery",
2793
- defaultValue: 'Enabled',
2474
+ }
2475
+ }
2476
+ }
2477
+ };
2478
+
2479
+ export const Operation: coreClient.CompositeMapper = {
2480
+ type: {
2481
+ name: "Composite",
2482
+ className: "Operation",
2483
+ modelProperties: {
2484
+ name: {
2485
+ serializedName: "name",
2794
2486
  type: {
2795
2487
  name: "String"
2796
2488
  }
2797
2489
  },
2798
- ingestionMode: {
2799
- serializedName: "properties.IngestionMode",
2800
- defaultValue: 'ApplicationInsights',
2490
+ display: {
2491
+ serializedName: "display",
2801
2492
  type: {
2802
- name: "String"
2493
+ name: "Composite",
2494
+ className: "OperationDisplay"
2803
2495
  }
2804
2496
  }
2805
2497
  }
2806
2498
  }
2807
2499
  };
2808
2500
 
2809
- export const ComponentPurgeBodyFilters: msRest.CompositeMapper = {
2810
- serializedName: "ComponentPurgeBodyFilters",
2501
+ export const OperationDisplay: coreClient.CompositeMapper = {
2811
2502
  type: {
2812
2503
  name: "Composite",
2813
- className: "ComponentPurgeBodyFilters",
2504
+ className: "OperationDisplay",
2814
2505
  modelProperties: {
2815
- column: {
2816
- serializedName: "column",
2506
+ provider: {
2507
+ serializedName: "provider",
2817
2508
  type: {
2818
2509
  name: "String"
2819
2510
  }
2820
2511
  },
2821
- operator: {
2822
- serializedName: "operator",
2512
+ resource: {
2513
+ serializedName: "resource",
2823
2514
  type: {
2824
2515
  name: "String"
2825
2516
  }
2826
2517
  },
2827
- value: {
2828
- serializedName: "value",
2829
- type: {
2830
- name: "Object"
2831
- }
2832
- },
2833
- key: {
2834
- serializedName: "key",
2518
+ operation: {
2519
+ serializedName: "operation",
2835
2520
  type: {
2836
2521
  name: "String"
2837
2522
  }
@@ -2840,45 +2525,25 @@ export const ComponentPurgeBodyFilters: msRest.CompositeMapper = {
2840
2525
  }
2841
2526
  };
2842
2527
 
2843
- export const ComponentPurgeBody: msRest.CompositeMapper = {
2844
- serializedName: "ComponentPurgeBody",
2528
+ export const OperationListResult: coreClient.CompositeMapper = {
2845
2529
  type: {
2846
2530
  name: "Composite",
2847
- className: "ComponentPurgeBody",
2531
+ className: "OperationListResult",
2848
2532
  modelProperties: {
2849
- table: {
2850
- required: true,
2851
- serializedName: "table",
2852
- type: {
2853
- name: "String"
2854
- }
2855
- },
2856
- filters: {
2857
- required: true,
2858
- serializedName: "filters",
2533
+ value: {
2534
+ serializedName: "value",
2859
2535
  type: {
2860
2536
  name: "Sequence",
2861
2537
  element: {
2862
2538
  type: {
2863
2539
  name: "Composite",
2864
- className: "ComponentPurgeBodyFilters"
2540
+ className: "Operation"
2865
2541
  }
2866
2542
  }
2867
2543
  }
2868
- }
2869
- }
2870
- }
2871
- };
2872
-
2873
- export const ComponentPurgeResponse: msRest.CompositeMapper = {
2874
- serializedName: "ComponentPurgeResponse",
2875
- type: {
2876
- name: "Composite",
2877
- className: "ComponentPurgeResponse",
2878
- modelProperties: {
2879
- operationId: {
2880
- required: true,
2881
- serializedName: "operationId",
2544
+ },
2545
+ nextLink: {
2546
+ serializedName: "nextLink",
2882
2547
  type: {
2883
2548
  name: "String"
2884
2549
  }
@@ -2887,231 +2552,278 @@ export const ComponentPurgeResponse: msRest.CompositeMapper = {
2887
2552
  }
2888
2553
  };
2889
2554
 
2890
- export const ComponentPurgeStatusResponse: msRest.CompositeMapper = {
2891
- serializedName: "ComponentPurgeStatusResponse",
2555
+ export const InnerErrorTrace: coreClient.CompositeMapper = {
2892
2556
  type: {
2893
2557
  name: "Composite",
2894
- className: "ComponentPurgeStatusResponse",
2558
+ className: "InnerErrorTrace",
2895
2559
  modelProperties: {
2896
- status: {
2897
- required: true,
2898
- serializedName: "status",
2560
+ trace: {
2561
+ serializedName: "trace",
2562
+ readOnly: true,
2899
2563
  type: {
2900
- name: "String"
2564
+ name: "Sequence",
2565
+ element: {
2566
+ type: {
2567
+ name: "String"
2568
+ }
2569
+ }
2901
2570
  }
2902
2571
  }
2903
2572
  }
2904
2573
  }
2905
2574
  };
2906
2575
 
2907
- export const ErrorResponseLinkedStorageError: msRest.CompositeMapper = {
2908
- serializedName: "ErrorResponseLinkedStorage_error",
2576
+ export const WorkbookInnerErrorTrace: coreClient.CompositeMapper = {
2909
2577
  type: {
2910
2578
  name: "Composite",
2911
- className: "ErrorResponseLinkedStorageError",
2579
+ className: "WorkbookInnerErrorTrace",
2912
2580
  modelProperties: {
2913
- code: {
2914
- readOnly: true,
2915
- serializedName: "code",
2916
- type: {
2917
- name: "String"
2918
- }
2919
- },
2920
- message: {
2581
+ trace: {
2582
+ serializedName: "trace",
2921
2583
  readOnly: true,
2922
- serializedName: "message",
2923
2584
  type: {
2924
- name: "String"
2585
+ name: "Sequence",
2586
+ element: {
2587
+ type: {
2588
+ name: "String"
2589
+ }
2590
+ }
2925
2591
  }
2926
2592
  }
2927
2593
  }
2928
2594
  }
2929
2595
  };
2930
2596
 
2931
- export const ErrorResponseLinkedStorage: msRest.CompositeMapper = {
2932
- serializedName: "ErrorResponseLinkedStorage",
2597
+ export const WebTest: coreClient.CompositeMapper = {
2933
2598
  type: {
2934
2599
  name: "Composite",
2935
- className: "ErrorResponseLinkedStorage",
2600
+ className: "WebTest",
2936
2601
  modelProperties: {
2937
- error: {
2938
- serializedName: "error",
2602
+ ...WebtestsResource.type.modelProperties,
2603
+ kind: {
2604
+ serializedName: "kind",
2939
2605
  type: {
2940
- name: "Composite",
2941
- className: "ErrorResponseLinkedStorageError"
2606
+ name: "Enum",
2607
+ allowedValues: ["ping", "multistep"]
2942
2608
  }
2943
- }
2944
- }
2945
- }
2946
- };
2947
-
2948
- export const ComponentLinkedStorageAccounts: msRest.CompositeMapper = {
2949
- serializedName: "ComponentLinkedStorageAccounts",
2950
- type: {
2951
- name: "Composite",
2952
- className: "ComponentLinkedStorageAccounts",
2953
- modelProperties: {
2954
- ...ProxyResource.type.modelProperties,
2955
- linkedStorageAccount: {
2956
- serializedName: "properties.linkedStorageAccount",
2609
+ },
2610
+ syntheticMonitorId: {
2611
+ serializedName: "properties.SyntheticMonitorId",
2957
2612
  type: {
2958
2613
  name: "String"
2959
2614
  }
2960
- }
2961
- }
2962
- }
2963
- };
2964
-
2965
- export const ComponentLinkedStorageAccountsPatch: msRest.CompositeMapper = {
2966
- serializedName: "ComponentLinkedStorageAccountsPatch",
2967
- type: {
2968
- name: "Composite",
2969
- className: "ComponentLinkedStorageAccountsPatch",
2970
- modelProperties: {
2971
- linkedStorageAccount: {
2972
- serializedName: "properties.linkedStorageAccount",
2615
+ },
2616
+ webTestName: {
2617
+ serializedName: "properties.Name",
2973
2618
  type: {
2974
2619
  name: "String"
2975
2620
  }
2976
- }
2977
- }
2978
- }
2979
- };
2980
-
2981
- export const LiveTokenResponse: msRest.CompositeMapper = {
2982
- serializedName: "LiveTokenResponse",
2983
- type: {
2984
- name: "Composite",
2985
- className: "LiveTokenResponse",
2986
- modelProperties: {
2987
- liveToken: {
2988
- readOnly: true,
2989
- serializedName: "liveToken",
2621
+ },
2622
+ description: {
2623
+ serializedName: "properties.Description",
2990
2624
  type: {
2991
2625
  name: "String"
2992
2626
  }
2993
- }
2994
- }
2995
- }
2996
- };
2997
-
2998
- export const OperationInfo: msRest.CompositeMapper = {
2999
- serializedName: "OperationInfo",
3000
- type: {
3001
- name: "Composite",
3002
- className: "OperationInfo",
3003
- modelProperties: {
3004
- provider: {
3005
- serializedName: "provider",
2627
+ },
2628
+ enabled: {
2629
+ serializedName: "properties.Enabled",
3006
2630
  type: {
3007
- name: "String"
2631
+ name: "Boolean"
3008
2632
  }
3009
2633
  },
3010
- resource: {
3011
- serializedName: "resource",
2634
+ frequency: {
2635
+ defaultValue: 300,
2636
+ serializedName: "properties.Frequency",
3012
2637
  type: {
3013
- name: "String"
2638
+ name: "Number"
3014
2639
  }
3015
2640
  },
3016
- operation: {
3017
- serializedName: "operation",
2641
+ timeout: {
2642
+ defaultValue: 30,
2643
+ serializedName: "properties.Timeout",
3018
2644
  type: {
3019
- name: "String"
2645
+ name: "Number"
3020
2646
  }
3021
2647
  },
3022
- description: {
3023
- serializedName: "description",
2648
+ webTestKind: {
2649
+ serializedName: "properties.Kind",
3024
2650
  type: {
3025
- name: "String"
2651
+ name: "Enum",
2652
+ allowedValues: ["ping", "multistep"]
3026
2653
  }
3027
- }
3028
- }
3029
- }
3030
- };
3031
-
3032
- export const OperationLive: msRest.CompositeMapper = {
3033
- serializedName: "OperationLive",
3034
- type: {
3035
- name: "Composite",
3036
- className: "OperationLive",
3037
- modelProperties: {
3038
- name: {
3039
- serializedName: "name",
2654
+ },
2655
+ retryEnabled: {
2656
+ serializedName: "properties.RetryEnabled",
3040
2657
  type: {
3041
- name: "String"
2658
+ name: "Boolean"
3042
2659
  }
3043
2660
  },
3044
- display: {
3045
- serializedName: "display",
2661
+ locations: {
2662
+ serializedName: "properties.Locations",
3046
2663
  type: {
3047
- name: "Composite",
3048
- className: "OperationInfo"
2664
+ name: "Sequence",
2665
+ element: {
2666
+ type: {
2667
+ name: "Composite",
2668
+ className: "WebTestGeolocation"
2669
+ }
2670
+ }
3049
2671
  }
3050
2672
  },
3051
- origin: {
3052
- serializedName: "origin",
2673
+ configuration: {
2674
+ serializedName: "properties.Configuration",
3053
2675
  type: {
3054
- name: "String"
2676
+ name: "Composite",
2677
+ className: "WebTestPropertiesConfiguration"
3055
2678
  }
3056
2679
  },
3057
- properties: {
3058
- serializedName: "properties",
2680
+ provisioningState: {
2681
+ serializedName: "properties.provisioningState",
2682
+ readOnly: true,
3059
2683
  type: {
3060
- name: "Object"
2684
+ name: "String"
3061
2685
  }
3062
2686
  }
3063
2687
  }
3064
2688
  }
3065
2689
  };
3066
2690
 
3067
- export const OperationListResult: msRest.CompositeMapper = {
3068
- serializedName: "OperationListResult",
2691
+ export const WorkbookTemplate: coreClient.CompositeMapper = {
3069
2692
  type: {
3070
2693
  name: "Composite",
3071
- className: "OperationListResult",
2694
+ className: "WorkbookTemplate",
3072
2695
  modelProperties: {
3073
- value: {
3074
- serializedName: "",
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",
3075
2718
  type: {
3076
2719
  name: "Sequence",
3077
2720
  element: {
3078
2721
  type: {
3079
2722
  name: "Composite",
3080
- className: "Operation"
2723
+ className: "WorkbookTemplateGallery"
3081
2724
  }
3082
2725
  }
3083
2726
  }
3084
2727
  },
3085
- nextLink: {
3086
- serializedName: "nextLink",
2728
+ localized: {
2729
+ serializedName: "properties.localized",
3087
2730
  type: {
3088
- name: "String"
2731
+ name: "Dictionary",
2732
+ value: {
2733
+ type: {
2734
+ name: "Sequence",
2735
+ element: {
2736
+ type: {
2737
+ name: "Composite",
2738
+ className: "WorkbookTemplateLocalizedGallery"
2739
+ }
2740
+ }
2741
+ }
2742
+ }
3089
2743
  }
3090
2744
  }
3091
2745
  }
3092
2746
  }
3093
2747
  };
3094
2748
 
3095
- export const OperationsListResult: msRest.CompositeMapper = {
3096
- serializedName: "OperationsListResult",
2749
+ export const MyWorkbook: coreClient.CompositeMapper = {
3097
2750
  type: {
3098
2751
  name: "Composite",
3099
- className: "OperationsListResult",
2752
+ className: "MyWorkbook",
3100
2753
  modelProperties: {
3101
- value: {
3102
- serializedName: "",
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",
3103
2802
  type: {
3104
2803
  name: "Sequence",
3105
2804
  element: {
3106
2805
  type: {
3107
- name: "Composite",
3108
- className: "OperationLive"
2806
+ name: "String"
3109
2807
  }
3110
2808
  }
3111
2809
  }
3112
2810
  },
3113
- nextLink: {
3114
- serializedName: "nextLink",
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,
3115
2827
  type: {
3116
2828
  name: "String"
3117
2829
  }
@@ -3120,119 +2832,230 @@ export const OperationsListResult: msRest.CompositeMapper = {
3120
2832
  }
3121
2833
  };
3122
2834
 
3123
- export const AnnotationsListResult: msRest.CompositeMapper = {
3124
- serializedName: "AnnotationsListResult",
2835
+ export const WorkbookResourceIdentity: coreClient.CompositeMapper = {
3125
2836
  type: {
3126
2837
  name: "Composite",
3127
- className: "AnnotationsListResult",
2838
+ className: "WorkbookResourceIdentity",
3128
2839
  modelProperties: {
3129
- value: {
3130
- readOnly: true,
3131
- serializedName: "",
3132
- type: {
3133
- name: "Sequence",
3134
- element: {
3135
- type: {
3136
- name: "Composite",
3137
- className: "Annotation"
3138
- }
3139
- }
3140
- }
3141
- }
2840
+ ...ManagedServiceIdentity.type.modelProperties
3142
2841
  }
3143
2842
  }
3144
2843
  };
3145
2844
 
3146
- export const ApplicationInsightsComponentAPIKeyListResult: msRest.CompositeMapper = {
3147
- serializedName: "ApplicationInsightsComponentAPIKeyListResult",
2845
+ export const TrackedResource: coreClient.CompositeMapper = {
3148
2846
  type: {
3149
2847
  name: "Composite",
3150
- className: "ApplicationInsightsComponentAPIKeyListResult",
2848
+ className: "TrackedResource",
3151
2849
  modelProperties: {
3152
- value: {
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",
3153
2860
  required: true,
3154
- serializedName: "",
3155
2861
  type: {
3156
- name: "Sequence",
3157
- element: {
3158
- type: {
3159
- name: "Composite",
3160
- className: "ApplicationInsightsComponentAPIKey"
3161
- }
3162
- }
2862
+ name: "String"
3163
2863
  }
3164
2864
  }
3165
2865
  }
3166
2866
  }
3167
2867
  };
3168
2868
 
3169
- export const WorkItemConfigurationsListResult: msRest.CompositeMapper = {
3170
- serializedName: "WorkItemConfigurationsListResult",
2869
+ export const ProxyResource: coreClient.CompositeMapper = {
3171
2870
  type: {
3172
2871
  name: "Composite",
3173
- className: "WorkItemConfigurationsListResult",
2872
+ className: "ProxyResource",
3174
2873
  modelProperties: {
3175
- value: {
3176
- readOnly: true,
3177
- serializedName: "",
3178
- type: {
3179
- name: "Sequence",
3180
- element: {
3181
- type: {
3182
- name: "Composite",
3183
- className: "WorkItemConfiguration"
3184
- }
3185
- }
3186
- }
3187
- }
2874
+ ...Resource.type.modelProperties
3188
2875
  }
3189
2876
  }
3190
2877
  };
3191
2878
 
3192
- export const ApplicationInsightsWebTestLocationsListResult: msRest.CompositeMapper = {
3193
- serializedName: "ApplicationInsightsWebTestLocationsListResult",
2879
+ export const ApplicationInsightsComponent: coreClient.CompositeMapper = {
3194
2880
  type: {
3195
2881
  name: "Composite",
3196
- className: "ApplicationInsightsWebTestLocationsListResult",
2882
+ className: "ApplicationInsightsComponent",
3197
2883
  modelProperties: {
3198
- value: {
2884
+ ...ComponentsResource.type.modelProperties,
2885
+ kind: {
2886
+ serializedName: "kind",
3199
2887
  required: true,
3200
- serializedName: "",
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,
3201
3003
  type: {
3202
3004
  name: "Sequence",
3203
3005
  element: {
3204
3006
  type: {
3205
3007
  name: "Composite",
3206
- className: "ApplicationInsightsComponentWebTestLocation"
3008
+ className: "PrivateLinkScopedResource"
3207
3009
  }
3208
3010
  }
3209
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
+ }
3210
3033
  }
3211
3034
  }
3212
3035
  }
3213
3036
  };
3214
3037
 
3215
- export const WebTestListResult: msRest.CompositeMapper = {
3216
- serializedName: "webTestListResult",
3038
+ export const WorkbookResource: coreClient.CompositeMapper = {
3217
3039
  type: {
3218
3040
  name: "Composite",
3219
- className: "WebTestListResult",
3041
+ className: "WorkbookResource",
3220
3042
  modelProperties: {
3221
- value: {
3222
- required: true,
3223
- serializedName: "",
3043
+ ...TrackedResource.type.modelProperties,
3044
+ identity: {
3045
+ serializedName: "identity",
3224
3046
  type: {
3225
- name: "Sequence",
3226
- element: {
3227
- type: {
3228
- name: "Composite",
3229
- className: "WebTest"
3230
- }
3231
- }
3047
+ name: "Composite",
3048
+ className: "WorkbookResourceIdentity"
3232
3049
  }
3233
3050
  },
3234
- nextLink: {
3235
- serializedName: "nextLink",
3051
+ kind: {
3052
+ serializedName: "kind",
3053
+ type: {
3054
+ name: "String"
3055
+ }
3056
+ },
3057
+ etag: {
3058
+ serializedName: "etag",
3236
3059
  type: {
3237
3060
  name: "String"
3238
3061
  }
@@ -3241,107 +3064,109 @@ export const WebTestListResult: msRest.CompositeMapper = {
3241
3064
  }
3242
3065
  };
3243
3066
 
3244
- export const WorkbookTemplatesListResult: msRest.CompositeMapper = {
3245
- serializedName: "WorkbookTemplatesListResult",
3067
+ export const ComponentLinkedStorageAccounts: coreClient.CompositeMapper = {
3246
3068
  type: {
3247
3069
  name: "Composite",
3248
- className: "WorkbookTemplatesListResult",
3070
+ className: "ComponentLinkedStorageAccounts",
3249
3071
  modelProperties: {
3250
- value: {
3251
- serializedName: "",
3072
+ ...ProxyResource.type.modelProperties,
3073
+ linkedStorageAccount: {
3074
+ serializedName: "properties.linkedStorageAccount",
3252
3075
  type: {
3253
- name: "Sequence",
3254
- element: {
3255
- type: {
3256
- name: "Composite",
3257
- className: "WorkbookTemplate"
3258
- }
3259
- }
3076
+ name: "String"
3260
3077
  }
3261
3078
  }
3262
3079
  }
3263
3080
  }
3264
3081
  };
3265
3082
 
3266
- export const MyWorkbooksListResult: msRest.CompositeMapper = {
3267
- serializedName: "MyWorkbooksListResult",
3083
+ export const Workbook: coreClient.CompositeMapper = {
3268
3084
  type: {
3269
3085
  name: "Composite",
3270
- className: "MyWorkbooksListResult",
3086
+ className: "Workbook",
3271
3087
  modelProperties: {
3272
- value: {
3273
- readOnly: true,
3274
- serializedName: "",
3088
+ ...WorkbookResource.type.modelProperties,
3089
+ systemData: {
3090
+ serializedName: "systemData",
3275
3091
  type: {
3276
- name: "Sequence",
3277
- element: {
3278
- type: {
3279
- name: "Composite",
3280
- className: "MyWorkbook"
3281
- }
3282
- }
3092
+ name: "Composite",
3093
+ className: "SystemData"
3283
3094
  }
3284
3095
  },
3285
- nextLink: {
3286
- serializedName: "nextLink",
3096
+ displayName: {
3097
+ serializedName: "properties.displayName",
3287
3098
  type: {
3288
3099
  name: "String"
3289
3100
  }
3290
- }
3291
- }
3292
- }
3293
- };
3294
-
3295
- export const WorkbooksListResult: msRest.CompositeMapper = {
3296
- serializedName: "WorkbooksListResult",
3297
- type: {
3298
- name: "Composite",
3299
- className: "WorkbooksListResult",
3300
- modelProperties: {
3301
- value: {
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",
3302
3117
  readOnly: true,
3303
- serializedName: "",
3304
3118
  type: {
3305
- name: "Sequence",
3306
- element: {
3307
- type: {
3308
- name: "Composite",
3309
- className: "Workbook"
3310
- }
3311
- }
3119
+ name: "DateTime"
3312
3120
  }
3313
3121
  },
3314
- nextLink: {
3315
- serializedName: "nextLink",
3122
+ category: {
3123
+ serializedName: "properties.category",
3316
3124
  type: {
3317
3125
  name: "String"
3318
3126
  }
3319
- }
3320
- }
3321
- }
3322
- };
3323
-
3324
- export const ApplicationInsightsComponentListResult: msRest.CompositeMapper = {
3325
- serializedName: "ApplicationInsightsComponentListResult",
3326
- type: {
3327
- name: "Composite",
3328
- className: "ApplicationInsightsComponentListResult",
3329
- modelProperties: {
3330
- value: {
3331
- required: true,
3332
- serializedName: "",
3127
+ },
3128
+ tagsPropertiesTags: {
3129
+ serializedName: "properties.tags",
3333
3130
  type: {
3334
3131
  name: "Sequence",
3335
3132
  element: {
3336
3133
  type: {
3337
- name: "Composite",
3338
- className: "ApplicationInsightsComponent"
3134
+ name: "String"
3339
3135
  }
3340
3136
  }
3341
3137
  }
3342
3138
  },
3343
- nextLink: {
3344
- serializedName: "nextLink",
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,
3345
3170
  type: {
3346
3171
  name: "String"
3347
3172
  }