@azure/arm-appinsights 5.0.0-beta.7 → 5.0.0-beta.8

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 (1306) hide show
  1. package/CHANGELOG.md +5 -3
  2. package/LICENSE +4 -4
  3. package/README.md +30 -19
  4. package/dist/browser/applicationInsightsManagementClient.d.ts +37 -0
  5. package/dist/browser/applicationInsightsManagementClient.d.ts.map +1 -0
  6. package/dist/browser/applicationInsightsManagementClient.js +90 -0
  7. package/dist/browser/applicationInsightsManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +13 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/models/index.d.ts +2147 -0
  13. package/dist/browser/models/index.d.ts.map +1 -0
  14. package/dist/browser/models/index.js +170 -0
  15. package/dist/browser/models/index.js.map +1 -0
  16. package/dist/browser/models/mappers.d.ts +93 -0
  17. package/dist/browser/models/mappers.d.ts.map +1 -0
  18. package/dist/browser/models/mappers.js +3239 -0
  19. package/dist/browser/models/mappers.js.map +1 -0
  20. package/dist/browser/models/parameters.d.ts +65 -0
  21. package/dist/browser/models/parameters.d.ts.map +1 -0
  22. package/dist/browser/models/parameters.js +542 -0
  23. package/dist/browser/models/parameters.js.map +1 -0
  24. package/dist/browser/operations/aPIKeys.d.ts +55 -0
  25. package/dist/browser/operations/aPIKeys.d.ts.map +1 -0
  26. package/dist/browser/operations/aPIKeys.js +191 -0
  27. package/dist/browser/operations/aPIKeys.js.map +1 -0
  28. package/dist/browser/operations/analyticsItems.d.ts +51 -0
  29. package/dist/browser/operations/analyticsItems.d.ts.map +1 -0
  30. package/dist/browser/operations/analyticsItems.js +157 -0
  31. package/dist/browser/operations/analyticsItems.js.map +1 -0
  32. package/dist/browser/operations/annotations.d.ts +63 -0
  33. package/dist/browser/operations/annotations.d.ts.map +1 -0
  34. package/dist/browser/operations/annotations.js +213 -0
  35. package/dist/browser/operations/annotations.js.map +1 -0
  36. package/dist/browser/operations/componentAvailableFeatures.d.ts +20 -0
  37. package/dist/browser/operations/componentAvailableFeatures.d.ts.map +1 -0
  38. package/dist/browser/operations/componentAvailableFeatures.js +50 -0
  39. package/dist/browser/operations/componentAvailableFeatures.js.map +1 -0
  40. package/dist/browser/operations/componentCurrentBillingFeatures.d.ts +29 -0
  41. package/dist/browser/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
  42. package/dist/browser/operations/componentCurrentBillingFeatures.js +81 -0
  43. package/dist/browser/operations/componentCurrentBillingFeatures.js.map +1 -0
  44. package/dist/browser/operations/componentFeatureCapabilities.d.ts +20 -0
  45. package/dist/browser/operations/componentFeatureCapabilities.d.ts.map +1 -0
  46. package/dist/browser/operations/componentFeatureCapabilities.js +50 -0
  47. package/dist/browser/operations/componentFeatureCapabilities.js.map +1 -0
  48. package/dist/browser/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
  49. package/dist/browser/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  50. package/dist/browser/operations/componentLinkedStorageAccountsOperations.js +174 -0
  51. package/dist/browser/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
  52. package/dist/browser/operations/componentQuotaStatus.d.ts +20 -0
  53. package/dist/browser/operations/componentQuotaStatus.d.ts.map +1 -0
  54. package/dist/browser/operations/componentQuotaStatus.js +50 -0
  55. package/dist/browser/operations/componentQuotaStatus.js.map +1 -0
  56. package/dist/browser/operations/components.d.ts +112 -0
  57. package/dist/browser/operations/components.d.ts.map +1 -0
  58. package/dist/browser/operations/components.js +459 -0
  59. package/dist/browser/operations/components.js.map +1 -0
  60. package/dist/browser/operations/deletedWorkbooks.d.ts +32 -0
  61. package/dist/browser/operations/deletedWorkbooks.d.ts.map +1 -0
  62. package/dist/browser/operations/deletedWorkbooks.js +141 -0
  63. package/dist/browser/operations/deletedWorkbooks.js.map +1 -0
  64. package/dist/browser/operations/exportConfigurations.d.ts +58 -0
  65. package/dist/browser/operations/exportConfigurations.d.ts.map +1 -0
  66. package/dist/browser/operations/exportConfigurations.js +195 -0
  67. package/dist/browser/operations/exportConfigurations.js.map +1 -0
  68. package/dist/browser/operations/favorites.d.ts +55 -0
  69. package/dist/browser/operations/favorites.d.ts.map +1 -0
  70. package/dist/browser/operations/favorites.js +196 -0
  71. package/dist/browser/operations/favorites.js.map +1 -0
  72. package/dist/browser/operations/index.d.ts +21 -0
  73. package/dist/browser/operations/index.d.ts.map +1 -0
  74. package/dist/browser/operations/index.js +28 -0
  75. package/dist/browser/operations/index.js.map +1 -0
  76. package/dist/browser/operations/liveToken.d.ts +19 -0
  77. package/dist/browser/operations/liveToken.d.ts.map +1 -0
  78. package/dist/browser/operations/liveToken.js +47 -0
  79. package/dist/browser/operations/liveToken.js.map +1 -0
  80. package/dist/browser/operations/operations.d.ts +32 -0
  81. package/dist/browser/operations/operations.d.ts.map +1 -0
  82. package/dist/browser/operations/operations.js +133 -0
  83. package/dist/browser/operations/operations.js.map +1 -0
  84. package/dist/browser/operations/proactiveDetectionConfigurations.d.ts +40 -0
  85. package/dist/browser/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
  86. package/dist/browser/operations/proactiveDetectionConfigurations.js +130 -0
  87. package/dist/browser/operations/proactiveDetectionConfigurations.js.map +1 -0
  88. package/dist/browser/operations/webTestLocations.d.ts +30 -0
  89. package/dist/browser/operations/webTestLocations.d.ts.map +1 -0
  90. package/dist/browser/operations/webTestLocations.js +102 -0
  91. package/dist/browser/operations/webTestLocations.js.map +1 -0
  92. package/dist/browser/operations/webTests.d.ts +108 -0
  93. package/dist/browser/operations/webTests.d.ts.map +1 -0
  94. package/dist/browser/operations/webTests.js +472 -0
  95. package/dist/browser/operations/webTests.js.map +1 -0
  96. package/dist/browser/operations/workItemConfigurations.d.ts +75 -0
  97. package/dist/browser/operations/workItemConfigurations.d.ts.map +1 -0
  98. package/dist/browser/operations/workItemConfigurations.js +263 -0
  99. package/dist/browser/operations/workItemConfigurations.js.map +1 -0
  100. package/dist/browser/operations/workbookTemplates.d.ts +57 -0
  101. package/dist/browser/operations/workbookTemplates.d.ts.map +1 -0
  102. package/dist/browser/operations/workbookTemplates.js +229 -0
  103. package/dist/browser/operations/workbookTemplates.js.map +1 -0
  104. package/dist/browser/operations/workbooks.d.ts +118 -0
  105. package/dist/browser/operations/workbooks.d.ts.map +1 -0
  106. package/dist/browser/operations/workbooks.js +557 -0
  107. package/dist/browser/operations/workbooks.js.map +1 -0
  108. package/dist/browser/operationsInterfaces/aPIKeys.d.ts +38 -0
  109. package/dist/browser/operationsInterfaces/aPIKeys.d.ts.map +1 -0
  110. package/dist/browser/operationsInterfaces/aPIKeys.js.map +1 -0
  111. package/dist/browser/operationsInterfaces/analyticsItems.d.ts +43 -0
  112. package/dist/browser/operationsInterfaces/analyticsItems.d.ts.map +1 -0
  113. package/dist/browser/operationsInterfaces/analyticsItems.js.map +1 -0
  114. package/dist/browser/operationsInterfaces/annotations.d.ts +43 -0
  115. package/dist/browser/operationsInterfaces/annotations.d.ts.map +1 -0
  116. package/dist/browser/operationsInterfaces/annotations.js.map +1 -0
  117. package/dist/browser/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
  118. package/dist/browser/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
  119. package/dist/browser/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
  120. package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
  121. package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
  122. package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
  123. package/dist/browser/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
  124. package/dist/browser/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
  125. package/dist/browser/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
  126. package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
  127. package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  128. package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
  129. package/dist/browser/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
  130. package/dist/browser/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
  131. package/dist/browser/operationsInterfaces/componentQuotaStatus.js.map +1 -0
  132. package/dist/browser/operationsInterfaces/components.d.ts +76 -0
  133. package/dist/browser/operationsInterfaces/components.d.ts.map +1 -0
  134. package/dist/browser/operationsInterfaces/components.js.map +1 -0
  135. package/dist/browser/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
  136. package/dist/browser/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
  137. package/dist/browser/operationsInterfaces/deletedWorkbooks.js +9 -0
  138. package/dist/browser/operationsInterfaces/deletedWorkbooks.js.map +1 -0
  139. package/dist/browser/operationsInterfaces/exportConfigurations.d.ts +50 -0
  140. package/dist/browser/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
  141. package/dist/browser/operationsInterfaces/exportConfigurations.js.map +1 -0
  142. package/dist/browser/operationsInterfaces/favorites.d.ts +47 -0
  143. package/dist/browser/operationsInterfaces/favorites.d.ts.map +1 -0
  144. package/dist/browser/operationsInterfaces/favorites.js.map +1 -0
  145. package/dist/browser/operationsInterfaces/index.d.ts +21 -0
  146. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  147. package/dist/browser/operationsInterfaces/index.js +28 -0
  148. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  149. package/dist/browser/operationsInterfaces/liveToken.d.ts +11 -0
  150. package/dist/browser/operationsInterfaces/liveToken.d.ts.map +1 -0
  151. package/dist/browser/operationsInterfaces/liveToken.js.map +1 -0
  152. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  153. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  154. package/dist/browser/operationsInterfaces/operations.js +9 -0
  155. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  156. package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
  157. package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
  158. package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
  159. package/dist/browser/operationsInterfaces/webTestLocations.d.ts +13 -0
  160. package/dist/browser/operationsInterfaces/webTestLocations.d.ts.map +1 -0
  161. package/dist/browser/operationsInterfaces/webTestLocations.js.map +1 -0
  162. package/dist/browser/operationsInterfaces/webTests.d.ts +55 -0
  163. package/dist/browser/operationsInterfaces/webTests.d.ts.map +1 -0
  164. package/dist/browser/operationsInterfaces/webTests.js.map +1 -0
  165. package/dist/browser/operationsInterfaces/workItemConfigurations.d.ts +58 -0
  166. package/dist/browser/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
  167. package/dist/browser/operationsInterfaces/workItemConfigurations.js.map +1 -0
  168. package/dist/browser/operationsInterfaces/workbookTemplates.d.ts +41 -0
  169. package/dist/browser/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
  170. package/dist/browser/operationsInterfaces/workbookTemplates.js.map +1 -0
  171. package/dist/browser/operationsInterfaces/workbooks.d.ts +63 -0
  172. package/dist/browser/operationsInterfaces/workbooks.d.ts.map +1 -0
  173. package/dist/browser/operationsInterfaces/workbooks.js.map +1 -0
  174. package/dist/browser/package.json +3 -0
  175. package/dist/browser/pagingHelper.d.ts +13 -0
  176. package/dist/browser/pagingHelper.js +32 -0
  177. package/dist/browser/pagingHelper.js.map +1 -0
  178. package/dist/commonjs/applicationInsightsManagementClient.d.ts +37 -0
  179. package/dist/commonjs/applicationInsightsManagementClient.d.ts.map +1 -0
  180. package/dist/commonjs/applicationInsightsManagementClient.js +95 -0
  181. package/dist/commonjs/applicationInsightsManagementClient.js.map +1 -0
  182. package/dist/commonjs/index.d.ts +5 -0
  183. package/dist/commonjs/index.d.ts.map +1 -0
  184. package/dist/commonjs/index.js +19 -0
  185. package/dist/commonjs/index.js.map +1 -0
  186. package/dist/commonjs/models/index.d.ts +2147 -0
  187. package/dist/commonjs/models/index.d.ts.map +1 -0
  188. package/dist/commonjs/models/index.js +173 -0
  189. package/dist/commonjs/models/index.js.map +1 -0
  190. package/dist/commonjs/models/mappers.d.ts +93 -0
  191. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  192. package/dist/commonjs/models/mappers.js +3243 -0
  193. package/dist/commonjs/models/mappers.js.map +1 -0
  194. package/dist/commonjs/models/parameters.d.ts +65 -0
  195. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  196. package/dist/commonjs/models/parameters.js +546 -0
  197. package/dist/commonjs/models/parameters.js.map +1 -0
  198. package/dist/commonjs/operations/aPIKeys.d.ts +55 -0
  199. package/dist/commonjs/operations/aPIKeys.d.ts.map +1 -0
  200. package/dist/commonjs/operations/aPIKeys.js +195 -0
  201. package/dist/commonjs/operations/aPIKeys.js.map +1 -0
  202. package/dist/commonjs/operations/analyticsItems.d.ts +51 -0
  203. package/dist/commonjs/operations/analyticsItems.d.ts.map +1 -0
  204. package/dist/commonjs/operations/analyticsItems.js +162 -0
  205. package/dist/commonjs/operations/analyticsItems.js.map +1 -0
  206. package/dist/commonjs/operations/annotations.d.ts +63 -0
  207. package/dist/commonjs/operations/annotations.d.ts.map +1 -0
  208. package/dist/commonjs/operations/annotations.js +217 -0
  209. package/dist/commonjs/operations/annotations.js.map +1 -0
  210. package/dist/commonjs/operations/componentAvailableFeatures.d.ts +20 -0
  211. package/dist/commonjs/operations/componentAvailableFeatures.d.ts.map +1 -0
  212. package/dist/commonjs/operations/componentAvailableFeatures.js +55 -0
  213. package/dist/commonjs/operations/componentAvailableFeatures.js.map +1 -0
  214. package/dist/commonjs/operations/componentCurrentBillingFeatures.d.ts +29 -0
  215. package/dist/commonjs/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
  216. package/dist/commonjs/operations/componentCurrentBillingFeatures.js +86 -0
  217. package/dist/commonjs/operations/componentCurrentBillingFeatures.js.map +1 -0
  218. package/dist/commonjs/operations/componentFeatureCapabilities.d.ts +20 -0
  219. package/dist/commonjs/operations/componentFeatureCapabilities.d.ts.map +1 -0
  220. package/dist/commonjs/operations/componentFeatureCapabilities.js +55 -0
  221. package/dist/commonjs/operations/componentFeatureCapabilities.js.map +1 -0
  222. package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
  223. package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  224. package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.js +179 -0
  225. package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
  226. package/dist/commonjs/operations/componentQuotaStatus.d.ts +20 -0
  227. package/dist/commonjs/operations/componentQuotaStatus.d.ts.map +1 -0
  228. package/dist/commonjs/operations/componentQuotaStatus.js +55 -0
  229. package/dist/commonjs/operations/componentQuotaStatus.js.map +1 -0
  230. package/dist/commonjs/operations/components.d.ts +112 -0
  231. package/dist/commonjs/operations/components.d.ts.map +1 -0
  232. package/dist/commonjs/operations/components.js +463 -0
  233. package/dist/commonjs/operations/components.js.map +1 -0
  234. package/dist/commonjs/operations/deletedWorkbooks.d.ts +32 -0
  235. package/dist/commonjs/operations/deletedWorkbooks.d.ts.map +1 -0
  236. package/dist/commonjs/operations/deletedWorkbooks.js +145 -0
  237. package/dist/commonjs/operations/deletedWorkbooks.js.map +1 -0
  238. package/dist/commonjs/operations/exportConfigurations.d.ts +58 -0
  239. package/dist/commonjs/operations/exportConfigurations.d.ts.map +1 -0
  240. package/dist/commonjs/operations/exportConfigurations.js +200 -0
  241. package/dist/commonjs/operations/exportConfigurations.js.map +1 -0
  242. package/dist/commonjs/operations/favorites.d.ts +55 -0
  243. package/dist/commonjs/operations/favorites.d.ts.map +1 -0
  244. package/dist/commonjs/operations/favorites.js +201 -0
  245. package/dist/commonjs/operations/favorites.js.map +1 -0
  246. package/dist/commonjs/operations/index.d.ts +21 -0
  247. package/dist/commonjs/operations/index.d.ts.map +1 -0
  248. package/dist/commonjs/operations/index.js +31 -0
  249. package/dist/commonjs/operations/index.js.map +1 -0
  250. package/dist/commonjs/operations/liveToken.d.ts +19 -0
  251. package/dist/commonjs/operations/liveToken.d.ts.map +1 -0
  252. package/dist/commonjs/operations/liveToken.js +52 -0
  253. package/dist/commonjs/operations/liveToken.js.map +1 -0
  254. package/dist/commonjs/operations/operations.d.ts +32 -0
  255. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  256. package/dist/commonjs/operations/operations.js +137 -0
  257. package/dist/commonjs/operations/operations.js.map +1 -0
  258. package/dist/commonjs/operations/proactiveDetectionConfigurations.d.ts +40 -0
  259. package/dist/commonjs/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
  260. package/dist/commonjs/operations/proactiveDetectionConfigurations.js +135 -0
  261. package/dist/commonjs/operations/proactiveDetectionConfigurations.js.map +1 -0
  262. package/dist/commonjs/operations/webTestLocations.d.ts +30 -0
  263. package/dist/commonjs/operations/webTestLocations.d.ts.map +1 -0
  264. package/dist/commonjs/operations/webTestLocations.js +106 -0
  265. package/dist/commonjs/operations/webTestLocations.js.map +1 -0
  266. package/dist/commonjs/operations/webTests.d.ts +108 -0
  267. package/dist/commonjs/operations/webTests.d.ts.map +1 -0
  268. package/dist/commonjs/operations/webTests.js +476 -0
  269. package/dist/commonjs/operations/webTests.js.map +1 -0
  270. package/dist/commonjs/operations/workItemConfigurations.d.ts +75 -0
  271. package/dist/commonjs/operations/workItemConfigurations.d.ts.map +1 -0
  272. package/dist/commonjs/operations/workItemConfigurations.js +267 -0
  273. package/dist/commonjs/operations/workItemConfigurations.js.map +1 -0
  274. package/dist/commonjs/operations/workbookTemplates.d.ts +57 -0
  275. package/dist/commonjs/operations/workbookTemplates.d.ts.map +1 -0
  276. package/dist/commonjs/operations/workbookTemplates.js +233 -0
  277. package/dist/commonjs/operations/workbookTemplates.js.map +1 -0
  278. package/dist/commonjs/operations/workbooks.d.ts +118 -0
  279. package/dist/commonjs/operations/workbooks.d.ts.map +1 -0
  280. package/dist/commonjs/operations/workbooks.js +561 -0
  281. package/dist/commonjs/operations/workbooks.js.map +1 -0
  282. package/dist/commonjs/operationsInterfaces/aPIKeys.d.ts +38 -0
  283. package/dist/commonjs/operationsInterfaces/aPIKeys.d.ts.map +1 -0
  284. package/dist/commonjs/operationsInterfaces/aPIKeys.js +10 -0
  285. package/dist/commonjs/operationsInterfaces/aPIKeys.js.map +1 -0
  286. package/dist/commonjs/operationsInterfaces/analyticsItems.d.ts +43 -0
  287. package/dist/commonjs/operationsInterfaces/analyticsItems.d.ts.map +1 -0
  288. package/dist/commonjs/operationsInterfaces/analyticsItems.js +10 -0
  289. package/dist/commonjs/operationsInterfaces/analyticsItems.js.map +1 -0
  290. package/dist/commonjs/operationsInterfaces/annotations.d.ts +43 -0
  291. package/dist/commonjs/operationsInterfaces/annotations.d.ts.map +1 -0
  292. package/dist/commonjs/operationsInterfaces/annotations.js +10 -0
  293. package/dist/commonjs/operationsInterfaces/annotations.js.map +1 -0
  294. package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
  295. package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
  296. package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.js +10 -0
  297. package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
  298. package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
  299. package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
  300. package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.js +10 -0
  301. package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
  302. package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
  303. package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
  304. package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.js +10 -0
  305. package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
  306. package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
  307. package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  308. package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.js +10 -0
  309. package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
  310. package/dist/commonjs/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
  311. package/dist/commonjs/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
  312. package/dist/commonjs/operationsInterfaces/componentQuotaStatus.js +10 -0
  313. package/dist/commonjs/operationsInterfaces/componentQuotaStatus.js.map +1 -0
  314. package/dist/commonjs/operationsInterfaces/components.d.ts +76 -0
  315. package/dist/commonjs/operationsInterfaces/components.d.ts.map +1 -0
  316. package/dist/commonjs/operationsInterfaces/components.js +10 -0
  317. package/dist/commonjs/operationsInterfaces/components.js.map +1 -0
  318. package/dist/commonjs/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
  319. package/dist/commonjs/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
  320. package/dist/commonjs/operationsInterfaces/deletedWorkbooks.js +10 -0
  321. package/dist/commonjs/operationsInterfaces/deletedWorkbooks.js.map +1 -0
  322. package/dist/commonjs/operationsInterfaces/exportConfigurations.d.ts +50 -0
  323. package/dist/commonjs/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
  324. package/dist/commonjs/operationsInterfaces/exportConfigurations.js +10 -0
  325. package/dist/commonjs/operationsInterfaces/exportConfigurations.js.map +1 -0
  326. package/dist/commonjs/operationsInterfaces/favorites.d.ts +47 -0
  327. package/dist/commonjs/operationsInterfaces/favorites.d.ts.map +1 -0
  328. package/dist/commonjs/operationsInterfaces/favorites.js +10 -0
  329. package/dist/commonjs/operationsInterfaces/favorites.js.map +1 -0
  330. package/dist/commonjs/operationsInterfaces/index.d.ts +21 -0
  331. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  332. package/dist/commonjs/operationsInterfaces/index.js +31 -0
  333. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  334. package/dist/commonjs/operationsInterfaces/liveToken.d.ts +11 -0
  335. package/dist/commonjs/operationsInterfaces/liveToken.d.ts.map +1 -0
  336. package/dist/commonjs/operationsInterfaces/liveToken.js +10 -0
  337. package/dist/commonjs/operationsInterfaces/liveToken.js.map +1 -0
  338. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  339. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  340. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  341. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  342. package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
  343. package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
  344. package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.js +10 -0
  345. package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
  346. package/dist/commonjs/operationsInterfaces/webTestLocations.d.ts +13 -0
  347. package/dist/commonjs/operationsInterfaces/webTestLocations.d.ts.map +1 -0
  348. package/dist/commonjs/operationsInterfaces/webTestLocations.js +10 -0
  349. package/dist/commonjs/operationsInterfaces/webTestLocations.js.map +1 -0
  350. package/dist/commonjs/operationsInterfaces/webTests.d.ts +55 -0
  351. package/dist/commonjs/operationsInterfaces/webTests.d.ts.map +1 -0
  352. package/dist/commonjs/operationsInterfaces/webTests.js +10 -0
  353. package/dist/commonjs/operationsInterfaces/webTests.js.map +1 -0
  354. package/dist/commonjs/operationsInterfaces/workItemConfigurations.d.ts +58 -0
  355. package/dist/commonjs/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
  356. package/dist/commonjs/operationsInterfaces/workItemConfigurations.js +10 -0
  357. package/dist/commonjs/operationsInterfaces/workItemConfigurations.js.map +1 -0
  358. package/dist/commonjs/operationsInterfaces/workbookTemplates.d.ts +41 -0
  359. package/dist/commonjs/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
  360. package/dist/commonjs/operationsInterfaces/workbookTemplates.js +10 -0
  361. package/dist/commonjs/operationsInterfaces/workbookTemplates.js.map +1 -0
  362. package/dist/commonjs/operationsInterfaces/workbooks.d.ts +63 -0
  363. package/dist/commonjs/operationsInterfaces/workbooks.d.ts.map +1 -0
  364. package/dist/commonjs/operationsInterfaces/workbooks.js +10 -0
  365. package/dist/commonjs/operationsInterfaces/workbooks.js.map +1 -0
  366. package/dist/commonjs/package.json +3 -0
  367. package/dist/commonjs/pagingHelper.d.ts +13 -0
  368. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  369. package/dist/commonjs/pagingHelper.js +36 -0
  370. package/dist/commonjs/pagingHelper.js.map +1 -0
  371. package/dist/commonjs/tsdoc-metadata.json +11 -0
  372. package/dist/esm/applicationInsightsManagementClient.d.ts +37 -0
  373. package/dist/esm/applicationInsightsManagementClient.d.ts.map +1 -0
  374. package/dist/esm/applicationInsightsManagementClient.js +90 -0
  375. package/dist/esm/applicationInsightsManagementClient.js.map +1 -0
  376. package/dist/esm/index.d.ts +5 -0
  377. package/dist/esm/index.d.ts.map +1 -0
  378. package/dist/esm/index.js +13 -0
  379. package/dist/esm/index.js.map +1 -0
  380. package/dist/esm/models/index.d.ts +2147 -0
  381. package/dist/esm/models/index.d.ts.map +1 -0
  382. package/dist/esm/models/index.js +170 -0
  383. package/dist/esm/models/index.js.map +1 -0
  384. package/dist/esm/models/mappers.d.ts +93 -0
  385. package/dist/esm/models/mappers.d.ts.map +1 -0
  386. package/dist/esm/models/mappers.js +3239 -0
  387. package/dist/esm/models/mappers.js.map +1 -0
  388. package/dist/esm/models/parameters.d.ts +65 -0
  389. package/dist/esm/models/parameters.d.ts.map +1 -0
  390. package/dist/esm/models/parameters.js +542 -0
  391. package/dist/esm/models/parameters.js.map +1 -0
  392. package/dist/esm/operations/aPIKeys.d.ts +55 -0
  393. package/dist/esm/operations/aPIKeys.d.ts.map +1 -0
  394. package/dist/esm/operations/aPIKeys.js +191 -0
  395. package/dist/esm/operations/aPIKeys.js.map +1 -0
  396. package/dist/esm/operations/analyticsItems.d.ts +51 -0
  397. package/dist/esm/operations/analyticsItems.d.ts.map +1 -0
  398. package/dist/esm/operations/analyticsItems.js +157 -0
  399. package/dist/esm/operations/analyticsItems.js.map +1 -0
  400. package/dist/esm/operations/annotations.d.ts +63 -0
  401. package/dist/esm/operations/annotations.d.ts.map +1 -0
  402. package/dist/esm/operations/annotations.js +213 -0
  403. package/dist/esm/operations/annotations.js.map +1 -0
  404. package/dist/esm/operations/componentAvailableFeatures.d.ts +20 -0
  405. package/dist/esm/operations/componentAvailableFeatures.d.ts.map +1 -0
  406. package/dist/esm/operations/componentAvailableFeatures.js +50 -0
  407. package/dist/esm/operations/componentAvailableFeatures.js.map +1 -0
  408. package/dist/esm/operations/componentCurrentBillingFeatures.d.ts +29 -0
  409. package/dist/esm/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
  410. package/dist/esm/operations/componentCurrentBillingFeatures.js +81 -0
  411. package/dist/esm/operations/componentCurrentBillingFeatures.js.map +1 -0
  412. package/dist/esm/operations/componentFeatureCapabilities.d.ts +20 -0
  413. package/dist/esm/operations/componentFeatureCapabilities.d.ts.map +1 -0
  414. package/dist/esm/operations/componentFeatureCapabilities.js +50 -0
  415. package/dist/esm/operations/componentFeatureCapabilities.js.map +1 -0
  416. package/dist/esm/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
  417. package/dist/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  418. package/dist/esm/operations/componentLinkedStorageAccountsOperations.js +174 -0
  419. package/dist/esm/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
  420. package/dist/esm/operations/componentQuotaStatus.d.ts +20 -0
  421. package/dist/esm/operations/componentQuotaStatus.d.ts.map +1 -0
  422. package/dist/esm/operations/componentQuotaStatus.js +50 -0
  423. package/dist/esm/operations/componentQuotaStatus.js.map +1 -0
  424. package/dist/esm/operations/components.d.ts +112 -0
  425. package/dist/esm/operations/components.d.ts.map +1 -0
  426. package/dist/esm/operations/components.js +459 -0
  427. package/dist/esm/operations/components.js.map +1 -0
  428. package/dist/esm/operations/deletedWorkbooks.d.ts +32 -0
  429. package/dist/esm/operations/deletedWorkbooks.d.ts.map +1 -0
  430. package/dist/esm/operations/deletedWorkbooks.js +141 -0
  431. package/dist/esm/operations/deletedWorkbooks.js.map +1 -0
  432. package/dist/esm/operations/exportConfigurations.d.ts +58 -0
  433. package/dist/esm/operations/exportConfigurations.d.ts.map +1 -0
  434. package/dist/esm/operations/exportConfigurations.js +195 -0
  435. package/dist/esm/operations/exportConfigurations.js.map +1 -0
  436. package/dist/esm/operations/favorites.d.ts +55 -0
  437. package/dist/esm/operations/favorites.d.ts.map +1 -0
  438. package/dist/esm/operations/favorites.js +196 -0
  439. package/dist/esm/operations/favorites.js.map +1 -0
  440. package/dist/esm/operations/index.d.ts +21 -0
  441. package/dist/esm/operations/index.d.ts.map +1 -0
  442. package/dist/esm/operations/index.js +28 -0
  443. package/dist/esm/operations/index.js.map +1 -0
  444. package/dist/esm/operations/liveToken.d.ts +19 -0
  445. package/dist/esm/operations/liveToken.d.ts.map +1 -0
  446. package/dist/esm/operations/liveToken.js +47 -0
  447. package/dist/esm/operations/liveToken.js.map +1 -0
  448. package/dist/esm/operations/operations.d.ts +32 -0
  449. package/dist/esm/operations/operations.d.ts.map +1 -0
  450. package/dist/esm/operations/operations.js +133 -0
  451. package/dist/esm/operations/operations.js.map +1 -0
  452. package/dist/esm/operations/proactiveDetectionConfigurations.d.ts +40 -0
  453. package/dist/esm/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
  454. package/dist/esm/operations/proactiveDetectionConfigurations.js +130 -0
  455. package/dist/esm/operations/proactiveDetectionConfigurations.js.map +1 -0
  456. package/dist/esm/operations/webTestLocations.d.ts +30 -0
  457. package/dist/esm/operations/webTestLocations.d.ts.map +1 -0
  458. package/dist/esm/operations/webTestLocations.js +102 -0
  459. package/dist/esm/operations/webTestLocations.js.map +1 -0
  460. package/dist/esm/operations/webTests.d.ts +108 -0
  461. package/dist/esm/operations/webTests.d.ts.map +1 -0
  462. package/dist/esm/operations/webTests.js +472 -0
  463. package/dist/esm/operations/webTests.js.map +1 -0
  464. package/dist/esm/operations/workItemConfigurations.d.ts +75 -0
  465. package/dist/esm/operations/workItemConfigurations.d.ts.map +1 -0
  466. package/dist/esm/operations/workItemConfigurations.js +263 -0
  467. package/dist/esm/operations/workItemConfigurations.js.map +1 -0
  468. package/dist/esm/operations/workbookTemplates.d.ts +57 -0
  469. package/dist/esm/operations/workbookTemplates.d.ts.map +1 -0
  470. package/dist/esm/operations/workbookTemplates.js +229 -0
  471. package/dist/esm/operations/workbookTemplates.js.map +1 -0
  472. package/dist/esm/operations/workbooks.d.ts +118 -0
  473. package/dist/esm/operations/workbooks.d.ts.map +1 -0
  474. package/dist/esm/operations/workbooks.js +557 -0
  475. package/dist/esm/operations/workbooks.js.map +1 -0
  476. package/dist/esm/operationsInterfaces/aPIKeys.d.ts +38 -0
  477. package/dist/esm/operationsInterfaces/aPIKeys.d.ts.map +1 -0
  478. package/dist/esm/operationsInterfaces/aPIKeys.js +9 -0
  479. package/dist/esm/operationsInterfaces/aPIKeys.js.map +1 -0
  480. package/dist/esm/operationsInterfaces/analyticsItems.d.ts +43 -0
  481. package/dist/esm/operationsInterfaces/analyticsItems.d.ts.map +1 -0
  482. package/dist/esm/operationsInterfaces/analyticsItems.js +9 -0
  483. package/dist/esm/operationsInterfaces/analyticsItems.js.map +1 -0
  484. package/dist/esm/operationsInterfaces/annotations.d.ts +43 -0
  485. package/dist/esm/operationsInterfaces/annotations.d.ts.map +1 -0
  486. package/dist/esm/operationsInterfaces/annotations.js +9 -0
  487. package/dist/esm/operationsInterfaces/annotations.js.map +1 -0
  488. package/dist/esm/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
  489. package/dist/esm/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
  490. package/dist/esm/operationsInterfaces/componentAvailableFeatures.js +9 -0
  491. package/dist/esm/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
  492. package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
  493. package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
  494. package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
  495. package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
  496. package/dist/esm/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
  497. package/dist/esm/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
  498. package/dist/esm/operationsInterfaces/componentFeatureCapabilities.js +9 -0
  499. package/dist/esm/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
  500. package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
  501. package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  502. package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
  503. package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
  504. package/dist/esm/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
  505. package/dist/esm/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
  506. package/dist/esm/operationsInterfaces/componentQuotaStatus.js +9 -0
  507. package/dist/esm/operationsInterfaces/componentQuotaStatus.js.map +1 -0
  508. package/dist/esm/operationsInterfaces/components.d.ts +76 -0
  509. package/dist/esm/operationsInterfaces/components.d.ts.map +1 -0
  510. package/dist/esm/operationsInterfaces/components.js +9 -0
  511. package/dist/esm/operationsInterfaces/components.js.map +1 -0
  512. package/dist/esm/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
  513. package/dist/esm/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
  514. package/dist/esm/operationsInterfaces/deletedWorkbooks.js +9 -0
  515. package/dist/esm/operationsInterfaces/deletedWorkbooks.js.map +1 -0
  516. package/dist/esm/operationsInterfaces/exportConfigurations.d.ts +50 -0
  517. package/dist/esm/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
  518. package/dist/esm/operationsInterfaces/exportConfigurations.js +9 -0
  519. package/dist/esm/operationsInterfaces/exportConfigurations.js.map +1 -0
  520. package/dist/esm/operationsInterfaces/favorites.d.ts +47 -0
  521. package/dist/esm/operationsInterfaces/favorites.d.ts.map +1 -0
  522. package/dist/esm/operationsInterfaces/favorites.js +9 -0
  523. package/dist/esm/operationsInterfaces/favorites.js.map +1 -0
  524. package/dist/esm/operationsInterfaces/index.d.ts +21 -0
  525. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  526. package/dist/esm/operationsInterfaces/index.js +28 -0
  527. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  528. package/dist/esm/operationsInterfaces/liveToken.d.ts +11 -0
  529. package/dist/esm/operationsInterfaces/liveToken.d.ts.map +1 -0
  530. package/dist/esm/operationsInterfaces/liveToken.js +9 -0
  531. package/dist/esm/operationsInterfaces/liveToken.js.map +1 -0
  532. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  533. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  534. package/dist/esm/operationsInterfaces/operations.js +9 -0
  535. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  536. package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
  537. package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
  538. package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
  539. package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
  540. package/dist/esm/operationsInterfaces/webTestLocations.d.ts +13 -0
  541. package/dist/esm/operationsInterfaces/webTestLocations.d.ts.map +1 -0
  542. package/dist/esm/operationsInterfaces/webTestLocations.js +9 -0
  543. package/dist/esm/operationsInterfaces/webTestLocations.js.map +1 -0
  544. package/dist/esm/operationsInterfaces/webTests.d.ts +55 -0
  545. package/dist/esm/operationsInterfaces/webTests.d.ts.map +1 -0
  546. package/dist/esm/operationsInterfaces/webTests.js +9 -0
  547. package/dist/esm/operationsInterfaces/webTests.js.map +1 -0
  548. package/dist/esm/operationsInterfaces/workItemConfigurations.d.ts +58 -0
  549. package/dist/esm/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
  550. package/dist/esm/operationsInterfaces/workItemConfigurations.js +9 -0
  551. package/dist/esm/operationsInterfaces/workItemConfigurations.js.map +1 -0
  552. package/dist/esm/operationsInterfaces/workbookTemplates.d.ts +41 -0
  553. package/dist/esm/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
  554. package/dist/esm/operationsInterfaces/workbookTemplates.js +9 -0
  555. package/dist/esm/operationsInterfaces/workbookTemplates.js.map +1 -0
  556. package/dist/esm/operationsInterfaces/workbooks.d.ts +63 -0
  557. package/dist/esm/operationsInterfaces/workbooks.d.ts.map +1 -0
  558. package/dist/esm/operationsInterfaces/workbooks.js +9 -0
  559. package/dist/esm/operationsInterfaces/workbooks.js.map +1 -0
  560. package/dist/esm/package.json +3 -0
  561. package/dist/esm/pagingHelper.d.ts +13 -0
  562. package/dist/esm/pagingHelper.d.ts.map +1 -0
  563. package/dist/esm/pagingHelper.js +32 -0
  564. package/dist/esm/pagingHelper.js.map +1 -0
  565. package/dist/react-native/applicationInsightsManagementClient.d.ts +37 -0
  566. package/dist/react-native/applicationInsightsManagementClient.d.ts.map +1 -0
  567. package/dist/react-native/applicationInsightsManagementClient.js +90 -0
  568. package/dist/react-native/applicationInsightsManagementClient.js.map +1 -0
  569. package/dist/react-native/index.d.ts +5 -0
  570. package/dist/react-native/index.d.ts.map +1 -0
  571. package/dist/react-native/index.js +13 -0
  572. package/dist/react-native/index.js.map +1 -0
  573. package/dist/react-native/models/index.d.ts +2147 -0
  574. package/dist/react-native/models/index.d.ts.map +1 -0
  575. package/dist/react-native/models/index.js +170 -0
  576. package/dist/react-native/models/index.js.map +1 -0
  577. package/dist/react-native/models/mappers.d.ts +93 -0
  578. package/dist/react-native/models/mappers.d.ts.map +1 -0
  579. package/dist/react-native/models/mappers.js +3239 -0
  580. package/dist/react-native/models/mappers.js.map +1 -0
  581. package/dist/react-native/models/parameters.d.ts +65 -0
  582. package/dist/react-native/models/parameters.d.ts.map +1 -0
  583. package/dist/react-native/models/parameters.js +542 -0
  584. package/dist/react-native/models/parameters.js.map +1 -0
  585. package/dist/react-native/operations/aPIKeys.d.ts +55 -0
  586. package/dist/react-native/operations/aPIKeys.d.ts.map +1 -0
  587. package/dist/react-native/operations/aPIKeys.js +191 -0
  588. package/dist/react-native/operations/aPIKeys.js.map +1 -0
  589. package/dist/react-native/operations/analyticsItems.d.ts +51 -0
  590. package/dist/react-native/operations/analyticsItems.d.ts.map +1 -0
  591. package/dist/react-native/operations/analyticsItems.js +157 -0
  592. package/dist/react-native/operations/analyticsItems.js.map +1 -0
  593. package/dist/react-native/operations/annotations.d.ts +63 -0
  594. package/dist/react-native/operations/annotations.d.ts.map +1 -0
  595. package/dist/react-native/operations/annotations.js +213 -0
  596. package/dist/react-native/operations/annotations.js.map +1 -0
  597. package/dist/react-native/operations/componentAvailableFeatures.d.ts +20 -0
  598. package/dist/react-native/operations/componentAvailableFeatures.d.ts.map +1 -0
  599. package/dist/react-native/operations/componentAvailableFeatures.js +50 -0
  600. package/dist/react-native/operations/componentAvailableFeatures.js.map +1 -0
  601. package/dist/react-native/operations/componentCurrentBillingFeatures.d.ts +29 -0
  602. package/dist/react-native/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
  603. package/dist/react-native/operations/componentCurrentBillingFeatures.js +81 -0
  604. package/dist/react-native/operations/componentCurrentBillingFeatures.js.map +1 -0
  605. package/dist/react-native/operations/componentFeatureCapabilities.d.ts +20 -0
  606. package/dist/react-native/operations/componentFeatureCapabilities.d.ts.map +1 -0
  607. package/dist/react-native/operations/componentFeatureCapabilities.js +50 -0
  608. package/dist/react-native/operations/componentFeatureCapabilities.js.map +1 -0
  609. package/dist/react-native/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
  610. package/dist/react-native/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  611. package/dist/react-native/operations/componentLinkedStorageAccountsOperations.js +174 -0
  612. package/dist/react-native/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
  613. package/dist/react-native/operations/componentQuotaStatus.d.ts +20 -0
  614. package/dist/react-native/operations/componentQuotaStatus.d.ts.map +1 -0
  615. package/dist/react-native/operations/componentQuotaStatus.js +50 -0
  616. package/dist/react-native/operations/componentQuotaStatus.js.map +1 -0
  617. package/dist/react-native/operations/components.d.ts +112 -0
  618. package/dist/react-native/operations/components.d.ts.map +1 -0
  619. package/dist/react-native/operations/components.js +459 -0
  620. package/dist/react-native/operations/components.js.map +1 -0
  621. package/dist/react-native/operations/deletedWorkbooks.d.ts +32 -0
  622. package/dist/react-native/operations/deletedWorkbooks.d.ts.map +1 -0
  623. package/dist/react-native/operations/deletedWorkbooks.js +141 -0
  624. package/dist/react-native/operations/deletedWorkbooks.js.map +1 -0
  625. package/dist/react-native/operations/exportConfigurations.d.ts +58 -0
  626. package/dist/react-native/operations/exportConfigurations.d.ts.map +1 -0
  627. package/dist/react-native/operations/exportConfigurations.js +195 -0
  628. package/dist/react-native/operations/exportConfigurations.js.map +1 -0
  629. package/dist/react-native/operations/favorites.d.ts +55 -0
  630. package/dist/react-native/operations/favorites.d.ts.map +1 -0
  631. package/dist/react-native/operations/favorites.js +196 -0
  632. package/dist/react-native/operations/favorites.js.map +1 -0
  633. package/dist/react-native/operations/index.d.ts +21 -0
  634. package/dist/react-native/operations/index.d.ts.map +1 -0
  635. package/dist/react-native/operations/index.js +28 -0
  636. package/dist/react-native/operations/index.js.map +1 -0
  637. package/dist/react-native/operations/liveToken.d.ts +19 -0
  638. package/dist/react-native/operations/liveToken.d.ts.map +1 -0
  639. package/dist/react-native/operations/liveToken.js +47 -0
  640. package/dist/react-native/operations/liveToken.js.map +1 -0
  641. package/dist/react-native/operations/operations.d.ts +32 -0
  642. package/dist/react-native/operations/operations.d.ts.map +1 -0
  643. package/dist/react-native/operations/operations.js +133 -0
  644. package/dist/react-native/operations/operations.js.map +1 -0
  645. package/dist/react-native/operations/proactiveDetectionConfigurations.d.ts +40 -0
  646. package/dist/react-native/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
  647. package/dist/react-native/operations/proactiveDetectionConfigurations.js +130 -0
  648. package/dist/react-native/operations/proactiveDetectionConfigurations.js.map +1 -0
  649. package/dist/react-native/operations/webTestLocations.d.ts +30 -0
  650. package/dist/react-native/operations/webTestLocations.d.ts.map +1 -0
  651. package/dist/react-native/operations/webTestLocations.js +102 -0
  652. package/dist/react-native/operations/webTestLocations.js.map +1 -0
  653. package/dist/react-native/operations/webTests.d.ts +108 -0
  654. package/dist/react-native/operations/webTests.d.ts.map +1 -0
  655. package/dist/react-native/operations/webTests.js +472 -0
  656. package/dist/react-native/operations/webTests.js.map +1 -0
  657. package/dist/react-native/operations/workItemConfigurations.d.ts +75 -0
  658. package/dist/react-native/operations/workItemConfigurations.d.ts.map +1 -0
  659. package/dist/react-native/operations/workItemConfigurations.js +263 -0
  660. package/dist/react-native/operations/workItemConfigurations.js.map +1 -0
  661. package/dist/react-native/operations/workbookTemplates.d.ts +57 -0
  662. package/dist/react-native/operations/workbookTemplates.d.ts.map +1 -0
  663. package/dist/react-native/operations/workbookTemplates.js +229 -0
  664. package/dist/react-native/operations/workbookTemplates.js.map +1 -0
  665. package/dist/react-native/operations/workbooks.d.ts +118 -0
  666. package/dist/react-native/operations/workbooks.d.ts.map +1 -0
  667. package/dist/react-native/operations/workbooks.js +557 -0
  668. package/dist/react-native/operations/workbooks.js.map +1 -0
  669. package/dist/react-native/operationsInterfaces/aPIKeys.d.ts +38 -0
  670. package/dist/react-native/operationsInterfaces/aPIKeys.d.ts.map +1 -0
  671. package/dist/react-native/operationsInterfaces/aPIKeys.js +9 -0
  672. package/dist/react-native/operationsInterfaces/aPIKeys.js.map +1 -0
  673. package/dist/react-native/operationsInterfaces/analyticsItems.d.ts +43 -0
  674. package/dist/react-native/operationsInterfaces/analyticsItems.d.ts.map +1 -0
  675. package/dist/react-native/operationsInterfaces/analyticsItems.js +9 -0
  676. package/dist/react-native/operationsInterfaces/analyticsItems.js.map +1 -0
  677. package/dist/react-native/operationsInterfaces/annotations.d.ts +43 -0
  678. package/dist/react-native/operationsInterfaces/annotations.d.ts.map +1 -0
  679. package/dist/react-native/operationsInterfaces/annotations.js +9 -0
  680. package/dist/react-native/operationsInterfaces/annotations.js.map +1 -0
  681. package/dist/react-native/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
  682. package/dist/react-native/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
  683. package/dist/react-native/operationsInterfaces/componentAvailableFeatures.js +9 -0
  684. package/dist/react-native/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
  685. package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
  686. package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
  687. package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
  688. package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
  689. package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
  690. package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
  691. package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.js +9 -0
  692. package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
  693. package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
  694. package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  695. package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
  696. package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
  697. package/dist/react-native/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
  698. package/dist/react-native/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
  699. package/dist/react-native/operationsInterfaces/componentQuotaStatus.js +9 -0
  700. package/dist/react-native/operationsInterfaces/componentQuotaStatus.js.map +1 -0
  701. package/dist/react-native/operationsInterfaces/components.d.ts +76 -0
  702. package/dist/react-native/operationsInterfaces/components.d.ts.map +1 -0
  703. package/dist/react-native/operationsInterfaces/components.js +9 -0
  704. package/dist/react-native/operationsInterfaces/components.js.map +1 -0
  705. package/dist/react-native/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
  706. package/dist/react-native/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
  707. package/dist/react-native/operationsInterfaces/deletedWorkbooks.js +9 -0
  708. package/dist/react-native/operationsInterfaces/deletedWorkbooks.js.map +1 -0
  709. package/dist/react-native/operationsInterfaces/exportConfigurations.d.ts +50 -0
  710. package/dist/react-native/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
  711. package/dist/react-native/operationsInterfaces/exportConfigurations.js +9 -0
  712. package/dist/react-native/operationsInterfaces/exportConfigurations.js.map +1 -0
  713. package/dist/react-native/operationsInterfaces/favorites.d.ts +47 -0
  714. package/dist/react-native/operationsInterfaces/favorites.d.ts.map +1 -0
  715. package/dist/react-native/operationsInterfaces/favorites.js +9 -0
  716. package/dist/react-native/operationsInterfaces/favorites.js.map +1 -0
  717. package/dist/react-native/operationsInterfaces/index.d.ts +21 -0
  718. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  719. package/dist/react-native/operationsInterfaces/index.js +28 -0
  720. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  721. package/dist/react-native/operationsInterfaces/liveToken.d.ts +11 -0
  722. package/dist/react-native/operationsInterfaces/liveToken.d.ts.map +1 -0
  723. package/dist/react-native/operationsInterfaces/liveToken.js +9 -0
  724. package/dist/react-native/operationsInterfaces/liveToken.js.map +1 -0
  725. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  726. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  727. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  728. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  729. package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
  730. package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
  731. package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
  732. package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
  733. package/dist/react-native/operationsInterfaces/webTestLocations.d.ts +13 -0
  734. package/dist/react-native/operationsInterfaces/webTestLocations.d.ts.map +1 -0
  735. package/dist/react-native/operationsInterfaces/webTestLocations.js +9 -0
  736. package/dist/react-native/operationsInterfaces/webTestLocations.js.map +1 -0
  737. package/dist/react-native/operationsInterfaces/webTests.d.ts +55 -0
  738. package/dist/react-native/operationsInterfaces/webTests.d.ts.map +1 -0
  739. package/dist/react-native/operationsInterfaces/webTests.js +9 -0
  740. package/dist/react-native/operationsInterfaces/webTests.js.map +1 -0
  741. package/dist/react-native/operationsInterfaces/workItemConfigurations.d.ts +58 -0
  742. package/dist/react-native/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
  743. package/dist/react-native/operationsInterfaces/workItemConfigurations.js +9 -0
  744. package/dist/react-native/operationsInterfaces/workItemConfigurations.js.map +1 -0
  745. package/dist/react-native/operationsInterfaces/workbookTemplates.d.ts +41 -0
  746. package/dist/react-native/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
  747. package/dist/react-native/operationsInterfaces/workbookTemplates.js +9 -0
  748. package/dist/react-native/operationsInterfaces/workbookTemplates.js.map +1 -0
  749. package/dist/react-native/operationsInterfaces/workbooks.d.ts +63 -0
  750. package/dist/react-native/operationsInterfaces/workbooks.d.ts.map +1 -0
  751. package/dist/react-native/operationsInterfaces/workbooks.js +9 -0
  752. package/dist/react-native/operationsInterfaces/workbooks.js.map +1 -0
  753. package/dist/react-native/package.json +3 -0
  754. package/dist/react-native/pagingHelper.d.ts +13 -0
  755. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  756. package/dist/react-native/pagingHelper.js +32 -0
  757. package/dist/react-native/pagingHelper.js.map +1 -0
  758. package/package.json +83 -62
  759. package/review/arm-appinsights.api.md +146 -164
  760. package/LICENSE.txt +0 -21
  761. package/dist/index.js +0 -7959
  762. package/dist/index.js.map +0 -1
  763. package/dist/index.min.js +0 -1
  764. package/dist/index.min.js.map +0 -1
  765. package/dist-esm/samples-dev/analyticsItemsDeleteSample.d.ts +0 -2
  766. package/dist-esm/samples-dev/analyticsItemsDeleteSample.d.ts.map +0 -1
  767. package/dist-esm/samples-dev/analyticsItemsDeleteSample.js +0 -34
  768. package/dist-esm/samples-dev/analyticsItemsDeleteSample.js.map +0 -1
  769. package/dist-esm/samples-dev/analyticsItemsGetSample.d.ts +0 -2
  770. package/dist-esm/samples-dev/analyticsItemsGetSample.d.ts.map +0 -1
  771. package/dist-esm/samples-dev/analyticsItemsGetSample.js +0 -34
  772. package/dist-esm/samples-dev/analyticsItemsGetSample.js.map +0 -1
  773. package/dist-esm/samples-dev/analyticsItemsListSample.d.ts +0 -2
  774. package/dist-esm/samples-dev/analyticsItemsListSample.d.ts.map +0 -1
  775. package/dist-esm/samples-dev/analyticsItemsListSample.js +0 -32
  776. package/dist-esm/samples-dev/analyticsItemsListSample.js.map +0 -1
  777. package/dist-esm/samples-dev/analyticsItemsPutSample.d.ts +0 -2
  778. package/dist-esm/samples-dev/analyticsItemsPutSample.d.ts.map +0 -1
  779. package/dist-esm/samples-dev/analyticsItemsPutSample.js +0 -38
  780. package/dist-esm/samples-dev/analyticsItemsPutSample.js.map +0 -1
  781. package/dist-esm/samples-dev/annotationsCreateSample.d.ts +0 -2
  782. package/dist-esm/samples-dev/annotationsCreateSample.d.ts.map +0 -1
  783. package/dist-esm/samples-dev/annotationsCreateSample.js +0 -38
  784. package/dist-esm/samples-dev/annotationsCreateSample.js.map +0 -1
  785. package/dist-esm/samples-dev/annotationsDeleteSample.d.ts +0 -2
  786. package/dist-esm/samples-dev/annotationsDeleteSample.d.ts.map +0 -1
  787. package/dist-esm/samples-dev/annotationsDeleteSample.js +0 -32
  788. package/dist-esm/samples-dev/annotationsDeleteSample.js.map +0 -1
  789. package/dist-esm/samples-dev/annotationsGetSample.d.ts +0 -2
  790. package/dist-esm/samples-dev/annotationsGetSample.d.ts.map +0 -1
  791. package/dist-esm/samples-dev/annotationsGetSample.js +0 -32
  792. package/dist-esm/samples-dev/annotationsGetSample.js.map +0 -1
  793. package/dist-esm/samples-dev/annotationsListSample.d.ts +0 -2
  794. package/dist-esm/samples-dev/annotationsListSample.d.ts.map +0 -1
  795. package/dist-esm/samples-dev/annotationsListSample.js +0 -47
  796. package/dist-esm/samples-dev/annotationsListSample.js.map +0 -1
  797. package/dist-esm/samples-dev/apiKeysCreateSample.d.ts +0 -2
  798. package/dist-esm/samples-dev/apiKeysCreateSample.d.ts.map +0 -1
  799. package/dist-esm/samples-dev/apiKeysCreateSample.js +0 -41
  800. package/dist-esm/samples-dev/apiKeysCreateSample.js.map +0 -1
  801. package/dist-esm/samples-dev/apiKeysDeleteSample.d.ts +0 -2
  802. package/dist-esm/samples-dev/apiKeysDeleteSample.d.ts.map +0 -1
  803. package/dist-esm/samples-dev/apiKeysDeleteSample.js +0 -32
  804. package/dist-esm/samples-dev/apiKeysDeleteSample.js.map +0 -1
  805. package/dist-esm/samples-dev/apiKeysGetSample.d.ts +0 -2
  806. package/dist-esm/samples-dev/apiKeysGetSample.d.ts.map +0 -1
  807. package/dist-esm/samples-dev/apiKeysGetSample.js +0 -32
  808. package/dist-esm/samples-dev/apiKeysGetSample.js.map +0 -1
  809. package/dist-esm/samples-dev/apiKeysListSample.d.ts +0 -2
  810. package/dist-esm/samples-dev/apiKeysListSample.d.ts.map +0 -1
  811. package/dist-esm/samples-dev/apiKeysListSample.js +0 -45
  812. package/dist-esm/samples-dev/apiKeysListSample.js.map +0 -1
  813. package/dist-esm/samples-dev/componentAvailableFeaturesGetSample.d.ts +0 -2
  814. package/dist-esm/samples-dev/componentAvailableFeaturesGetSample.d.ts.map +0 -1
  815. package/dist-esm/samples-dev/componentAvailableFeaturesGetSample.js +0 -31
  816. package/dist-esm/samples-dev/componentAvailableFeaturesGetSample.js.map +0 -1
  817. package/dist-esm/samples-dev/componentCurrentBillingFeaturesGetSample.d.ts +0 -2
  818. package/dist-esm/samples-dev/componentCurrentBillingFeaturesGetSample.d.ts.map +0 -1
  819. package/dist-esm/samples-dev/componentCurrentBillingFeaturesGetSample.js +0 -31
  820. package/dist-esm/samples-dev/componentCurrentBillingFeaturesGetSample.js.map +0 -1
  821. package/dist-esm/samples-dev/componentCurrentBillingFeaturesUpdateSample.d.ts +0 -2
  822. package/dist-esm/samples-dev/componentCurrentBillingFeaturesUpdateSample.d.ts.map +0 -1
  823. package/dist-esm/samples-dev/componentCurrentBillingFeaturesUpdateSample.js +0 -35
  824. package/dist-esm/samples-dev/componentCurrentBillingFeaturesUpdateSample.js.map +0 -1
  825. package/dist-esm/samples-dev/componentFeatureCapabilitiesGetSample.d.ts +0 -2
  826. package/dist-esm/samples-dev/componentFeatureCapabilitiesGetSample.d.ts.map +0 -1
  827. package/dist-esm/samples-dev/componentFeatureCapabilitiesGetSample.js +0 -31
  828. package/dist-esm/samples-dev/componentFeatureCapabilitiesGetSample.js.map +0 -1
  829. package/dist-esm/samples-dev/componentLinkedStorageAccountsCreateAndUpdateSample.d.ts +0 -2
  830. package/dist-esm/samples-dev/componentLinkedStorageAccountsCreateAndUpdateSample.d.ts.map +0 -1
  831. package/dist-esm/samples-dev/componentLinkedStorageAccountsCreateAndUpdateSample.js +0 -35
  832. package/dist-esm/samples-dev/componentLinkedStorageAccountsCreateAndUpdateSample.js.map +0 -1
  833. package/dist-esm/samples-dev/componentLinkedStorageAccountsDeleteSample.d.ts +0 -2
  834. package/dist-esm/samples-dev/componentLinkedStorageAccountsDeleteSample.d.ts.map +0 -1
  835. package/dist-esm/samples-dev/componentLinkedStorageAccountsDeleteSample.js +0 -32
  836. package/dist-esm/samples-dev/componentLinkedStorageAccountsDeleteSample.js.map +0 -1
  837. package/dist-esm/samples-dev/componentLinkedStorageAccountsGetSample.d.ts +0 -2
  838. package/dist-esm/samples-dev/componentLinkedStorageAccountsGetSample.d.ts.map +0 -1
  839. package/dist-esm/samples-dev/componentLinkedStorageAccountsGetSample.js +0 -32
  840. package/dist-esm/samples-dev/componentLinkedStorageAccountsGetSample.js.map +0 -1
  841. package/dist-esm/samples-dev/componentLinkedStorageAccountsUpdateSample.d.ts +0 -2
  842. package/dist-esm/samples-dev/componentLinkedStorageAccountsUpdateSample.d.ts.map +0 -1
  843. package/dist-esm/samples-dev/componentLinkedStorageAccountsUpdateSample.js +0 -35
  844. package/dist-esm/samples-dev/componentLinkedStorageAccountsUpdateSample.js.map +0 -1
  845. package/dist-esm/samples-dev/componentQuotaStatusGetSample.d.ts +0 -2
  846. package/dist-esm/samples-dev/componentQuotaStatusGetSample.d.ts.map +0 -1
  847. package/dist-esm/samples-dev/componentQuotaStatusGetSample.js +0 -31
  848. package/dist-esm/samples-dev/componentQuotaStatusGetSample.js.map +0 -1
  849. package/dist-esm/samples-dev/componentsCreateOrUpdateSample.d.ts +0 -2
  850. package/dist-esm/samples-dev/componentsCreateOrUpdateSample.d.ts.map +0 -1
  851. package/dist-esm/samples-dev/componentsCreateOrUpdateSample.js +0 -62
  852. package/dist-esm/samples-dev/componentsCreateOrUpdateSample.js.map +0 -1
  853. package/dist-esm/samples-dev/componentsDeleteSample.d.ts +0 -2
  854. package/dist-esm/samples-dev/componentsDeleteSample.d.ts.map +0 -1
  855. package/dist-esm/samples-dev/componentsDeleteSample.js +0 -31
  856. package/dist-esm/samples-dev/componentsDeleteSample.js.map +0 -1
  857. package/dist-esm/samples-dev/componentsGetPurgeStatusSample.d.ts +0 -2
  858. package/dist-esm/samples-dev/componentsGetPurgeStatusSample.d.ts.map +0 -1
  859. package/dist-esm/samples-dev/componentsGetPurgeStatusSample.js +0 -32
  860. package/dist-esm/samples-dev/componentsGetPurgeStatusSample.js.map +0 -1
  861. package/dist-esm/samples-dev/componentsGetSample.d.ts +0 -2
  862. package/dist-esm/samples-dev/componentsGetSample.d.ts.map +0 -1
  863. package/dist-esm/samples-dev/componentsGetSample.js +0 -31
  864. package/dist-esm/samples-dev/componentsGetSample.js.map +0 -1
  865. package/dist-esm/samples-dev/componentsListByResourceGroupSample.d.ts +0 -2
  866. package/dist-esm/samples-dev/componentsListByResourceGroupSample.d.ts.map +0 -1
  867. package/dist-esm/samples-dev/componentsListByResourceGroupSample.js +0 -44
  868. package/dist-esm/samples-dev/componentsListByResourceGroupSample.js.map +0 -1
  869. package/dist-esm/samples-dev/componentsListSample.d.ts +0 -2
  870. package/dist-esm/samples-dev/componentsListSample.d.ts.map +0 -1
  871. package/dist-esm/samples-dev/componentsListSample.js +0 -43
  872. package/dist-esm/samples-dev/componentsListSample.js.map +0 -1
  873. package/dist-esm/samples-dev/componentsPurgeSample.d.ts +0 -2
  874. package/dist-esm/samples-dev/componentsPurgeSample.d.ts.map +0 -1
  875. package/dist-esm/samples-dev/componentsPurgeSample.js +0 -41
  876. package/dist-esm/samples-dev/componentsPurgeSample.js.map +0 -1
  877. package/dist-esm/samples-dev/componentsUpdateTagsSample.d.ts +0 -2
  878. package/dist-esm/samples-dev/componentsUpdateTagsSample.d.ts.map +0 -1
  879. package/dist-esm/samples-dev/componentsUpdateTagsSample.js +0 -40
  880. package/dist-esm/samples-dev/componentsUpdateTagsSample.js.map +0 -1
  881. package/dist-esm/samples-dev/exportConfigurationsCreateSample.d.ts +0 -2
  882. package/dist-esm/samples-dev/exportConfigurationsCreateSample.d.ts.map +0 -1
  883. package/dist-esm/samples-dev/exportConfigurationsCreateSample.js +0 -42
  884. package/dist-esm/samples-dev/exportConfigurationsCreateSample.js.map +0 -1
  885. package/dist-esm/samples-dev/exportConfigurationsDeleteSample.d.ts +0 -2
  886. package/dist-esm/samples-dev/exportConfigurationsDeleteSample.d.ts.map +0 -1
  887. package/dist-esm/samples-dev/exportConfigurationsDeleteSample.js +0 -32
  888. package/dist-esm/samples-dev/exportConfigurationsDeleteSample.js.map +0 -1
  889. package/dist-esm/samples-dev/exportConfigurationsGetSample.d.ts +0 -2
  890. package/dist-esm/samples-dev/exportConfigurationsGetSample.d.ts.map +0 -1
  891. package/dist-esm/samples-dev/exportConfigurationsGetSample.js +0 -32
  892. package/dist-esm/samples-dev/exportConfigurationsGetSample.js.map +0 -1
  893. package/dist-esm/samples-dev/exportConfigurationsListSample.d.ts +0 -2
  894. package/dist-esm/samples-dev/exportConfigurationsListSample.d.ts.map +0 -1
  895. package/dist-esm/samples-dev/exportConfigurationsListSample.js +0 -31
  896. package/dist-esm/samples-dev/exportConfigurationsListSample.js.map +0 -1
  897. package/dist-esm/samples-dev/exportConfigurationsUpdateSample.d.ts +0 -2
  898. package/dist-esm/samples-dev/exportConfigurationsUpdateSample.d.ts.map +0 -1
  899. package/dist-esm/samples-dev/exportConfigurationsUpdateSample.js +0 -43
  900. package/dist-esm/samples-dev/exportConfigurationsUpdateSample.js.map +0 -1
  901. package/dist-esm/samples-dev/favoritesAddSample.d.ts +0 -2
  902. package/dist-esm/samples-dev/favoritesAddSample.d.ts.map +0 -1
  903. package/dist-esm/samples-dev/favoritesAddSample.js +0 -44
  904. package/dist-esm/samples-dev/favoritesAddSample.js.map +0 -1
  905. package/dist-esm/samples-dev/favoritesDeleteSample.d.ts +0 -2
  906. package/dist-esm/samples-dev/favoritesDeleteSample.d.ts.map +0 -1
  907. package/dist-esm/samples-dev/favoritesDeleteSample.js +0 -32
  908. package/dist-esm/samples-dev/favoritesDeleteSample.js.map +0 -1
  909. package/dist-esm/samples-dev/favoritesGetSample.d.ts +0 -2
  910. package/dist-esm/samples-dev/favoritesGetSample.d.ts.map +0 -1
  911. package/dist-esm/samples-dev/favoritesGetSample.js +0 -32
  912. package/dist-esm/samples-dev/favoritesGetSample.js.map +0 -1
  913. package/dist-esm/samples-dev/favoritesListSample.d.ts +0 -2
  914. package/dist-esm/samples-dev/favoritesListSample.d.ts.map +0 -1
  915. package/dist-esm/samples-dev/favoritesListSample.js +0 -31
  916. package/dist-esm/samples-dev/favoritesListSample.js.map +0 -1
  917. package/dist-esm/samples-dev/favoritesUpdateSample.d.ts +0 -2
  918. package/dist-esm/samples-dev/favoritesUpdateSample.d.ts.map +0 -1
  919. package/dist-esm/samples-dev/favoritesUpdateSample.js +0 -44
  920. package/dist-esm/samples-dev/favoritesUpdateSample.js.map +0 -1
  921. package/dist-esm/samples-dev/liveTokenGetSample.d.ts +0 -2
  922. package/dist-esm/samples-dev/liveTokenGetSample.d.ts.map +0 -1
  923. package/dist-esm/samples-dev/liveTokenGetSample.js +0 -30
  924. package/dist-esm/samples-dev/liveTokenGetSample.js.map +0 -1
  925. package/dist-esm/samples-dev/myWorkbooksCreateOrUpdateSample.d.ts +0 -2
  926. package/dist-esm/samples-dev/myWorkbooksCreateOrUpdateSample.d.ts.map +0 -1
  927. package/dist-esm/samples-dev/myWorkbooksCreateOrUpdateSample.js +0 -42
  928. package/dist-esm/samples-dev/myWorkbooksCreateOrUpdateSample.js.map +0 -1
  929. package/dist-esm/samples-dev/myWorkbooksDeleteSample.d.ts +0 -2
  930. package/dist-esm/samples-dev/myWorkbooksDeleteSample.d.ts.map +0 -1
  931. package/dist-esm/samples-dev/myWorkbooksDeleteSample.js +0 -31
  932. package/dist-esm/samples-dev/myWorkbooksDeleteSample.js.map +0 -1
  933. package/dist-esm/samples-dev/myWorkbooksGetSample.d.ts +0 -2
  934. package/dist-esm/samples-dev/myWorkbooksGetSample.d.ts.map +0 -1
  935. package/dist-esm/samples-dev/myWorkbooksGetSample.js +0 -31
  936. package/dist-esm/samples-dev/myWorkbooksGetSample.js.map +0 -1
  937. package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.d.ts +0 -2
  938. package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.d.ts.map +0 -1
  939. package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.js +0 -77
  940. package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.js.map +0 -1
  941. package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.d.ts +0 -2
  942. package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.d.ts.map +0 -1
  943. package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.js +0 -75
  944. package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.js.map +0 -1
  945. package/dist-esm/samples-dev/myWorkbooksUpdateSample.d.ts +0 -2
  946. package/dist-esm/samples-dev/myWorkbooksUpdateSample.d.ts.map +0 -1
  947. package/dist-esm/samples-dev/myWorkbooksUpdateSample.js +0 -43
  948. package/dist-esm/samples-dev/myWorkbooksUpdateSample.js.map +0 -1
  949. package/dist-esm/samples-dev/proactiveDetectionConfigurationsGetSample.d.ts +0 -2
  950. package/dist-esm/samples-dev/proactiveDetectionConfigurationsGetSample.d.ts.map +0 -1
  951. package/dist-esm/samples-dev/proactiveDetectionConfigurationsGetSample.js +0 -32
  952. package/dist-esm/samples-dev/proactiveDetectionConfigurationsGetSample.js.map +0 -1
  953. package/dist-esm/samples-dev/proactiveDetectionConfigurationsListSample.d.ts +0 -2
  954. package/dist-esm/samples-dev/proactiveDetectionConfigurationsListSample.d.ts.map +0 -1
  955. package/dist-esm/samples-dev/proactiveDetectionConfigurationsListSample.js +0 -31
  956. package/dist-esm/samples-dev/proactiveDetectionConfigurationsListSample.js.map +0 -1
  957. package/dist-esm/samples-dev/proactiveDetectionConfigurationsUpdateSample.d.ts +0 -2
  958. package/dist-esm/samples-dev/proactiveDetectionConfigurationsUpdateSample.d.ts.map +0 -1
  959. package/dist-esm/samples-dev/proactiveDetectionConfigurationsUpdateSample.js +0 -49
  960. package/dist-esm/samples-dev/proactiveDetectionConfigurationsUpdateSample.js.map +0 -1
  961. package/dist-esm/samples-dev/webTestLocationsListSample.d.ts +0 -2
  962. package/dist-esm/samples-dev/webTestLocationsListSample.d.ts.map +0 -1
  963. package/dist-esm/samples-dev/webTestLocationsListSample.js +0 -45
  964. package/dist-esm/samples-dev/webTestLocationsListSample.js.map +0 -1
  965. package/dist-esm/samples-dev/webTestsCreateOrUpdateSample.d.ts +0 -2
  966. package/dist-esm/samples-dev/webTestsCreateOrUpdateSample.d.ts.map +0 -1
  967. package/dist-esm/samples-dev/webTestsCreateOrUpdateSample.js +0 -81
  968. package/dist-esm/samples-dev/webTestsCreateOrUpdateSample.js.map +0 -1
  969. package/dist-esm/samples-dev/webTestsDeleteSample.d.ts +0 -2
  970. package/dist-esm/samples-dev/webTestsDeleteSample.d.ts.map +0 -1
  971. package/dist-esm/samples-dev/webTestsDeleteSample.js +0 -31
  972. package/dist-esm/samples-dev/webTestsDeleteSample.js.map +0 -1
  973. package/dist-esm/samples-dev/webTestsGetSample.d.ts +0 -2
  974. package/dist-esm/samples-dev/webTestsGetSample.d.ts.map +0 -1
  975. package/dist-esm/samples-dev/webTestsGetSample.js +0 -31
  976. package/dist-esm/samples-dev/webTestsGetSample.js.map +0 -1
  977. package/dist-esm/samples-dev/webTestsListByComponentSample.d.ts +0 -2
  978. package/dist-esm/samples-dev/webTestsListByComponentSample.d.ts.map +0 -1
  979. package/dist-esm/samples-dev/webTestsListByComponentSample.js +0 -45
  980. package/dist-esm/samples-dev/webTestsListByComponentSample.js.map +0 -1
  981. package/dist-esm/samples-dev/webTestsListByResourceGroupSample.d.ts +0 -2
  982. package/dist-esm/samples-dev/webTestsListByResourceGroupSample.d.ts.map +0 -1
  983. package/dist-esm/samples-dev/webTestsListByResourceGroupSample.js +0 -44
  984. package/dist-esm/samples-dev/webTestsListByResourceGroupSample.js.map +0 -1
  985. package/dist-esm/samples-dev/webTestsListSample.d.ts +0 -2
  986. package/dist-esm/samples-dev/webTestsListSample.d.ts.map +0 -1
  987. package/dist-esm/samples-dev/webTestsListSample.js +0 -43
  988. package/dist-esm/samples-dev/webTestsListSample.js.map +0 -1
  989. package/dist-esm/samples-dev/webTestsUpdateTagsSample.d.ts +0 -2
  990. package/dist-esm/samples-dev/webTestsUpdateTagsSample.d.ts.map +0 -1
  991. package/dist-esm/samples-dev/webTestsUpdateTagsSample.js +0 -40
  992. package/dist-esm/samples-dev/webTestsUpdateTagsSample.js.map +0 -1
  993. package/dist-esm/samples-dev/workItemConfigurationsCreateSample.d.ts +0 -2
  994. package/dist-esm/samples-dev/workItemConfigurationsCreateSample.d.ts.map +0 -1
  995. package/dist-esm/samples-dev/workItemConfigurationsCreateSample.js +0 -37
  996. package/dist-esm/samples-dev/workItemConfigurationsCreateSample.js.map +0 -1
  997. package/dist-esm/samples-dev/workItemConfigurationsDeleteSample.d.ts +0 -2
  998. package/dist-esm/samples-dev/workItemConfigurationsDeleteSample.d.ts.map +0 -1
  999. package/dist-esm/samples-dev/workItemConfigurationsDeleteSample.js +0 -32
  1000. package/dist-esm/samples-dev/workItemConfigurationsDeleteSample.js.map +0 -1
  1001. package/dist-esm/samples-dev/workItemConfigurationsGetDefaultSample.d.ts +0 -2
  1002. package/dist-esm/samples-dev/workItemConfigurationsGetDefaultSample.d.ts.map +0 -1
  1003. package/dist-esm/samples-dev/workItemConfigurationsGetDefaultSample.js +0 -31
  1004. package/dist-esm/samples-dev/workItemConfigurationsGetDefaultSample.js.map +0 -1
  1005. package/dist-esm/samples-dev/workItemConfigurationsGetItemSample.d.ts +0 -2
  1006. package/dist-esm/samples-dev/workItemConfigurationsGetItemSample.d.ts.map +0 -1
  1007. package/dist-esm/samples-dev/workItemConfigurationsGetItemSample.js +0 -32
  1008. package/dist-esm/samples-dev/workItemConfigurationsGetItemSample.js.map +0 -1
  1009. package/dist-esm/samples-dev/workItemConfigurationsListSample.d.ts +0 -2
  1010. package/dist-esm/samples-dev/workItemConfigurationsListSample.d.ts.map +0 -1
  1011. package/dist-esm/samples-dev/workItemConfigurationsListSample.js +0 -45
  1012. package/dist-esm/samples-dev/workItemConfigurationsListSample.js.map +0 -1
  1013. package/dist-esm/samples-dev/workItemConfigurationsUpdateItemSample.d.ts +0 -2
  1014. package/dist-esm/samples-dev/workItemConfigurationsUpdateItemSample.d.ts.map +0 -1
  1015. package/dist-esm/samples-dev/workItemConfigurationsUpdateItemSample.js +0 -38
  1016. package/dist-esm/samples-dev/workItemConfigurationsUpdateItemSample.js.map +0 -1
  1017. package/dist-esm/samples-dev/workbookTemplatesCreateOrUpdateSample.d.ts +0 -2
  1018. package/dist-esm/samples-dev/workbookTemplatesCreateOrUpdateSample.d.ts.map +0 -1
  1019. package/dist-esm/samples-dev/workbookTemplatesCreateOrUpdateSample.js +0 -72
  1020. package/dist-esm/samples-dev/workbookTemplatesCreateOrUpdateSample.js.map +0 -1
  1021. package/dist-esm/samples-dev/workbookTemplatesDeleteSample.d.ts +0 -2
  1022. package/dist-esm/samples-dev/workbookTemplatesDeleteSample.d.ts.map +0 -1
  1023. package/dist-esm/samples-dev/workbookTemplatesDeleteSample.js +0 -31
  1024. package/dist-esm/samples-dev/workbookTemplatesDeleteSample.js.map +0 -1
  1025. package/dist-esm/samples-dev/workbookTemplatesGetSample.d.ts +0 -2
  1026. package/dist-esm/samples-dev/workbookTemplatesGetSample.d.ts.map +0 -1
  1027. package/dist-esm/samples-dev/workbookTemplatesGetSample.js +0 -31
  1028. package/dist-esm/samples-dev/workbookTemplatesGetSample.js.map +0 -1
  1029. package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.d.ts +0 -2
  1030. package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.d.ts.map +0 -1
  1031. package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.js +0 -44
  1032. package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.js.map +0 -1
  1033. package/dist-esm/samples-dev/workbookTemplatesUpdateSample.d.ts +0 -2
  1034. package/dist-esm/samples-dev/workbookTemplatesUpdateSample.d.ts.map +0 -1
  1035. package/dist-esm/samples-dev/workbookTemplatesUpdateSample.js +0 -31
  1036. package/dist-esm/samples-dev/workbookTemplatesUpdateSample.js.map +0 -1
  1037. package/dist-esm/samples-dev/workbooksCreateOrUpdateSample.d.ts +0 -2
  1038. package/dist-esm/samples-dev/workbooksCreateOrUpdateSample.d.ts.map +0 -1
  1039. package/dist-esm/samples-dev/workbooksCreateOrUpdateSample.js +0 -78
  1040. package/dist-esm/samples-dev/workbooksCreateOrUpdateSample.js.map +0 -1
  1041. package/dist-esm/samples-dev/workbooksDeleteSample.d.ts +0 -2
  1042. package/dist-esm/samples-dev/workbooksDeleteSample.d.ts.map +0 -1
  1043. package/dist-esm/samples-dev/workbooksDeleteSample.js +0 -31
  1044. package/dist-esm/samples-dev/workbooksDeleteSample.js.map +0 -1
  1045. package/dist-esm/samples-dev/workbooksGetSample.d.ts +0 -2
  1046. package/dist-esm/samples-dev/workbooksGetSample.d.ts.map +0 -1
  1047. package/dist-esm/samples-dev/workbooksGetSample.js +0 -67
  1048. package/dist-esm/samples-dev/workbooksGetSample.js.map +0 -1
  1049. package/dist-esm/samples-dev/workbooksListByResourceGroupSample.d.ts +0 -2
  1050. package/dist-esm/samples-dev/workbooksListByResourceGroupSample.d.ts.map +0 -1
  1051. package/dist-esm/samples-dev/workbooksListByResourceGroupSample.js +0 -81
  1052. package/dist-esm/samples-dev/workbooksListByResourceGroupSample.js.map +0 -1
  1053. package/dist-esm/samples-dev/workbooksListBySubscriptionSample.d.ts +0 -2
  1054. package/dist-esm/samples-dev/workbooksListBySubscriptionSample.d.ts.map +0 -1
  1055. package/dist-esm/samples-dev/workbooksListBySubscriptionSample.js +0 -75
  1056. package/dist-esm/samples-dev/workbooksListBySubscriptionSample.js.map +0 -1
  1057. package/dist-esm/samples-dev/workbooksRevisionGetSample.d.ts +0 -2
  1058. package/dist-esm/samples-dev/workbooksRevisionGetSample.d.ts.map +0 -1
  1059. package/dist-esm/samples-dev/workbooksRevisionGetSample.js +0 -32
  1060. package/dist-esm/samples-dev/workbooksRevisionGetSample.js.map +0 -1
  1061. package/dist-esm/samples-dev/workbooksRevisionsListSample.d.ts +0 -2
  1062. package/dist-esm/samples-dev/workbooksRevisionsListSample.d.ts.map +0 -1
  1063. package/dist-esm/samples-dev/workbooksRevisionsListSample.js +0 -45
  1064. package/dist-esm/samples-dev/workbooksRevisionsListSample.js.map +0 -1
  1065. package/dist-esm/samples-dev/workbooksUpdateSample.d.ts +0 -2
  1066. package/dist-esm/samples-dev/workbooksUpdateSample.d.ts.map +0 -1
  1067. package/dist-esm/samples-dev/workbooksUpdateSample.js +0 -53
  1068. package/dist-esm/samples-dev/workbooksUpdateSample.js.map +0 -1
  1069. package/dist-esm/src/applicationInsightsManagementClient.d.ts +0 -35
  1070. package/dist-esm/src/applicationInsightsManagementClient.d.ts.map +0 -1
  1071. package/dist-esm/src/applicationInsightsManagementClient.js +0 -88
  1072. package/dist-esm/src/applicationInsightsManagementClient.js.map +0 -1
  1073. package/dist-esm/src/index.d.ts +0 -6
  1074. package/dist-esm/src/index.d.ts.map +0 -1
  1075. package/dist-esm/src/index.js +0 -13
  1076. package/dist-esm/src/index.js.map +0 -1
  1077. package/dist-esm/src/models/index.d.ts +0 -2170
  1078. package/dist-esm/src/models/index.d.ts.map +0 -1
  1079. package/dist-esm/src/models/index.js +0 -186
  1080. package/dist-esm/src/models/index.js.map +0 -1
  1081. package/dist-esm/src/models/mappers.d.ts +0 -88
  1082. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  1083. package/dist-esm/src/models/mappers.js +0 -3076
  1084. package/dist-esm/src/models/mappers.js.map +0 -1
  1085. package/dist-esm/src/models/parameters.d.ts +0 -63
  1086. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  1087. package/dist-esm/src/models/parameters.js +0 -515
  1088. package/dist-esm/src/models/parameters.js.map +0 -1
  1089. package/dist-esm/src/operations/aPIKeys.d.ts +0 -55
  1090. package/dist-esm/src/operations/aPIKeys.d.ts.map +0 -1
  1091. package/dist-esm/src/operations/aPIKeys.js +0 -189
  1092. package/dist-esm/src/operations/aPIKeys.js.map +0 -1
  1093. package/dist-esm/src/operations/analyticsItems.d.ts +0 -51
  1094. package/dist-esm/src/operations/analyticsItems.d.ts.map +0 -1
  1095. package/dist-esm/src/operations/analyticsItems.js +0 -157
  1096. package/dist-esm/src/operations/analyticsItems.js.map +0 -1
  1097. package/dist-esm/src/operations/annotations.d.ts +0 -63
  1098. package/dist-esm/src/operations/annotations.d.ts.map +0 -1
  1099. package/dist-esm/src/operations/annotations.js +0 -211
  1100. package/dist-esm/src/operations/annotations.js.map +0 -1
  1101. package/dist-esm/src/operations/componentAvailableFeatures.d.ts +0 -20
  1102. package/dist-esm/src/operations/componentAvailableFeatures.d.ts.map +0 -1
  1103. package/dist-esm/src/operations/componentAvailableFeatures.js +0 -50
  1104. package/dist-esm/src/operations/componentAvailableFeatures.js.map +0 -1
  1105. package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts +0 -29
  1106. package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts.map +0 -1
  1107. package/dist-esm/src/operations/componentCurrentBillingFeatures.js +0 -81
  1108. package/dist-esm/src/operations/componentCurrentBillingFeatures.js.map +0 -1
  1109. package/dist-esm/src/operations/componentFeatureCapabilities.d.ts +0 -20
  1110. package/dist-esm/src/operations/componentFeatureCapabilities.d.ts.map +0 -1
  1111. package/dist-esm/src/operations/componentFeatureCapabilities.js +0 -50
  1112. package/dist-esm/src/operations/componentFeatureCapabilities.js.map +0 -1
  1113. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts +0 -53
  1114. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
  1115. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js +0 -174
  1116. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js.map +0 -1
  1117. package/dist-esm/src/operations/componentQuotaStatus.d.ts +0 -20
  1118. package/dist-esm/src/operations/componentQuotaStatus.d.ts.map +0 -1
  1119. package/dist-esm/src/operations/componentQuotaStatus.js +0 -50
  1120. package/dist-esm/src/operations/componentQuotaStatus.js.map +0 -1
  1121. package/dist-esm/src/operations/components.d.ts +0 -108
  1122. package/dist-esm/src/operations/components.d.ts.map +0 -1
  1123. package/dist-esm/src/operations/components.js +0 -453
  1124. package/dist-esm/src/operations/components.js.map +0 -1
  1125. package/dist-esm/src/operations/exportConfigurations.d.ts +0 -58
  1126. package/dist-esm/src/operations/exportConfigurations.d.ts.map +0 -1
  1127. package/dist-esm/src/operations/exportConfigurations.js +0 -195
  1128. package/dist-esm/src/operations/exportConfigurations.js.map +0 -1
  1129. package/dist-esm/src/operations/favorites.d.ts +0 -55
  1130. package/dist-esm/src/operations/favorites.d.ts.map +0 -1
  1131. package/dist-esm/src/operations/favorites.js +0 -196
  1132. package/dist-esm/src/operations/favorites.js.map +0 -1
  1133. package/dist-esm/src/operations/index.d.ts +0 -20
  1134. package/dist-esm/src/operations/index.d.ts.map +0 -1
  1135. package/dist-esm/src/operations/index.js +0 -27
  1136. package/dist-esm/src/operations/index.js.map +0 -1
  1137. package/dist-esm/src/operations/liveToken.d.ts +0 -19
  1138. package/dist-esm/src/operations/liveToken.d.ts.map +0 -1
  1139. package/dist-esm/src/operations/liveToken.js +0 -47
  1140. package/dist-esm/src/operations/liveToken.js.map +0 -1
  1141. package/dist-esm/src/operations/myWorkbooks.d.ts +0 -89
  1142. package/dist-esm/src/operations/myWorkbooks.d.ts.map +0 -1
  1143. package/dist-esm/src/operations/myWorkbooks.js +0 -410
  1144. package/dist-esm/src/operations/myWorkbooks.js.map +0 -1
  1145. package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts +0 -40
  1146. package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts.map +0 -1
  1147. package/dist-esm/src/operations/proactiveDetectionConfigurations.js +0 -130
  1148. package/dist-esm/src/operations/proactiveDetectionConfigurations.js.map +0 -1
  1149. package/dist-esm/src/operations/webTestLocations.d.ts +0 -30
  1150. package/dist-esm/src/operations/webTestLocations.d.ts.map +0 -1
  1151. package/dist-esm/src/operations/webTestLocations.js +0 -100
  1152. package/dist-esm/src/operations/webTestLocations.js.map +0 -1
  1153. package/dist-esm/src/operations/webTests.d.ts +0 -108
  1154. package/dist-esm/src/operations/webTests.d.ts.map +0 -1
  1155. package/dist-esm/src/operations/webTests.js +0 -469
  1156. package/dist-esm/src/operations/webTests.js.map +0 -1
  1157. package/dist-esm/src/operations/workItemConfigurations.d.ts +0 -75
  1158. package/dist-esm/src/operations/workItemConfigurations.d.ts.map +0 -1
  1159. package/dist-esm/src/operations/workItemConfigurations.js +0 -261
  1160. package/dist-esm/src/operations/workItemConfigurations.js.map +0 -1
  1161. package/dist-esm/src/operations/workbookTemplates.d.ts +0 -57
  1162. package/dist-esm/src/operations/workbookTemplates.d.ts.map +0 -1
  1163. package/dist-esm/src/operations/workbookTemplates.js +0 -227
  1164. package/dist-esm/src/operations/workbookTemplates.js.map +0 -1
  1165. package/dist-esm/src/operations/workbooks.d.ts +0 -120
  1166. package/dist-esm/src/operations/workbooks.d.ts.map +0 -1
  1167. package/dist-esm/src/operations/workbooks.js +0 -564
  1168. package/dist-esm/src/operations/workbooks.js.map +0 -1
  1169. package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts +0 -38
  1170. package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts.map +0 -1
  1171. package/dist-esm/src/operationsInterfaces/aPIKeys.js.map +0 -1
  1172. package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts +0 -43
  1173. package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts.map +0 -1
  1174. package/dist-esm/src/operationsInterfaces/analyticsItems.js.map +0 -1
  1175. package/dist-esm/src/operationsInterfaces/annotations.d.ts +0 -43
  1176. package/dist-esm/src/operationsInterfaces/annotations.d.ts.map +0 -1
  1177. package/dist-esm/src/operationsInterfaces/annotations.js.map +0 -1
  1178. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts +0 -12
  1179. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts.map +0 -1
  1180. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js.map +0 -1
  1181. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts +0 -21
  1182. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +0 -1
  1183. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js.map +0 -1
  1184. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts +0 -12
  1185. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts.map +0 -1
  1186. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js.map +0 -1
  1187. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +0 -45
  1188. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
  1189. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +0 -1
  1190. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts +0 -12
  1191. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts.map +0 -1
  1192. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js.map +0 -1
  1193. package/dist-esm/src/operationsInterfaces/components.d.ts +0 -72
  1194. package/dist-esm/src/operationsInterfaces/components.d.ts.map +0 -1
  1195. package/dist-esm/src/operationsInterfaces/components.js.map +0 -1
  1196. package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts +0 -50
  1197. package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts.map +0 -1
  1198. package/dist-esm/src/operationsInterfaces/exportConfigurations.js.map +0 -1
  1199. package/dist-esm/src/operationsInterfaces/favorites.d.ts +0 -47
  1200. package/dist-esm/src/operationsInterfaces/favorites.d.ts.map +0 -1
  1201. package/dist-esm/src/operationsInterfaces/favorites.js.map +0 -1
  1202. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -20
  1203. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1204. package/dist-esm/src/operationsInterfaces/index.js +0 -27
  1205. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1206. package/dist-esm/src/operationsInterfaces/liveToken.d.ts +0 -11
  1207. package/dist-esm/src/operationsInterfaces/liveToken.d.ts.map +0 -1
  1208. package/dist-esm/src/operationsInterfaces/liveToken.js.map +0 -1
  1209. package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts +0 -49
  1210. package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts.map +0 -1
  1211. package/dist-esm/src/operationsInterfaces/myWorkbooks.js +0 -9
  1212. package/dist-esm/src/operationsInterfaces/myWorkbooks.js.map +0 -1
  1213. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts +0 -32
  1214. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +0 -1
  1215. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js.map +0 -1
  1216. package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts +0 -13
  1217. package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts.map +0 -1
  1218. package/dist-esm/src/operationsInterfaces/webTestLocations.js.map +0 -1
  1219. package/dist-esm/src/operationsInterfaces/webTests.d.ts +0 -55
  1220. package/dist-esm/src/operationsInterfaces/webTests.d.ts.map +0 -1
  1221. package/dist-esm/src/operationsInterfaces/webTests.js.map +0 -1
  1222. package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts +0 -58
  1223. package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts.map +0 -1
  1224. package/dist-esm/src/operationsInterfaces/workItemConfigurations.js.map +0 -1
  1225. package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts +0 -41
  1226. package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts.map +0 -1
  1227. package/dist-esm/src/operationsInterfaces/workbookTemplates.js.map +0 -1
  1228. package/dist-esm/src/operationsInterfaces/workbooks.d.ts +0 -63
  1229. package/dist-esm/src/operationsInterfaces/workbooks.d.ts.map +0 -1
  1230. package/dist-esm/src/operationsInterfaces/workbooks.js.map +0 -1
  1231. package/dist-esm/src/pagingHelper.d.ts +0 -13
  1232. package/dist-esm/src/pagingHelper.js +0 -32
  1233. package/dist-esm/src/pagingHelper.js.map +0 -1
  1234. package/dist-esm/test/sampleTest.d.ts +0 -2
  1235. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  1236. package/dist-esm/test/sampleTest.js +0 -38
  1237. package/dist-esm/test/sampleTest.js.map +0 -1
  1238. package/rollup.config.js +0 -122
  1239. package/src/applicationInsightsManagementClient.ts +0 -188
  1240. package/src/index.ts +0 -13
  1241. package/src/models/index.ts +0 -2455
  1242. package/src/models/mappers.ts +0 -3258
  1243. package/src/models/parameters.ts +0 -601
  1244. package/src/operations/aPIKeys.ts +0 -256
  1245. package/src/operations/analyticsItems.ts +0 -215
  1246. package/src/operations/annotations.ts +0 -300
  1247. package/src/operations/componentAvailableFeatures.ts +0 -70
  1248. package/src/operations/componentCurrentBillingFeatures.ts +0 -114
  1249. package/src/operations/componentFeatureCapabilities.ts +0 -70
  1250. package/src/operations/componentLinkedStorageAccountsOperations.ts +0 -235
  1251. package/src/operations/componentQuotaStatus.ts +0 -69
  1252. package/src/operations/components.ts +0 -572
  1253. package/src/operations/exportConfigurations.ts +0 -264
  1254. package/src/operations/favorites.ts +0 -265
  1255. package/src/operations/index.ts +0 -27
  1256. package/src/operations/liveToken.ts +0 -61
  1257. package/src/operations/myWorkbooks.ts +0 -535
  1258. package/src/operations/proactiveDetectionConfigurations.ts +0 -179
  1259. package/src/operations/webTestLocations.ts +0 -130
  1260. package/src/operations/webTests.ts +0 -607
  1261. package/src/operations/workItemConfigurations.ts +0 -351
  1262. package/src/operations/workbookTemplates.ts +0 -295
  1263. package/src/operations/workbooks.ts +0 -745
  1264. package/src/operationsInterfaces/aPIKeys.ts +0 -76
  1265. package/src/operationsInterfaces/analyticsItems.ts +0 -82
  1266. package/src/operationsInterfaces/annotations.ts +0 -81
  1267. package/src/operationsInterfaces/componentAvailableFeatures.ts +0 -27
  1268. package/src/operationsInterfaces/componentCurrentBillingFeatures.ts +0 -44
  1269. package/src/operationsInterfaces/componentFeatureCapabilities.ts +0 -27
  1270. package/src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts +0 -86
  1271. package/src/operationsInterfaces/componentQuotaStatus.ts +0 -27
  1272. package/src/operationsInterfaces/components.ts +0 -131
  1273. package/src/operationsInterfaces/exportConfigurations.ts +0 -95
  1274. package/src/operationsInterfaces/favorites.ts +0 -92
  1275. package/src/operationsInterfaces/index.ts +0 -27
  1276. package/src/operationsInterfaces/liveToken.ts +0 -22
  1277. package/src/operationsInterfaces/myWorkbooks.ts +0 -95
  1278. package/src/operationsInterfaces/proactiveDetectionConfigurations.ts +0 -63
  1279. package/src/operationsInterfaces/webTestLocations.ts +0 -29
  1280. package/src/operationsInterfaces/webTests.ts +0 -104
  1281. package/src/operationsInterfaces/workItemConfigurations.ts +0 -109
  1282. package/src/operationsInterfaces/workbookTemplates.ts +0 -80
  1283. package/src/operationsInterfaces/workbooks.ts +0 -120
  1284. package/src/pagingHelper.ts +0 -39
  1285. package/tsconfig.json +0 -33
  1286. package/types/arm-appinsights.d.ts +0 -3191
  1287. package/types/tsdoc-metadata.json +0 -11
  1288. /package/{dist-esm/src → dist/browser}/operationsInterfaces/aPIKeys.js +0 -0
  1289. /package/{dist-esm/src → dist/browser}/operationsInterfaces/analyticsItems.js +0 -0
  1290. /package/{dist-esm/src → dist/browser}/operationsInterfaces/annotations.js +0 -0
  1291. /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentAvailableFeatures.js +0 -0
  1292. /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentCurrentBillingFeatures.js +0 -0
  1293. /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentFeatureCapabilities.js +0 -0
  1294. /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentLinkedStorageAccountsOperations.js +0 -0
  1295. /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentQuotaStatus.js +0 -0
  1296. /package/{dist-esm/src → dist/browser}/operationsInterfaces/components.js +0 -0
  1297. /package/{dist-esm/src → dist/browser}/operationsInterfaces/exportConfigurations.js +0 -0
  1298. /package/{dist-esm/src → dist/browser}/operationsInterfaces/favorites.js +0 -0
  1299. /package/{dist-esm/src → dist/browser}/operationsInterfaces/liveToken.js +0 -0
  1300. /package/{dist-esm/src → dist/browser}/operationsInterfaces/proactiveDetectionConfigurations.js +0 -0
  1301. /package/{dist-esm/src → dist/browser}/operationsInterfaces/webTestLocations.js +0 -0
  1302. /package/{dist-esm/src → dist/browser}/operationsInterfaces/webTests.js +0 -0
  1303. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workItemConfigurations.js +0 -0
  1304. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workbookTemplates.js +0 -0
  1305. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workbooks.js +0 -0
  1306. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const ApplicationInsightsComponentListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponent\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const PrivateLinkScopedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkScopedResource\",\n modelProperties: {\n resourceId: {\n serializedName: \"ResourceId\",\n type: {\n name: \"String\",\n },\n },\n scopeId: {\n serializedName: \"ScopeId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ComponentsResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ComponentsResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ErrorResponseComponents: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseComponents\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponseComponentsError\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponseComponentsError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseComponentsError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TagsResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TagsResource\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ComponentPurgeBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ComponentPurgeBody\",\n modelProperties: {\n table: {\n serializedName: \"table\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n filters: {\n serializedName: \"filters\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComponentPurgeBodyFilters\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ComponentPurgeBodyFilters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ComponentPurgeBodyFilters\",\n modelProperties: {\n column: {\n serializedName: \"column\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"any\",\n },\n },\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ComponentPurgeResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ComponentPurgeResponse\",\n modelProperties: {\n operationId: {\n serializedName: \"operationId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ComponentPurgeStatusResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ComponentPurgeStatusResponse\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AnnotationsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AnnotationsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Annotation\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Annotation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Annotation\",\n modelProperties: {\n annotationName: {\n serializedName: \"AnnotationName\",\n type: {\n name: \"String\",\n },\n },\n category: {\n serializedName: \"Category\",\n type: {\n name: \"String\",\n },\n },\n eventTime: {\n serializedName: \"EventTime\",\n type: {\n name: \"DateTime\",\n },\n },\n id: {\n serializedName: \"Id\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"Properties\",\n type: {\n name: \"String\",\n },\n },\n relatedAnnotation: {\n defaultValue: \"null\",\n serializedName: \"RelatedAnnotation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AnnotationError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AnnotationError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n innererror: {\n serializedName: \"innererror\",\n type: {\n name: \"Composite\",\n className: \"InnerError\",\n },\n },\n },\n },\n};\n\nexport const InnerError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InnerError\",\n modelProperties: {\n diagnosticcontext: {\n serializedName: \"diagnosticcontext\",\n type: {\n name: \"String\",\n },\n },\n time: {\n serializedName: \"time\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ApplicationInsightsComponentAPIKeyListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentAPIKeyListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentAPIKey\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ApplicationInsightsComponentAPIKey: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentAPIKey\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n apiKey: {\n serializedName: \"apiKey\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n createdDate: {\n serializedName: \"createdDate\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n linkedReadProperties: {\n serializedName: \"linkedReadProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n linkedWriteProperties: {\n serializedName: \"linkedWriteProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const APIKeyRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"APIKeyRequest\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n linkedReadProperties: {\n serializedName: \"linkedReadProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n linkedWriteProperties: {\n serializedName: \"linkedWriteProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ApplicationInsightsComponentExportConfiguration: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentExportConfiguration\",\n modelProperties: {\n exportId: {\n serializedName: \"ExportId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n instrumentationKey: {\n serializedName: \"InstrumentationKey\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n recordTypes: {\n serializedName: \"RecordTypes\",\n type: {\n name: \"String\",\n },\n },\n applicationName: {\n serializedName: \"ApplicationName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subscriptionId: {\n serializedName: \"SubscriptionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resourceGroup: {\n serializedName: \"ResourceGroup\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n destinationStorageSubscriptionId: {\n serializedName: \"DestinationStorageSubscriptionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n destinationStorageLocationId: {\n serializedName: \"DestinationStorageLocationId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n destinationAccountId: {\n serializedName: \"DestinationAccountId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n destinationType: {\n serializedName: \"DestinationType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isUserEnabled: {\n serializedName: \"IsUserEnabled\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lastUserUpdate: {\n serializedName: \"LastUserUpdate\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n notificationQueueEnabled: {\n serializedName: \"NotificationQueueEnabled\",\n type: {\n name: \"String\",\n },\n },\n exportStatus: {\n serializedName: \"ExportStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lastSuccessTime: {\n serializedName: \"LastSuccessTime\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lastGapTime: {\n serializedName: \"LastGapTime\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n permanentErrorReason: {\n serializedName: \"PermanentErrorReason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n storageName: {\n serializedName: \"StorageName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n containerName: {\n serializedName: \"ContainerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ApplicationInsightsComponentExportRequest: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentExportRequest\",\n modelProperties: {\n recordTypes: {\n serializedName: \"RecordTypes\",\n type: {\n name: \"String\",\n },\n },\n destinationType: {\n serializedName: \"DestinationType\",\n type: {\n name: \"String\",\n },\n },\n destinationAddress: {\n serializedName: \"DestinationAddress\",\n type: {\n name: \"String\",\n },\n },\n isEnabled: {\n serializedName: \"IsEnabled\",\n type: {\n name: \"String\",\n },\n },\n notificationQueueEnabled: {\n serializedName: \"NotificationQueueEnabled\",\n type: {\n name: \"String\",\n },\n },\n notificationQueueUri: {\n serializedName: \"NotificationQueueUri\",\n type: {\n name: \"String\",\n },\n },\n destinationStorageSubscriptionId: {\n serializedName: \"DestinationStorageSubscriptionId\",\n type: {\n name: \"String\",\n },\n },\n destinationStorageLocationId: {\n serializedName: \"DestinationStorageLocationId\",\n type: {\n name: \"String\",\n },\n },\n destinationAccountId: {\n serializedName: \"DestinationAccountId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ApplicationInsightsComponentBillingFeatures: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentBillingFeatures\",\n modelProperties: {\n dataVolumeCap: {\n serializedName: \"DataVolumeCap\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentDataVolumeCap\",\n },\n },\n currentBillingFeatures: {\n serializedName: \"CurrentBillingFeatures\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ApplicationInsightsComponentDataVolumeCap: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentDataVolumeCap\",\n modelProperties: {\n cap: {\n serializedName: \"Cap\",\n type: {\n name: \"Number\",\n },\n },\n resetTime: {\n serializedName: \"ResetTime\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n warningThreshold: {\n serializedName: \"WarningThreshold\",\n type: {\n name: \"Number\",\n },\n },\n stopSendNotificationWhenHitThreshold: {\n serializedName: \"StopSendNotificationWhenHitThreshold\",\n type: {\n name: \"Boolean\",\n },\n },\n stopSendNotificationWhenHitCap: {\n serializedName: \"StopSendNotificationWhenHitCap\",\n type: {\n name: \"Boolean\",\n },\n },\n maxHistoryCap: {\n serializedName: \"MaxHistoryCap\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const ApplicationInsightsComponentQuotaStatus: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentQuotaStatus\",\n modelProperties: {\n appId: {\n serializedName: \"AppId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n shouldBeThrottled: {\n serializedName: \"ShouldBeThrottled\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n expirationTime: {\n serializedName: \"ExpirationTime\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ApplicationInsightsComponentFeatureCapabilities: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentFeatureCapabilities\",\n modelProperties: {\n supportExportData: {\n serializedName: \"SupportExportData\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n burstThrottlePolicy: {\n serializedName: \"BurstThrottlePolicy\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n metadataClass: {\n serializedName: \"MetadataClass\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n liveStreamMetrics: {\n serializedName: \"LiveStreamMetrics\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n applicationMap: {\n serializedName: \"ApplicationMap\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n workItemIntegration: {\n serializedName: \"WorkItemIntegration\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n powerBIIntegration: {\n serializedName: \"PowerBIIntegration\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n openSchema: {\n serializedName: \"OpenSchema\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n proactiveDetection: {\n serializedName: \"ProactiveDetection\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n analyticsIntegration: {\n serializedName: \"AnalyticsIntegration\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n multipleStepWebTest: {\n serializedName: \"MultipleStepWebTest\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n apiAccessLevel: {\n serializedName: \"ApiAccessLevel\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n trackingType: {\n serializedName: \"TrackingType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dailyCap: {\n serializedName: \"DailyCap\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dailyCapResetTime: {\n serializedName: \"DailyCapResetTime\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n throttleRate: {\n serializedName: \"ThrottleRate\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const ApplicationInsightsComponentAvailableFeatures: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentAvailableFeatures\",\n modelProperties: {\n result: {\n serializedName: \"Result\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentFeature\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ApplicationInsightsComponentFeature: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentFeature\",\n modelProperties: {\n featureName: {\n serializedName: \"FeatureName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n meterId: {\n serializedName: \"MeterId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n meterRateFrequency: {\n serializedName: \"MeterRateFrequency\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resouceId: {\n serializedName: \"ResouceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isHidden: {\n serializedName: \"IsHidden\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n capabilities: {\n serializedName: \"Capabilities\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentFeatureCapability\",\n },\n },\n },\n },\n title: {\n serializedName: \"Title\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isMainFeature: {\n serializedName: \"IsMainFeature\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n supportedAddonFeatures: {\n serializedName: \"SupportedAddonFeatures\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ApplicationInsightsComponentFeatureCapability: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentFeatureCapability\",\n modelProperties: {\n name: {\n serializedName: \"Name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"Description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"Value\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"Unit\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n meterId: {\n serializedName: \"MeterId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n meterRateFrequency: {\n serializedName: \"MeterRateFrequency\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ApplicationInsightsComponentProactiveDetectionConfiguration: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentProactiveDetectionConfiguration\",\n modelProperties: {\n name: {\n serializedName: \"Name\",\n type: {\n name: \"String\",\n },\n },\n enabled: {\n serializedName: \"Enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n sendEmailsToSubscriptionOwners: {\n serializedName: \"SendEmailsToSubscriptionOwners\",\n type: {\n name: \"Boolean\",\n },\n },\n customEmails: {\n serializedName: \"CustomEmails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n lastUpdatedTime: {\n serializedName: \"LastUpdatedTime\",\n type: {\n name: \"String\",\n },\n },\n ruleDefinitions: {\n serializedName: \"RuleDefinitions\",\n type: {\n name: \"Composite\",\n className:\n \"ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions\",\n },\n },\n },\n },\n };\n\nexport const ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions\",\n modelProperties: {\n name: {\n serializedName: \"Name\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"DisplayName\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"Description\",\n type: {\n name: \"String\",\n },\n },\n helpUrl: {\n serializedName: \"HelpUrl\",\n type: {\n name: \"String\",\n },\n },\n isHidden: {\n serializedName: \"IsHidden\",\n type: {\n name: \"Boolean\",\n },\n },\n isEnabledByDefault: {\n serializedName: \"IsEnabledByDefault\",\n type: {\n name: \"Boolean\",\n },\n },\n isInPreview: {\n serializedName: \"IsInPreview\",\n type: {\n name: \"Boolean\",\n },\n },\n supportsEmailNotifications: {\n serializedName: \"SupportsEmailNotifications\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const WorkItemConfigurationsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkItemConfigurationsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WorkItemConfiguration\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WorkItemConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkItemConfiguration\",\n modelProperties: {\n connectorId: {\n serializedName: \"ConnectorId\",\n type: {\n name: \"String\",\n },\n },\n configDisplayName: {\n serializedName: \"ConfigDisplayName\",\n type: {\n name: \"String\",\n },\n },\n isDefault: {\n serializedName: \"IsDefault\",\n type: {\n name: \"Boolean\",\n },\n },\n id: {\n serializedName: \"Id\",\n type: {\n name: \"String\",\n },\n },\n configProperties: {\n serializedName: \"ConfigProperties\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WorkItemConfigurationError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkItemConfigurationError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n innererror: {\n serializedName: \"innererror\",\n type: {\n name: \"Composite\",\n className: \"InnerError\",\n },\n },\n },\n },\n};\n\nexport const WorkItemCreateConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkItemCreateConfiguration\",\n modelProperties: {\n connectorId: {\n serializedName: \"ConnectorId\",\n type: {\n name: \"String\",\n },\n },\n connectorDataConfiguration: {\n serializedName: \"ConnectorDataConfiguration\",\n type: {\n name: \"String\",\n },\n },\n validateOnly: {\n serializedName: \"ValidateOnly\",\n type: {\n name: \"Boolean\",\n },\n },\n workItemProperties: {\n serializedName: \"WorkItemProperties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ApplicationInsightsComponentFavorite: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentFavorite\",\n modelProperties: {\n name: {\n serializedName: \"Name\",\n type: {\n name: \"String\",\n },\n },\n config: {\n serializedName: \"Config\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"Version\",\n type: {\n name: \"String\",\n },\n },\n favoriteId: {\n serializedName: \"FavoriteId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n favoriteType: {\n serializedName: \"FavoriteType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"shared\", \"user\"],\n },\n },\n sourceType: {\n serializedName: \"SourceType\",\n type: {\n name: \"String\",\n },\n },\n timeModified: {\n serializedName: \"TimeModified\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"Tags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n category: {\n serializedName: \"Category\",\n type: {\n name: \"String\",\n },\n },\n isGeneratedFromTemplate: {\n serializedName: \"IsGeneratedFromTemplate\",\n type: {\n name: \"Boolean\",\n },\n },\n userId: {\n serializedName: \"UserId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ApplicationInsightsWebTestLocationsListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsWebTestLocationsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentWebTestLocation\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ApplicationInsightsComponentWebTestLocation: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentWebTestLocation\",\n modelProperties: {\n displayName: {\n serializedName: \"DisplayName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tag: {\n serializedName: \"Tag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const WebTestListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WebTestListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WebTest\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WebTestGeolocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WebTestGeolocation\",\n modelProperties: {\n location: {\n serializedName: \"Id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WebTestPropertiesConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WebTestPropertiesConfiguration\",\n modelProperties: {\n webTest: {\n serializedName: \"WebTest\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WebTestPropertiesRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WebTestPropertiesRequest\",\n modelProperties: {\n requestUrl: {\n serializedName: \"RequestUrl\",\n type: {\n name: \"String\",\n },\n },\n headers: {\n serializedName: \"Headers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HeaderField\",\n },\n },\n },\n },\n httpVerb: {\n serializedName: \"HttpVerb\",\n type: {\n name: \"String\",\n },\n },\n requestBody: {\n serializedName: \"RequestBody\",\n type: {\n name: \"String\",\n },\n },\n parseDependentRequests: {\n serializedName: \"ParseDependentRequests\",\n type: {\n name: \"Boolean\",\n },\n },\n followRedirects: {\n serializedName: \"FollowRedirects\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const HeaderField: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HeaderField\",\n modelProperties: {\n headerFieldName: {\n serializedName: \"key\",\n type: {\n name: \"String\",\n },\n },\n headerFieldValue: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WebTestPropertiesValidationRules: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WebTestPropertiesValidationRules\",\n modelProperties: {\n contentValidation: {\n serializedName: \"ContentValidation\",\n type: {\n name: \"Composite\",\n className: \"WebTestPropertiesValidationRulesContentValidation\",\n },\n },\n sSLCheck: {\n serializedName: \"SSLCheck\",\n type: {\n name: \"Boolean\",\n },\n },\n sSLCertRemainingLifetimeCheck: {\n serializedName: \"SSLCertRemainingLifetimeCheck\",\n type: {\n name: \"Number\",\n },\n },\n expectedHttpStatusCode: {\n serializedName: \"ExpectedHttpStatusCode\",\n type: {\n name: \"Number\",\n },\n },\n ignoreHttpStatusCode: {\n serializedName: \"IgnoreHttpStatusCode\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const WebTestPropertiesValidationRulesContentValidation: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"WebTestPropertiesValidationRulesContentValidation\",\n modelProperties: {\n contentMatch: {\n serializedName: \"ContentMatch\",\n type: {\n name: \"String\",\n },\n },\n ignoreCase: {\n serializedName: \"IgnoreCase\",\n type: {\n name: \"Boolean\",\n },\n },\n passIfTextFound: {\n serializedName: \"PassIfTextFound\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const WebtestsResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WebtestsResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ApplicationInsightsComponentAnalyticsItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentAnalyticsItem\",\n modelProperties: {\n id: {\n serializedName: \"Id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"Name\",\n type: {\n name: \"String\",\n },\n },\n content: {\n serializedName: \"Content\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"Version\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n scope: {\n serializedName: \"Scope\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"Type\",\n type: {\n name: \"String\",\n },\n },\n timeCreated: {\n serializedName: \"TimeCreated\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n timeModified: {\n serializedName: \"TimeModified\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"Properties\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentAnalyticsItemProperties\",\n },\n },\n },\n },\n };\n\nexport const ApplicationInsightsComponentAnalyticsItemProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentAnalyticsItemProperties\",\n modelProperties: {\n functionAlias: {\n serializedName: \"functionAlias\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorFieldContract\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorFieldContract: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorFieldContract\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WorkbookTemplatesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkbookTemplatesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WorkbookTemplate\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WorkbookTemplateGallery: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkbookTemplateGallery\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n category: {\n serializedName: \"category\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n order: {\n serializedName: \"order\",\n type: {\n name: \"Number\",\n },\n },\n resourceType: {\n serializedName: \"resourceType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WorkbookTemplateLocalizedGallery: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkbookTemplateLocalizedGallery\",\n modelProperties: {\n templateData: {\n serializedName: \"templateData\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n galleries: {\n serializedName: \"galleries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WorkbookTemplateGallery\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WorkbookTemplateResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkbookTemplateResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const WorkbookTemplateError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkbookTemplateError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"WorkbookTemplateErrorBody\",\n },\n },\n },\n },\n};\n\nexport const WorkbookTemplateErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkbookTemplateErrorBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WorkbookTemplateErrorFieldContract\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WorkbookTemplateErrorFieldContract: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkbookTemplateErrorFieldContract\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WorkbookTemplateUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkbookTemplateUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n priority: {\n serializedName: \"properties.priority\",\n type: {\n name: \"Number\",\n },\n },\n author: {\n serializedName: \"properties.author\",\n type: {\n name: \"String\",\n },\n },\n templateData: {\n serializedName: \"properties.templateData\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n galleries: {\n serializedName: \"properties.galleries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WorkbookTemplateGallery\",\n },\n },\n },\n },\n localized: {\n serializedName: \"properties.localized\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WorkbookTemplateLocalizedGallery\",\n },\n },\n },\n },\n },\n },\n },\n },\n};\n\nexport const WorkbooksListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkbooksListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Workbook\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ManagedServiceIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserAssignedIdentity\" },\n },\n },\n },\n },\n },\n};\n\nexport const UserAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WorkbookError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkbookError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"WorkbookErrorDefinition\",\n },\n },\n },\n },\n};\n\nexport const WorkbookErrorDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkbookErrorDefinition\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n innererror: {\n serializedName: \"innererror\",\n type: {\n name: \"Composite\",\n className: \"WorkbookInnerErrorTrace\",\n },\n },\n },\n },\n};\n\nexport const WorkbookInnerErrorTrace: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkbookInnerErrorTrace\",\n modelProperties: {\n trace: {\n serializedName: \"trace\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WorkbookUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkbookUpdateParameters\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\",\n },\n },\n serializedData: {\n serializedName: \"properties.serializedData\",\n type: {\n name: \"String\",\n },\n },\n category: {\n serializedName: \"properties.category\",\n type: {\n name: \"String\",\n },\n },\n tagsPropertiesTags: {\n serializedName: \"properties.tags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n description: {\n serializedName: \"properties.description\",\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n revision: {\n serializedName: \"properties.revision\",\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LiveTokenResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LiveTokenResponse\",\n modelProperties: {\n liveToken: {\n serializedName: \"liveToken\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponseLinkedStorage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseLinkedStorage\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponseLinkedStorageError\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponseLinkedStorageError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseLinkedStorageError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ComponentLinkedStorageAccountsPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ComponentLinkedStorageAccountsPatch\",\n modelProperties: {\n linkedStorageAccount: {\n serializedName: \"properties.linkedStorageAccount\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DeletedWorkbooksListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeletedWorkbooksListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeletedWorkbook\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceAutoGenerated\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const DeletedWorkbookError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeletedWorkbookError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"DeletedWorkbookErrorDefinition\",\n },\n },\n },\n },\n};\n\nexport const DeletedWorkbookErrorDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeletedWorkbookErrorDefinition\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n innererror: {\n serializedName: \"innererror\",\n type: {\n name: \"Composite\",\n className: \"DeletedWorkbookInnerErrorTrace\",\n },\n },\n },\n },\n};\n\nexport const DeletedWorkbookInnerErrorTrace: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeletedWorkbookInnerErrorTrace\",\n modelProperties: {\n trace: {\n serializedName: \"trace\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const OperationsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationLive\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationLive: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationLive\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationInfo\",\n },\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const OperationInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationInfo\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ApplicationInsightsComponent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponent\",\n modelProperties: {\n ...ComponentsResource.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n applicationId: {\n serializedName: \"properties.ApplicationId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n appId: {\n serializedName: \"properties.AppId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n namePropertiesName: {\n serializedName: \"properties.Name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n applicationType: {\n defaultValue: \"web\",\n serializedName: \"properties.Application_Type\",\n type: {\n name: \"String\",\n },\n },\n flowType: {\n defaultValue: \"Bluefield\",\n serializedName: \"properties.Flow_Type\",\n type: {\n name: \"String\",\n },\n },\n requestSource: {\n defaultValue: \"rest\",\n serializedName: \"properties.Request_Source\",\n type: {\n name: \"String\",\n },\n },\n instrumentationKey: {\n serializedName: \"properties.InstrumentationKey\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n creationDate: {\n serializedName: \"properties.CreationDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n tenantId: {\n serializedName: \"properties.TenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n hockeyAppId: {\n serializedName: \"properties.HockeyAppId\",\n type: {\n name: \"String\",\n },\n },\n hockeyAppToken: {\n serializedName: \"properties.HockeyAppToken\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n samplingPercentage: {\n serializedName: \"properties.SamplingPercentage\",\n type: {\n name: \"Number\",\n },\n },\n connectionString: {\n serializedName: \"properties.ConnectionString\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n retentionInDays: {\n serializedName: \"properties.RetentionInDays\",\n type: {\n name: \"Number\",\n },\n },\n disableIpMasking: {\n serializedName: \"properties.DisableIpMasking\",\n type: {\n name: \"Boolean\",\n },\n },\n immediatePurgeDataOn30Days: {\n serializedName: \"properties.ImmediatePurgeDataOn30Days\",\n type: {\n name: \"Boolean\",\n },\n },\n workspaceResourceId: {\n serializedName: \"properties.WorkspaceResourceId\",\n type: {\n name: \"String\",\n },\n },\n laMigrationDate: {\n serializedName: \"properties.LaMigrationDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n privateLinkScopedResources: {\n serializedName: \"properties.PrivateLinkScopedResources\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkScopedResource\",\n },\n },\n },\n },\n publicNetworkAccessForIngestion: {\n defaultValue: \"Enabled\",\n serializedName: \"properties.publicNetworkAccessForIngestion\",\n type: {\n name: \"String\",\n },\n },\n publicNetworkAccessForQuery: {\n defaultValue: \"Enabled\",\n serializedName: \"properties.publicNetworkAccessForQuery\",\n type: {\n name: \"String\",\n },\n },\n ingestionMode: {\n defaultValue: \"LogAnalytics\",\n serializedName: \"properties.IngestionMode\",\n type: {\n name: \"String\",\n },\n },\n disableLocalAuth: {\n serializedName: \"properties.DisableLocalAuth\",\n type: {\n name: \"Boolean\",\n },\n },\n forceCustomerStorageForProfiler: {\n serializedName: \"properties.ForceCustomerStorageForProfiler\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const WebTest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WebTest\",\n modelProperties: {\n ...WebtestsResource.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"Enum\",\n allowedValues: [\"ping\", \"multistep\", \"standard\"],\n },\n },\n syntheticMonitorId: {\n serializedName: \"properties.SyntheticMonitorId\",\n type: {\n name: \"String\",\n },\n },\n webTestName: {\n serializedName: \"properties.Name\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"properties.Description\",\n type: {\n name: \"String\",\n },\n },\n enabled: {\n serializedName: \"properties.Enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n frequency: {\n defaultValue: 300,\n serializedName: \"properties.Frequency\",\n type: {\n name: \"Number\",\n },\n },\n timeout: {\n defaultValue: 30,\n serializedName: \"properties.Timeout\",\n type: {\n name: \"Number\",\n },\n },\n webTestKind: {\n serializedName: \"properties.Kind\",\n type: {\n name: \"Enum\",\n allowedValues: [\"ping\", \"multistep\", \"standard\"],\n },\n },\n retryEnabled: {\n serializedName: \"properties.RetryEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n locations: {\n serializedName: \"properties.Locations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WebTestGeolocation\",\n },\n },\n },\n },\n configuration: {\n serializedName: \"properties.Configuration\",\n type: {\n name: \"Composite\",\n className: \"WebTestPropertiesConfiguration\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n request: {\n serializedName: \"properties.Request\",\n type: {\n name: \"Composite\",\n className: \"WebTestPropertiesRequest\",\n },\n },\n validationRules: {\n serializedName: \"properties.ValidationRules\",\n type: {\n name: \"Composite\",\n className: \"WebTestPropertiesValidationRules\",\n },\n },\n },\n },\n};\n\nexport const WorkbookTemplate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkbookTemplate\",\n modelProperties: {\n ...WorkbookTemplateResource.type.modelProperties,\n priority: {\n serializedName: \"properties.priority\",\n type: {\n name: \"Number\",\n },\n },\n author: {\n serializedName: \"properties.author\",\n type: {\n name: \"String\",\n },\n },\n templateData: {\n serializedName: \"properties.templateData\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n galleries: {\n serializedName: \"properties.galleries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WorkbookTemplateGallery\",\n },\n },\n },\n },\n localized: {\n serializedName: \"properties.localized\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WorkbookTemplateLocalizedGallery\",\n },\n },\n },\n },\n },\n },\n },\n },\n};\n\nexport const WorkbookResourceIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkbookResourceIdentity\",\n modelProperties: {\n ...ManagedServiceIdentity.type.modelProperties,\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const TrackedResourceAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResourceAutoGenerated\",\n modelProperties: {\n ...ResourceAutoGenerated.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WorkbookResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkbookResource\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"WorkbookResourceIdentity\",\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ComponentLinkedStorageAccounts: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ComponentLinkedStorageAccounts\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n linkedStorageAccount: {\n serializedName: \"properties.linkedStorageAccount\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DeletedWorkbookResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeletedWorkbookResource\",\n modelProperties: {\n ...TrackedResourceAutoGenerated.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Workbook: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Workbook\",\n modelProperties: {\n ...WorkbookResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\",\n },\n },\n serializedData: {\n serializedName: \"properties.serializedData\",\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\",\n },\n },\n timeModified: {\n serializedName: \"properties.timeModified\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n category: {\n serializedName: \"properties.category\",\n type: {\n name: \"String\",\n },\n },\n tagsPropertiesTags: {\n serializedName: \"properties.tags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n userId: {\n serializedName: \"properties.userId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceId: {\n serializedName: \"properties.sourceId\",\n type: {\n name: \"String\",\n },\n },\n storageUri: {\n serializedName: \"properties.storageUri\",\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"properties.description\",\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n revision: {\n serializedName: \"properties.revision\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DeletedWorkbook: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeletedWorkbook\",\n modelProperties: {\n ...DeletedWorkbookResource.type.modelProperties,\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\",\n },\n },\n serializedData: {\n serializedName: \"properties.serializedData\",\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\",\n },\n },\n timeModified: {\n serializedName: \"properties.timeModified\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n category: {\n serializedName: \"properties.category\",\n type: {\n name: \"String\",\n },\n },\n tagsPropertiesTags: {\n serializedName: \"properties.tags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n userId: {\n serializedName: \"properties.userId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceId: {\n serializedName: \"properties.sourceId\",\n type: {\n name: \"String\",\n },\n },\n storageUri: {\n serializedName: \"properties.storageUri\",\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"properties.description\",\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n revision: {\n serializedName: \"properties.revision\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n"]}
@@ -0,0 +1,65 @@
1
+ import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const accept: OperationParameter;
3
+ export declare const $host: OperationURLParameter;
4
+ export declare const apiVersion: OperationQueryParameter;
5
+ export declare const subscriptionId: OperationURLParameter;
6
+ export declare const resourceGroupName: OperationURLParameter;
7
+ export declare const resourceName: OperationURLParameter;
8
+ export declare const contentType: OperationParameter;
9
+ export declare const insightProperties: OperationParameter;
10
+ export declare const componentTags: OperationParameter;
11
+ export declare const body: OperationParameter;
12
+ export declare const purgeId: OperationURLParameter;
13
+ export declare const nextLink: OperationURLParameter;
14
+ export declare const apiVersion1: OperationQueryParameter;
15
+ export declare const start: OperationQueryParameter;
16
+ export declare const end: OperationQueryParameter;
17
+ export declare const annotationProperties: OperationParameter;
18
+ export declare const annotationId: OperationURLParameter;
19
+ export declare const aPIKeyProperties: OperationParameter;
20
+ export declare const keyId: OperationURLParameter;
21
+ export declare const exportProperties: OperationParameter;
22
+ export declare const exportId: OperationURLParameter;
23
+ export declare const billingFeaturesProperties: OperationParameter;
24
+ export declare const configurationId: OperationURLParameter;
25
+ export declare const proactiveDetectionProperties: OperationParameter;
26
+ export declare const workItemConfigurationProperties: OperationParameter;
27
+ export declare const workItemConfigId: OperationURLParameter;
28
+ export declare const favoriteType: OperationQueryParameter;
29
+ export declare const sourceType: OperationQueryParameter;
30
+ export declare const canFetchContent: OperationQueryParameter;
31
+ export declare const tags: OperationQueryParameter;
32
+ export declare const favoriteId: OperationURLParameter;
33
+ export declare const favoriteProperties: OperationParameter;
34
+ export declare const apiVersion2: OperationQueryParameter;
35
+ export declare const webTestName: OperationURLParameter;
36
+ export declare const webTestDefinition: OperationParameter;
37
+ export declare const webTestTags: OperationParameter;
38
+ export declare const componentName: OperationURLParameter;
39
+ export declare const scopePath: OperationURLParameter;
40
+ export declare const scope: OperationQueryParameter;
41
+ export declare const typeParam: OperationQueryParameter;
42
+ export declare const includeContent: OperationQueryParameter;
43
+ export declare const id: OperationQueryParameter;
44
+ export declare const name: OperationQueryParameter;
45
+ export declare const itemProperties: OperationParameter;
46
+ export declare const overrideItem: OperationQueryParameter;
47
+ export declare const apiVersion3: OperationQueryParameter;
48
+ export declare const apiVersion4: OperationQueryParameter;
49
+ export declare const workbookTemplateProperties: OperationParameter;
50
+ export declare const workbookTemplateUpdateParameters: OperationParameter;
51
+ export declare const category: OperationQueryParameter;
52
+ export declare const apiVersion5: OperationQueryParameter;
53
+ export declare const sourceId: OperationQueryParameter;
54
+ export declare const workbookProperties: OperationParameter;
55
+ export declare const workbookUpdateParameters: OperationParameter;
56
+ export declare const revisionId: OperationURLParameter;
57
+ export declare const resourceUri: OperationURLParameter;
58
+ export declare const apiVersion6: OperationQueryParameter;
59
+ export declare const apiVersion7: OperationQueryParameter;
60
+ export declare const storageType: OperationURLParameter;
61
+ export declare const linkedStorageAccountsProperties: OperationParameter;
62
+ export declare const linkedStorageAccountsProperties1: OperationParameter;
63
+ export declare const category1: OperationQueryParameter;
64
+ export declare const apiVersion8: OperationQueryParameter;
65
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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"}