@azure/arm-appinsights 5.0.0-alpha.20250326.1 → 5.0.0-alpha.20250328.3

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 (477) hide show
  1. package/CHANGELOG.md +4 -12
  2. package/README.md +0 -1
  3. package/dist/browser/applicationInsightsManagementClient.d.ts +7 -5
  4. package/dist/browser/applicationInsightsManagementClient.d.ts.map +1 -1
  5. package/dist/browser/applicationInsightsManagementClient.js +22 -20
  6. package/dist/browser/applicationInsightsManagementClient.js.map +1 -1
  7. package/dist/browser/models/index.d.ts +573 -596
  8. package/dist/browser/models/index.d.ts.map +1 -1
  9. package/dist/browser/models/index.js +46 -62
  10. package/dist/browser/models/index.js.map +1 -1
  11. package/dist/browser/models/mappers.d.ts +31 -26
  12. package/dist/browser/models/mappers.d.ts.map +1 -1
  13. package/dist/browser/models/mappers.js +1750 -1587
  14. package/dist/browser/models/mappers.js.map +1 -1
  15. package/dist/browser/models/parameters.d.ts +17 -15
  16. package/dist/browser/models/parameters.d.ts.map +1 -1
  17. package/dist/browser/models/parameters.js +244 -217
  18. package/dist/browser/models/parameters.js.map +1 -1
  19. package/dist/browser/operations/aPIKeys.js +25 -25
  20. package/dist/browser/operations/aPIKeys.js.map +1 -1
  21. package/dist/browser/operations/analyticsItems.js +27 -27
  22. package/dist/browser/operations/analyticsItems.js.map +1 -1
  23. package/dist/browser/operations/annotations.js +30 -30
  24. package/dist/browser/operations/annotations.js.map +1 -1
  25. package/dist/browser/operations/componentAvailableFeatures.d.ts.map +1 -1
  26. package/dist/browser/operations/componentAvailableFeatures.js +6 -6
  27. package/dist/browser/operations/componentAvailableFeatures.js.map +1 -1
  28. package/dist/browser/operations/componentCurrentBillingFeatures.d.ts.map +1 -1
  29. package/dist/browser/operations/componentCurrentBillingFeatures.js +12 -12
  30. package/dist/browser/operations/componentCurrentBillingFeatures.js.map +1 -1
  31. package/dist/browser/operations/componentFeatureCapabilities.d.ts.map +1 -1
  32. package/dist/browser/operations/componentFeatureCapabilities.js +6 -6
  33. package/dist/browser/operations/componentFeatureCapabilities.js.map +1 -1
  34. package/dist/browser/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -1
  35. package/dist/browser/operations/componentLinkedStorageAccountsOperations.js +29 -29
  36. package/dist/browser/operations/componentLinkedStorageAccountsOperations.js.map +1 -1
  37. package/dist/browser/operations/componentQuotaStatus.js +6 -6
  38. package/dist/browser/operations/componentQuotaStatus.js.map +1 -1
  39. package/dist/browser/operations/components.d.ts +4 -0
  40. package/dist/browser/operations/components.d.ts.map +1 -1
  41. package/dist/browser/operations/components.js +69 -67
  42. package/dist/browser/operations/components.js.map +1 -1
  43. package/dist/browser/operations/deletedWorkbooks.d.ts +32 -0
  44. package/dist/browser/operations/deletedWorkbooks.d.ts.map +1 -0
  45. package/dist/browser/operations/deletedWorkbooks.js +141 -0
  46. package/dist/browser/operations/deletedWorkbooks.js.map +1 -0
  47. package/dist/browser/operations/exportConfigurations.js +38 -38
  48. package/dist/browser/operations/exportConfigurations.js.map +1 -1
  49. package/dist/browser/operations/favorites.js +35 -35
  50. package/dist/browser/operations/favorites.js.map +1 -1
  51. package/dist/browser/operations/index.d.ts +4 -3
  52. package/dist/browser/operations/index.d.ts.map +1 -1
  53. package/dist/browser/operations/index.js +4 -3
  54. package/dist/browser/operations/index.js.map +1 -1
  55. package/dist/browser/operations/liveToken.js +4 -4
  56. package/dist/browser/operations/liveToken.js.map +1 -1
  57. package/dist/browser/operations/operations.d.ts +32 -0
  58. package/dist/browser/operations/operations.d.ts.map +1 -0
  59. package/dist/browser/operations/operations.js +133 -0
  60. package/dist/browser/operations/operations.js.map +1 -0
  61. package/dist/browser/operations/proactiveDetectionConfigurations.d.ts.map +1 -1
  62. package/dist/browser/operations/proactiveDetectionConfigurations.js +23 -23
  63. package/dist/browser/operations/proactiveDetectionConfigurations.js.map +1 -1
  64. package/dist/browser/operations/webTestLocations.js +7 -7
  65. package/dist/browser/operations/webTestLocations.js.map +1 -1
  66. package/dist/browser/operations/webTests.d.ts +10 -10
  67. package/dist/browser/operations/webTests.js +64 -67
  68. package/dist/browser/operations/webTests.js.map +1 -1
  69. package/dist/browser/operations/workItemConfigurations.js +38 -38
  70. package/dist/browser/operations/workItemConfigurations.js.map +1 -1
  71. package/dist/browser/operations/workbookTemplates.js +35 -35
  72. package/dist/browser/operations/workbookTemplates.js.map +1 -1
  73. package/dist/browser/operations/workbooks.d.ts +8 -10
  74. package/dist/browser/operations/workbooks.d.ts.map +1 -1
  75. package/dist/browser/operations/workbooks.js +91 -104
  76. package/dist/browser/operations/workbooks.js.map +1 -1
  77. package/dist/browser/operationsInterfaces/aPIKeys.js.map +1 -1
  78. package/dist/browser/operationsInterfaces/analyticsItems.js.map +1 -1
  79. package/dist/browser/operationsInterfaces/annotations.js.map +1 -1
  80. package/dist/browser/operationsInterfaces/componentAvailableFeatures.js.map +1 -1
  81. package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -1
  82. package/dist/browser/operationsInterfaces/componentFeatureCapabilities.js.map +1 -1
  83. package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -1
  84. package/dist/browser/operationsInterfaces/componentQuotaStatus.js.map +1 -1
  85. package/dist/browser/operationsInterfaces/components.d.ts +4 -0
  86. package/dist/browser/operationsInterfaces/components.d.ts.map +1 -1
  87. package/dist/browser/operationsInterfaces/components.js.map +1 -1
  88. package/dist/browser/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
  89. package/dist/browser/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
  90. package/dist/browser/operationsInterfaces/deletedWorkbooks.js +9 -0
  91. package/dist/browser/operationsInterfaces/deletedWorkbooks.js.map +1 -0
  92. package/dist/browser/operationsInterfaces/exportConfigurations.js.map +1 -1
  93. package/dist/browser/operationsInterfaces/favorites.js.map +1 -1
  94. package/dist/browser/operationsInterfaces/index.d.ts +4 -3
  95. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  96. package/dist/browser/operationsInterfaces/index.js +4 -3
  97. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  98. package/dist/browser/operationsInterfaces/liveToken.js.map +1 -1
  99. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  100. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  101. package/dist/browser/operationsInterfaces/{myWorkbooks.js → operations.js} +1 -1
  102. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  103. package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -1
  104. package/dist/browser/operationsInterfaces/webTestLocations.js.map +1 -1
  105. package/dist/browser/operationsInterfaces/webTests.d.ts +8 -8
  106. package/dist/browser/operationsInterfaces/webTests.js.map +1 -1
  107. package/dist/browser/operationsInterfaces/workItemConfigurations.js.map +1 -1
  108. package/dist/browser/operationsInterfaces/workbookTemplates.js.map +1 -1
  109. package/dist/browser/operationsInterfaces/workbooks.d.ts +6 -6
  110. package/dist/browser/operationsInterfaces/workbooks.js.map +1 -1
  111. package/dist/browser/pagingHelper.d.ts +4 -4
  112. package/dist/browser/pagingHelper.js +4 -4
  113. package/dist/browser/pagingHelper.js.map +1 -1
  114. package/dist/commonjs/applicationInsightsManagementClient.d.ts +7 -5
  115. package/dist/commonjs/applicationInsightsManagementClient.d.ts.map +1 -1
  116. package/dist/commonjs/applicationInsightsManagementClient.js +21 -19
  117. package/dist/commonjs/applicationInsightsManagementClient.js.map +1 -1
  118. package/dist/commonjs/models/index.d.ts +573 -596
  119. package/dist/commonjs/models/index.d.ts.map +1 -1
  120. package/dist/commonjs/models/index.js +47 -63
  121. package/dist/commonjs/models/index.js.map +1 -1
  122. package/dist/commonjs/models/mappers.d.ts +31 -26
  123. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  124. package/dist/commonjs/models/mappers.js +1752 -1589
  125. package/dist/commonjs/models/mappers.js.map +1 -1
  126. package/dist/commonjs/models/parameters.d.ts +17 -15
  127. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  128. package/dist/commonjs/models/parameters.js +245 -218
  129. package/dist/commonjs/models/parameters.js.map +1 -1
  130. package/dist/commonjs/operations/aPIKeys.js +25 -25
  131. package/dist/commonjs/operations/aPIKeys.js.map +1 -1
  132. package/dist/commonjs/operations/analyticsItems.js +27 -27
  133. package/dist/commonjs/operations/analyticsItems.js.map +1 -1
  134. package/dist/commonjs/operations/annotations.js +30 -30
  135. package/dist/commonjs/operations/annotations.js.map +1 -1
  136. package/dist/commonjs/operations/componentAvailableFeatures.d.ts.map +1 -1
  137. package/dist/commonjs/operations/componentAvailableFeatures.js +6 -6
  138. package/dist/commonjs/operations/componentAvailableFeatures.js.map +1 -1
  139. package/dist/commonjs/operations/componentCurrentBillingFeatures.d.ts.map +1 -1
  140. package/dist/commonjs/operations/componentCurrentBillingFeatures.js +12 -12
  141. package/dist/commonjs/operations/componentCurrentBillingFeatures.js.map +1 -1
  142. package/dist/commonjs/operations/componentFeatureCapabilities.d.ts.map +1 -1
  143. package/dist/commonjs/operations/componentFeatureCapabilities.js +6 -6
  144. package/dist/commonjs/operations/componentFeatureCapabilities.js.map +1 -1
  145. package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -1
  146. package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.js +29 -29
  147. package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.js.map +1 -1
  148. package/dist/commonjs/operations/componentQuotaStatus.js +6 -6
  149. package/dist/commonjs/operations/componentQuotaStatus.js.map +1 -1
  150. package/dist/commonjs/operations/components.d.ts +4 -0
  151. package/dist/commonjs/operations/components.d.ts.map +1 -1
  152. package/dist/commonjs/operations/components.js +69 -67
  153. package/dist/commonjs/operations/components.js.map +1 -1
  154. package/dist/commonjs/operations/deletedWorkbooks.d.ts +32 -0
  155. package/dist/commonjs/operations/deletedWorkbooks.d.ts.map +1 -0
  156. package/dist/commonjs/operations/deletedWorkbooks.js +145 -0
  157. package/dist/commonjs/operations/deletedWorkbooks.js.map +1 -0
  158. package/dist/commonjs/operations/exportConfigurations.js +38 -38
  159. package/dist/commonjs/operations/exportConfigurations.js.map +1 -1
  160. package/dist/commonjs/operations/favorites.js +35 -35
  161. package/dist/commonjs/operations/favorites.js.map +1 -1
  162. package/dist/commonjs/operations/index.d.ts +4 -3
  163. package/dist/commonjs/operations/index.d.ts.map +1 -1
  164. package/dist/commonjs/operations/index.js +4 -3
  165. package/dist/commonjs/operations/index.js.map +1 -1
  166. package/dist/commonjs/operations/liveToken.js +4 -4
  167. package/dist/commonjs/operations/liveToken.js.map +1 -1
  168. package/dist/commonjs/operations/operations.d.ts +32 -0
  169. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  170. package/dist/commonjs/operations/operations.js +137 -0
  171. package/dist/commonjs/operations/operations.js.map +1 -0
  172. package/dist/commonjs/operations/proactiveDetectionConfigurations.d.ts.map +1 -1
  173. package/dist/commonjs/operations/proactiveDetectionConfigurations.js +23 -23
  174. package/dist/commonjs/operations/proactiveDetectionConfigurations.js.map +1 -1
  175. package/dist/commonjs/operations/webTestLocations.js +7 -7
  176. package/dist/commonjs/operations/webTestLocations.js.map +1 -1
  177. package/dist/commonjs/operations/webTests.d.ts +10 -10
  178. package/dist/commonjs/operations/webTests.js +64 -67
  179. package/dist/commonjs/operations/webTests.js.map +1 -1
  180. package/dist/commonjs/operations/workItemConfigurations.js +38 -38
  181. package/dist/commonjs/operations/workItemConfigurations.js.map +1 -1
  182. package/dist/commonjs/operations/workbookTemplates.js +35 -35
  183. package/dist/commonjs/operations/workbookTemplates.js.map +1 -1
  184. package/dist/commonjs/operations/workbooks.d.ts +8 -10
  185. package/dist/commonjs/operations/workbooks.d.ts.map +1 -1
  186. package/dist/commonjs/operations/workbooks.js +91 -104
  187. package/dist/commonjs/operations/workbooks.js.map +1 -1
  188. package/dist/commonjs/operationsInterfaces/aPIKeys.js.map +1 -1
  189. package/dist/commonjs/operationsInterfaces/analyticsItems.js.map +1 -1
  190. package/dist/commonjs/operationsInterfaces/annotations.js.map +1 -1
  191. package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.js.map +1 -1
  192. package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -1
  193. package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.js.map +1 -1
  194. package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -1
  195. package/dist/commonjs/operationsInterfaces/componentQuotaStatus.js.map +1 -1
  196. package/dist/commonjs/operationsInterfaces/components.d.ts +4 -0
  197. package/dist/commonjs/operationsInterfaces/components.d.ts.map +1 -1
  198. package/dist/commonjs/operationsInterfaces/components.js.map +1 -1
  199. package/dist/commonjs/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
  200. package/dist/commonjs/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
  201. package/dist/commonjs/operationsInterfaces/deletedWorkbooks.js +10 -0
  202. package/dist/commonjs/operationsInterfaces/deletedWorkbooks.js.map +1 -0
  203. package/dist/commonjs/operationsInterfaces/exportConfigurations.js.map +1 -1
  204. package/dist/commonjs/operationsInterfaces/favorites.js.map +1 -1
  205. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -3
  206. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  207. package/dist/commonjs/operationsInterfaces/index.js +4 -3
  208. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  209. package/dist/commonjs/operationsInterfaces/liveToken.js.map +1 -1
  210. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  211. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  212. package/dist/commonjs/operationsInterfaces/{myWorkbooks.js → operations.js} +1 -1
  213. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  214. package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -1
  215. package/dist/commonjs/operationsInterfaces/webTestLocations.js.map +1 -1
  216. package/dist/commonjs/operationsInterfaces/webTests.d.ts +8 -8
  217. package/dist/commonjs/operationsInterfaces/webTests.js.map +1 -1
  218. package/dist/commonjs/operationsInterfaces/workItemConfigurations.js.map +1 -1
  219. package/dist/commonjs/operationsInterfaces/workbookTemplates.js.map +1 -1
  220. package/dist/commonjs/operationsInterfaces/workbooks.d.ts +6 -6
  221. package/dist/commonjs/operationsInterfaces/workbooks.js.map +1 -1
  222. package/dist/commonjs/pagingHelper.d.ts +4 -4
  223. package/dist/commonjs/pagingHelper.js +4 -4
  224. package/dist/commonjs/pagingHelper.js.map +1 -1
  225. package/dist/commonjs/tsdoc-metadata.json +1 -1
  226. package/dist/esm/applicationInsightsManagementClient.d.ts +7 -5
  227. package/dist/esm/applicationInsightsManagementClient.d.ts.map +1 -1
  228. package/dist/esm/applicationInsightsManagementClient.js +22 -20
  229. package/dist/esm/applicationInsightsManagementClient.js.map +1 -1
  230. package/dist/esm/models/index.d.ts +573 -596
  231. package/dist/esm/models/index.d.ts.map +1 -1
  232. package/dist/esm/models/index.js +46 -62
  233. package/dist/esm/models/index.js.map +1 -1
  234. package/dist/esm/models/mappers.d.ts +31 -26
  235. package/dist/esm/models/mappers.d.ts.map +1 -1
  236. package/dist/esm/models/mappers.js +1750 -1587
  237. package/dist/esm/models/mappers.js.map +1 -1
  238. package/dist/esm/models/parameters.d.ts +17 -15
  239. package/dist/esm/models/parameters.d.ts.map +1 -1
  240. package/dist/esm/models/parameters.js +244 -217
  241. package/dist/esm/models/parameters.js.map +1 -1
  242. package/dist/esm/operations/aPIKeys.js +25 -25
  243. package/dist/esm/operations/aPIKeys.js.map +1 -1
  244. package/dist/esm/operations/analyticsItems.js +27 -27
  245. package/dist/esm/operations/analyticsItems.js.map +1 -1
  246. package/dist/esm/operations/annotations.js +30 -30
  247. package/dist/esm/operations/annotations.js.map +1 -1
  248. package/dist/esm/operations/componentAvailableFeatures.d.ts.map +1 -1
  249. package/dist/esm/operations/componentAvailableFeatures.js +6 -6
  250. package/dist/esm/operations/componentAvailableFeatures.js.map +1 -1
  251. package/dist/esm/operations/componentCurrentBillingFeatures.d.ts.map +1 -1
  252. package/dist/esm/operations/componentCurrentBillingFeatures.js +12 -12
  253. package/dist/esm/operations/componentCurrentBillingFeatures.js.map +1 -1
  254. package/dist/esm/operations/componentFeatureCapabilities.d.ts.map +1 -1
  255. package/dist/esm/operations/componentFeatureCapabilities.js +6 -6
  256. package/dist/esm/operations/componentFeatureCapabilities.js.map +1 -1
  257. package/dist/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -1
  258. package/dist/esm/operations/componentLinkedStorageAccountsOperations.js +29 -29
  259. package/dist/esm/operations/componentLinkedStorageAccountsOperations.js.map +1 -1
  260. package/dist/esm/operations/componentQuotaStatus.js +6 -6
  261. package/dist/esm/operations/componentQuotaStatus.js.map +1 -1
  262. package/dist/esm/operations/components.d.ts +4 -0
  263. package/dist/esm/operations/components.d.ts.map +1 -1
  264. package/dist/esm/operations/components.js +69 -67
  265. package/dist/esm/operations/components.js.map +1 -1
  266. package/dist/esm/operations/deletedWorkbooks.d.ts +32 -0
  267. package/dist/esm/operations/deletedWorkbooks.d.ts.map +1 -0
  268. package/dist/esm/operations/deletedWorkbooks.js +141 -0
  269. package/dist/esm/operations/deletedWorkbooks.js.map +1 -0
  270. package/dist/esm/operations/exportConfigurations.js +38 -38
  271. package/dist/esm/operations/exportConfigurations.js.map +1 -1
  272. package/dist/esm/operations/favorites.js +35 -35
  273. package/dist/esm/operations/favorites.js.map +1 -1
  274. package/dist/esm/operations/index.d.ts +4 -3
  275. package/dist/esm/operations/index.d.ts.map +1 -1
  276. package/dist/esm/operations/index.js +4 -3
  277. package/dist/esm/operations/index.js.map +1 -1
  278. package/dist/esm/operations/liveToken.js +4 -4
  279. package/dist/esm/operations/liveToken.js.map +1 -1
  280. package/dist/esm/operations/operations.d.ts +32 -0
  281. package/dist/esm/operations/operations.d.ts.map +1 -0
  282. package/dist/esm/operations/operations.js +133 -0
  283. package/dist/esm/operations/operations.js.map +1 -0
  284. package/dist/esm/operations/proactiveDetectionConfigurations.d.ts.map +1 -1
  285. package/dist/esm/operations/proactiveDetectionConfigurations.js +23 -23
  286. package/dist/esm/operations/proactiveDetectionConfigurations.js.map +1 -1
  287. package/dist/esm/operations/webTestLocations.js +7 -7
  288. package/dist/esm/operations/webTestLocations.js.map +1 -1
  289. package/dist/esm/operations/webTests.d.ts +10 -10
  290. package/dist/esm/operations/webTests.js +64 -67
  291. package/dist/esm/operations/webTests.js.map +1 -1
  292. package/dist/esm/operations/workItemConfigurations.js +38 -38
  293. package/dist/esm/operations/workItemConfigurations.js.map +1 -1
  294. package/dist/esm/operations/workbookTemplates.js +35 -35
  295. package/dist/esm/operations/workbookTemplates.js.map +1 -1
  296. package/dist/esm/operations/workbooks.d.ts +8 -10
  297. package/dist/esm/operations/workbooks.d.ts.map +1 -1
  298. package/dist/esm/operations/workbooks.js +91 -104
  299. package/dist/esm/operations/workbooks.js.map +1 -1
  300. package/dist/esm/operationsInterfaces/aPIKeys.js.map +1 -1
  301. package/dist/esm/operationsInterfaces/analyticsItems.js.map +1 -1
  302. package/dist/esm/operationsInterfaces/annotations.js.map +1 -1
  303. package/dist/esm/operationsInterfaces/componentAvailableFeatures.js.map +1 -1
  304. package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -1
  305. package/dist/esm/operationsInterfaces/componentFeatureCapabilities.js.map +1 -1
  306. package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -1
  307. package/dist/esm/operationsInterfaces/componentQuotaStatus.js.map +1 -1
  308. package/dist/esm/operationsInterfaces/components.d.ts +4 -0
  309. package/dist/esm/operationsInterfaces/components.d.ts.map +1 -1
  310. package/dist/esm/operationsInterfaces/components.js.map +1 -1
  311. package/dist/esm/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
  312. package/dist/esm/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
  313. package/dist/esm/operationsInterfaces/deletedWorkbooks.js +9 -0
  314. package/dist/esm/operationsInterfaces/deletedWorkbooks.js.map +1 -0
  315. package/dist/esm/operationsInterfaces/exportConfigurations.js.map +1 -1
  316. package/dist/esm/operationsInterfaces/favorites.js.map +1 -1
  317. package/dist/esm/operationsInterfaces/index.d.ts +4 -3
  318. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  319. package/dist/esm/operationsInterfaces/index.js +4 -3
  320. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  321. package/dist/esm/operationsInterfaces/liveToken.js.map +1 -1
  322. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  323. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  324. package/dist/esm/operationsInterfaces/{myWorkbooks.js → operations.js} +1 -1
  325. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  326. package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -1
  327. package/dist/esm/operationsInterfaces/webTestLocations.js.map +1 -1
  328. package/dist/esm/operationsInterfaces/webTests.d.ts +8 -8
  329. package/dist/esm/operationsInterfaces/webTests.js.map +1 -1
  330. package/dist/esm/operationsInterfaces/workItemConfigurations.js.map +1 -1
  331. package/dist/esm/operationsInterfaces/workbookTemplates.js.map +1 -1
  332. package/dist/esm/operationsInterfaces/workbooks.d.ts +6 -6
  333. package/dist/esm/operationsInterfaces/workbooks.js.map +1 -1
  334. package/dist/esm/pagingHelper.d.ts +4 -4
  335. package/dist/esm/pagingHelper.js +4 -4
  336. package/dist/esm/pagingHelper.js.map +1 -1
  337. package/dist/react-native/applicationInsightsManagementClient.d.ts +7 -5
  338. package/dist/react-native/applicationInsightsManagementClient.d.ts.map +1 -1
  339. package/dist/react-native/applicationInsightsManagementClient.js +22 -20
  340. package/dist/react-native/applicationInsightsManagementClient.js.map +1 -1
  341. package/dist/react-native/models/index.d.ts +573 -596
  342. package/dist/react-native/models/index.d.ts.map +1 -1
  343. package/dist/react-native/models/index.js +46 -62
  344. package/dist/react-native/models/index.js.map +1 -1
  345. package/dist/react-native/models/mappers.d.ts +31 -26
  346. package/dist/react-native/models/mappers.d.ts.map +1 -1
  347. package/dist/react-native/models/mappers.js +1750 -1587
  348. package/dist/react-native/models/mappers.js.map +1 -1
  349. package/dist/react-native/models/parameters.d.ts +17 -15
  350. package/dist/react-native/models/parameters.d.ts.map +1 -1
  351. package/dist/react-native/models/parameters.js +244 -217
  352. package/dist/react-native/models/parameters.js.map +1 -1
  353. package/dist/react-native/operations/aPIKeys.js +25 -25
  354. package/dist/react-native/operations/aPIKeys.js.map +1 -1
  355. package/dist/react-native/operations/analyticsItems.js +27 -27
  356. package/dist/react-native/operations/analyticsItems.js.map +1 -1
  357. package/dist/react-native/operations/annotations.js +30 -30
  358. package/dist/react-native/operations/annotations.js.map +1 -1
  359. package/dist/react-native/operations/componentAvailableFeatures.d.ts.map +1 -1
  360. package/dist/react-native/operations/componentAvailableFeatures.js +6 -6
  361. package/dist/react-native/operations/componentAvailableFeatures.js.map +1 -1
  362. package/dist/react-native/operations/componentCurrentBillingFeatures.d.ts.map +1 -1
  363. package/dist/react-native/operations/componentCurrentBillingFeatures.js +12 -12
  364. package/dist/react-native/operations/componentCurrentBillingFeatures.js.map +1 -1
  365. package/dist/react-native/operations/componentFeatureCapabilities.d.ts.map +1 -1
  366. package/dist/react-native/operations/componentFeatureCapabilities.js +6 -6
  367. package/dist/react-native/operations/componentFeatureCapabilities.js.map +1 -1
  368. package/dist/react-native/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -1
  369. package/dist/react-native/operations/componentLinkedStorageAccountsOperations.js +29 -29
  370. package/dist/react-native/operations/componentLinkedStorageAccountsOperations.js.map +1 -1
  371. package/dist/react-native/operations/componentQuotaStatus.js +6 -6
  372. package/dist/react-native/operations/componentQuotaStatus.js.map +1 -1
  373. package/dist/react-native/operations/components.d.ts +4 -0
  374. package/dist/react-native/operations/components.d.ts.map +1 -1
  375. package/dist/react-native/operations/components.js +69 -67
  376. package/dist/react-native/operations/components.js.map +1 -1
  377. package/dist/react-native/operations/deletedWorkbooks.d.ts +32 -0
  378. package/dist/react-native/operations/deletedWorkbooks.d.ts.map +1 -0
  379. package/dist/react-native/operations/deletedWorkbooks.js +141 -0
  380. package/dist/react-native/operations/deletedWorkbooks.js.map +1 -0
  381. package/dist/react-native/operations/exportConfigurations.js +38 -38
  382. package/dist/react-native/operations/exportConfigurations.js.map +1 -1
  383. package/dist/react-native/operations/favorites.js +35 -35
  384. package/dist/react-native/operations/favorites.js.map +1 -1
  385. package/dist/react-native/operations/index.d.ts +4 -3
  386. package/dist/react-native/operations/index.d.ts.map +1 -1
  387. package/dist/react-native/operations/index.js +4 -3
  388. package/dist/react-native/operations/index.js.map +1 -1
  389. package/dist/react-native/operations/liveToken.js +4 -4
  390. package/dist/react-native/operations/liveToken.js.map +1 -1
  391. package/dist/react-native/operations/operations.d.ts +32 -0
  392. package/dist/react-native/operations/operations.d.ts.map +1 -0
  393. package/dist/react-native/operations/operations.js +133 -0
  394. package/dist/react-native/operations/operations.js.map +1 -0
  395. package/dist/react-native/operations/proactiveDetectionConfigurations.d.ts.map +1 -1
  396. package/dist/react-native/operations/proactiveDetectionConfigurations.js +23 -23
  397. package/dist/react-native/operations/proactiveDetectionConfigurations.js.map +1 -1
  398. package/dist/react-native/operations/webTestLocations.js +7 -7
  399. package/dist/react-native/operations/webTestLocations.js.map +1 -1
  400. package/dist/react-native/operations/webTests.d.ts +10 -10
  401. package/dist/react-native/operations/webTests.js +64 -67
  402. package/dist/react-native/operations/webTests.js.map +1 -1
  403. package/dist/react-native/operations/workItemConfigurations.js +38 -38
  404. package/dist/react-native/operations/workItemConfigurations.js.map +1 -1
  405. package/dist/react-native/operations/workbookTemplates.js +35 -35
  406. package/dist/react-native/operations/workbookTemplates.js.map +1 -1
  407. package/dist/react-native/operations/workbooks.d.ts +8 -10
  408. package/dist/react-native/operations/workbooks.d.ts.map +1 -1
  409. package/dist/react-native/operations/workbooks.js +91 -104
  410. package/dist/react-native/operations/workbooks.js.map +1 -1
  411. package/dist/react-native/operationsInterfaces/aPIKeys.js.map +1 -1
  412. package/dist/react-native/operationsInterfaces/analyticsItems.js.map +1 -1
  413. package/dist/react-native/operationsInterfaces/annotations.js.map +1 -1
  414. package/dist/react-native/operationsInterfaces/componentAvailableFeatures.js.map +1 -1
  415. package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -1
  416. package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.js.map +1 -1
  417. package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -1
  418. package/dist/react-native/operationsInterfaces/componentQuotaStatus.js.map +1 -1
  419. package/dist/react-native/operationsInterfaces/components.d.ts +4 -0
  420. package/dist/react-native/operationsInterfaces/components.d.ts.map +1 -1
  421. package/dist/react-native/operationsInterfaces/components.js.map +1 -1
  422. package/dist/react-native/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
  423. package/dist/react-native/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
  424. package/dist/react-native/operationsInterfaces/deletedWorkbooks.js +9 -0
  425. package/dist/react-native/operationsInterfaces/deletedWorkbooks.js.map +1 -0
  426. package/dist/react-native/operationsInterfaces/exportConfigurations.js.map +1 -1
  427. package/dist/react-native/operationsInterfaces/favorites.js.map +1 -1
  428. package/dist/react-native/operationsInterfaces/index.d.ts +4 -3
  429. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  430. package/dist/react-native/operationsInterfaces/index.js +4 -3
  431. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  432. package/dist/react-native/operationsInterfaces/liveToken.js.map +1 -1
  433. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  434. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  435. package/dist/react-native/operationsInterfaces/{myWorkbooks.js → operations.js} +1 -1
  436. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  437. package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -1
  438. package/dist/react-native/operationsInterfaces/webTestLocations.js.map +1 -1
  439. package/dist/react-native/operationsInterfaces/webTests.d.ts +8 -8
  440. package/dist/react-native/operationsInterfaces/webTests.js.map +1 -1
  441. package/dist/react-native/operationsInterfaces/workItemConfigurations.js.map +1 -1
  442. package/dist/react-native/operationsInterfaces/workbookTemplates.js.map +1 -1
  443. package/dist/react-native/operationsInterfaces/workbooks.d.ts +6 -6
  444. package/dist/react-native/operationsInterfaces/workbooks.js.map +1 -1
  445. package/dist/react-native/pagingHelper.d.ts +4 -4
  446. package/dist/react-native/pagingHelper.js +4 -4
  447. package/dist/react-native/pagingHelper.js.map +1 -1
  448. package/package.json +10 -8
  449. package/review/arm-appinsights.api.md +146 -164
  450. package/dist/browser/operations/myWorkbooks.d.ts +0 -89
  451. package/dist/browser/operations/myWorkbooks.d.ts.map +0 -1
  452. package/dist/browser/operations/myWorkbooks.js +0 -414
  453. package/dist/browser/operations/myWorkbooks.js.map +0 -1
  454. package/dist/browser/operationsInterfaces/myWorkbooks.d.ts +0 -49
  455. package/dist/browser/operationsInterfaces/myWorkbooks.d.ts.map +0 -1
  456. package/dist/browser/operationsInterfaces/myWorkbooks.js.map +0 -1
  457. package/dist/commonjs/operations/myWorkbooks.d.ts +0 -89
  458. package/dist/commonjs/operations/myWorkbooks.d.ts.map +0 -1
  459. package/dist/commonjs/operations/myWorkbooks.js +0 -418
  460. package/dist/commonjs/operations/myWorkbooks.js.map +0 -1
  461. package/dist/commonjs/operationsInterfaces/myWorkbooks.d.ts +0 -49
  462. package/dist/commonjs/operationsInterfaces/myWorkbooks.d.ts.map +0 -1
  463. package/dist/commonjs/operationsInterfaces/myWorkbooks.js.map +0 -1
  464. package/dist/esm/operations/myWorkbooks.d.ts +0 -89
  465. package/dist/esm/operations/myWorkbooks.d.ts.map +0 -1
  466. package/dist/esm/operations/myWorkbooks.js +0 -414
  467. package/dist/esm/operations/myWorkbooks.js.map +0 -1
  468. package/dist/esm/operationsInterfaces/myWorkbooks.d.ts +0 -49
  469. package/dist/esm/operationsInterfaces/myWorkbooks.d.ts.map +0 -1
  470. package/dist/esm/operationsInterfaces/myWorkbooks.js.map +0 -1
  471. package/dist/react-native/operations/myWorkbooks.d.ts +0 -89
  472. package/dist/react-native/operations/myWorkbooks.d.ts.map +0 -1
  473. package/dist/react-native/operations/myWorkbooks.js +0 -414
  474. package/dist/react-native/operations/myWorkbooks.js.map +0 -1
  475. package/dist/react-native/operationsInterfaces/myWorkbooks.d.ts +0 -49
  476. package/dist/react-native/operationsInterfaces/myWorkbooks.d.ts.map +0 -1
  477. package/dist/react-native/operationsInterfaces/myWorkbooks.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n Annotation as AnnotationMapper,\n APIKeyRequest as APIKeyRequestMapper,\n ApplicationInsightsComponentExportRequest as ApplicationInsightsComponentExportRequestMapper,\n ApplicationInsightsComponentBillingFeatures as ApplicationInsightsComponentBillingFeaturesMapper,\n ApplicationInsightsComponentProactiveDetectionConfiguration as ApplicationInsightsComponentProactiveDetectionConfigurationMapper,\n WorkItemCreateConfiguration as WorkItemCreateConfigurationMapper,\n ApplicationInsightsComponentFavorite as ApplicationInsightsComponentFavoriteMapper,\n WebTest as WebTestMapper,\n TagsResource as TagsResourceMapper,\n ApplicationInsightsComponentAnalyticsItem as ApplicationInsightsComponentAnalyticsItemMapper,\n WorkbookTemplate as WorkbookTemplateMapper,\n WorkbookTemplateUpdateParameters as WorkbookTemplateUpdateParametersMapper,\n MyWorkbook as MyWorkbookMapper,\n Workbook as WorkbookMapper,\n WorkbookUpdateParameters as WorkbookUpdateParametersMapper,\n ApplicationInsightsComponent as ApplicationInsightsComponentMapper,\n ComponentPurgeBody as ComponentPurgeBodyMapper,\n ComponentLinkedStorageAccounts as ComponentLinkedStorageAccountsMapper,\n ComponentLinkedStorageAccountsPatch as ComponentLinkedStorageAccountsPatchMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2015-05-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n MinLength: 1\n },\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceName: OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n serializedName: \"resourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const start: OperationQueryParameter = {\n parameterPath: \"start\",\n mapper: {\n serializedName: \"start\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const end: OperationQueryParameter = {\n parameterPath: \"end\",\n mapper: {\n serializedName: \"end\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const annotationProperties: OperationParameter = {\n parameterPath: \"annotationProperties\",\n mapper: AnnotationMapper\n};\n\nexport const annotationId: OperationURLParameter = {\n parameterPath: \"annotationId\",\n mapper: {\n serializedName: \"annotationId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const aPIKeyProperties: OperationParameter = {\n parameterPath: \"aPIKeyProperties\",\n mapper: APIKeyRequestMapper\n};\n\nexport const keyId: OperationURLParameter = {\n parameterPath: \"keyId\",\n mapper: {\n serializedName: \"keyId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const exportProperties: OperationParameter = {\n parameterPath: \"exportProperties\",\n mapper: ApplicationInsightsComponentExportRequestMapper\n};\n\nexport const exportId: OperationURLParameter = {\n parameterPath: \"exportId\",\n mapper: {\n serializedName: \"exportId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const billingFeaturesProperties: OperationParameter = {\n parameterPath: \"billingFeaturesProperties\",\n mapper: ApplicationInsightsComponentBillingFeaturesMapper\n};\n\nexport const configurationId: OperationURLParameter = {\n parameterPath: \"configurationId\",\n mapper: {\n serializedName: \"ConfigurationId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const proactiveDetectionProperties: OperationParameter = {\n parameterPath: \"proactiveDetectionProperties\",\n mapper: ApplicationInsightsComponentProactiveDetectionConfigurationMapper\n};\n\nexport const workItemConfigurationProperties: OperationParameter = {\n parameterPath: \"workItemConfigurationProperties\",\n mapper: WorkItemCreateConfigurationMapper\n};\n\nexport const workItemConfigId: OperationURLParameter = {\n parameterPath: \"workItemConfigId\",\n mapper: {\n serializedName: \"workItemConfigId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const favoriteType: OperationQueryParameter = {\n parameterPath: [\"options\", \"favoriteType\"],\n mapper: {\n serializedName: \"favoriteType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"shared\", \"user\"]\n }\n }\n};\n\nexport const sourceType: OperationQueryParameter = {\n parameterPath: [\"options\", \"sourceType\"],\n mapper: {\n serializedName: \"sourceType\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const canFetchContent: OperationQueryParameter = {\n parameterPath: [\"options\", \"canFetchContent\"],\n mapper: {\n serializedName: \"canFetchContent\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const tags: OperationQueryParameter = {\n parameterPath: [\"options\", \"tags\"],\n mapper: {\n serializedName: \"tags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n collectionFormat: \"CSV\"\n};\n\nexport const favoriteId: OperationURLParameter = {\n parameterPath: \"favoriteId\",\n mapper: {\n serializedName: \"favoriteId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const favoriteProperties: OperationParameter = {\n parameterPath: \"favoriteProperties\",\n mapper: ApplicationInsightsComponentFavoriteMapper\n};\n\nexport const webTestName: OperationURLParameter = {\n parameterPath: \"webTestName\",\n mapper: {\n serializedName: \"webTestName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const webTestDefinition: OperationParameter = {\n parameterPath: \"webTestDefinition\",\n mapper: WebTestMapper\n};\n\nexport const webTestTags: OperationParameter = {\n parameterPath: \"webTestTags\",\n mapper: TagsResourceMapper\n};\n\nexport const componentName: OperationURLParameter = {\n parameterPath: \"componentName\",\n mapper: {\n serializedName: \"componentName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const scopePath: OperationURLParameter = {\n parameterPath: \"scopePath\",\n mapper: {\n serializedName: \"scopePath\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const scope: OperationQueryParameter = {\n parameterPath: [\"options\", \"scope\"],\n mapper: {\n serializedName: \"scope\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const typeParam: OperationQueryParameter = {\n parameterPath: [\"options\", \"type\"],\n mapper: {\n defaultValue: \"none\",\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const includeContent: OperationQueryParameter = {\n parameterPath: [\"options\", \"includeContent\"],\n mapper: {\n serializedName: \"includeContent\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const id: OperationQueryParameter = {\n parameterPath: [\"options\", \"id\"],\n mapper: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const name: OperationQueryParameter = {\n parameterPath: [\"options\", \"name\"],\n mapper: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const itemProperties: OperationParameter = {\n parameterPath: \"itemProperties\",\n mapper: ApplicationInsightsComponentAnalyticsItemMapper\n};\n\nexport const overrideItem: OperationQueryParameter = {\n parameterPath: [\"options\", \"overrideItem\"],\n mapper: {\n serializedName: \"overrideItem\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const apiVersion1: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2020-11-20\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const workbookTemplateProperties: OperationParameter = {\n parameterPath: \"workbookTemplateProperties\",\n mapper: WorkbookTemplateMapper\n};\n\nexport const workbookTemplateUpdateParameters: OperationParameter = {\n parameterPath: [\"options\", \"workbookTemplateUpdateParameters\"],\n mapper: WorkbookTemplateUpdateParametersMapper\n};\n\nexport const category: OperationQueryParameter = {\n parameterPath: \"category\",\n mapper: {\n serializedName: \"category\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const sourceId: OperationQueryParameter = {\n parameterPath: [\"options\", \"sourceId\"],\n mapper: {\n serializedName: \"sourceId\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion2: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-03-08\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const workbookProperties: OperationParameter = {\n parameterPath: \"workbookProperties\",\n mapper: MyWorkbookMapper\n};\n\nexport const apiVersion3: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-04-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const workbookProperties1: OperationParameter = {\n parameterPath: \"workbookProperties\",\n mapper: WorkbookMapper\n};\n\nexport const workbookUpdateParameters: OperationParameter = {\n parameterPath: [\"options\", \"workbookUpdateParameters\"],\n mapper: WorkbookUpdateParametersMapper\n};\n\nexport const revisionId: OperationURLParameter = {\n parameterPath: \"revisionId\",\n mapper: {\n serializedName: \"revisionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion4: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2020-02-02\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const insightProperties: OperationParameter = {\n parameterPath: \"insightProperties\",\n mapper: ApplicationInsightsComponentMapper\n};\n\nexport const componentTags: OperationParameter = {\n parameterPath: \"componentTags\",\n mapper: TagsResourceMapper\n};\n\nexport const body: OperationParameter = {\n parameterPath: \"body\",\n mapper: ComponentPurgeBodyMapper\n};\n\nexport const purgeId: OperationURLParameter = {\n parameterPath: \"purgeId\",\n mapper: {\n serializedName: \"purgeId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion5: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2020-03-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const storageType: OperationURLParameter = {\n parameterPath: \"storageType\",\n mapper: {\n serializedName: \"storageType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const linkedStorageAccountsProperties: OperationParameter = {\n parameterPath: \"linkedStorageAccountsProperties\",\n mapper: ComponentLinkedStorageAccountsMapper\n};\n\nexport const linkedStorageAccountsProperties1: OperationParameter = {\n parameterPath: \"linkedStorageAccountsProperties\",\n mapper: ComponentLinkedStorageAccountsPatchMapper\n};\n\nexport const resourceUri: OperationURLParameter = {\n parameterPath: \"resourceUri\",\n mapper: {\n serializedName: \"resourceUri\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion6: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-10-14\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n"]}
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAOH,OAAO,EACL,4BAA4B,IAAI,kCAAkC,EAClE,YAAY,IAAI,kBAAkB,EAClC,kBAAkB,IAAI,wBAAwB,EAC9C,UAAU,IAAI,gBAAgB,EAC9B,aAAa,IAAI,mBAAmB,EACpC,yCAAyC,IAAI,+CAA+C,EAC5F,2CAA2C,IAAI,iDAAiD,EAChG,2DAA2D,IAAI,iEAAiE,EAChI,2BAA2B,IAAI,iCAAiC,EAChE,oCAAoC,IAAI,0CAA0C,EAClF,OAAO,IAAI,aAAa,EACxB,yCAAyC,IAAI,+CAA+C,EAC5F,gBAAgB,IAAI,sBAAsB,EAC1C,gCAAgC,IAAI,sCAAsC,EAC1E,QAAQ,IAAI,cAAc,EAC1B,wBAAwB,IAAI,8BAA8B,EAC1D,8BAA8B,IAAI,oCAAoC,EACtE,mCAAmC,IAAI,yCAAyC,GACjF,MAAM,sBAAsB,CAAC;AAE9B,MAAM,CAAC,MAAM,MAAM,GAAuB;IACxC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAA0B;IAC1C,aAAa,EAAE,OAAO;IACtB,MAAM,EAAE;QACN,cAAc,EAAE,OAAO;QACvB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA4B;IACjD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA0B;IACnD,aAAa,EAAE,gBAAgB;IAC/B,MAAM,EAAE;QACN,WAAW,EAAE;YACX,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,gBAAgB;QAChC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA0B;IACtD,aAAa,EAAE,mBAAmB;IAClC,MAAM,EAAE;QACN,WAAW,EAAE;YACX,SAAS,EAAE,EAAE;YACb,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,mBAAmB;QACnC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA0B;IACjD,aAAa,EAAE,cAAc;IAC7B,MAAM,EAAE;QACN,cAAc,EAAE,cAAc;QAC9B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAAuB;IACnD,aAAa,EAAE,mBAAmB;IAClC,MAAM,EAAE,kCAAkC;CAC3C,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAAuB;IAC/C,aAAa,EAAE,eAAe;IAC9B,MAAM,EAAE,kBAAkB;CAC3B,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAuB;IACtC,aAAa,EAAE,MAAM;IACrB,MAAM,EAAE,wBAAwB;CACjC,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAA0B;IAC5C,aAAa,EAAE,SAAS;IACxB,MAAM,EAAE;QACN,cAAc,EAAE,SAAS;QACzB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA4B;IAClD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAA4B;IAC5C,aAAa,EAAE,OAAO;IACtB,MAAM,EAAE;QACN,cAAc,EAAE,OAAO;QACvB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,GAAG,GAA4B;IAC1C,aAAa,EAAE,KAAK;IACpB,MAAM,EAAE;QACN,cAAc,EAAE,KAAK;QACrB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAuB;IACtD,aAAa,EAAE,sBAAsB;IACrC,MAAM,EAAE,gBAAgB;CACzB,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA0B;IACjD,aAAa,EAAE,cAAc;IAC7B,MAAM,EAAE;QACN,cAAc,EAAE,cAAc;QAC9B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAuB;IAClD,aAAa,EAAE,kBAAkB;IACjC,MAAM,EAAE,mBAAmB;CAC5B,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAA0B;IAC1C,aAAa,EAAE,OAAO;IACtB,MAAM,EAAE;QACN,cAAc,EAAE,OAAO;QACvB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAuB;IAClD,aAAa,EAAE,kBAAkB;IACjC,MAAM,EAAE,+CAA+C;CACxD,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAAuB;IAC3D,aAAa,EAAE,2BAA2B;IAC1C,MAAM,EAAE,iDAAiD;CAC1D,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA0B;IACpD,aAAa,EAAE,iBAAiB;IAChC,MAAM,EAAE;QACN,cAAc,EAAE,iBAAiB;QACjC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAAuB;IAC9D,aAAa,EAAE,8BAA8B;IAC7C,MAAM,EAAE,iEAAiE;CAC1E,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAAuB;IACjE,aAAa,EAAE,iCAAiC;IAChD,MAAM,EAAE,iCAAiC;CAC1C,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA0B;IACrD,aAAa,EAAE,kBAAkB;IACjC,MAAM,EAAE;QACN,cAAc,EAAE,kBAAkB;QAClC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA4B;IACnD,aAAa,EAAE,CAAC,SAAS,EAAE,cAAc,CAAC;IAC1C,MAAM,EAAE;QACN,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,aAAa,EAAE,CAAC,QAAQ,EAAE,MAAM,CAAC;SAClC;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA4B;IACjD,aAAa,EAAE,CAAC,SAAS,EAAE,YAAY,CAAC;IACxC,MAAM,EAAE;QACN,cAAc,EAAE,YAAY;QAC5B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA4B;IACtD,aAAa,EAAE,CAAC,SAAS,EAAE,iBAAiB,CAAC;IAC7C,MAAM,EAAE;QACN,cAAc,EAAE,iBAAiB;QACjC,IAAI,EAAE;YACJ,IAAI,EAAE,SAAS;SAChB;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAA4B;IAC3C,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC;IAClC,MAAM,EAAE;QACN,cAAc,EAAE,MAAM;QACtB,IAAI,EAAE;YACJ,IAAI,EAAE,UAAU;YAChB,OAAO,EAAE;gBACP,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;IACD,gBAAgB,EAAE,KAAK;CACxB,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA0B;IAC/C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,cAAc,EAAE,YAAY;QAC5B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAAuB;IACpD,aAAa,EAAE,oBAAoB;IACnC,MAAM,EAAE,0CAA0C;CACnD,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA4B;IAClD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA0B;IAChD,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE;QACN,cAAc,EAAE,aAAa;QAC7B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAAuB;IACnD,aAAa,EAAE,mBAAmB;IAClC,MAAM,EAAE,aAAa;CACtB,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE,kBAAkB;CAC3B,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA0B;IAClD,aAAa,EAAE,eAAe;IAC9B,MAAM,EAAE;QACN,cAAc,EAAE,eAAe;QAC/B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAA0B;IAC9C,aAAa,EAAE,WAAW;IAC1B,MAAM,EAAE;QACN,cAAc,EAAE,WAAW;QAC3B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAA4B;IAC5C,aAAa,EAAE,CAAC,SAAS,EAAE,OAAO,CAAC;IACnC,MAAM,EAAE;QACN,cAAc,EAAE,OAAO;QACvB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAA4B;IAChD,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC;IAClC,MAAM,EAAE;QACN,YAAY,EAAE,MAAM;QACpB,cAAc,EAAE,MAAM;QACtB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA4B;IACrD,aAAa,EAAE,CAAC,SAAS,EAAE,gBAAgB,CAAC;IAC5C,MAAM,EAAE;QACN,cAAc,EAAE,gBAAgB;QAChC,IAAI,EAAE;YACJ,IAAI,EAAE,SAAS;SAChB;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,EAAE,GAA4B;IACzC,aAAa,EAAE,CAAC,SAAS,EAAE,IAAI,CAAC;IAChC,MAAM,EAAE;QACN,cAAc,EAAE,IAAI;QACpB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAA4B;IAC3C,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC;IAClC,MAAM,EAAE;QACN,cAAc,EAAE,MAAM;QACtB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAAuB;IAChD,aAAa,EAAE,gBAAgB;IAC/B,MAAM,EAAE,+CAA+C;CACxD,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA4B;IACnD,aAAa,EAAE,CAAC,SAAS,EAAE,cAAc,CAAC;IAC1C,MAAM,EAAE;QACN,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,SAAS;SAChB;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA4B;IAClD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA4B;IAClD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAuB;IAC5D,aAAa,EAAE,4BAA4B;IAC3C,MAAM,EAAE,sBAAsB;CAC/B,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAAuB;IAClE,aAAa,EAAE,CAAC,SAAS,EAAE,kCAAkC,CAAC;IAC9D,MAAM,EAAE,sCAAsC;CAC/C,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA4B;IAC/C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA4B;IAClD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA4B;IAC/C,aAAa,EAAE,CAAC,SAAS,EAAE,UAAU,CAAC;IACtC,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAAuB;IACpD,aAAa,EAAE,oBAAoB;IACnC,MAAM,EAAE,cAAc;CACvB,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAuB;IAC1D,aAAa,EAAE,CAAC,SAAS,EAAE,0BAA0B,CAAC;IACtD,MAAM,EAAE,8BAA8B;CACvC,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA0B;IAC/C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,cAAc,EAAE,YAAY;QAC5B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA0B;IAChD,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE;QACN,cAAc,EAAE,aAAa;QAC7B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA4B;IAClD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA4B;IAClD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,oBAAoB;QAClC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA0B;IAChD,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE;QACN,cAAc,EAAE,aAAa;QAC7B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAAuB;IACjE,aAAa,EAAE,iCAAiC;IAChD,MAAM,EAAE,oCAAoC;CAC7C,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAAuB;IAClE,aAAa,EAAE,iCAAiC;IAChD,MAAM,EAAE,yCAAyC;CAClD,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAA4B;IAChD,aAAa,EAAE,CAAC,SAAS,EAAE,UAAU,CAAC;IACtC,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA4B;IAClD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,oBAAoB;QAClC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC","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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n ApplicationInsightsComponent as ApplicationInsightsComponentMapper,\n TagsResource as TagsResourceMapper,\n ComponentPurgeBody as ComponentPurgeBodyMapper,\n Annotation as AnnotationMapper,\n APIKeyRequest as APIKeyRequestMapper,\n ApplicationInsightsComponentExportRequest as ApplicationInsightsComponentExportRequestMapper,\n ApplicationInsightsComponentBillingFeatures as ApplicationInsightsComponentBillingFeaturesMapper,\n ApplicationInsightsComponentProactiveDetectionConfiguration as ApplicationInsightsComponentProactiveDetectionConfigurationMapper,\n WorkItemCreateConfiguration as WorkItemCreateConfigurationMapper,\n ApplicationInsightsComponentFavorite as ApplicationInsightsComponentFavoriteMapper,\n WebTest as WebTestMapper,\n ApplicationInsightsComponentAnalyticsItem as ApplicationInsightsComponentAnalyticsItemMapper,\n WorkbookTemplate as WorkbookTemplateMapper,\n WorkbookTemplateUpdateParameters as WorkbookTemplateUpdateParametersMapper,\n Workbook as WorkbookMapper,\n WorkbookUpdateParameters as WorkbookUpdateParametersMapper,\n ComponentLinkedStorageAccounts as ComponentLinkedStorageAccountsMapper,\n ComponentLinkedStorageAccountsPatch as ComponentLinkedStorageAccountsPatchMapper,\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2020-02-02\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceName: OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n serializedName: \"resourceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const insightProperties: OperationParameter = {\n parameterPath: \"insightProperties\",\n mapper: ApplicationInsightsComponentMapper,\n};\n\nexport const componentTags: OperationParameter = {\n parameterPath: \"componentTags\",\n mapper: TagsResourceMapper,\n};\n\nexport const body: OperationParameter = {\n parameterPath: \"body\",\n mapper: ComponentPurgeBodyMapper,\n};\n\nexport const purgeId: OperationURLParameter = {\n parameterPath: \"purgeId\",\n mapper: {\n serializedName: \"purgeId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion1: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2015-05-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const start: OperationQueryParameter = {\n parameterPath: \"start\",\n mapper: {\n serializedName: \"start\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const end: OperationQueryParameter = {\n parameterPath: \"end\",\n mapper: {\n serializedName: \"end\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const annotationProperties: OperationParameter = {\n parameterPath: \"annotationProperties\",\n mapper: AnnotationMapper,\n};\n\nexport const annotationId: OperationURLParameter = {\n parameterPath: \"annotationId\",\n mapper: {\n serializedName: \"annotationId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const aPIKeyProperties: OperationParameter = {\n parameterPath: \"aPIKeyProperties\",\n mapper: APIKeyRequestMapper,\n};\n\nexport const keyId: OperationURLParameter = {\n parameterPath: \"keyId\",\n mapper: {\n serializedName: \"keyId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const exportProperties: OperationParameter = {\n parameterPath: \"exportProperties\",\n mapper: ApplicationInsightsComponentExportRequestMapper,\n};\n\nexport const exportId: OperationURLParameter = {\n parameterPath: \"exportId\",\n mapper: {\n serializedName: \"exportId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const billingFeaturesProperties: OperationParameter = {\n parameterPath: \"billingFeaturesProperties\",\n mapper: ApplicationInsightsComponentBillingFeaturesMapper,\n};\n\nexport const configurationId: OperationURLParameter = {\n parameterPath: \"configurationId\",\n mapper: {\n serializedName: \"ConfigurationId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const proactiveDetectionProperties: OperationParameter = {\n parameterPath: \"proactiveDetectionProperties\",\n mapper: ApplicationInsightsComponentProactiveDetectionConfigurationMapper,\n};\n\nexport const workItemConfigurationProperties: OperationParameter = {\n parameterPath: \"workItemConfigurationProperties\",\n mapper: WorkItemCreateConfigurationMapper,\n};\n\nexport const workItemConfigId: OperationURLParameter = {\n parameterPath: \"workItemConfigId\",\n mapper: {\n serializedName: \"workItemConfigId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const favoriteType: OperationQueryParameter = {\n parameterPath: [\"options\", \"favoriteType\"],\n mapper: {\n serializedName: \"favoriteType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"shared\", \"user\"],\n },\n },\n};\n\nexport const sourceType: OperationQueryParameter = {\n parameterPath: [\"options\", \"sourceType\"],\n mapper: {\n serializedName: \"sourceType\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const canFetchContent: OperationQueryParameter = {\n parameterPath: [\"options\", \"canFetchContent\"],\n mapper: {\n serializedName: \"canFetchContent\",\n type: {\n name: \"Boolean\",\n },\n },\n};\n\nexport const tags: OperationQueryParameter = {\n parameterPath: [\"options\", \"tags\"],\n mapper: {\n serializedName: \"tags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n collectionFormat: \"CSV\",\n};\n\nexport const favoriteId: OperationURLParameter = {\n parameterPath: \"favoriteId\",\n mapper: {\n serializedName: \"favoriteId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const favoriteProperties: OperationParameter = {\n parameterPath: \"favoriteProperties\",\n mapper: ApplicationInsightsComponentFavoriteMapper,\n};\n\nexport const apiVersion2: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-06-15\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const webTestName: OperationURLParameter = {\n parameterPath: \"webTestName\",\n mapper: {\n serializedName: \"webTestName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const webTestDefinition: OperationParameter = {\n parameterPath: \"webTestDefinition\",\n mapper: WebTestMapper,\n};\n\nexport const webTestTags: OperationParameter = {\n parameterPath: \"webTestTags\",\n mapper: TagsResourceMapper,\n};\n\nexport const componentName: OperationURLParameter = {\n parameterPath: \"componentName\",\n mapper: {\n serializedName: \"componentName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const scopePath: OperationURLParameter = {\n parameterPath: \"scopePath\",\n mapper: {\n serializedName: \"scopePath\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const scope: OperationQueryParameter = {\n parameterPath: [\"options\", \"scope\"],\n mapper: {\n serializedName: \"scope\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const typeParam: OperationQueryParameter = {\n parameterPath: [\"options\", \"type\"],\n mapper: {\n defaultValue: \"none\",\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const includeContent: OperationQueryParameter = {\n parameterPath: [\"options\", \"includeContent\"],\n mapper: {\n serializedName: \"includeContent\",\n type: {\n name: \"Boolean\",\n },\n },\n};\n\nexport const id: OperationQueryParameter = {\n parameterPath: [\"options\", \"id\"],\n mapper: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const name: OperationQueryParameter = {\n parameterPath: [\"options\", \"name\"],\n mapper: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const itemProperties: OperationParameter = {\n parameterPath: \"itemProperties\",\n mapper: ApplicationInsightsComponentAnalyticsItemMapper,\n};\n\nexport const overrideItem: OperationQueryParameter = {\n parameterPath: [\"options\", \"overrideItem\"],\n mapper: {\n serializedName: \"overrideItem\",\n type: {\n name: \"Boolean\",\n },\n },\n};\n\nexport const apiVersion3: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-03-08\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiVersion4: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2020-11-20\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const workbookTemplateProperties: OperationParameter = {\n parameterPath: \"workbookTemplateProperties\",\n mapper: WorkbookTemplateMapper,\n};\n\nexport const workbookTemplateUpdateParameters: OperationParameter = {\n parameterPath: [\"options\", \"workbookTemplateUpdateParameters\"],\n mapper: WorkbookTemplateUpdateParametersMapper,\n};\n\nexport const category: OperationQueryParameter = {\n parameterPath: \"category\",\n mapper: {\n serializedName: \"category\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiVersion5: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2023-06-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const sourceId: OperationQueryParameter = {\n parameterPath: [\"options\", \"sourceId\"],\n mapper: {\n serializedName: \"sourceId\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const workbookProperties: OperationParameter = {\n parameterPath: \"workbookProperties\",\n mapper: WorkbookMapper,\n};\n\nexport const workbookUpdateParameters: OperationParameter = {\n parameterPath: [\"options\", \"workbookUpdateParameters\"],\n mapper: WorkbookUpdateParametersMapper,\n};\n\nexport const revisionId: OperationURLParameter = {\n parameterPath: \"revisionId\",\n mapper: {\n serializedName: \"revisionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceUri: OperationURLParameter = {\n parameterPath: \"resourceUri\",\n mapper: {\n serializedName: \"resourceUri\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion6: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-10-14\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiVersion7: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2020-03-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const storageType: OperationURLParameter = {\n parameterPath: \"storageType\",\n mapper: {\n serializedName: \"storageType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const linkedStorageAccountsProperties: OperationParameter = {\n parameterPath: \"linkedStorageAccountsProperties\",\n mapper: ComponentLinkedStorageAccountsMapper,\n};\n\nexport const linkedStorageAccountsProperties1: OperationParameter = {\n parameterPath: \"linkedStorageAccountsProperties\",\n mapper: ComponentLinkedStorageAccountsPatchMapper,\n};\n\nexport const category1: OperationQueryParameter = {\n parameterPath: [\"options\", \"category\"],\n mapper: {\n serializedName: \"category\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiVersion8: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2024-02-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n"]}
@@ -39,7 +39,7 @@ export class APIKeysImpl {
39
39
  throw new Error("maxPageSize is not supported by this operation.");
40
40
  }
41
41
  return this.listPagingPage(resourceGroupName, resourceName, options, settings);
42
- }
42
+ },
43
43
  };
44
44
  }
45
45
  listPagingPage(resourceGroupName, resourceName, options, _settings) {
@@ -117,75 +117,75 @@ const listOperationSpec = {
117
117
  httpMethod: "GET",
118
118
  responses: {
119
119
  200: {
120
- bodyMapper: Mappers.ApplicationInsightsComponentAPIKeyListResult
121
- }
120
+ bodyMapper: Mappers.ApplicationInsightsComponentAPIKeyListResult,
121
+ },
122
122
  },
123
- queryParameters: [Parameters.apiVersion],
123
+ queryParameters: [Parameters.apiVersion1],
124
124
  urlParameters: [
125
125
  Parameters.$host,
126
- Parameters.resourceGroupName,
127
126
  Parameters.subscriptionId,
128
- Parameters.resourceName
127
+ Parameters.resourceGroupName,
128
+ Parameters.resourceName,
129
129
  ],
130
130
  headerParameters: [Parameters.accept],
131
- serializer
131
+ serializer,
132
132
  };
133
133
  const createOperationSpec = {
134
134
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys",
135
135
  httpMethod: "POST",
136
136
  responses: {
137
137
  200: {
138
- bodyMapper: Mappers.ApplicationInsightsComponentAPIKey
139
- }
138
+ bodyMapper: Mappers.ApplicationInsightsComponentAPIKey,
139
+ },
140
140
  },
141
141
  requestBody: Parameters.aPIKeyProperties,
142
- queryParameters: [Parameters.apiVersion],
142
+ queryParameters: [Parameters.apiVersion1],
143
143
  urlParameters: [
144
144
  Parameters.$host,
145
- Parameters.resourceGroupName,
146
145
  Parameters.subscriptionId,
147
- Parameters.resourceName
146
+ Parameters.resourceGroupName,
147
+ Parameters.resourceName,
148
148
  ],
149
149
  headerParameters: [Parameters.accept, Parameters.contentType],
150
150
  mediaType: "json",
151
- serializer
151
+ serializer,
152
152
  };
153
153
  const deleteOperationSpec = {
154
154
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}",
155
155
  httpMethod: "DELETE",
156
156
  responses: {
157
157
  200: {
158
- bodyMapper: Mappers.ApplicationInsightsComponentAPIKey
159
- }
158
+ bodyMapper: Mappers.ApplicationInsightsComponentAPIKey,
159
+ },
160
160
  },
161
- queryParameters: [Parameters.apiVersion],
161
+ queryParameters: [Parameters.apiVersion1],
162
162
  urlParameters: [
163
163
  Parameters.$host,
164
- Parameters.resourceGroupName,
165
164
  Parameters.subscriptionId,
165
+ Parameters.resourceGroupName,
166
166
  Parameters.resourceName,
167
- Parameters.keyId
167
+ Parameters.keyId,
168
168
  ],
169
169
  headerParameters: [Parameters.accept],
170
- serializer
170
+ serializer,
171
171
  };
172
172
  const getOperationSpec = {
173
173
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}",
174
174
  httpMethod: "GET",
175
175
  responses: {
176
176
  200: {
177
- bodyMapper: Mappers.ApplicationInsightsComponentAPIKey
178
- }
177
+ bodyMapper: Mappers.ApplicationInsightsComponentAPIKey,
178
+ },
179
179
  },
180
- queryParameters: [Parameters.apiVersion],
180
+ queryParameters: [Parameters.apiVersion1],
181
181
  urlParameters: [
182
182
  Parameters.$host,
183
- Parameters.resourceGroupName,
184
183
  Parameters.subscriptionId,
184
+ Parameters.resourceGroupName,
185
185
  Parameters.resourceName,
186
- Parameters.keyId
186
+ Parameters.keyId,
187
187
  ],
188
188
  headerParameters: [Parameters.accept],
189
- serializer
189
+ serializer,
190
190
  };
191
191
  //# sourceMappingURL=aPIKeys.js.map
@@ -1 +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,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAetD,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,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,cAAc,CACxB,iBAAiB,EACjB,YAAY,EACZ,OAAO,EACP,QAAQ,CACT,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,cAAc,CAC3B,iBAAyB,EACzB,YAAoB,EACpB,OAAmC,EACnC,SAAwB;;YAExB,IAAI,MAA2B,CAAC;YAChC,MAAM,GAAG,cAAM,IAAI,CAAC,KAAK,CAAC,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC,CAAA,CAAC;YACpE,oBAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;QAC3B,CAAC;KAAA;IAEc,aAAa,CAC1B,iBAAyB,EACzB,YAAoB,EACpB,OAAmC;;;;gBAEnC,KAAyB,eAAA,KAAA,cAAA,IAAI,CAAC,cAAc,CAC1C,iBAAiB,EACjB,YAAY,EACZ,OAAO,CACR,CAAA,IAAA,+DAAE,CAAC;oBAJqB,cAIxB;oBAJwB,WAIxB;oBAJU,MAAM,IAAI,KAAA,CAAA;oBAKnB,cAAA,KAAK,CAAC,CAAC,iBAAA,cAAA,IAAI,CAAA,CAAA,CAAA,CAAC;gBACd,CAAC;;;;;;;;;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","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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { APIKeys } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ApplicationInsightsManagementClient } from \"../applicationInsightsManagementClient.js\";\nimport {\n ApplicationInsightsComponentAPIKey,\n APIKeysListOptionalParams,\n APIKeysListResponse,\n APIKeyRequest,\n APIKeysCreateOptionalParams,\n APIKeysCreateResponse,\n APIKeysDeleteOptionalParams,\n APIKeysDeleteResponse,\n APIKeysGetOptionalParams,\n APIKeysGetResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing APIKeys operations. */\nexport class APIKeysImpl implements APIKeys {\n private readonly client: ApplicationInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class APIKeys class.\n * @param client Reference to the service client\n */\n constructor(client: ApplicationInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets a list of API keys of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n resourceName: string,\n options?: APIKeysListOptionalParams\n ): PagedAsyncIterableIterator<ApplicationInsightsComponentAPIKey> {\n const iter = this.listPagingAll(resourceGroupName, resourceName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(\n resourceGroupName,\n resourceName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n resourceName: string,\n options?: APIKeysListOptionalParams,\n _settings?: PageSettings\n ): AsyncIterableIterator<ApplicationInsightsComponentAPIKey[]> {\n let result: APIKeysListResponse;\n result = await this._list(resourceGroupName, resourceName, options);\n yield result.value || [];\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n resourceName: string,\n options?: APIKeysListOptionalParams\n ): AsyncIterableIterator<ApplicationInsightsComponentAPIKey> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n resourceName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets a list of API keys of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n resourceName: string,\n options?: APIKeysListOptionalParams\n ): Promise<APIKeysListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, options },\n listOperationSpec\n );\n }\n\n /**\n * Create an API Key of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param aPIKeyProperties Properties that need to be specified to create an API key of a Application\n * Insights component.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n resourceName: string,\n aPIKeyProperties: APIKeyRequest,\n options?: APIKeysCreateOptionalParams\n ): Promise<APIKeysCreateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, aPIKeyProperties, options },\n createOperationSpec\n );\n }\n\n /**\n * Delete an API Key of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param keyId The API Key ID. This is unique within a Application Insights component.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n resourceName: string,\n keyId: string,\n options?: APIKeysDeleteOptionalParams\n ): Promise<APIKeysDeleteResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, keyId, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Get the API Key for this key id.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param keyId The API Key ID. This is unique within a Application Insights component.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n keyId: string,\n options?: APIKeysGetOptionalParams\n ): Promise<APIKeysGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, keyId, options },\n getOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAPIKeyListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAPIKey\n }\n },\n requestBody: Parameters.aPIKeyProperties,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAPIKey\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.keyId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAPIKey\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.keyId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
1
+ {"version":3,"file":"aPIKeys.js","sourceRoot":"","sources":["../../../src/operations/aPIKeys.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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { APIKeys } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ApplicationInsightsManagementClient } from \"../applicationInsightsManagementClient.js\";\nimport {\n ApplicationInsightsComponentAPIKey,\n APIKeysListOptionalParams,\n APIKeysListResponse,\n APIKeyRequest,\n APIKeysCreateOptionalParams,\n APIKeysCreateResponse,\n APIKeysDeleteOptionalParams,\n APIKeysDeleteResponse,\n APIKeysGetOptionalParams,\n APIKeysGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing APIKeys operations. */\nexport class APIKeysImpl implements APIKeys {\n private readonly client: ApplicationInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class APIKeys class.\n * @param client Reference to the service client\n */\n constructor(client: ApplicationInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets a list of API keys of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n resourceName: string,\n options?: APIKeysListOptionalParams,\n ): PagedAsyncIterableIterator<ApplicationInsightsComponentAPIKey> {\n const iter = this.listPagingAll(resourceGroupName, resourceName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(\n resourceGroupName,\n resourceName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n resourceName: string,\n options?: APIKeysListOptionalParams,\n _settings?: PageSettings,\n ): AsyncIterableIterator<ApplicationInsightsComponentAPIKey[]> {\n let result: APIKeysListResponse;\n result = await this._list(resourceGroupName, resourceName, options);\n yield result.value || [];\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n resourceName: string,\n options?: APIKeysListOptionalParams,\n ): AsyncIterableIterator<ApplicationInsightsComponentAPIKey> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n resourceName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets a list of API keys of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n resourceName: string,\n options?: APIKeysListOptionalParams,\n ): Promise<APIKeysListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, options },\n listOperationSpec,\n );\n }\n\n /**\n * Create an API Key of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param aPIKeyProperties Properties that need to be specified to create an API key of a Application\n * Insights component.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n resourceName: string,\n aPIKeyProperties: APIKeyRequest,\n options?: APIKeysCreateOptionalParams,\n ): Promise<APIKeysCreateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, aPIKeyProperties, options },\n createOperationSpec,\n );\n }\n\n /**\n * Delete an API Key of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param keyId The API Key ID. This is unique within a Application Insights component.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n resourceName: string,\n keyId: string,\n options?: APIKeysDeleteOptionalParams,\n ): Promise<APIKeysDeleteResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, keyId, options },\n deleteOperationSpec,\n );\n }\n\n /**\n * Get the API Key for this key id.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param keyId The API Key ID. This is unique within a Application Insights component.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n keyId: string,\n options?: APIKeysGetOptionalParams,\n ): Promise<APIKeysGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, keyId, options },\n getOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAPIKeyListResult,\n },\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAPIKey,\n },\n },\n requestBody: Parameters.aPIKeyProperties,\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAPIKey,\n },\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.keyId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAPIKey,\n },\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.keyId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -77,81 +77,81 @@ const listOperationSpec = {
77
77
  element: {
78
78
  type: {
79
79
  name: "Composite",
80
- className: "ApplicationInsightsComponentAnalyticsItem"
81
- }
82
- }
83
- }
84
- }
85
- }
80
+ className: "ApplicationInsightsComponentAnalyticsItem",
81
+ },
82
+ },
83
+ },
84
+ },
85
+ },
86
86
  },
87
87
  queryParameters: [
88
- Parameters.apiVersion,
88
+ Parameters.apiVersion1,
89
89
  Parameters.scope,
90
90
  Parameters.typeParam,
91
- Parameters.includeContent
91
+ Parameters.includeContent,
92
92
  ],
93
93
  urlParameters: [
94
94
  Parameters.$host,
95
- Parameters.resourceGroupName,
96
95
  Parameters.subscriptionId,
96
+ Parameters.resourceGroupName,
97
97
  Parameters.resourceName,
98
- Parameters.scopePath
98
+ Parameters.scopePath,
99
99
  ],
100
100
  headerParameters: [Parameters.accept],
101
- serializer
101
+ serializer,
102
102
  };
103
103
  const getOperationSpec = {
104
104
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item",
105
105
  httpMethod: "GET",
106
106
  responses: {
107
107
  200: {
108
- bodyMapper: Mappers.ApplicationInsightsComponentAnalyticsItem
109
- }
108
+ bodyMapper: Mappers.ApplicationInsightsComponentAnalyticsItem,
109
+ },
110
110
  },
111
- queryParameters: [Parameters.apiVersion, Parameters.id, Parameters.name],
111
+ queryParameters: [Parameters.apiVersion1, Parameters.id, Parameters.name],
112
112
  urlParameters: [
113
113
  Parameters.$host,
114
- Parameters.resourceGroupName,
115
114
  Parameters.subscriptionId,
115
+ Parameters.resourceGroupName,
116
116
  Parameters.resourceName,
117
- Parameters.scopePath
117
+ Parameters.scopePath,
118
118
  ],
119
119
  headerParameters: [Parameters.accept],
120
- serializer
120
+ serializer,
121
121
  };
122
122
  const putOperationSpec = {
123
123
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item",
124
124
  httpMethod: "PUT",
125
125
  responses: {
126
126
  200: {
127
- bodyMapper: Mappers.ApplicationInsightsComponentAnalyticsItem
128
- }
127
+ bodyMapper: Mappers.ApplicationInsightsComponentAnalyticsItem,
128
+ },
129
129
  },
130
130
  requestBody: Parameters.itemProperties,
131
- queryParameters: [Parameters.apiVersion, Parameters.overrideItem],
131
+ queryParameters: [Parameters.apiVersion1, Parameters.overrideItem],
132
132
  urlParameters: [
133
133
  Parameters.$host,
134
- Parameters.resourceGroupName,
135
134
  Parameters.subscriptionId,
135
+ Parameters.resourceGroupName,
136
136
  Parameters.resourceName,
137
- Parameters.scopePath
137
+ Parameters.scopePath,
138
138
  ],
139
139
  headerParameters: [Parameters.accept, Parameters.contentType],
140
140
  mediaType: "json",
141
- serializer
141
+ serializer,
142
142
  };
143
143
  const deleteOperationSpec = {
144
144
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item",
145
145
  httpMethod: "DELETE",
146
146
  responses: { 200: {} },
147
- queryParameters: [Parameters.apiVersion, Parameters.id, Parameters.name],
147
+ queryParameters: [Parameters.apiVersion1, Parameters.id, Parameters.name],
148
148
  urlParameters: [
149
149
  Parameters.$host,
150
- Parameters.resourceGroupName,
151
150
  Parameters.subscriptionId,
151
+ Parameters.resourceGroupName,
152
152
  Parameters.resourceName,
153
- Parameters.scopePath
153
+ Parameters.scopePath,
154
154
  ],
155
- serializer
155
+ serializer,
156
156
  };
157
157
  //# sourceMappingURL=analyticsItems.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"analyticsItems.js","sourceRoot":"","sources":["../../../src/operations/analyticsItems.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 { AnalyticsItems } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ApplicationInsightsManagementClient } from \"../applicationInsightsManagementClient.js\";\nimport {\n ItemScopePath,\n AnalyticsItemsListOptionalParams,\n AnalyticsItemsListResponse,\n AnalyticsItemsGetOptionalParams,\n AnalyticsItemsGetResponse,\n ApplicationInsightsComponentAnalyticsItem,\n AnalyticsItemsPutOptionalParams,\n AnalyticsItemsPutResponse,\n AnalyticsItemsDeleteOptionalParams\n} from \"../models/index.js\";\n\n/** Class containing AnalyticsItems operations. */\nexport class AnalyticsItemsImpl implements AnalyticsItems {\n private readonly client: ApplicationInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class AnalyticsItems class.\n * @param client Reference to the service client\n */\n constructor(client: ApplicationInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets a list of Analytics Items defined within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared\n * between all users with access to the Application Insights component.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n resourceName: string,\n scopePath: ItemScopePath,\n options?: AnalyticsItemsListOptionalParams\n ): Promise<AnalyticsItemsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, scopePath, options },\n listOperationSpec\n );\n }\n\n /**\n * Gets a specific Analytics Items defined within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared\n * between all users with access to the Application Insights component.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n scopePath: ItemScopePath,\n options?: AnalyticsItemsGetOptionalParams\n ): Promise<AnalyticsItemsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, scopePath, options },\n getOperationSpec\n );\n }\n\n /**\n * Adds or Updates a specific Analytics Item within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared\n * between all users with access to the Application Insights component.\n * @param itemProperties Properties that need to be specified to create a new item and add it to an\n * Application Insights component.\n * @param options The options parameters.\n */\n put(\n resourceGroupName: string,\n resourceName: string,\n scopePath: ItemScopePath,\n itemProperties: ApplicationInsightsComponentAnalyticsItem,\n options?: AnalyticsItemsPutOptionalParams\n ): Promise<AnalyticsItemsPutResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, scopePath, itemProperties, options },\n putOperationSpec\n );\n }\n\n /**\n * Deletes a specific Analytics Items defined within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared\n * between all users with access to the Application Insights component.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n resourceName: string,\n scopePath: ItemScopePath,\n options?: AnalyticsItemsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, scopePath, options },\n deleteOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: {\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentAnalyticsItem\"\n }\n }\n }\n }\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.scope,\n Parameters.typeParam,\n Parameters.includeContent\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.scopePath\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAnalyticsItem\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.id, Parameters.name],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.scopePath\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst putOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAnalyticsItem\n }\n },\n requestBody: Parameters.itemProperties,\n queryParameters: [Parameters.apiVersion, Parameters.overrideItem],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.scopePath\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item\",\n httpMethod: \"DELETE\",\n responses: { 200: {} },\n queryParameters: [Parameters.apiVersion, Parameters.id, Parameters.name],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.scopePath\n ],\n serializer\n};\n"]}
1
+ {"version":3,"file":"analyticsItems.js","sourceRoot":"","sources":["../../../src/operations/analyticsItems.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 { AnalyticsItems } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ApplicationInsightsManagementClient } from \"../applicationInsightsManagementClient.js\";\nimport {\n ItemScopePath,\n AnalyticsItemsListOptionalParams,\n AnalyticsItemsListResponse,\n AnalyticsItemsGetOptionalParams,\n AnalyticsItemsGetResponse,\n ApplicationInsightsComponentAnalyticsItem,\n AnalyticsItemsPutOptionalParams,\n AnalyticsItemsPutResponse,\n AnalyticsItemsDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/** Class containing AnalyticsItems operations. */\nexport class AnalyticsItemsImpl implements AnalyticsItems {\n private readonly client: ApplicationInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class AnalyticsItems class.\n * @param client Reference to the service client\n */\n constructor(client: ApplicationInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets a list of Analytics Items defined within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared\n * between all users with access to the Application Insights component.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n resourceName: string,\n scopePath: ItemScopePath,\n options?: AnalyticsItemsListOptionalParams,\n ): Promise<AnalyticsItemsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, scopePath, options },\n listOperationSpec,\n );\n }\n\n /**\n * Gets a specific Analytics Items defined within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared\n * between all users with access to the Application Insights component.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n scopePath: ItemScopePath,\n options?: AnalyticsItemsGetOptionalParams,\n ): Promise<AnalyticsItemsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, scopePath, options },\n getOperationSpec,\n );\n }\n\n /**\n * Adds or Updates a specific Analytics Item within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared\n * between all users with access to the Application Insights component.\n * @param itemProperties Properties that need to be specified to create a new item and add it to an\n * Application Insights component.\n * @param options The options parameters.\n */\n put(\n resourceGroupName: string,\n resourceName: string,\n scopePath: ItemScopePath,\n itemProperties: ApplicationInsightsComponentAnalyticsItem,\n options?: AnalyticsItemsPutOptionalParams,\n ): Promise<AnalyticsItemsPutResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, scopePath, itemProperties, options },\n putOperationSpec,\n );\n }\n\n /**\n * Deletes a specific Analytics Items defined within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared\n * between all users with access to the Application Insights component.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n resourceName: string,\n scopePath: ItemScopePath,\n options?: AnalyticsItemsDeleteOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, scopePath, options },\n deleteOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: {\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentAnalyticsItem\",\n },\n },\n },\n },\n },\n },\n queryParameters: [\n Parameters.apiVersion1,\n Parameters.scope,\n Parameters.typeParam,\n Parameters.includeContent,\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.scopePath,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAnalyticsItem,\n },\n },\n queryParameters: [Parameters.apiVersion1, Parameters.id, Parameters.name],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.scopePath,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst putOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAnalyticsItem,\n },\n },\n requestBody: Parameters.itemProperties,\n queryParameters: [Parameters.apiVersion1, Parameters.overrideItem],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.scopePath,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item\",\n httpMethod: \"DELETE\",\n responses: { 200: {} },\n queryParameters: [Parameters.apiVersion1, Parameters.id, Parameters.name],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.scopePath,\n ],\n serializer,\n};\n"]}
@@ -42,7 +42,7 @@ export class AnnotationsImpl {
42
42
  throw new Error("maxPageSize is not supported by this operation.");
43
43
  }
44
44
  return this.listPagingPage(resourceGroupName, resourceName, start, end, options, settings);
45
- }
45
+ },
46
46
  };
47
47
  }
48
48
  listPagingPage(resourceGroupName, resourceName, start, end, options, _settings) {
@@ -125,21 +125,21 @@ const listOperationSpec = {
125
125
  httpMethod: "GET",
126
126
  responses: {
127
127
  200: {
128
- bodyMapper: Mappers.AnnotationsListResult
128
+ bodyMapper: Mappers.AnnotationsListResult,
129
129
  },
130
130
  default: {
131
- bodyMapper: Mappers.AnnotationError
132
- }
131
+ bodyMapper: Mappers.AnnotationError,
132
+ },
133
133
  },
134
- queryParameters: [Parameters.apiVersion, Parameters.start, Parameters.end],
134
+ queryParameters: [Parameters.apiVersion1, Parameters.start, Parameters.end],
135
135
  urlParameters: [
136
136
  Parameters.$host,
137
- Parameters.resourceGroupName,
138
137
  Parameters.subscriptionId,
139
- Parameters.resourceName
138
+ Parameters.resourceGroupName,
139
+ Parameters.resourceName,
140
140
  ],
141
141
  headerParameters: [Parameters.accept],
142
- serializer
142
+ serializer,
143
143
  };
144
144
  const createOperationSpec = {
145
145
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations",
@@ -149,39 +149,39 @@ const createOperationSpec = {
149
149
  bodyMapper: {
150
150
  type: {
151
151
  name: "Sequence",
152
- element: { type: { name: "Composite", className: "Annotation" } }
153
- }
154
- }
152
+ element: { type: { name: "Composite", className: "Annotation" } },
153
+ },
154
+ },
155
155
  },
156
156
  default: {
157
- bodyMapper: Mappers.AnnotationError
158
- }
157
+ bodyMapper: Mappers.AnnotationError,
158
+ },
159
159
  },
160
160
  requestBody: Parameters.annotationProperties,
161
- queryParameters: [Parameters.apiVersion],
161
+ queryParameters: [Parameters.apiVersion1],
162
162
  urlParameters: [
163
163
  Parameters.$host,
164
- Parameters.resourceGroupName,
165
164
  Parameters.subscriptionId,
166
- Parameters.resourceName
165
+ Parameters.resourceGroupName,
166
+ Parameters.resourceName,
167
167
  ],
168
168
  headerParameters: [Parameters.accept, Parameters.contentType],
169
169
  mediaType: "json",
170
- serializer
170
+ serializer,
171
171
  };
172
172
  const deleteOperationSpec = {
173
173
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations/{annotationId}",
174
174
  httpMethod: "DELETE",
175
175
  responses: { 200: {} },
176
- queryParameters: [Parameters.apiVersion],
176
+ queryParameters: [Parameters.apiVersion1],
177
177
  urlParameters: [
178
178
  Parameters.$host,
179
- Parameters.resourceGroupName,
180
179
  Parameters.subscriptionId,
180
+ Parameters.resourceGroupName,
181
181
  Parameters.resourceName,
182
- Parameters.annotationId
182
+ Parameters.annotationId,
183
183
  ],
184
- serializer
184
+ serializer,
185
185
  };
186
186
  const getOperationSpec = {
187
187
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations/{annotationId}",
@@ -191,23 +191,23 @@ const getOperationSpec = {
191
191
  bodyMapper: {
192
192
  type: {
193
193
  name: "Sequence",
194
- element: { type: { name: "Composite", className: "Annotation" } }
195
- }
196
- }
194
+ element: { type: { name: "Composite", className: "Annotation" } },
195
+ },
196
+ },
197
197
  },
198
198
  default: {
199
- bodyMapper: Mappers.AnnotationError
200
- }
199
+ bodyMapper: Mappers.AnnotationError,
200
+ },
201
201
  },
202
- queryParameters: [Parameters.apiVersion],
202
+ queryParameters: [Parameters.apiVersion1],
203
203
  urlParameters: [
204
204
  Parameters.$host,
205
- Parameters.resourceGroupName,
206
205
  Parameters.subscriptionId,
206
+ Parameters.resourceGroupName,
207
207
  Parameters.resourceName,
208
- Parameters.annotationId
208
+ Parameters.annotationId,
209
209
  ],
210
210
  headerParameters: [Parameters.accept],
211
- serializer
211
+ serializer,
212
212
  };
213
213
  //# sourceMappingURL=annotations.js.map