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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (453) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/LICENSE.txt +1 -1
  4. package/README.md +70 -78
  5. package/dist/index.js +7675 -0
  6. package/dist/index.js.map +1 -0
  7. package/dist/index.min.js +1 -0
  8. package/dist/index.min.js.map +1 -0
  9. package/dist-esm/src/applicationInsightsManagementClient.d.ts +36 -0
  10. package/dist-esm/src/applicationInsightsManagementClient.d.ts.map +1 -0
  11. package/dist-esm/src/applicationInsightsManagementClient.js +69 -0
  12. package/dist-esm/src/applicationInsightsManagementClient.js.map +1 -0
  13. package/dist-esm/src/index.d.ts +5 -0
  14. package/dist-esm/src/index.d.ts.map +1 -0
  15. package/dist-esm/src/index.js +12 -0
  16. package/dist-esm/src/index.js.map +1 -0
  17. package/dist-esm/src/models/index.d.ts +2080 -0
  18. package/dist-esm/src/models/index.d.ts.map +1 -0
  19. package/dist-esm/src/models/index.js +133 -0
  20. package/dist-esm/src/models/index.js.map +1 -0
  21. package/dist-esm/src/models/mappers.d.ts +86 -0
  22. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  23. package/{esm → dist-esm/src}/models/mappers.js +1389 -1567
  24. package/dist-esm/src/models/mappers.js.map +1 -0
  25. package/dist-esm/src/models/parameters.d.ts +63 -0
  26. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  27. package/{esm → dist-esm/src}/models/parameters.js +259 -225
  28. package/dist-esm/src/models/parameters.js.map +1 -0
  29. package/dist-esm/src/operations/aPIKeys.d.ts +55 -0
  30. package/dist-esm/src/operations/aPIKeys.d.ts.map +1 -0
  31. package/dist-esm/src/operations/aPIKeys.js +185 -0
  32. package/dist-esm/src/operations/aPIKeys.js.map +1 -0
  33. package/dist-esm/src/operations/analyticsItems.d.ts +51 -0
  34. package/dist-esm/src/operations/analyticsItems.d.ts.map +1 -0
  35. package/dist-esm/src/operations/analyticsItems.js +157 -0
  36. package/dist-esm/src/operations/analyticsItems.js.map +1 -0
  37. package/dist-esm/src/operations/annotations.d.ts +63 -0
  38. package/dist-esm/src/operations/annotations.d.ts.map +1 -0
  39. package/dist-esm/src/operations/annotations.js +207 -0
  40. package/dist-esm/src/operations/annotations.js.map +1 -0
  41. package/dist-esm/src/operations/componentAvailableFeatures.d.ts +20 -0
  42. package/dist-esm/src/operations/componentAvailableFeatures.d.ts.map +1 -0
  43. package/dist-esm/src/operations/componentAvailableFeatures.js +50 -0
  44. package/dist-esm/src/operations/componentAvailableFeatures.js.map +1 -0
  45. package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts +29 -0
  46. package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
  47. package/dist-esm/src/operations/componentCurrentBillingFeatures.js +81 -0
  48. package/dist-esm/src/operations/componentCurrentBillingFeatures.js.map +1 -0
  49. package/dist-esm/src/operations/componentFeatureCapabilities.d.ts +20 -0
  50. package/dist-esm/src/operations/componentFeatureCapabilities.d.ts.map +1 -0
  51. package/dist-esm/src/operations/componentFeatureCapabilities.js +50 -0
  52. package/dist-esm/src/operations/componentFeatureCapabilities.js.map +1 -0
  53. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
  54. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  55. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js +174 -0
  56. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
  57. package/dist-esm/src/operations/componentQuotaStatus.d.ts +20 -0
  58. package/dist-esm/src/operations/componentQuotaStatus.d.ts.map +1 -0
  59. package/dist-esm/src/operations/componentQuotaStatus.js +50 -0
  60. package/dist-esm/src/operations/componentQuotaStatus.js.map +1 -0
  61. package/dist-esm/src/operations/components.d.ts +108 -0
  62. package/dist-esm/src/operations/components.d.ts.map +1 -0
  63. package/dist-esm/src/operations/components.js +402 -0
  64. package/dist-esm/src/operations/components.js.map +1 -0
  65. package/dist-esm/src/operations/exportConfigurations.d.ts +58 -0
  66. package/dist-esm/src/operations/exportConfigurations.d.ts.map +1 -0
  67. package/dist-esm/src/operations/exportConfigurations.js +195 -0
  68. package/dist-esm/src/operations/exportConfigurations.js.map +1 -0
  69. package/dist-esm/src/operations/favorites.d.ts +55 -0
  70. package/dist-esm/src/operations/favorites.d.ts.map +1 -0
  71. package/dist-esm/src/operations/favorites.js +196 -0
  72. package/dist-esm/src/operations/favorites.js.map +1 -0
  73. package/{esm → dist-esm/src}/operations/index.d.ts +1 -1
  74. package/dist-esm/src/operations/index.d.ts.map +1 -0
  75. package/{esm → dist-esm/src}/operations/index.js +2 -3
  76. package/dist-esm/src/operations/index.js.map +1 -0
  77. package/dist-esm/src/operations/liveToken.d.ts +19 -0
  78. package/dist-esm/src/operations/liveToken.d.ts.map +1 -0
  79. package/dist-esm/src/operations/liveToken.js +47 -0
  80. package/dist-esm/src/operations/liveToken.js.map +1 -0
  81. package/dist-esm/src/operations/myWorkbooks.d.ts +89 -0
  82. package/dist-esm/src/operations/myWorkbooks.d.ts.map +1 -0
  83. package/dist-esm/src/operations/myWorkbooks.js +387 -0
  84. package/dist-esm/src/operations/myWorkbooks.js.map +1 -0
  85. package/dist-esm/src/operations/operations.d.ts +32 -0
  86. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  87. package/dist-esm/src/operations/operations.js +116 -0
  88. package/dist-esm/src/operations/operations.js.map +1 -0
  89. package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts +40 -0
  90. package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
  91. package/dist-esm/src/operations/proactiveDetectionConfigurations.js +130 -0
  92. package/dist-esm/src/operations/proactiveDetectionConfigurations.js.map +1 -0
  93. package/dist-esm/src/operations/webTestLocations.d.ts +30 -0
  94. package/dist-esm/src/operations/webTestLocations.d.ts.map +1 -0
  95. package/dist-esm/src/operations/webTestLocations.js +96 -0
  96. package/dist-esm/src/operations/webTestLocations.js.map +1 -0
  97. package/dist-esm/src/operations/webTests.d.ts +108 -0
  98. package/dist-esm/src/operations/webTests.d.ts.map +1 -0
  99. package/dist-esm/src/operations/webTests.js +435 -0
  100. package/dist-esm/src/operations/webTests.js.map +1 -0
  101. package/dist-esm/src/operations/workItemConfigurations.d.ts +75 -0
  102. package/dist-esm/src/operations/workItemConfigurations.d.ts.map +1 -0
  103. package/dist-esm/src/operations/workItemConfigurations.js +257 -0
  104. package/dist-esm/src/operations/workItemConfigurations.js.map +1 -0
  105. package/dist-esm/src/operations/workbookTemplates.d.ts +57 -0
  106. package/dist-esm/src/operations/workbookTemplates.d.ts.map +1 -0
  107. package/dist-esm/src/operations/workbookTemplates.js +223 -0
  108. package/dist-esm/src/operations/workbookTemplates.js.map +1 -0
  109. package/dist-esm/src/operations/workbooks.d.ts +120 -0
  110. package/dist-esm/src/operations/workbooks.d.ts.map +1 -0
  111. package/dist-esm/src/operations/workbooks.js +530 -0
  112. package/dist-esm/src/operations/workbooks.js.map +1 -0
  113. package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts +38 -0
  114. package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts.map +1 -0
  115. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/aPIKeys.js} +2 -1
  116. package/dist-esm/src/operationsInterfaces/aPIKeys.js.map +1 -0
  117. package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts +43 -0
  118. package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts.map +1 -0
  119. package/{src/models/favoritesMappers.ts → dist-esm/src/operationsInterfaces/analyticsItems.js} +2 -5
  120. package/dist-esm/src/operationsInterfaces/analyticsItems.js.map +1 -0
  121. package/dist-esm/src/operationsInterfaces/annotations.d.ts +43 -0
  122. package/dist-esm/src/operationsInterfaces/annotations.d.ts.map +1 -0
  123. package/{src/models/componentQuotaStatusMappers.ts → dist-esm/src/operationsInterfaces/annotations.js} +2 -5
  124. package/dist-esm/src/operationsInterfaces/annotations.js.map +1 -0
  125. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
  126. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
  127. package/{src/models/componentFeatureCapabilitiesMappers.ts → dist-esm/src/operationsInterfaces/componentAvailableFeatures.js} +2 -5
  128. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
  129. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
  130. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
  131. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
  132. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
  133. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
  134. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
  135. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js +9 -0
  136. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
  137. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
  138. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  139. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
  140. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
  141. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
  142. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
  143. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js +9 -0
  144. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js.map +1 -0
  145. package/dist-esm/src/operationsInterfaces/components.d.ts +72 -0
  146. package/dist-esm/src/operationsInterfaces/components.d.ts.map +1 -0
  147. package/dist-esm/src/operationsInterfaces/components.js +9 -0
  148. package/dist-esm/src/operationsInterfaces/components.js.map +1 -0
  149. package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts +50 -0
  150. package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
  151. package/dist-esm/src/operationsInterfaces/exportConfigurations.js +9 -0
  152. package/dist-esm/src/operationsInterfaces/exportConfigurations.js.map +1 -0
  153. package/dist-esm/src/operationsInterfaces/favorites.d.ts +47 -0
  154. package/dist-esm/src/operationsInterfaces/favorites.d.ts.map +1 -0
  155. package/dist-esm/src/operationsInterfaces/favorites.js +9 -0
  156. package/dist-esm/src/operationsInterfaces/favorites.js.map +1 -0
  157. package/dist-esm/src/operationsInterfaces/index.d.ts +21 -0
  158. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  159. package/dist-esm/src/operationsInterfaces/index.js +28 -0
  160. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  161. package/dist-esm/src/operationsInterfaces/liveToken.d.ts +11 -0
  162. package/dist-esm/src/operationsInterfaces/liveToken.d.ts.map +1 -0
  163. package/dist-esm/src/operationsInterfaces/liveToken.js +9 -0
  164. package/dist-esm/src/operationsInterfaces/liveToken.js.map +1 -0
  165. package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts +49 -0
  166. package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts.map +1 -0
  167. package/dist-esm/src/operationsInterfaces/myWorkbooks.js +9 -0
  168. package/dist-esm/src/operationsInterfaces/myWorkbooks.js.map +1 -0
  169. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  170. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  171. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  172. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  173. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
  174. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
  175. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
  176. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
  177. package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts +13 -0
  178. package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts.map +1 -0
  179. package/dist-esm/src/operationsInterfaces/webTestLocations.js +9 -0
  180. package/dist-esm/src/operationsInterfaces/webTestLocations.js.map +1 -0
  181. package/dist-esm/src/operationsInterfaces/webTests.d.ts +55 -0
  182. package/dist-esm/src/operationsInterfaces/webTests.d.ts.map +1 -0
  183. package/dist-esm/src/operationsInterfaces/webTests.js +9 -0
  184. package/dist-esm/src/operationsInterfaces/webTests.js.map +1 -0
  185. package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts +58 -0
  186. package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
  187. package/dist-esm/src/operationsInterfaces/workItemConfigurations.js +9 -0
  188. package/dist-esm/src/operationsInterfaces/workItemConfigurations.js.map +1 -0
  189. package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts +41 -0
  190. package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
  191. package/dist-esm/src/operationsInterfaces/workbookTemplates.js +9 -0
  192. package/dist-esm/src/operationsInterfaces/workbookTemplates.js.map +1 -0
  193. package/dist-esm/src/operationsInterfaces/workbooks.d.ts +63 -0
  194. package/dist-esm/src/operationsInterfaces/workbooks.d.ts.map +1 -0
  195. package/dist-esm/src/operationsInterfaces/workbooks.js +9 -0
  196. package/dist-esm/src/operationsInterfaces/workbooks.js.map +1 -0
  197. package/dist-esm/test/sampleTest.d.ts +2 -0
  198. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  199. package/dist-esm/test/sampleTest.js +40 -0
  200. package/dist-esm/test/sampleTest.js.map +1 -0
  201. package/package.json +71 -32
  202. package/review/arm-appinsights.api.md +1779 -0
  203. package/rollup.config.js +181 -30
  204. package/src/applicationInsightsManagementClient.ts +146 -70
  205. package/src/{models/aPIKeysMappers.ts → index.ts} +4 -6
  206. package/src/models/index.ts +1526 -3216
  207. package/src/models/mappers.ts +1331 -1506
  208. package/src/models/parameters.ts +344 -225
  209. package/src/operations/aPIKeys.ts +153 -188
  210. package/src/operations/analyticsItems.ts +120 -237
  211. package/src/operations/annotations.ts +185 -211
  212. package/src/operations/componentAvailableFeatures.ts +38 -54
  213. package/src/operations/componentCurrentBillingFeatures.ts +64 -107
  214. package/src/operations/componentFeatureCapabilities.ts +38 -54
  215. package/src/operations/componentLinkedStorageAccountsOperations.ts +122 -175
  216. package/src/operations/componentQuotaStatus.ts +37 -54
  217. package/src/operations/components.ts +325 -443
  218. package/src/operations/exportConfigurations.ts +137 -261
  219. package/src/operations/favorites.ts +132 -239
  220. package/src/operations/index.ts +2 -3
  221. package/src/operations/liveToken.ts +27 -46
  222. package/src/operations/myWorkbooks.ts +334 -353
  223. package/src/operations/operations.ts +82 -172
  224. package/src/operations/proactiveDetectionConfigurations.ts +95 -157
  225. package/src/operations/webTestLocations.ts +84 -50
  226. package/src/operations/webTests.ts +389 -417
  227. package/src/operations/workItemConfigurations.ts +200 -280
  228. package/src/operations/workbookTemplates.ts +167 -210
  229. package/src/operations/workbooks.ts +481 -470
  230. package/src/operationsInterfaces/aPIKeys.ts +76 -0
  231. package/src/operationsInterfaces/analyticsItems.ts +82 -0
  232. package/src/operationsInterfaces/annotations.ts +81 -0
  233. package/src/operationsInterfaces/componentAvailableFeatures.ts +27 -0
  234. package/src/operationsInterfaces/componentCurrentBillingFeatures.ts +44 -0
  235. package/src/operationsInterfaces/componentFeatureCapabilities.ts +27 -0
  236. package/src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts +86 -0
  237. package/src/operationsInterfaces/componentQuotaStatus.ts +27 -0
  238. package/src/operationsInterfaces/components.ts +131 -0
  239. package/src/operationsInterfaces/exportConfigurations.ts +95 -0
  240. package/src/operationsInterfaces/favorites.ts +92 -0
  241. package/src/operationsInterfaces/index.ts +28 -0
  242. package/src/operationsInterfaces/liveToken.ts +22 -0
  243. package/src/operationsInterfaces/myWorkbooks.ts +95 -0
  244. package/src/operationsInterfaces/operations.ts +22 -0
  245. package/src/operationsInterfaces/proactiveDetectionConfigurations.ts +63 -0
  246. package/src/operationsInterfaces/webTestLocations.ts +29 -0
  247. package/src/operationsInterfaces/webTests.ts +104 -0
  248. package/src/operationsInterfaces/workItemConfigurations.ts +109 -0
  249. package/src/operationsInterfaces/workbookTemplates.ts +80 -0
  250. package/src/operationsInterfaces/workbooks.ts +120 -0
  251. package/tsconfig.json +3 -3
  252. package/types/arm-appinsights.d.ts +3102 -0
  253. package/types/tsdoc-metadata.json +11 -0
  254. package/dist/arm-appinsights.js +0 -7933
  255. package/dist/arm-appinsights.js.map +0 -1
  256. package/dist/arm-appinsights.min.js +0 -1
  257. package/dist/arm-appinsights.min.js.map +0 -1
  258. package/esm/applicationInsightsManagementClient.d.ts +0 -43
  259. package/esm/applicationInsightsManagementClient.d.ts.map +0 -1
  260. package/esm/applicationInsightsManagementClient.js +0 -56
  261. package/esm/applicationInsightsManagementClient.js.map +0 -1
  262. package/esm/applicationInsightsManagementClientContext.d.ts +0 -21
  263. package/esm/applicationInsightsManagementClientContext.d.ts.map +0 -1
  264. package/esm/applicationInsightsManagementClientContext.js +0 -59
  265. package/esm/applicationInsightsManagementClientContext.js.map +0 -1
  266. package/esm/models/aPIKeysMappers.d.ts +0 -2
  267. package/esm/models/aPIKeysMappers.d.ts.map +0 -1
  268. package/esm/models/aPIKeysMappers.js +0 -9
  269. package/esm/models/aPIKeysMappers.js.map +0 -1
  270. package/esm/models/analyticsItemsMappers.d.ts +0 -2
  271. package/esm/models/analyticsItemsMappers.d.ts.map +0 -1
  272. package/esm/models/analyticsItemsMappers.js +0 -9
  273. package/esm/models/analyticsItemsMappers.js.map +0 -1
  274. package/esm/models/annotationsMappers.d.ts +0 -2
  275. package/esm/models/annotationsMappers.d.ts.map +0 -1
  276. package/esm/models/annotationsMappers.js +0 -9
  277. package/esm/models/annotationsMappers.js.map +0 -1
  278. package/esm/models/componentAvailableFeaturesMappers.d.ts +0 -2
  279. package/esm/models/componentAvailableFeaturesMappers.d.ts.map +0 -1
  280. package/esm/models/componentAvailableFeaturesMappers.js +0 -9
  281. package/esm/models/componentAvailableFeaturesMappers.js.map +0 -1
  282. package/esm/models/componentCurrentBillingFeaturesMappers.d.ts +0 -2
  283. package/esm/models/componentCurrentBillingFeaturesMappers.d.ts.map +0 -1
  284. package/esm/models/componentCurrentBillingFeaturesMappers.js +0 -9
  285. package/esm/models/componentCurrentBillingFeaturesMappers.js.map +0 -1
  286. package/esm/models/componentFeatureCapabilitiesMappers.d.ts +0 -2
  287. package/esm/models/componentFeatureCapabilitiesMappers.d.ts.map +0 -1
  288. package/esm/models/componentFeatureCapabilitiesMappers.js +0 -9
  289. package/esm/models/componentFeatureCapabilitiesMappers.js.map +0 -1
  290. package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts +0 -2
  291. package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts.map +0 -1
  292. package/esm/models/componentLinkedStorageAccountsOperationsMappers.js +0 -9
  293. package/esm/models/componentLinkedStorageAccountsOperationsMappers.js.map +0 -1
  294. package/esm/models/componentQuotaStatusMappers.d.ts +0 -2
  295. package/esm/models/componentQuotaStatusMappers.d.ts.map +0 -1
  296. package/esm/models/componentQuotaStatusMappers.js +0 -9
  297. package/esm/models/componentQuotaStatusMappers.js.map +0 -1
  298. package/esm/models/componentsMappers.d.ts +0 -2
  299. package/esm/models/componentsMappers.d.ts.map +0 -1
  300. package/esm/models/componentsMappers.js +0 -9
  301. package/esm/models/componentsMappers.js.map +0 -1
  302. package/esm/models/exportConfigurationsMappers.d.ts +0 -2
  303. package/esm/models/exportConfigurationsMappers.d.ts.map +0 -1
  304. package/esm/models/exportConfigurationsMappers.js +0 -9
  305. package/esm/models/exportConfigurationsMappers.js.map +0 -1
  306. package/esm/models/favoritesMappers.d.ts +0 -2
  307. package/esm/models/favoritesMappers.d.ts.map +0 -1
  308. package/esm/models/favoritesMappers.js +0 -9
  309. package/esm/models/favoritesMappers.js.map +0 -1
  310. package/esm/models/index.d.ts +0 -3793
  311. package/esm/models/index.d.ts.map +0 -1
  312. package/esm/models/index.js.map +0 -1
  313. package/esm/models/liveTokenMappers.d.ts +0 -2
  314. package/esm/models/liveTokenMappers.d.ts.map +0 -1
  315. package/esm/models/liveTokenMappers.js +0 -9
  316. package/esm/models/liveTokenMappers.js.map +0 -1
  317. package/esm/models/mappers.d.ts +0 -89
  318. package/esm/models/mappers.d.ts.map +0 -1
  319. package/esm/models/mappers.js.map +0 -1
  320. package/esm/models/myWorkbooksMappers.d.ts +0 -2
  321. package/esm/models/myWorkbooksMappers.d.ts.map +0 -1
  322. package/esm/models/myWorkbooksMappers.js +0 -9
  323. package/esm/models/myWorkbooksMappers.js.map +0 -1
  324. package/esm/models/operationsMappers.d.ts +0 -2
  325. package/esm/models/operationsMappers.d.ts.map +0 -1
  326. package/esm/models/operationsMappers.js +0 -9
  327. package/esm/models/operationsMappers.js.map +0 -1
  328. package/esm/models/parameters.d.ts +0 -41
  329. package/esm/models/parameters.d.ts.map +0 -1
  330. package/esm/models/parameters.js.map +0 -1
  331. package/esm/models/proactiveDetectionConfigurationsMappers.d.ts +0 -2
  332. package/esm/models/proactiveDetectionConfigurationsMappers.d.ts.map +0 -1
  333. package/esm/models/proactiveDetectionConfigurationsMappers.js +0 -9
  334. package/esm/models/proactiveDetectionConfigurationsMappers.js.map +0 -1
  335. package/esm/models/webTestLocationsMappers.d.ts +0 -2
  336. package/esm/models/webTestLocationsMappers.d.ts.map +0 -1
  337. package/esm/models/webTestLocationsMappers.js +0 -9
  338. package/esm/models/webTestLocationsMappers.js.map +0 -1
  339. package/esm/models/webTestsMappers.d.ts +0 -2
  340. package/esm/models/webTestsMappers.d.ts.map +0 -1
  341. package/esm/models/webTestsMappers.js +0 -9
  342. package/esm/models/webTestsMappers.js.map +0 -1
  343. package/esm/models/workItemConfigurationsMappers.d.ts +0 -2
  344. package/esm/models/workItemConfigurationsMappers.d.ts.map +0 -1
  345. package/esm/models/workItemConfigurationsMappers.js +0 -9
  346. package/esm/models/workItemConfigurationsMappers.js.map +0 -1
  347. package/esm/models/workbookTemplatesMappers.d.ts +0 -2
  348. package/esm/models/workbookTemplatesMappers.d.ts.map +0 -1
  349. package/esm/models/workbookTemplatesMappers.js +0 -9
  350. package/esm/models/workbookTemplatesMappers.js.map +0 -1
  351. package/esm/models/workbooksMappers.d.ts +0 -2
  352. package/esm/models/workbooksMappers.d.ts.map +0 -1
  353. package/esm/models/workbooksMappers.js +0 -9
  354. package/esm/models/workbooksMappers.js.map +0 -1
  355. package/esm/operations/aPIKeys.d.ts +0 -109
  356. package/esm/operations/aPIKeys.d.ts.map +0 -1
  357. package/esm/operations/aPIKeys.js +0 -160
  358. package/esm/operations/aPIKeys.js.map +0 -1
  359. package/esm/operations/analyticsItems.d.ts +0 -139
  360. package/esm/operations/analyticsItems.d.ts.map +0 -1
  361. package/esm/operations/analyticsItems.js +0 -181
  362. package/esm/operations/analyticsItems.js.map +0 -1
  363. package/esm/operations/annotations.d.ts +0 -124
  364. package/esm/operations/annotations.d.ts.map +0 -1
  365. package/esm/operations/annotations.js +0 -184
  366. package/esm/operations/annotations.js.map +0 -1
  367. package/esm/operations/componentAvailableFeatures.d.ts +0 -34
  368. package/esm/operations/componentAvailableFeatures.d.ts.map +0 -1
  369. package/esm/operations/componentAvailableFeatures.js +0 -57
  370. package/esm/operations/componentAvailableFeatures.js.map +0 -1
  371. package/esm/operations/componentCurrentBillingFeatures.d.ts +0 -61
  372. package/esm/operations/componentCurrentBillingFeatures.d.ts.map +0 -1
  373. package/esm/operations/componentCurrentBillingFeatures.js +0 -94
  374. package/esm/operations/componentCurrentBillingFeatures.js.map +0 -1
  375. package/esm/operations/componentFeatureCapabilities.d.ts +0 -34
  376. package/esm/operations/componentFeatureCapabilities.d.ts.map +0 -1
  377. package/esm/operations/componentFeatureCapabilities.js +0 -57
  378. package/esm/operations/componentFeatureCapabilities.js.map +0 -1
  379. package/esm/operations/componentLinkedStorageAccountsOperations.d.ts +0 -109
  380. package/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
  381. package/esm/operations/componentLinkedStorageAccountsOperations.js +0 -164
  382. package/esm/operations/componentLinkedStorageAccountsOperations.js.map +0 -1
  383. package/esm/operations/componentQuotaStatus.d.ts +0 -34
  384. package/esm/operations/componentQuotaStatus.d.ts.map +0 -1
  385. package/esm/operations/componentQuotaStatus.js +0 -57
  386. package/esm/operations/componentQuotaStatus.js.map +0 -1
  387. package/esm/operations/components.d.ts +0 -236
  388. package/esm/operations/components.d.ts.map +0 -1
  389. package/esm/operations/components.js +0 -349
  390. package/esm/operations/components.js.map +0 -1
  391. package/esm/operations/exportConfigurations.d.ts +0 -148
  392. package/esm/operations/exportConfigurations.d.ts.map +0 -1
  393. package/esm/operations/exportConfigurations.js +0 -220
  394. package/esm/operations/exportConfigurations.js.map +0 -1
  395. package/esm/operations/favorites.d.ts +0 -139
  396. package/esm/operations/favorites.d.ts.map +0 -1
  397. package/esm/operations/favorites.js +0 -213
  398. package/esm/operations/favorites.js.map +0 -1
  399. package/esm/operations/index.d.ts.map +0 -1
  400. package/esm/operations/index.js.map +0 -1
  401. package/esm/operations/liveToken.d.ts +0 -31
  402. package/esm/operations/liveToken.d.ts.map +0 -1
  403. package/esm/operations/liveToken.js +0 -54
  404. package/esm/operations/liveToken.js.map +0 -1
  405. package/esm/operations/myWorkbooks.d.ts +0 -196
  406. package/esm/operations/myWorkbooks.d.ts.map +0 -1
  407. package/esm/operations/myWorkbooks.js +0 -297
  408. package/esm/operations/myWorkbooks.js.map +0 -1
  409. package/esm/operations/operations.d.ts +0 -81
  410. package/esm/operations/operations.d.ts.map +0 -1
  411. package/esm/operations/operations.js +0 -132
  412. package/esm/operations/operations.js.map +0 -1
  413. package/esm/operations/proactiveDetectionConfigurations.d.ts +0 -94
  414. package/esm/operations/proactiveDetectionConfigurations.d.ts.map +0 -1
  415. package/esm/operations/proactiveDetectionConfigurations.js +0 -140
  416. package/esm/operations/proactiveDetectionConfigurations.js.map +0 -1
  417. package/esm/operations/webTestLocations.d.ts +0 -34
  418. package/esm/operations/webTestLocations.d.ts.map +0 -1
  419. package/esm/operations/webTestLocations.js +0 -57
  420. package/esm/operations/webTestLocations.js.map +0 -1
  421. package/esm/operations/webTests.d.ts +0 -214
  422. package/esm/operations/webTests.d.ts.map +0 -1
  423. package/esm/operations/webTests.js +0 -334
  424. package/esm/operations/webTests.js.map +0 -1
  425. package/esm/operations/workItemConfigurations.d.ts +0 -169
  426. package/esm/operations/workItemConfigurations.d.ts.map +0 -1
  427. package/esm/operations/workItemConfigurations.js +0 -227
  428. package/esm/operations/workItemConfigurations.js.map +0 -1
  429. package/esm/operations/workbookTemplates.d.ts +0 -118
  430. package/esm/operations/workbookTemplates.d.ts.map +0 -1
  431. package/esm/operations/workbookTemplates.js +0 -194
  432. package/esm/operations/workbookTemplates.js.map +0 -1
  433. package/esm/operations/workbooks.d.ts +0 -256
  434. package/esm/operations/workbooks.d.ts.map +0 -1
  435. package/esm/operations/workbooks.js +0 -392
  436. package/esm/operations/workbooks.js.map +0 -1
  437. package/src/applicationInsightsManagementClientContext.ts +0 -65
  438. package/src/models/analyticsItemsMappers.ts +0 -13
  439. package/src/models/annotationsMappers.ts +0 -15
  440. package/src/models/componentAvailableFeaturesMappers.ts +0 -14
  441. package/src/models/componentCurrentBillingFeaturesMappers.ts +0 -13
  442. package/src/models/componentLinkedStorageAccountsOperationsMappers.ts +0 -42
  443. package/src/models/componentsMappers.ts +0 -46
  444. package/src/models/exportConfigurationsMappers.ts +0 -13
  445. package/src/models/liveTokenMappers.ts +0 -13
  446. package/src/models/myWorkbooksMappers.ts +0 -42
  447. package/src/models/operationsMappers.ts +0 -18
  448. package/src/models/proactiveDetectionConfigurationsMappers.ts +0 -40
  449. package/src/models/webTestLocationsMappers.ts +0 -13
  450. package/src/models/webTestsMappers.ts +0 -42
  451. package/src/models/workItemConfigurationsMappers.ts +0 -16
  452. package/src/models/workbookTemplatesMappers.ts +0 -44
  453. package/src/models/workbooksMappers.ts +0 -43
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,55 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { APIKeys } from "../operationsInterfaces";
3
+ import { ApplicationInsightsManagementClient } from "../applicationInsightsManagementClient";
4
+ import { ApplicationInsightsComponentAPIKey, APIKeysListOptionalParams, APIKeyRequest, APIKeysCreateOptionalParams, APIKeysCreateResponse, APIKeysDeleteOptionalParams, APIKeysDeleteResponse, APIKeysGetOptionalParams, APIKeysGetResponse } from "../models";
5
+ /** Class containing APIKeys operations. */
6
+ export declare class APIKeysImpl implements APIKeys {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class APIKeys class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: ApplicationInsightsManagementClient);
13
+ /**
14
+ * Gets a list of API keys of an Application Insights component.
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
+ * @param resourceName The name of the Application Insights component resource.
17
+ * @param options The options parameters.
18
+ */
19
+ list(resourceGroupName: string, resourceName: string, options?: APIKeysListOptionalParams): PagedAsyncIterableIterator<ApplicationInsightsComponentAPIKey>;
20
+ private listPagingPage;
21
+ private listPagingAll;
22
+ /**
23
+ * Gets a list of API keys of an Application Insights component.
24
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
25
+ * @param resourceName The name of the Application Insights component resource.
26
+ * @param options The options parameters.
27
+ */
28
+ private _list;
29
+ /**
30
+ * Create an API Key of an Application Insights component.
31
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
32
+ * @param resourceName The name of the Application Insights component resource.
33
+ * @param aPIKeyProperties Properties that need to be specified to create an API key of a Application
34
+ * Insights component.
35
+ * @param options The options parameters.
36
+ */
37
+ create(resourceGroupName: string, resourceName: string, aPIKeyProperties: APIKeyRequest, options?: APIKeysCreateOptionalParams): Promise<APIKeysCreateResponse>;
38
+ /**
39
+ * Delete an API Key of an Application Insights component.
40
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
41
+ * @param resourceName The name of the Application Insights component resource.
42
+ * @param keyId The API Key ID. This is unique within a Application Insights component.
43
+ * @param options The options parameters.
44
+ */
45
+ delete(resourceGroupName: string, resourceName: string, keyId: string, options?: APIKeysDeleteOptionalParams): Promise<APIKeysDeleteResponse>;
46
+ /**
47
+ * Get the API Key for this key id.
48
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
49
+ * @param resourceName The name of the Application Insights component resource.
50
+ * @param keyId The API Key ID. This is unique within a Application Insights component.
51
+ * @param options The options parameters.
52
+ */
53
+ get(resourceGroupName: string, resourceName: string, keyId: string, options?: APIKeysGetOptionalParams): Promise<APIKeysGetResponse>;
54
+ }
55
+ //# sourceMappingURL=aPIKeys.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aPIKeys.d.ts","sourceRoot":"","sources":["../../../src/operations/aPIKeys.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAIlD,OAAO,EAAE,mCAAmC,EAAE,MAAM,wCAAwC,CAAC;AAC7F,OAAO,EACL,kCAAkC,EAClC,yBAAyB,EAEzB,aAAa,EACb,2BAA2B,EAC3B,qBAAqB,EACrB,2BAA2B,EAC3B,qBAAqB,EACrB,wBAAwB,EACxB,kBAAkB,EACnB,MAAM,WAAW,CAAC;AAGnB,2CAA2C;AAC3C,qBAAa,WAAY,YAAW,OAAO;IACzC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAsC;IAE7D;;;OAGG;gBACS,MAAM,EAAE,mCAAmC;IAIvD;;;;;OAKG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,yBAAyB,GAClC,0BAA0B,CAAC,kCAAkC,CAAC;YAelD,cAAc;YASd,aAAa;IAc5B;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,aAAa,EAC/B,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC;IAOjC;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC;IAOjC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC;CAM/B"}
@@ -0,0 +1,185 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
9
+ import * as coreClient from "@azure/core-client";
10
+ import * as Mappers from "../models/mappers";
11
+ import * as Parameters from "../models/parameters";
12
+ /// <reference lib="esnext.asynciterable" />
13
+ /** Class containing APIKeys operations. */
14
+ export class APIKeysImpl {
15
+ /**
16
+ * Initialize a new instance of the class APIKeys class.
17
+ * @param client Reference to the service client
18
+ */
19
+ constructor(client) {
20
+ this.client = client;
21
+ }
22
+ /**
23
+ * Gets a list of API keys of an Application Insights component.
24
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
25
+ * @param resourceName The name of the Application Insights component resource.
26
+ * @param options The options parameters.
27
+ */
28
+ list(resourceGroupName, resourceName, options) {
29
+ const iter = this.listPagingAll(resourceGroupName, resourceName, options);
30
+ return {
31
+ next() {
32
+ return iter.next();
33
+ },
34
+ [Symbol.asyncIterator]() {
35
+ return this;
36
+ },
37
+ byPage: () => {
38
+ return this.listPagingPage(resourceGroupName, resourceName, options);
39
+ }
40
+ };
41
+ }
42
+ listPagingPage(resourceGroupName, resourceName, options) {
43
+ return __asyncGenerator(this, arguments, function* listPagingPage_1() {
44
+ let result = yield __await(this._list(resourceGroupName, resourceName, options));
45
+ yield yield __await(result.value || []);
46
+ });
47
+ }
48
+ listPagingAll(resourceGroupName, resourceName, options) {
49
+ return __asyncGenerator(this, arguments, function* listPagingAll_1() {
50
+ var e_1, _a;
51
+ try {
52
+ for (var _b = __asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
53
+ const page = _c.value;
54
+ yield __await(yield* __asyncDelegator(__asyncValues(page)));
55
+ }
56
+ }
57
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
58
+ finally {
59
+ try {
60
+ if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
61
+ }
62
+ finally { if (e_1) throw e_1.error; }
63
+ }
64
+ });
65
+ }
66
+ /**
67
+ * Gets a list of API keys of an Application Insights component.
68
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
69
+ * @param resourceName The name of the Application Insights component resource.
70
+ * @param options The options parameters.
71
+ */
72
+ _list(resourceGroupName, resourceName, options) {
73
+ return this.client.sendOperationRequest({ resourceGroupName, resourceName, options }, listOperationSpec);
74
+ }
75
+ /**
76
+ * Create an API Key of an Application Insights component.
77
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
78
+ * @param resourceName The name of the Application Insights component resource.
79
+ * @param aPIKeyProperties Properties that need to be specified to create an API key of a Application
80
+ * Insights component.
81
+ * @param options The options parameters.
82
+ */
83
+ create(resourceGroupName, resourceName, aPIKeyProperties, options) {
84
+ return this.client.sendOperationRequest({ resourceGroupName, resourceName, aPIKeyProperties, options }, createOperationSpec);
85
+ }
86
+ /**
87
+ * Delete an API Key of an Application Insights component.
88
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
89
+ * @param resourceName The name of the Application Insights component resource.
90
+ * @param keyId The API Key ID. This is unique within a Application Insights component.
91
+ * @param options The options parameters.
92
+ */
93
+ delete(resourceGroupName, resourceName, keyId, options) {
94
+ return this.client.sendOperationRequest({ resourceGroupName, resourceName, keyId, options }, deleteOperationSpec);
95
+ }
96
+ /**
97
+ * Get the API Key for this key id.
98
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
99
+ * @param resourceName The name of the Application Insights component resource.
100
+ * @param keyId The API Key ID. This is unique within a Application Insights component.
101
+ * @param options The options parameters.
102
+ */
103
+ get(resourceGroupName, resourceName, keyId, options) {
104
+ return this.client.sendOperationRequest({ resourceGroupName, resourceName, keyId, options }, getOperationSpec);
105
+ }
106
+ }
107
+ // Operation Specifications
108
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
109
+ const listOperationSpec = {
110
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys",
111
+ httpMethod: "GET",
112
+ responses: {
113
+ 200: {
114
+ bodyMapper: Mappers.ApplicationInsightsComponentAPIKeyListResult
115
+ }
116
+ },
117
+ queryParameters: [Parameters.apiVersion],
118
+ urlParameters: [
119
+ Parameters.$host,
120
+ Parameters.resourceGroupName,
121
+ Parameters.subscriptionId,
122
+ Parameters.resourceName
123
+ ],
124
+ headerParameters: [Parameters.accept],
125
+ serializer
126
+ };
127
+ const createOperationSpec = {
128
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys",
129
+ httpMethod: "POST",
130
+ responses: {
131
+ 200: {
132
+ bodyMapper: Mappers.ApplicationInsightsComponentAPIKey
133
+ }
134
+ },
135
+ requestBody: Parameters.aPIKeyProperties,
136
+ queryParameters: [Parameters.apiVersion],
137
+ urlParameters: [
138
+ Parameters.$host,
139
+ Parameters.resourceGroupName,
140
+ Parameters.subscriptionId,
141
+ Parameters.resourceName
142
+ ],
143
+ headerParameters: [Parameters.accept, Parameters.contentType],
144
+ mediaType: "json",
145
+ serializer
146
+ };
147
+ const deleteOperationSpec = {
148
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}",
149
+ httpMethod: "DELETE",
150
+ responses: {
151
+ 200: {
152
+ bodyMapper: Mappers.ApplicationInsightsComponentAPIKey
153
+ }
154
+ },
155
+ queryParameters: [Parameters.apiVersion],
156
+ urlParameters: [
157
+ Parameters.$host,
158
+ Parameters.resourceGroupName,
159
+ Parameters.subscriptionId,
160
+ Parameters.resourceName,
161
+ Parameters.keyId
162
+ ],
163
+ headerParameters: [Parameters.accept],
164
+ serializer
165
+ };
166
+ const getOperationSpec = {
167
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}",
168
+ httpMethod: "GET",
169
+ responses: {
170
+ 200: {
171
+ bodyMapper: Mappers.ApplicationInsightsComponentAPIKey
172
+ }
173
+ },
174
+ queryParameters: [Parameters.apiVersion],
175
+ urlParameters: [
176
+ Parameters.$host,
177
+ Parameters.resourceGroupName,
178
+ Parameters.subscriptionId,
179
+ Parameters.resourceName,
180
+ Parameters.keyId
181
+ ],
182
+ headerParameters: [Parameters.accept],
183
+ serializer
184
+ };
185
+ //# sourceMappingURL=aPIKeys.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aPIKeys.js","sourceRoot":"","sources":["../../../src/operations/aPIKeys.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAIH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAenD,4CAA4C;AAC5C,2CAA2C;AAC3C,MAAM,OAAO,WAAW;IAGtB;;;OAGG;IACH,YAAY,MAA2C;QACrD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;OAKG;IACI,IAAI,CACT,iBAAyB,EACzB,YAAoB,EACpB,OAAmC;QAEnC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC,CAAC;QAC1E,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,GAAG,EAAE;gBACX,OAAO,IAAI,CAAC,cAAc,CAAC,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC,CAAC;YACvE,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,cAAc,CAC3B,iBAAyB,EACzB,YAAoB,EACpB,OAAmC;;YAEnC,IAAI,MAAM,GAAG,cAAM,IAAI,CAAC,KAAK,CAAC,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC,CAAA,CAAC;YACxE,oBAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;QAC3B,CAAC;KAAA;IAEc,aAAa,CAC1B,iBAAyB,EACzB,YAAoB,EACpB,OAAmC;;;;gBAEnC,KAAyB,IAAA,KAAA,cAAA,IAAI,CAAC,cAAc,CAC1C,iBAAiB,EACjB,YAAY,EACZ,OAAO,CACR,CAAA,IAAA;oBAJU,MAAM,IAAI,WAAA,CAAA;oBAKnB,cAAA,KAAK,CAAC,CAAC,iBAAA,cAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;;OAKG;IACK,KAAK,CACX,iBAAyB,EACzB,YAAoB,EACpB,OAAmC;QAEnC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,OAAO,EAAE,EAC5C,iBAAiB,CAClB,CAAC;IACJ,CAAC;IAED;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAyB,EACzB,YAAoB,EACpB,gBAA+B,EAC/B,OAAqC;QAErC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,gBAAgB,EAAE,OAAO,EAAE,EAC9D,mBAAmB,CACpB,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,MAAM,CACJ,iBAAyB,EACzB,YAAoB,EACpB,KAAa,EACb,OAAqC;QAErC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,KAAK,EAAE,OAAO,EAAE,EACnD,mBAAmB,CACpB,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,GAAG,CACD,iBAAyB,EACzB,YAAoB,EACpB,KAAa,EACb,OAAkC;QAElC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,KAAK,EAAE,OAAO,EAAE,EACnD,gBAAgB,CACjB,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EACF,mIAAmI;IACrI,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,4CAA4C;SACjE;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EACF,mIAAmI;IACrI,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,kCAAkC;SACvD;KACF;IACD,WAAW,EAAE,UAAU,CAAC,gBAAgB;IACxC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EACF,2IAA2I;IAC7I,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,kCAAkC;SACvD;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,KAAK;KACjB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EACF,2IAA2I;IAC7I,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,kCAAkC;SACvD;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,KAAK;KACjB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC"}
@@ -0,0 +1,51 @@
1
+ import { AnalyticsItems } from "../operationsInterfaces";
2
+ import { ApplicationInsightsManagementClient } from "../applicationInsightsManagementClient";
3
+ import { ItemScopePath, AnalyticsItemsListOptionalParams, AnalyticsItemsListResponse, AnalyticsItemsGetOptionalParams, AnalyticsItemsGetResponse, ApplicationInsightsComponentAnalyticsItem, AnalyticsItemsPutOptionalParams, AnalyticsItemsPutResponse, AnalyticsItemsDeleteOptionalParams } from "../models";
4
+ /** Class containing AnalyticsItems operations. */
5
+ export declare class AnalyticsItemsImpl implements AnalyticsItems {
6
+ private readonly client;
7
+ /**
8
+ * Initialize a new instance of the class AnalyticsItems class.
9
+ * @param client Reference to the service client
10
+ */
11
+ constructor(client: ApplicationInsightsManagementClient);
12
+ /**
13
+ * Gets a list of Analytics Items defined within an Application Insights component.
14
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
15
+ * @param resourceName The name of the Application Insights component resource.
16
+ * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
17
+ * between all users with access to the Application Insights component.
18
+ * @param options The options parameters.
19
+ */
20
+ list(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsListOptionalParams): Promise<AnalyticsItemsListResponse>;
21
+ /**
22
+ * Gets a specific Analytics Items defined within an Application Insights component.
23
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
24
+ * @param resourceName The name of the Application Insights component resource.
25
+ * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
26
+ * between all users with access to the Application Insights component.
27
+ * @param options The options parameters.
28
+ */
29
+ get(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsGetOptionalParams): Promise<AnalyticsItemsGetResponse>;
30
+ /**
31
+ * Adds or Updates a specific Analytics Item within an Application Insights component.
32
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
33
+ * @param resourceName The name of the Application Insights component resource.
34
+ * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
35
+ * between all users with access to the Application Insights component.
36
+ * @param itemProperties Properties that need to be specified to create a new item and add it to an
37
+ * Application Insights component.
38
+ * @param options The options parameters.
39
+ */
40
+ put(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, itemProperties: ApplicationInsightsComponentAnalyticsItem, options?: AnalyticsItemsPutOptionalParams): Promise<AnalyticsItemsPutResponse>;
41
+ /**
42
+ * Deletes a specific Analytics Items defined within an Application Insights component.
43
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
44
+ * @param resourceName The name of the Application Insights component resource.
45
+ * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
46
+ * between all users with access to the Application Insights component.
47
+ * @param options The options parameters.
48
+ */
49
+ delete(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsDeleteOptionalParams): Promise<void>;
50
+ }
51
+ //# sourceMappingURL=analyticsItems.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"analyticsItems.d.ts","sourceRoot":"","sources":["../../../src/operations/analyticsItems.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAIzD,OAAO,EAAE,mCAAmC,EAAE,MAAM,wCAAwC,CAAC;AAC7F,OAAO,EACL,aAAa,EACb,gCAAgC,EAChC,0BAA0B,EAC1B,+BAA+B,EAC/B,yBAAyB,EACzB,yCAAyC,EACzC,+BAA+B,EAC/B,yBAAyB,EACzB,kCAAkC,EACnC,MAAM,WAAW,CAAC;AAEnB,kDAAkD;AAClD,qBAAa,kBAAmB,YAAW,cAAc;IACvD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAsC;IAE7D;;;OAGG;gBACS,MAAM,EAAE,mCAAmC;IAIvD;;;;;;;OAOG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,aAAa,EACxB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAOtC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,aAAa,EACxB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAOrC;;;;;;;;;OASG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,aAAa,EACxB,cAAc,EAAE,yCAAyC,EACzD,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAOrC;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,aAAa,EACxB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,IAAI,CAAC;CAMjB"}
@@ -0,0 +1,157 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import * as coreClient from "@azure/core-client";
9
+ import * as Mappers from "../models/mappers";
10
+ import * as Parameters from "../models/parameters";
11
+ /** Class containing AnalyticsItems operations. */
12
+ export class AnalyticsItemsImpl {
13
+ /**
14
+ * Initialize a new instance of the class AnalyticsItems class.
15
+ * @param client Reference to the service client
16
+ */
17
+ constructor(client) {
18
+ this.client = client;
19
+ }
20
+ /**
21
+ * Gets a list of Analytics Items defined within an Application Insights component.
22
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
23
+ * @param resourceName The name of the Application Insights component resource.
24
+ * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
25
+ * between all users with access to the Application Insights component.
26
+ * @param options The options parameters.
27
+ */
28
+ list(resourceGroupName, resourceName, scopePath, options) {
29
+ return this.client.sendOperationRequest({ resourceGroupName, resourceName, scopePath, options }, listOperationSpec);
30
+ }
31
+ /**
32
+ * Gets a specific Analytics Items defined within an Application Insights component.
33
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
34
+ * @param resourceName The name of the Application Insights component resource.
35
+ * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
36
+ * between all users with access to the Application Insights component.
37
+ * @param options The options parameters.
38
+ */
39
+ get(resourceGroupName, resourceName, scopePath, options) {
40
+ return this.client.sendOperationRequest({ resourceGroupName, resourceName, scopePath, options }, getOperationSpec);
41
+ }
42
+ /**
43
+ * Adds or Updates a specific Analytics Item within an Application Insights component.
44
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
45
+ * @param resourceName The name of the Application Insights component resource.
46
+ * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
47
+ * between all users with access to the Application Insights component.
48
+ * @param itemProperties Properties that need to be specified to create a new item and add it to an
49
+ * Application Insights component.
50
+ * @param options The options parameters.
51
+ */
52
+ put(resourceGroupName, resourceName, scopePath, itemProperties, options) {
53
+ return this.client.sendOperationRequest({ resourceGroupName, resourceName, scopePath, itemProperties, options }, putOperationSpec);
54
+ }
55
+ /**
56
+ * Deletes a specific Analytics Items defined within an Application Insights component.
57
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
58
+ * @param resourceName The name of the Application Insights component resource.
59
+ * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
60
+ * between all users with access to the Application Insights component.
61
+ * @param options The options parameters.
62
+ */
63
+ delete(resourceGroupName, resourceName, scopePath, options) {
64
+ return this.client.sendOperationRequest({ resourceGroupName, resourceName, scopePath, options }, deleteOperationSpec);
65
+ }
66
+ }
67
+ // Operation Specifications
68
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
69
+ const listOperationSpec = {
70
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}",
71
+ httpMethod: "GET",
72
+ responses: {
73
+ 200: {
74
+ bodyMapper: {
75
+ type: {
76
+ name: "Sequence",
77
+ element: {
78
+ type: {
79
+ name: "Composite",
80
+ className: "ApplicationInsightsComponentAnalyticsItem"
81
+ }
82
+ }
83
+ }
84
+ }
85
+ }
86
+ },
87
+ queryParameters: [
88
+ Parameters.apiVersion,
89
+ Parameters.scope,
90
+ Parameters.typeParam,
91
+ Parameters.includeContent
92
+ ],
93
+ urlParameters: [
94
+ Parameters.$host,
95
+ Parameters.resourceGroupName,
96
+ Parameters.subscriptionId,
97
+ Parameters.resourceName,
98
+ Parameters.scopePath
99
+ ],
100
+ headerParameters: [Parameters.accept],
101
+ serializer
102
+ };
103
+ const getOperationSpec = {
104
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item",
105
+ httpMethod: "GET",
106
+ responses: {
107
+ 200: {
108
+ bodyMapper: Mappers.ApplicationInsightsComponentAnalyticsItem
109
+ }
110
+ },
111
+ queryParameters: [Parameters.apiVersion, Parameters.id, Parameters.name],
112
+ urlParameters: [
113
+ Parameters.$host,
114
+ Parameters.resourceGroupName,
115
+ Parameters.subscriptionId,
116
+ Parameters.resourceName,
117
+ Parameters.scopePath
118
+ ],
119
+ headerParameters: [Parameters.accept],
120
+ serializer
121
+ };
122
+ const putOperationSpec = {
123
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item",
124
+ httpMethod: "PUT",
125
+ responses: {
126
+ 200: {
127
+ bodyMapper: Mappers.ApplicationInsightsComponentAnalyticsItem
128
+ }
129
+ },
130
+ requestBody: Parameters.itemProperties,
131
+ queryParameters: [Parameters.apiVersion, Parameters.overrideItem],
132
+ urlParameters: [
133
+ Parameters.$host,
134
+ Parameters.resourceGroupName,
135
+ Parameters.subscriptionId,
136
+ Parameters.resourceName,
137
+ Parameters.scopePath
138
+ ],
139
+ headerParameters: [Parameters.accept, Parameters.contentType],
140
+ mediaType: "json",
141
+ serializer
142
+ };
143
+ const deleteOperationSpec = {
144
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item",
145
+ httpMethod: "DELETE",
146
+ responses: { 200: {} },
147
+ queryParameters: [Parameters.apiVersion, Parameters.id, Parameters.name],
148
+ urlParameters: [
149
+ Parameters.$host,
150
+ Parameters.resourceGroupName,
151
+ Parameters.subscriptionId,
152
+ Parameters.resourceName,
153
+ Parameters.scopePath
154
+ ],
155
+ serializer
156
+ };
157
+ //# sourceMappingURL=analyticsItems.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"analyticsItems.js","sourceRoot":"","sources":["../../../src/operations/analyticsItems.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,63 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Annotations } from "../operationsInterfaces";
3
+ import { ApplicationInsightsManagementClient } from "../applicationInsightsManagementClient";
4
+ import { Annotation, AnnotationsListOptionalParams, AnnotationsCreateOptionalParams, AnnotationsCreateResponse, AnnotationsDeleteOptionalParams, AnnotationsGetOptionalParams, AnnotationsGetResponse } from "../models";
5
+ /** Class containing Annotations operations. */
6
+ export declare class AnnotationsImpl implements Annotations {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class Annotations class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: ApplicationInsightsManagementClient);
13
+ /**
14
+ * Gets the list of annotations for a component for given time range
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
+ * @param resourceName The name of the Application Insights component resource.
17
+ * @param start The start time to query from for annotations, cannot be older than 90 days from current
18
+ * date.
19
+ * @param end The end time to query for annotations.
20
+ * @param options The options parameters.
21
+ */
22
+ list(resourceGroupName: string, resourceName: string, start: string, end: string, options?: AnnotationsListOptionalParams): PagedAsyncIterableIterator<Annotation>;
23
+ private listPagingPage;
24
+ private listPagingAll;
25
+ /**
26
+ * Gets the list of annotations for a component for given time range
27
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
28
+ * @param resourceName The name of the Application Insights component resource.
29
+ * @param start The start time to query from for annotations, cannot be older than 90 days from current
30
+ * date.
31
+ * @param end The end time to query for annotations.
32
+ * @param options The options parameters.
33
+ */
34
+ private _list;
35
+ /**
36
+ * Create an Annotation of an Application Insights component.
37
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
38
+ * @param resourceName The name of the Application Insights component resource.
39
+ * @param annotationProperties Properties that need to be specified to create an annotation of a
40
+ * Application Insights component.
41
+ * @param options The options parameters.
42
+ */
43
+ create(resourceGroupName: string, resourceName: string, annotationProperties: Annotation, options?: AnnotationsCreateOptionalParams): Promise<AnnotationsCreateResponse>;
44
+ /**
45
+ * Delete an Annotation of an Application Insights component.
46
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
47
+ * @param resourceName The name of the Application Insights component resource.
48
+ * @param annotationId The unique annotation ID. This is unique within a Application Insights
49
+ * component.
50
+ * @param options The options parameters.
51
+ */
52
+ delete(resourceGroupName: string, resourceName: string, annotationId: string, options?: AnnotationsDeleteOptionalParams): Promise<void>;
53
+ /**
54
+ * Get the annotation for given id.
55
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
56
+ * @param resourceName The name of the Application Insights component resource.
57
+ * @param annotationId The unique annotation ID. This is unique within a Application Insights
58
+ * component.
59
+ * @param options The options parameters.
60
+ */
61
+ get(resourceGroupName: string, resourceName: string, annotationId: string, options?: AnnotationsGetOptionalParams): Promise<AnnotationsGetResponse>;
62
+ }
63
+ //# sourceMappingURL=annotations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotations.d.ts","sourceRoot":"","sources":["../../../src/operations/annotations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAItD,OAAO,EAAE,mCAAmC,EAAE,MAAM,wCAAwC,CAAC;AAC7F,OAAO,EACL,UAAU,EACV,6BAA6B,EAE7B,+BAA+B,EAC/B,yBAAyB,EACzB,+BAA+B,EAC/B,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,WAAW,CAAC;AAGnB,+CAA+C;AAC/C,qBAAa,eAAgB,YAAW,WAAW;IACjD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAsC;IAE7D;;;OAGG;gBACS,MAAM,EAAE,mCAAmC;IAIvD;;;;;;;;OAQG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,GAAG,EAAE,MAAM,EACX,OAAO,CAAC,EAAE,6BAA6B,GACtC,0BAA0B,CAAC,UAAU,CAAC;YA2B1B,cAAc;YAiBd,aAAa;IAkB5B;;;;;;;;OAQG;IACH,OAAO,CAAC,KAAK;IAab;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,oBAAoB,EAAE,UAAU,EAChC,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAOrC;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;CAMnC"}