@azure/arm-managedapplications 3.0.0-alpha.20250211.1 → 3.0.0-alpha.20250213.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (418) hide show
  1. package/README.md +21 -14
  2. package/{dist-esm/src → dist/browser}/applicationClient.d.ts +2 -2
  3. package/dist/browser/applicationClient.d.ts.map +1 -0
  4. package/{dist-esm/src → dist/browser}/applicationClient.js +19 -21
  5. package/dist/browser/applicationClient.js.map +1 -0
  6. package/dist/browser/index.d.ts +5 -0
  7. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  8. package/{dist-esm/src → dist/browser}/index.js +4 -4
  9. package/dist/browser/index.js.map +1 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/dist/browser/models/mappers.js.map +1 -0
  13. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  14. package/dist/browser/models/parameters.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/operations/applicationDefinitions.d.ts +3 -3
  16. package/dist/browser/operations/applicationDefinitions.d.ts.map +1 -0
  17. package/{dist-esm/src → dist/browser}/operations/applicationDefinitions.js +3 -3
  18. package/dist/browser/operations/applicationDefinitions.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/operations/applications.d.ts +3 -3
  20. package/dist/browser/operations/applications.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/applications.js +301 -333
  22. package/dist/browser/operations/applications.js.map +1 -0
  23. package/dist/browser/operations/index.d.ts +4 -0
  24. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  25. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +3 -3
  26. package/dist/browser/operations/index.js.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/jitRequests.d.ts +3 -3
  28. package/dist/browser/operations/jitRequests.d.ts.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/jitRequests.js +40 -45
  30. package/dist/browser/operations/jitRequests.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operationsInterfaces/applicationDefinitions.d.ts +1 -1
  32. package/dist/browser/operationsInterfaces/applicationDefinitions.d.ts.map +1 -0
  33. package/dist/browser/operationsInterfaces/applicationDefinitions.js.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operationsInterfaces/applications.d.ts +1 -1
  35. package/dist/browser/operationsInterfaces/applications.d.ts.map +1 -0
  36. package/dist/browser/operationsInterfaces/applications.js.map +1 -0
  37. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  39. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +3 -3
  40. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operationsInterfaces/jitRequests.d.ts +1 -1
  42. package/dist/browser/operationsInterfaces/jitRequests.d.ts.map +1 -0
  43. package/dist/browser/operationsInterfaces/jitRequests.js.map +1 -0
  44. package/dist/browser/package.json +3 -0
  45. package/dist/browser/pagingHelper.js.map +1 -0
  46. package/dist/commonjs/applicationClient.d.ts +42 -0
  47. package/dist/commonjs/applicationClient.d.ts.map +1 -0
  48. package/dist/commonjs/applicationClient.js +215 -0
  49. package/dist/commonjs/applicationClient.js.map +1 -0
  50. package/dist/commonjs/index.d.ts +5 -0
  51. package/dist/commonjs/index.d.ts.map +1 -0
  52. package/dist/commonjs/index.js +19 -0
  53. package/dist/commonjs/index.js.map +1 -0
  54. package/dist/commonjs/lroImpl.d.ts +11 -0
  55. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  56. package/dist/commonjs/lroImpl.js +17 -0
  57. package/dist/commonjs/lroImpl.js.map +1 -0
  58. package/{types/arm-managedapplications.d.ts → dist/commonjs/models/index.d.ts} +1191 -1682
  59. package/dist/commonjs/models/index.d.ts.map +1 -0
  60. package/dist/commonjs/models/index.js +179 -0
  61. package/dist/commonjs/models/index.js.map +1 -0
  62. package/dist/commonjs/models/mappers.d.ts +48 -0
  63. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  64. package/dist/commonjs/models/mappers.js +1637 -0
  65. package/dist/commonjs/models/mappers.js.map +1 -0
  66. package/dist/commonjs/models/parameters.d.ts +22 -0
  67. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  68. package/dist/commonjs/models/parameters.js +190 -0
  69. package/dist/commonjs/models/parameters.js.map +1 -0
  70. package/dist/commonjs/operations/applicationDefinitions.d.ts +113 -0
  71. package/dist/commonjs/operations/applicationDefinitions.d.ts.map +1 -0
  72. package/dist/commonjs/operations/applicationDefinitions.js +518 -0
  73. package/dist/commonjs/operations/applicationDefinitions.js.map +1 -0
  74. package/dist/commonjs/operations/applications.d.ts +208 -0
  75. package/dist/commonjs/operations/applications.d.ts.map +1 -0
  76. package/dist/commonjs/operations/applications.js +1014 -0
  77. package/dist/commonjs/operations/applications.js.map +1 -0
  78. package/dist/commonjs/operations/index.d.ts +4 -0
  79. package/dist/commonjs/operations/index.d.ts.map +1 -0
  80. package/dist/commonjs/operations/index.js +14 -0
  81. package/dist/commonjs/operations/index.js.map +1 -0
  82. package/dist/commonjs/operations/jitRequests.d.ts +63 -0
  83. package/dist/commonjs/operations/jitRequests.d.ts.map +1 -0
  84. package/dist/commonjs/operations/jitRequests.js +260 -0
  85. package/dist/commonjs/operations/jitRequests.js.map +1 -0
  86. package/dist/commonjs/operationsInterfaces/applicationDefinitions.d.ts +77 -0
  87. package/dist/commonjs/operationsInterfaces/applicationDefinitions.d.ts.map +1 -0
  88. package/dist/commonjs/operationsInterfaces/applicationDefinitions.js +10 -0
  89. package/dist/commonjs/operationsInterfaces/applicationDefinitions.js.map +1 -0
  90. package/dist/commonjs/operationsInterfaces/applications.d.ts +172 -0
  91. package/dist/commonjs/operationsInterfaces/applications.d.ts.map +1 -0
  92. package/dist/commonjs/operationsInterfaces/applications.js +10 -0
  93. package/dist/commonjs/operationsInterfaces/applications.js.map +1 -0
  94. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  95. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  96. package/dist/commonjs/operationsInterfaces/index.js +14 -0
  97. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  98. package/dist/commonjs/operationsInterfaces/jitRequests.d.ts +55 -0
  99. package/dist/commonjs/operationsInterfaces/jitRequests.d.ts.map +1 -0
  100. package/dist/commonjs/operationsInterfaces/jitRequests.js +10 -0
  101. package/dist/commonjs/operationsInterfaces/jitRequests.js.map +1 -0
  102. package/dist/commonjs/package.json +3 -0
  103. package/dist/commonjs/pagingHelper.d.ts +13 -0
  104. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  105. package/dist/commonjs/pagingHelper.js +36 -0
  106. package/dist/commonjs/pagingHelper.js.map +1 -0
  107. package/dist/esm/applicationClient.d.ts +42 -0
  108. package/dist/esm/applicationClient.d.ts.map +1 -0
  109. package/dist/esm/applicationClient.js +211 -0
  110. package/dist/esm/applicationClient.js.map +1 -0
  111. package/dist/esm/index.d.ts +5 -0
  112. package/dist/esm/index.d.ts.map +1 -0
  113. package/{src/index.ts → dist/esm/index.js} +5 -5
  114. package/dist/esm/index.js.map +1 -0
  115. package/dist/esm/lroImpl.d.ts +11 -0
  116. package/dist/esm/lroImpl.d.ts.map +1 -0
  117. package/dist/esm/lroImpl.js +14 -0
  118. package/dist/esm/lroImpl.js.map +1 -0
  119. package/dist/esm/models/index.d.ts +1191 -0
  120. package/dist/esm/models/index.d.ts.map +1 -0
  121. package/dist/esm/models/index.js +176 -0
  122. package/dist/esm/models/index.js.map +1 -0
  123. package/dist/esm/models/mappers.d.ts +48 -0
  124. package/dist/esm/models/mappers.d.ts.map +1 -0
  125. package/dist/esm/models/mappers.js +1634 -0
  126. package/dist/esm/models/mappers.js.map +1 -0
  127. package/dist/esm/models/parameters.d.ts +22 -0
  128. package/dist/esm/models/parameters.d.ts.map +1 -0
  129. package/dist/esm/models/parameters.js +187 -0
  130. package/dist/esm/models/parameters.js.map +1 -0
  131. package/dist/esm/operations/applicationDefinitions.d.ts +113 -0
  132. package/dist/esm/operations/applicationDefinitions.d.ts.map +1 -0
  133. package/dist/esm/operations/applicationDefinitions.js +514 -0
  134. package/dist/esm/operations/applicationDefinitions.js.map +1 -0
  135. package/dist/esm/operations/applications.d.ts +208 -0
  136. package/dist/esm/operations/applications.d.ts.map +1 -0
  137. package/dist/esm/operations/applications.js +1010 -0
  138. package/dist/esm/operations/applications.js.map +1 -0
  139. package/dist/esm/operations/index.d.ts +4 -0
  140. package/dist/esm/operations/index.d.ts.map +1 -0
  141. package/dist/esm/operations/index.js +11 -0
  142. package/dist/esm/operations/index.js.map +1 -0
  143. package/dist/esm/operations/jitRequests.d.ts +63 -0
  144. package/dist/esm/operations/jitRequests.d.ts.map +1 -0
  145. package/dist/esm/operations/jitRequests.js +255 -0
  146. package/dist/esm/operations/jitRequests.js.map +1 -0
  147. package/dist/esm/operationsInterfaces/applicationDefinitions.d.ts +77 -0
  148. package/dist/esm/operationsInterfaces/applicationDefinitions.d.ts.map +1 -0
  149. package/{src/operations/index.ts → dist/esm/operationsInterfaces/applicationDefinitions.js} +2 -4
  150. package/dist/esm/operationsInterfaces/applicationDefinitions.js.map +1 -0
  151. package/dist/esm/operationsInterfaces/applications.d.ts +172 -0
  152. package/dist/esm/operationsInterfaces/applications.d.ts.map +1 -0
  153. package/dist/esm/operationsInterfaces/applications.js +9 -0
  154. package/dist/esm/operationsInterfaces/applications.js.map +1 -0
  155. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  156. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  157. package/dist/esm/operationsInterfaces/index.js +11 -0
  158. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  159. package/dist/esm/operationsInterfaces/jitRequests.d.ts +55 -0
  160. package/dist/esm/operationsInterfaces/jitRequests.d.ts.map +1 -0
  161. package/dist/esm/operationsInterfaces/jitRequests.js +9 -0
  162. package/dist/esm/operationsInterfaces/jitRequests.js.map +1 -0
  163. package/dist/esm/package.json +3 -0
  164. package/dist/esm/pagingHelper.d.ts +13 -0
  165. package/dist/esm/pagingHelper.d.ts.map +1 -0
  166. package/dist/esm/pagingHelper.js +32 -0
  167. package/dist/esm/pagingHelper.js.map +1 -0
  168. package/dist/react-native/applicationClient.d.ts +42 -0
  169. package/dist/react-native/applicationClient.d.ts.map +1 -0
  170. package/dist/react-native/applicationClient.js +211 -0
  171. package/dist/react-native/applicationClient.js.map +1 -0
  172. package/dist/react-native/index.d.ts +5 -0
  173. package/dist/react-native/index.d.ts.map +1 -0
  174. package/dist/react-native/index.js +13 -0
  175. package/dist/react-native/index.js.map +1 -0
  176. package/dist/react-native/lroImpl.d.ts +11 -0
  177. package/dist/react-native/lroImpl.d.ts.map +1 -0
  178. package/dist/react-native/lroImpl.js +14 -0
  179. package/dist/react-native/lroImpl.js.map +1 -0
  180. package/dist/react-native/models/index.d.ts +1191 -0
  181. package/dist/react-native/models/index.d.ts.map +1 -0
  182. package/dist/react-native/models/index.js +176 -0
  183. package/dist/react-native/models/index.js.map +1 -0
  184. package/dist/react-native/models/mappers.d.ts +48 -0
  185. package/dist/react-native/models/mappers.d.ts.map +1 -0
  186. package/dist/react-native/models/mappers.js +1634 -0
  187. package/dist/react-native/models/mappers.js.map +1 -0
  188. package/dist/react-native/models/parameters.d.ts +22 -0
  189. package/dist/react-native/models/parameters.d.ts.map +1 -0
  190. package/dist/react-native/models/parameters.js +187 -0
  191. package/dist/react-native/models/parameters.js.map +1 -0
  192. package/dist/react-native/operations/applicationDefinitions.d.ts +113 -0
  193. package/dist/react-native/operations/applicationDefinitions.d.ts.map +1 -0
  194. package/dist/react-native/operations/applicationDefinitions.js +514 -0
  195. package/dist/react-native/operations/applicationDefinitions.js.map +1 -0
  196. package/dist/react-native/operations/applications.d.ts +208 -0
  197. package/dist/react-native/operations/applications.d.ts.map +1 -0
  198. package/dist/react-native/operations/applications.js +1010 -0
  199. package/dist/react-native/operations/applications.js.map +1 -0
  200. package/dist/react-native/operations/index.d.ts +4 -0
  201. package/dist/react-native/operations/index.d.ts.map +1 -0
  202. package/dist/react-native/operations/index.js +11 -0
  203. package/dist/react-native/operations/index.js.map +1 -0
  204. package/dist/react-native/operations/jitRequests.d.ts +63 -0
  205. package/dist/react-native/operations/jitRequests.d.ts.map +1 -0
  206. package/dist/react-native/operations/jitRequests.js +255 -0
  207. package/dist/react-native/operations/jitRequests.js.map +1 -0
  208. package/dist/react-native/operationsInterfaces/applicationDefinitions.d.ts +77 -0
  209. package/dist/react-native/operationsInterfaces/applicationDefinitions.d.ts.map +1 -0
  210. package/dist/react-native/operationsInterfaces/applicationDefinitions.js +9 -0
  211. package/dist/react-native/operationsInterfaces/applicationDefinitions.js.map +1 -0
  212. package/dist/react-native/operationsInterfaces/applications.d.ts +172 -0
  213. package/dist/react-native/operationsInterfaces/applications.d.ts.map +1 -0
  214. package/dist/react-native/operationsInterfaces/applications.js +9 -0
  215. package/dist/react-native/operationsInterfaces/applications.js.map +1 -0
  216. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  217. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  218. package/dist/react-native/operationsInterfaces/index.js +11 -0
  219. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  220. package/dist/react-native/operationsInterfaces/jitRequests.d.ts +55 -0
  221. package/dist/react-native/operationsInterfaces/jitRequests.d.ts.map +1 -0
  222. package/dist/react-native/operationsInterfaces/jitRequests.js +9 -0
  223. package/dist/react-native/operationsInterfaces/jitRequests.js.map +1 -0
  224. package/dist/react-native/package.json +3 -0
  225. package/dist/react-native/pagingHelper.d.ts +13 -0
  226. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  227. package/dist/react-native/pagingHelper.js +32 -0
  228. package/dist/react-native/pagingHelper.js.map +1 -0
  229. package/package.json +70 -41
  230. package/dist/index.js +0 -4127
  231. package/dist/index.js.map +0 -1
  232. package/dist/index.min.js +0 -1
  233. package/dist/index.min.js.map +0 -1
  234. package/dist-esm/samples-dev/applicationDefinitionsCreateOrUpdateByIdSample.d.ts +0 -2
  235. package/dist-esm/samples-dev/applicationDefinitionsCreateOrUpdateByIdSample.d.ts.map +0 -1
  236. package/dist-esm/samples-dev/applicationDefinitionsCreateOrUpdateByIdSample.js +0 -36
  237. package/dist-esm/samples-dev/applicationDefinitionsCreateOrUpdateByIdSample.js.map +0 -1
  238. package/dist-esm/samples-dev/applicationDefinitionsCreateOrUpdateSample.d.ts +0 -2
  239. package/dist-esm/samples-dev/applicationDefinitionsCreateOrUpdateSample.d.ts.map +0 -1
  240. package/dist-esm/samples-dev/applicationDefinitionsCreateOrUpdateSample.js +0 -36
  241. package/dist-esm/samples-dev/applicationDefinitionsCreateOrUpdateSample.js.map +0 -1
  242. package/dist-esm/samples-dev/applicationDefinitionsDeleteByIdSample.d.ts +0 -2
  243. package/dist-esm/samples-dev/applicationDefinitionsDeleteByIdSample.d.ts.map +0 -1
  244. package/dist-esm/samples-dev/applicationDefinitionsDeleteByIdSample.js +0 -36
  245. package/dist-esm/samples-dev/applicationDefinitionsDeleteByIdSample.js.map +0 -1
  246. package/dist-esm/samples-dev/applicationDefinitionsDeleteSample.d.ts +0 -2
  247. package/dist-esm/samples-dev/applicationDefinitionsDeleteSample.d.ts.map +0 -1
  248. package/dist-esm/samples-dev/applicationDefinitionsDeleteSample.js +0 -36
  249. package/dist-esm/samples-dev/applicationDefinitionsDeleteSample.js.map +0 -1
  250. package/dist-esm/samples-dev/applicationDefinitionsGetByIdSample.d.ts +0 -2
  251. package/dist-esm/samples-dev/applicationDefinitionsGetByIdSample.d.ts.map +0 -1
  252. package/dist-esm/samples-dev/applicationDefinitionsGetByIdSample.js +0 -36
  253. package/dist-esm/samples-dev/applicationDefinitionsGetByIdSample.js.map +0 -1
  254. package/dist-esm/samples-dev/applicationDefinitionsGetSample.d.ts +0 -2
  255. package/dist-esm/samples-dev/applicationDefinitionsGetSample.d.ts.map +0 -1
  256. package/dist-esm/samples-dev/applicationDefinitionsGetSample.js +0 -36
  257. package/dist-esm/samples-dev/applicationDefinitionsGetSample.js.map +0 -1
  258. package/dist-esm/samples-dev/applicationDefinitionsListByResourceGroupSample.d.ts +0 -2
  259. package/dist-esm/samples-dev/applicationDefinitionsListByResourceGroupSample.d.ts.map +0 -1
  260. package/dist-esm/samples-dev/applicationDefinitionsListByResourceGroupSample.js +0 -51
  261. package/dist-esm/samples-dev/applicationDefinitionsListByResourceGroupSample.js.map +0 -1
  262. package/dist-esm/samples-dev/applicationDefinitionsListBySubscriptionSample.d.ts +0 -2
  263. package/dist-esm/samples-dev/applicationDefinitionsListBySubscriptionSample.d.ts.map +0 -1
  264. package/dist-esm/samples-dev/applicationDefinitionsListBySubscriptionSample.js +0 -50
  265. package/dist-esm/samples-dev/applicationDefinitionsListBySubscriptionSample.js.map +0 -1
  266. package/dist-esm/samples-dev/applicationDefinitionsUpdateByIdSample.d.ts +0 -2
  267. package/dist-esm/samples-dev/applicationDefinitionsUpdateByIdSample.d.ts.map +0 -1
  268. package/dist-esm/samples-dev/applicationDefinitionsUpdateByIdSample.js +0 -32
  269. package/dist-esm/samples-dev/applicationDefinitionsUpdateByIdSample.js.map +0 -1
  270. package/dist-esm/samples-dev/applicationDefinitionsUpdateSample.d.ts +0 -2
  271. package/dist-esm/samples-dev/applicationDefinitionsUpdateSample.d.ts.map +0 -1
  272. package/dist-esm/samples-dev/applicationDefinitionsUpdateSample.js +0 -32
  273. package/dist-esm/samples-dev/applicationDefinitionsUpdateSample.js.map +0 -1
  274. package/dist-esm/samples-dev/applicationsCreateOrUpdateByIdSample.d.ts +0 -2
  275. package/dist-esm/samples-dev/applicationsCreateOrUpdateByIdSample.d.ts.map +0 -1
  276. package/dist-esm/samples-dev/applicationsCreateOrUpdateByIdSample.js +0 -32
  277. package/dist-esm/samples-dev/applicationsCreateOrUpdateByIdSample.js.map +0 -1
  278. package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.d.ts +0 -2
  279. package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.d.ts.map +0 -1
  280. package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.js +0 -34
  281. package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.js.map +0 -1
  282. package/dist-esm/samples-dev/applicationsDeleteByIdSample.d.ts +0 -2
  283. package/dist-esm/samples-dev/applicationsDeleteByIdSample.d.ts.map +0 -1
  284. package/dist-esm/samples-dev/applicationsDeleteByIdSample.js +0 -34
  285. package/dist-esm/samples-dev/applicationsDeleteByIdSample.js.map +0 -1
  286. package/dist-esm/samples-dev/applicationsDeleteSample.d.ts +0 -2
  287. package/dist-esm/samples-dev/applicationsDeleteSample.d.ts.map +0 -1
  288. package/dist-esm/samples-dev/applicationsDeleteSample.js +0 -36
  289. package/dist-esm/samples-dev/applicationsDeleteSample.js.map +0 -1
  290. package/dist-esm/samples-dev/applicationsGetByIdSample.d.ts +0 -2
  291. package/dist-esm/samples-dev/applicationsGetByIdSample.d.ts.map +0 -1
  292. package/dist-esm/samples-dev/applicationsGetByIdSample.js +0 -34
  293. package/dist-esm/samples-dev/applicationsGetByIdSample.js.map +0 -1
  294. package/dist-esm/samples-dev/applicationsGetSample.d.ts +0 -2
  295. package/dist-esm/samples-dev/applicationsGetSample.d.ts.map +0 -1
  296. package/dist-esm/samples-dev/applicationsGetSample.js +0 -36
  297. package/dist-esm/samples-dev/applicationsGetSample.js.map +0 -1
  298. package/dist-esm/samples-dev/applicationsListAllowedUpgradePlansSample.d.ts +0 -2
  299. package/dist-esm/samples-dev/applicationsListAllowedUpgradePlansSample.d.ts.map +0 -1
  300. package/dist-esm/samples-dev/applicationsListAllowedUpgradePlansSample.js +0 -36
  301. package/dist-esm/samples-dev/applicationsListAllowedUpgradePlansSample.js.map +0 -1
  302. package/dist-esm/samples-dev/applicationsListByResourceGroupSample.d.ts +0 -2
  303. package/dist-esm/samples-dev/applicationsListByResourceGroupSample.d.ts.map +0 -1
  304. package/dist-esm/samples-dev/applicationsListByResourceGroupSample.js +0 -51
  305. package/dist-esm/samples-dev/applicationsListByResourceGroupSample.js.map +0 -1
  306. package/dist-esm/samples-dev/applicationsListBySubscriptionSample.d.ts +0 -2
  307. package/dist-esm/samples-dev/applicationsListBySubscriptionSample.d.ts.map +0 -1
  308. package/dist-esm/samples-dev/applicationsListBySubscriptionSample.js +0 -50
  309. package/dist-esm/samples-dev/applicationsListBySubscriptionSample.js.map +0 -1
  310. package/dist-esm/samples-dev/applicationsListTokensSample.d.ts +0 -2
  311. package/dist-esm/samples-dev/applicationsListTokensSample.d.ts.map +0 -1
  312. package/dist-esm/samples-dev/applicationsListTokensSample.js +0 -33
  313. package/dist-esm/samples-dev/applicationsListTokensSample.js.map +0 -1
  314. package/dist-esm/samples-dev/applicationsRefreshPermissionsSample.d.ts +0 -2
  315. package/dist-esm/samples-dev/applicationsRefreshPermissionsSample.d.ts.map +0 -1
  316. package/dist-esm/samples-dev/applicationsRefreshPermissionsSample.js +0 -36
  317. package/dist-esm/samples-dev/applicationsRefreshPermissionsSample.js.map +0 -1
  318. package/dist-esm/samples-dev/applicationsUpdateAccessSample.d.ts +0 -2
  319. package/dist-esm/samples-dev/applicationsUpdateAccessSample.d.ts.map +0 -1
  320. package/dist-esm/samples-dev/applicationsUpdateAccessSample.js +0 -40
  321. package/dist-esm/samples-dev/applicationsUpdateAccessSample.js.map +0 -1
  322. package/dist-esm/samples-dev/applicationsUpdateByIdSample.d.ts +0 -2
  323. package/dist-esm/samples-dev/applicationsUpdateByIdSample.d.ts.map +0 -1
  324. package/dist-esm/samples-dev/applicationsUpdateByIdSample.js +0 -33
  325. package/dist-esm/samples-dev/applicationsUpdateByIdSample.js.map +0 -1
  326. package/dist-esm/samples-dev/applicationsUpdateSample.d.ts +0 -2
  327. package/dist-esm/samples-dev/applicationsUpdateSample.d.ts.map +0 -1
  328. package/dist-esm/samples-dev/applicationsUpdateSample.js +0 -35
  329. package/dist-esm/samples-dev/applicationsUpdateSample.js.map +0 -1
  330. package/dist-esm/samples-dev/jitRequestsCreateOrUpdateSample.d.ts +0 -2
  331. package/dist-esm/samples-dev/jitRequestsCreateOrUpdateSample.d.ts.map +0 -1
  332. package/dist-esm/samples-dev/jitRequestsCreateOrUpdateSample.js +0 -43
  333. package/dist-esm/samples-dev/jitRequestsCreateOrUpdateSample.js.map +0 -1
  334. package/dist-esm/samples-dev/jitRequestsDeleteSample.d.ts +0 -2
  335. package/dist-esm/samples-dev/jitRequestsDeleteSample.d.ts.map +0 -1
  336. package/dist-esm/samples-dev/jitRequestsDeleteSample.js +0 -36
  337. package/dist-esm/samples-dev/jitRequestsDeleteSample.js.map +0 -1
  338. package/dist-esm/samples-dev/jitRequestsGetSample.d.ts +0 -2
  339. package/dist-esm/samples-dev/jitRequestsGetSample.d.ts.map +0 -1
  340. package/dist-esm/samples-dev/jitRequestsGetSample.js +0 -36
  341. package/dist-esm/samples-dev/jitRequestsGetSample.js.map +0 -1
  342. package/dist-esm/samples-dev/jitRequestsListByResourceGroupSample.d.ts +0 -2
  343. package/dist-esm/samples-dev/jitRequestsListByResourceGroupSample.d.ts.map +0 -1
  344. package/dist-esm/samples-dev/jitRequestsListByResourceGroupSample.js +0 -35
  345. package/dist-esm/samples-dev/jitRequestsListByResourceGroupSample.js.map +0 -1
  346. package/dist-esm/samples-dev/jitRequestsListBySubscriptionSample.d.ts +0 -2
  347. package/dist-esm/samples-dev/jitRequestsListBySubscriptionSample.d.ts.map +0 -1
  348. package/dist-esm/samples-dev/jitRequestsListBySubscriptionSample.js +0 -34
  349. package/dist-esm/samples-dev/jitRequestsListBySubscriptionSample.js.map +0 -1
  350. package/dist-esm/samples-dev/jitRequestsUpdateSample.d.ts +0 -2
  351. package/dist-esm/samples-dev/jitRequestsUpdateSample.d.ts.map +0 -1
  352. package/dist-esm/samples-dev/jitRequestsUpdateSample.js +0 -30
  353. package/dist-esm/samples-dev/jitRequestsUpdateSample.js.map +0 -1
  354. package/dist-esm/samples-dev/listOperationsSample.d.ts +0 -2
  355. package/dist-esm/samples-dev/listOperationsSample.d.ts.map +0 -1
  356. package/dist-esm/samples-dev/listOperationsSample.js +0 -49
  357. package/dist-esm/samples-dev/listOperationsSample.js.map +0 -1
  358. package/dist-esm/src/applicationClient.d.ts.map +0 -1
  359. package/dist-esm/src/applicationClient.js.map +0 -1
  360. package/dist-esm/src/index.d.ts +0 -5
  361. package/dist-esm/src/index.js.map +0 -1
  362. package/dist-esm/src/lroImpl.js.map +0 -1
  363. package/dist-esm/src/models/index.js.map +0 -1
  364. package/dist-esm/src/models/mappers.js.map +0 -1
  365. package/dist-esm/src/models/parameters.js.map +0 -1
  366. package/dist-esm/src/operations/applicationDefinitions.d.ts.map +0 -1
  367. package/dist-esm/src/operations/applicationDefinitions.js.map +0 -1
  368. package/dist-esm/src/operations/applications.d.ts.map +0 -1
  369. package/dist-esm/src/operations/applications.js.map +0 -1
  370. package/dist-esm/src/operations/index.d.ts +0 -4
  371. package/dist-esm/src/operations/index.js.map +0 -1
  372. package/dist-esm/src/operations/jitRequests.d.ts.map +0 -1
  373. package/dist-esm/src/operations/jitRequests.js.map +0 -1
  374. package/dist-esm/src/operationsInterfaces/applicationDefinitions.d.ts.map +0 -1
  375. package/dist-esm/src/operationsInterfaces/applicationDefinitions.js.map +0 -1
  376. package/dist-esm/src/operationsInterfaces/applications.d.ts.map +0 -1
  377. package/dist-esm/src/operationsInterfaces/applications.js.map +0 -1
  378. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
  379. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  380. package/dist-esm/src/operationsInterfaces/jitRequests.d.ts.map +0 -1
  381. package/dist-esm/src/operationsInterfaces/jitRequests.js.map +0 -1
  382. package/dist-esm/src/pagingHelper.js.map +0 -1
  383. package/dist-esm/test/managedapplications_operations_test.spec.d.ts +0 -4
  384. package/dist-esm/test/managedapplications_operations_test.spec.d.ts.map +0 -1
  385. package/dist-esm/test/managedapplications_operations_test.spec.js +0 -75
  386. package/dist-esm/test/managedapplications_operations_test.spec.js.map +0 -1
  387. package/src/applicationClient.ts +0 -291
  388. package/src/lroImpl.ts +0 -38
  389. package/src/models/index.ts +0 -1346
  390. package/src/models/mappers.ts +0 -1752
  391. package/src/models/parameters.ts +0 -221
  392. package/src/operations/applicationDefinitions.ts +0 -652
  393. package/src/operations/applications.ts +0 -1397
  394. package/src/operations/jitRequests.ts +0 -366
  395. package/src/operationsInterfaces/applicationDefinitions.ts +0 -146
  396. package/src/operationsInterfaces/applications.ts +0 -312
  397. package/src/operationsInterfaces/index.ts +0 -11
  398. package/src/operationsInterfaces/jitRequests.ts +0 -110
  399. package/src/pagingHelper.ts +0 -39
  400. package/tsconfig.json +0 -33
  401. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  402. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  403. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  404. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  405. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  406. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  407. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  408. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  409. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  410. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  411. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  412. /package/{dist-esm/src → dist/browser}/operationsInterfaces/applicationDefinitions.js +0 -0
  413. /package/{dist-esm/src → dist/browser}/operationsInterfaces/applications.js +0 -0
  414. /package/{dist-esm/src → dist/browser}/operationsInterfaces/jitRequests.js +0 -0
  415. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  416. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  417. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  418. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"applications.js","sourceRoot":"","sources":["../../../src/operations/applications.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 { setContinuationToken } from \"../pagingHelper.js\";\nimport { Applications } 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 { ApplicationClient } from \"../applicationClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n Application,\n ApplicationsListByResourceGroupNextOptionalParams,\n ApplicationsListByResourceGroupOptionalParams,\n ApplicationsListByResourceGroupResponse,\n ApplicationsListBySubscriptionNextOptionalParams,\n ApplicationsListBySubscriptionOptionalParams,\n ApplicationsListBySubscriptionResponse,\n ApplicationsGetOptionalParams,\n ApplicationsGetResponse,\n ApplicationsDeleteOptionalParams,\n ApplicationsCreateOrUpdateOptionalParams,\n ApplicationsCreateOrUpdateResponse,\n ApplicationsUpdateOptionalParams,\n ApplicationsUpdateResponse,\n ApplicationsGetByIdOptionalParams,\n ApplicationsGetByIdResponse,\n ApplicationsDeleteByIdOptionalParams,\n ApplicationsCreateOrUpdateByIdOptionalParams,\n ApplicationsCreateOrUpdateByIdResponse,\n ApplicationsUpdateByIdOptionalParams,\n ApplicationsUpdateByIdResponse,\n ApplicationsRefreshPermissionsOptionalParams,\n ApplicationsListAllowedUpgradePlansOptionalParams,\n ApplicationsListAllowedUpgradePlansResponse,\n UpdateAccessDefinition,\n ApplicationsUpdateAccessOptionalParams,\n ListTokenRequest,\n ApplicationsListTokensOptionalParams,\n ApplicationsListTokensResponse,\n ApplicationsListByResourceGroupNextResponse,\n ApplicationsListBySubscriptionNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Applications operations. */\nexport class ApplicationsImpl implements Applications {\n private readonly client: ApplicationClient;\n\n /**\n * Initialize a new instance of the class Applications class.\n * @param client Reference to the service client\n */\n constructor(client: ApplicationClient) {\n this.client = client;\n }\n\n /**\n * Lists all the applications within a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: ApplicationsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<Application> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, 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.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: ApplicationsListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Application[]> {\n let result: ApplicationsListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: ApplicationsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<Application> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists all the applications within a subscription.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: ApplicationsListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<Application> {\n const iter = this.listBySubscriptionPagingAll(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.listBySubscriptionPagingPage(options, settings);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: ApplicationsListBySubscriptionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Application[]> {\n let result: ApplicationsListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: ApplicationsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<Application> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets the managed application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n applicationName: string,\n options?: ApplicationsGetOptionalParams\n ): Promise<ApplicationsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, applicationName, options },\n getOperationSpec\n );\n }\n\n /**\n * Deletes the managed application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n applicationName: string,\n options?: ApplicationsDeleteOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, applicationName, options },\n spec: deleteOperationSpec\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes the managed application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n applicationName: string,\n options?: ApplicationsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n applicationName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Creates or updates a managed application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param parameters Parameters supplied to the create or update a managed application.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n applicationName: string,\n parameters: Application,\n options?: ApplicationsCreateOrUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<ApplicationsCreateOrUpdateResponse>,\n ApplicationsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<ApplicationsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, applicationName, parameters, options },\n spec: createOrUpdateOperationSpec\n });\n const poller = await createHttpPoller<\n ApplicationsCreateOrUpdateResponse,\n OperationState<ApplicationsCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates a managed application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param parameters Parameters supplied to the create or update a managed application.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n applicationName: string,\n parameters: Application,\n options?: ApplicationsCreateOrUpdateOptionalParams\n ): Promise<ApplicationsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n applicationName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Updates an existing managed application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n applicationName: string,\n options?: ApplicationsUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<ApplicationsUpdateResponse>,\n ApplicationsUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<ApplicationsUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, applicationName, options },\n spec: updateOperationSpec\n });\n const poller = await createHttpPoller<\n ApplicationsUpdateResponse,\n OperationState<ApplicationsUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Updates an existing managed application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n applicationName: string,\n options?: ApplicationsUpdateOptionalParams\n ): Promise<ApplicationsUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n applicationName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Lists all the applications within a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: ApplicationsListByResourceGroupOptionalParams\n ): Promise<ApplicationsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Lists all the applications within a subscription.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: ApplicationsListBySubscriptionOptionalParams\n ): Promise<ApplicationsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * Gets the managed application.\n * @param applicationId The fully qualified ID of the managed application, including the managed\n * application name and the managed application resource type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}\n * @param options The options parameters.\n */\n getById(\n applicationId: string,\n options?: ApplicationsGetByIdOptionalParams\n ): Promise<ApplicationsGetByIdResponse> {\n return this.client.sendOperationRequest(\n { applicationId, options },\n getByIdOperationSpec\n );\n }\n\n /**\n * Deletes the managed application.\n * @param applicationId The fully qualified ID of the managed application, including the managed\n * application name and the managed application resource type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}\n * @param options The options parameters.\n */\n async beginDeleteById(\n applicationId: string,\n options?: ApplicationsDeleteByIdOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { applicationId, options },\n spec: deleteByIdOperationSpec\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes the managed application.\n * @param applicationId The fully qualified ID of the managed application, including the managed\n * application name and the managed application resource type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}\n * @param options The options parameters.\n */\n async beginDeleteByIdAndWait(\n applicationId: string,\n options?: ApplicationsDeleteByIdOptionalParams\n ): Promise<void> {\n const poller = await this.beginDeleteById(applicationId, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Creates or updates a managed application.\n * @param applicationId The fully qualified ID of the managed application, including the managed\n * application name and the managed application resource type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}\n * @param parameters Parameters supplied to the create or update a managed application.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateById(\n applicationId: string,\n parameters: Application,\n options?: ApplicationsCreateOrUpdateByIdOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<ApplicationsCreateOrUpdateByIdResponse>,\n ApplicationsCreateOrUpdateByIdResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<ApplicationsCreateOrUpdateByIdResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { applicationId, parameters, options },\n spec: createOrUpdateByIdOperationSpec\n });\n const poller = await createHttpPoller<\n ApplicationsCreateOrUpdateByIdResponse,\n OperationState<ApplicationsCreateOrUpdateByIdResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates a managed application.\n * @param applicationId The fully qualified ID of the managed application, including the managed\n * application name and the managed application resource type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}\n * @param parameters Parameters supplied to the create or update a managed application.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateByIdAndWait(\n applicationId: string,\n parameters: Application,\n options?: ApplicationsCreateOrUpdateByIdOptionalParams\n ): Promise<ApplicationsCreateOrUpdateByIdResponse> {\n const poller = await this.beginCreateOrUpdateById(\n applicationId,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Updates an existing managed application.\n * @param applicationId The fully qualified ID of the managed application, including the managed\n * application name and the managed application resource type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}\n * @param options The options parameters.\n */\n async beginUpdateById(\n applicationId: string,\n options?: ApplicationsUpdateByIdOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<ApplicationsUpdateByIdResponse>,\n ApplicationsUpdateByIdResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<ApplicationsUpdateByIdResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { applicationId, options },\n spec: updateByIdOperationSpec\n });\n const poller = await createHttpPoller<\n ApplicationsUpdateByIdResponse,\n OperationState<ApplicationsUpdateByIdResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Updates an existing managed application.\n * @param applicationId The fully qualified ID of the managed application, including the managed\n * application name and the managed application resource type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}\n * @param options The options parameters.\n */\n async beginUpdateByIdAndWait(\n applicationId: string,\n options?: ApplicationsUpdateByIdOptionalParams\n ): Promise<ApplicationsUpdateByIdResponse> {\n const poller = await this.beginUpdateById(applicationId, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Refresh Permissions for application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param options The options parameters.\n */\n async beginRefreshPermissions(\n resourceGroupName: string,\n applicationName: string,\n options?: ApplicationsRefreshPermissionsOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, applicationName, options },\n spec: refreshPermissionsOperationSpec\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Refresh Permissions for application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param options The options parameters.\n */\n async beginRefreshPermissionsAndWait(\n resourceGroupName: string,\n applicationName: string,\n options?: ApplicationsRefreshPermissionsOptionalParams\n ): Promise<void> {\n const poller = await this.beginRefreshPermissions(\n resourceGroupName,\n applicationName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * List allowed upgrade plans for application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param options The options parameters.\n */\n listAllowedUpgradePlans(\n resourceGroupName: string,\n applicationName: string,\n options?: ApplicationsListAllowedUpgradePlansOptionalParams\n ): Promise<ApplicationsListAllowedUpgradePlansResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, applicationName, options },\n listAllowedUpgradePlansOperationSpec\n );\n }\n\n /**\n * Update access for application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param parameters Request body parameters to list tokens.\n * @param options The options parameters.\n */\n async beginUpdateAccess(\n resourceGroupName: string,\n applicationName: string,\n parameters: UpdateAccessDefinition,\n options?: ApplicationsUpdateAccessOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, applicationName, parameters, options },\n spec: updateAccessOperationSpec\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Update access for application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param parameters Request body parameters to list tokens.\n * @param options The options parameters.\n */\n async beginUpdateAccessAndWait(\n resourceGroupName: string,\n applicationName: string,\n parameters: UpdateAccessDefinition,\n options?: ApplicationsUpdateAccessOptionalParams\n ): Promise<void> {\n const poller = await this.beginUpdateAccess(\n resourceGroupName,\n applicationName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * List tokens for application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param parameters Request body parameters to list tokens.\n * @param options The options parameters.\n */\n listTokens(\n resourceGroupName: string,\n applicationName: string,\n parameters: ListTokenRequest,\n options?: ApplicationsListTokensOptionalParams\n ): Promise<ApplicationsListTokensResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, applicationName, parameters, options },\n listTokensOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: ApplicationsListByResourceGroupNextOptionalParams\n ): Promise<ApplicationsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: ApplicationsListBySubscriptionNextOptionalParams\n ): Promise<ApplicationsListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Application\n },\n 404: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.applicationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.applicationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Application\n },\n 201: {\n bodyMapper: Mappers.Application\n },\n 202: {\n bodyMapper: Mappers.Application\n },\n 204: {\n bodyMapper: Mappers.Application\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.applicationName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationPatchable\n },\n 201: {\n bodyMapper: Mappers.ApplicationPatchable\n },\n 202: {\n bodyMapper: Mappers.ApplicationPatchable\n },\n 204: {\n bodyMapper: Mappers.ApplicationPatchable\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.applicationName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Solutions/applications\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getByIdOperationSpec: coreClient.OperationSpec = {\n path: \"/{applicationId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Application\n },\n 404: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.applicationId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteByIdOperationSpec: coreClient.OperationSpec = {\n path: \"/{applicationId}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.applicationId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateByIdOperationSpec: coreClient.OperationSpec = {\n path: \"/{applicationId}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Application\n },\n 201: {\n bodyMapper: Mappers.Application\n },\n 202: {\n bodyMapper: Mappers.Application\n },\n 204: {\n bodyMapper: Mappers.Application\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.applicationId],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateByIdOperationSpec: coreClient.OperationSpec = {\n path: \"/{applicationId}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationPatchable\n },\n 201: {\n bodyMapper: Mappers.ApplicationPatchable\n },\n 202: {\n bodyMapper: Mappers.ApplicationPatchable\n },\n 204: {\n bodyMapper: Mappers.ApplicationPatchable\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.applicationId],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst refreshPermissionsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}/refreshPermissions\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.applicationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listAllowedUpgradePlansOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}/listAllowedUpgradePlans\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AllowedUpgradePlansResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.applicationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateAccessOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}/updateAccess\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters2,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.applicationName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listTokensOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}/listTokens\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedIdentityTokenResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters3,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.applicationName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,4 @@
1
+ export * from "./applications.js";
2
+ export * from "./applicationDefinitions.js";
3
+ export * from "./jitRequests.js";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,mBAAmB,CAAC;AAClC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kBAAkB,CAAC"}
@@ -5,7 +5,7 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- export * from "./applications";
9
- export * from "./applicationDefinitions";
10
- export * from "./jitRequests";
8
+ export * from "./applications.js";
9
+ export * from "./applicationDefinitions.js";
10
+ export * from "./jitRequests.js";
11
11
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,mBAAmB,CAAC;AAClC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kBAAkB,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\nexport * from \"./applications.js\";\nexport * from \"./applicationDefinitions.js\";\nexport * from \"./jitRequests.js\";\n"]}
@@ -1,7 +1,7 @@
1
- import { JitRequests } from "../operationsInterfaces";
2
- import { ApplicationClient } from "../applicationClient";
1
+ import { JitRequests } from "../operationsInterfaces/index.js";
2
+ import { ApplicationClient } from "../applicationClient.js";
3
3
  import { SimplePollerLike, OperationState } from "@azure/core-lro";
4
- import { JitRequestsGetOptionalParams, JitRequestsGetResponse, JitRequestDefinition, JitRequestsCreateOrUpdateOptionalParams, JitRequestsCreateOrUpdateResponse, JitRequestPatchable, JitRequestsUpdateOptionalParams, JitRequestsUpdateResponse, JitRequestsDeleteOptionalParams, JitRequestsListBySubscriptionOptionalParams, JitRequestsListBySubscriptionResponse, JitRequestsListByResourceGroupOptionalParams, JitRequestsListByResourceGroupResponse } from "../models";
4
+ import { JitRequestsGetOptionalParams, JitRequestsGetResponse, JitRequestDefinition, JitRequestsCreateOrUpdateOptionalParams, JitRequestsCreateOrUpdateResponse, JitRequestPatchable, JitRequestsUpdateOptionalParams, JitRequestsUpdateResponse, JitRequestsDeleteOptionalParams, JitRequestsListBySubscriptionOptionalParams, JitRequestsListBySubscriptionResponse, JitRequestsListByResourceGroupOptionalParams, JitRequestsListByResourceGroupResponse } from "../models/index.js";
5
5
  /** Class containing JitRequests operations. */
6
6
  export declare class JitRequestsImpl implements JitRequests {
7
7
  private readonly client;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jitRequests.d.ts","sourceRoot":"","sources":["../../../src/operations/jitRequests.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAI/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,4BAA4B,EAC5B,sBAAsB,EACtB,oBAAoB,EACpB,uCAAuC,EACvC,iCAAiC,EACjC,mBAAmB,EACnB,+BAA+B,EAC/B,yBAAyB,EACzB,+BAA+B,EAC/B,2CAA2C,EAC3C,qCAAqC,EACrC,4CAA4C,EAC5C,sCAAsC,EACvC,MAAM,oBAAoB,CAAC;AAE5B,+CAA+C;AAC/C,qBAAa,eAAgB,YAAW,WAAW;IACjD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAoB;IAE3C;;;OAGG;gBACS,MAAM,EAAE,iBAAiB;IAIrC;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;IAOlC;;;;;;OAMG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,UAAU,EAAE,oBAAoB,EAChC,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,iCAAiC,CAAC,EACjD,iCAAiC,CAClC,CACF;IAyDD;;;;;;OAMG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,UAAU,EAAE,oBAAoB,EAChC,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC;IAU7C;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,UAAU,EAAE,mBAAmB,EAC/B,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAOrC;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,IAAI,CAAC;IAOhB;;;OAGG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC;IAOjD;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC;CAMnD"}
@@ -5,12 +5,11 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import { __awaiter } from "tslib";
9
8
  import * as coreClient from "@azure/core-client";
10
- import * as Mappers from "../models/mappers";
11
- import * as Parameters from "../models/parameters";
9
+ import * as Mappers from "../models/mappers.js";
10
+ import * as Parameters from "../models/parameters.js";
12
11
  import { createHttpPoller } from "@azure/core-lro";
13
- import { createLroSpec } from "../lroImpl";
12
+ import { createLroSpec } from "../lroImpl.js";
14
13
  /** Class containing JitRequests operations. */
15
14
  export class JitRequestsImpl {
16
15
  /**
@@ -36,43 +35,41 @@ export class JitRequestsImpl {
36
35
  * @param parameters Parameters supplied to the update JIT request.
37
36
  * @param options The options parameters.
38
37
  */
39
- beginCreateOrUpdate(resourceGroupName, jitRequestName, parameters, options) {
40
- return __awaiter(this, void 0, void 0, function* () {
41
- const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
42
- return this.client.sendOperationRequest(args, spec);
43
- });
44
- const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
45
- var _a;
46
- let currentRawResponse = undefined;
47
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
48
- const callback = (rawResponse, flatResponse) => {
49
- currentRawResponse = rawResponse;
50
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
51
- };
52
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
53
- const flatResponse = yield directSendOperation(updatedArgs, spec);
54
- return {
55
- flatResponse,
56
- rawResponse: {
57
- statusCode: currentRawResponse.status,
58
- body: currentRawResponse.parsedBody,
59
- headers: currentRawResponse.headers.toJSON()
60
- }
61
- };
62
- });
63
- const lro = createLroSpec({
64
- sendOperationFn,
65
- args: { resourceGroupName, jitRequestName, parameters, options },
66
- spec: createOrUpdateOperationSpec
67
- });
68
- const poller = yield createHttpPoller(lro, {
69
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
70
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
71
- resourceLocationConfig: "azure-async-operation"
72
- });
73
- yield poller.poll();
74
- return poller;
38
+ async beginCreateOrUpdate(resourceGroupName, jitRequestName, parameters, options) {
39
+ const directSendOperation = async (args, spec) => {
40
+ return this.client.sendOperationRequest(args, spec);
41
+ };
42
+ const sendOperationFn = async (args, spec) => {
43
+ var _a;
44
+ let currentRawResponse = undefined;
45
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
46
+ const callback = (rawResponse, flatResponse) => {
47
+ currentRawResponse = rawResponse;
48
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
49
+ };
50
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
51
+ const flatResponse = await directSendOperation(updatedArgs, spec);
52
+ return {
53
+ flatResponse,
54
+ rawResponse: {
55
+ statusCode: currentRawResponse.status,
56
+ body: currentRawResponse.parsedBody,
57
+ headers: currentRawResponse.headers.toJSON()
58
+ }
59
+ };
60
+ };
61
+ const lro = createLroSpec({
62
+ sendOperationFn,
63
+ args: { resourceGroupName, jitRequestName, parameters, options },
64
+ spec: createOrUpdateOperationSpec
75
65
  });
66
+ const poller = await createHttpPoller(lro, {
67
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
68
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
69
+ resourceLocationConfig: "azure-async-operation"
70
+ });
71
+ await poller.poll();
72
+ return poller;
76
73
  }
77
74
  /**
78
75
  * Creates or updates the JIT request.
@@ -81,11 +78,9 @@ export class JitRequestsImpl {
81
78
  * @param parameters Parameters supplied to the update JIT request.
82
79
  * @param options The options parameters.
83
80
  */
84
- beginCreateOrUpdateAndWait(resourceGroupName, jitRequestName, parameters, options) {
85
- return __awaiter(this, void 0, void 0, function* () {
86
- const poller = yield this.beginCreateOrUpdate(resourceGroupName, jitRequestName, parameters, options);
87
- return poller.pollUntilDone();
88
- });
81
+ async beginCreateOrUpdateAndWait(resourceGroupName, jitRequestName, parameters, options) {
82
+ const poller = await this.beginCreateOrUpdate(resourceGroupName, jitRequestName, parameters, options);
83
+ return poller.pollUntilDone();
89
84
  }
90
85
  /**
91
86
  * Updates the JIT request.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jitRequests.js","sourceRoot":"","sources":["../../../src/operations/jitRequests.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 { JitRequests } 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 { ApplicationClient } from \"../applicationClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n JitRequestsGetOptionalParams,\n JitRequestsGetResponse,\n JitRequestDefinition,\n JitRequestsCreateOrUpdateOptionalParams,\n JitRequestsCreateOrUpdateResponse,\n JitRequestPatchable,\n JitRequestsUpdateOptionalParams,\n JitRequestsUpdateResponse,\n JitRequestsDeleteOptionalParams,\n JitRequestsListBySubscriptionOptionalParams,\n JitRequestsListBySubscriptionResponse,\n JitRequestsListByResourceGroupOptionalParams,\n JitRequestsListByResourceGroupResponse\n} from \"../models/index.js\";\n\n/** Class containing JitRequests operations. */\nexport class JitRequestsImpl implements JitRequests {\n private readonly client: ApplicationClient;\n\n /**\n * Initialize a new instance of the class JitRequests class.\n * @param client Reference to the service client\n */\n constructor(client: ApplicationClient) {\n this.client = client;\n }\n\n /**\n * Gets the JIT request.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jitRequestName The name of the JIT request.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n jitRequestName: string,\n options?: JitRequestsGetOptionalParams\n ): Promise<JitRequestsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jitRequestName, options },\n getOperationSpec\n );\n }\n\n /**\n * Creates or updates the JIT request.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jitRequestName The name of the JIT request.\n * @param parameters Parameters supplied to the update JIT request.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n jitRequestName: string,\n parameters: JitRequestDefinition,\n options?: JitRequestsCreateOrUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<JitRequestsCreateOrUpdateResponse>,\n JitRequestsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<JitRequestsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, jitRequestName, parameters, options },\n spec: createOrUpdateOperationSpec\n });\n const poller = await createHttpPoller<\n JitRequestsCreateOrUpdateResponse,\n OperationState<JitRequestsCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates the JIT request.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jitRequestName The name of the JIT request.\n * @param parameters Parameters supplied to the update JIT request.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n jitRequestName: string,\n parameters: JitRequestDefinition,\n options?: JitRequestsCreateOrUpdateOptionalParams\n ): Promise<JitRequestsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n jitRequestName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Updates the JIT request.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jitRequestName The name of the JIT request.\n * @param parameters Parameters supplied to the update JIT request.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n jitRequestName: string,\n parameters: JitRequestPatchable,\n options?: JitRequestsUpdateOptionalParams\n ): Promise<JitRequestsUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jitRequestName, parameters, options },\n updateOperationSpec\n );\n }\n\n /**\n * Deletes the JIT request.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jitRequestName The name of the JIT request.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n jitRequestName: string,\n options?: JitRequestsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jitRequestName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Lists all JIT requests within the subscription.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: JitRequestsListBySubscriptionOptionalParams\n ): Promise<JitRequestsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * Lists all JIT requests within the resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: JitRequestsListByResourceGroupOptionalParams\n ): Promise<JitRequestsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/jitRequests/{jitRequestName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JitRequestDefinition\n },\n 404: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jitRequestName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/jitRequests/{jitRequestName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.JitRequestDefinition\n },\n 201: {\n bodyMapper: Mappers.JitRequestDefinition\n },\n 202: {\n bodyMapper: Mappers.JitRequestDefinition\n },\n 204: {\n bodyMapper: Mappers.JitRequestDefinition\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters6,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jitRequestName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/jitRequests/{jitRequestName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.JitRequestDefinition\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters7,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jitRequestName\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.Solutions/jitRequests/{jitRequestName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jitRequestName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Solutions/jitRequests\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JitRequestDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/jitRequests\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JitRequestDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -1,5 +1,5 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { ApplicationDefinition, ApplicationDefinitionsListByResourceGroupOptionalParams, ApplicationDefinitionsListBySubscriptionOptionalParams, ApplicationDefinitionsGetOptionalParams, ApplicationDefinitionsGetResponse, ApplicationDefinitionsDeleteOptionalParams, ApplicationDefinitionsCreateOrUpdateOptionalParams, ApplicationDefinitionsCreateOrUpdateResponse, ApplicationDefinitionPatchable, ApplicationDefinitionsUpdateOptionalParams, ApplicationDefinitionsUpdateResponse, ApplicationDefinitionsGetByIdOptionalParams, ApplicationDefinitionsGetByIdResponse, ApplicationDefinitionsDeleteByIdOptionalParams, ApplicationDefinitionsCreateOrUpdateByIdOptionalParams, ApplicationDefinitionsCreateOrUpdateByIdResponse, ApplicationDefinitionsUpdateByIdOptionalParams, ApplicationDefinitionsUpdateByIdResponse } from "../models";
2
+ import { ApplicationDefinition, ApplicationDefinitionsListByResourceGroupOptionalParams, ApplicationDefinitionsListBySubscriptionOptionalParams, ApplicationDefinitionsGetOptionalParams, ApplicationDefinitionsGetResponse, ApplicationDefinitionsDeleteOptionalParams, ApplicationDefinitionsCreateOrUpdateOptionalParams, ApplicationDefinitionsCreateOrUpdateResponse, ApplicationDefinitionPatchable, ApplicationDefinitionsUpdateOptionalParams, ApplicationDefinitionsUpdateResponse, ApplicationDefinitionsGetByIdOptionalParams, ApplicationDefinitionsGetByIdResponse, ApplicationDefinitionsDeleteByIdOptionalParams, ApplicationDefinitionsCreateOrUpdateByIdOptionalParams, ApplicationDefinitionsCreateOrUpdateByIdResponse, ApplicationDefinitionsUpdateByIdOptionalParams, ApplicationDefinitionsUpdateByIdResponse } from "../models/index.js";
3
3
  /** Interface representing a ApplicationDefinitions. */
4
4
  export interface ApplicationDefinitions {
5
5
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"applicationDefinitions.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/applicationDefinitions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,qBAAqB,EACrB,uDAAuD,EACvD,sDAAsD,EACtD,uCAAuC,EACvC,iCAAiC,EACjC,0CAA0C,EAC1C,kDAAkD,EAClD,4CAA4C,EAC5C,8BAA8B,EAC9B,0CAA0C,EAC1C,oCAAoC,EACpC,2CAA2C,EAC3C,qCAAqC,EACrC,8CAA8C,EAC9C,sDAAsD,EACtD,gDAAgD,EAChD,8CAA8C,EAC9C,wCAAwC,EACzC,MAAM,oBAAoB,CAAC;AAG5B,uDAAuD;AACvD,MAAM,WAAW,sBAAsB;IACrC;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,uDAAuD,GAChE,0BAA0B,CAAC,qBAAqB,CAAC,CAAC;IACrD;;;OAGG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,sDAAsD,GAC/D,0BAA0B,CAAC,qBAAqB,CAAC,CAAC;IACrD;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,UAAU,EAAE,qBAAqB,EACjC,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,4CAA4C,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,UAAU,EAAE,8BAA8B,EAC1C,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;IACjD;;;;;OAKG;IACH,OAAO,CACL,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;OAKG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,UAAU,EAAE,qBAAqB,EACjC,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC,CAAC;IAC7D;;;;;;OAMG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,UAAU,EAAE,8BAA8B,EAC1C,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC,CAAC;CACtD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"applicationDefinitions.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/applicationDefinitions.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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 } from \"@azure/core-paging\";\nimport {\n ApplicationDefinition,\n ApplicationDefinitionsListByResourceGroupOptionalParams,\n ApplicationDefinitionsListBySubscriptionOptionalParams,\n ApplicationDefinitionsGetOptionalParams,\n ApplicationDefinitionsGetResponse,\n ApplicationDefinitionsDeleteOptionalParams,\n ApplicationDefinitionsCreateOrUpdateOptionalParams,\n ApplicationDefinitionsCreateOrUpdateResponse,\n ApplicationDefinitionPatchable,\n ApplicationDefinitionsUpdateOptionalParams,\n ApplicationDefinitionsUpdateResponse,\n ApplicationDefinitionsGetByIdOptionalParams,\n ApplicationDefinitionsGetByIdResponse,\n ApplicationDefinitionsDeleteByIdOptionalParams,\n ApplicationDefinitionsCreateOrUpdateByIdOptionalParams,\n ApplicationDefinitionsCreateOrUpdateByIdResponse,\n ApplicationDefinitionsUpdateByIdOptionalParams,\n ApplicationDefinitionsUpdateByIdResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ApplicationDefinitions. */\nexport interface ApplicationDefinitions {\n /**\n * Lists the managed application definitions in a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: ApplicationDefinitionsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<ApplicationDefinition>;\n /**\n * Lists all the application definitions within a subscription.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: ApplicationDefinitionsListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<ApplicationDefinition>;\n /**\n * Gets the managed application definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationDefinitionName The name of the managed application definition.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n applicationDefinitionName: string,\n options?: ApplicationDefinitionsGetOptionalParams\n ): Promise<ApplicationDefinitionsGetResponse>;\n /**\n * Deletes the managed application definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationDefinitionName The name of the managed application definition.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n applicationDefinitionName: string,\n options?: ApplicationDefinitionsDeleteOptionalParams\n ): Promise<void>;\n /**\n * Creates or updates a managed application definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationDefinitionName The name of the managed application definition.\n * @param parameters Parameters supplied to the create or update an managed application definition.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n applicationDefinitionName: string,\n parameters: ApplicationDefinition,\n options?: ApplicationDefinitionsCreateOrUpdateOptionalParams\n ): Promise<ApplicationDefinitionsCreateOrUpdateResponse>;\n /**\n * Updates the managed application definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationDefinitionName The name of the managed application definition.\n * @param parameters Parameters supplied to the update a managed application definition.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n applicationDefinitionName: string,\n parameters: ApplicationDefinitionPatchable,\n options?: ApplicationDefinitionsUpdateOptionalParams\n ): Promise<ApplicationDefinitionsUpdateResponse>;\n /**\n * Gets the managed application definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationDefinitionName The name of the managed application definition.\n * @param options The options parameters.\n */\n getById(\n resourceGroupName: string,\n applicationDefinitionName: string,\n options?: ApplicationDefinitionsGetByIdOptionalParams\n ): Promise<ApplicationDefinitionsGetByIdResponse>;\n /**\n * Deletes the managed application definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationDefinitionName The name of the managed application definition.\n * @param options The options parameters.\n */\n deleteById(\n resourceGroupName: string,\n applicationDefinitionName: string,\n options?: ApplicationDefinitionsDeleteByIdOptionalParams\n ): Promise<void>;\n /**\n * Creates or updates a managed application definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationDefinitionName The name of the managed application definition.\n * @param parameters Parameters supplied to the create or update a managed application definition.\n * @param options The options parameters.\n */\n createOrUpdateById(\n resourceGroupName: string,\n applicationDefinitionName: string,\n parameters: ApplicationDefinition,\n options?: ApplicationDefinitionsCreateOrUpdateByIdOptionalParams\n ): Promise<ApplicationDefinitionsCreateOrUpdateByIdResponse>;\n /**\n * Updates the managed application definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationDefinitionName The name of the managed application definition.\n * @param parameters Parameters supplied to the update a managed application definition.\n * @param options The options parameters.\n */\n updateById(\n resourceGroupName: string,\n applicationDefinitionName: string,\n parameters: ApplicationDefinitionPatchable,\n options?: ApplicationDefinitionsUpdateByIdOptionalParams\n ): Promise<ApplicationDefinitionsUpdateByIdResponse>;\n}\n"]}
@@ -1,6 +1,6 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
2
  import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { Application, ApplicationsListByResourceGroupOptionalParams, ApplicationsListBySubscriptionOptionalParams, ApplicationsGetOptionalParams, ApplicationsGetResponse, ApplicationsDeleteOptionalParams, ApplicationsCreateOrUpdateOptionalParams, ApplicationsCreateOrUpdateResponse, ApplicationsUpdateOptionalParams, ApplicationsUpdateResponse, ApplicationsGetByIdOptionalParams, ApplicationsGetByIdResponse, ApplicationsDeleteByIdOptionalParams, ApplicationsCreateOrUpdateByIdOptionalParams, ApplicationsCreateOrUpdateByIdResponse, ApplicationsUpdateByIdOptionalParams, ApplicationsUpdateByIdResponse, ApplicationsRefreshPermissionsOptionalParams, ApplicationsListAllowedUpgradePlansOptionalParams, ApplicationsListAllowedUpgradePlansResponse, UpdateAccessDefinition, ApplicationsUpdateAccessOptionalParams, ListTokenRequest, ApplicationsListTokensOptionalParams, ApplicationsListTokensResponse } from "../models";
3
+ import { Application, ApplicationsListByResourceGroupOptionalParams, ApplicationsListBySubscriptionOptionalParams, ApplicationsGetOptionalParams, ApplicationsGetResponse, ApplicationsDeleteOptionalParams, ApplicationsCreateOrUpdateOptionalParams, ApplicationsCreateOrUpdateResponse, ApplicationsUpdateOptionalParams, ApplicationsUpdateResponse, ApplicationsGetByIdOptionalParams, ApplicationsGetByIdResponse, ApplicationsDeleteByIdOptionalParams, ApplicationsCreateOrUpdateByIdOptionalParams, ApplicationsCreateOrUpdateByIdResponse, ApplicationsUpdateByIdOptionalParams, ApplicationsUpdateByIdResponse, ApplicationsRefreshPermissionsOptionalParams, ApplicationsListAllowedUpgradePlansOptionalParams, ApplicationsListAllowedUpgradePlansResponse, UpdateAccessDefinition, ApplicationsUpdateAccessOptionalParams, ListTokenRequest, ApplicationsListTokensOptionalParams, ApplicationsListTokensResponse } from "../models/index.js";
4
4
  /** Interface representing a Applications. */
5
5
  export interface Applications {
6
6
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"applications.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/applications.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,WAAW,EACX,6CAA6C,EAC7C,4CAA4C,EAC5C,6BAA6B,EAC7B,uBAAuB,EACvB,gCAAgC,EAChC,wCAAwC,EACxC,kCAAkC,EAClC,gCAAgC,EAChC,0BAA0B,EAC1B,iCAAiC,EACjC,2BAA2B,EAC3B,oCAAoC,EACpC,4CAA4C,EAC5C,sCAAsC,EACtC,oCAAoC,EACpC,8BAA8B,EAC9B,4CAA4C,EAC5C,iDAAiD,EACjD,2CAA2C,EAC3C,sBAAsB,EACtB,sCAAsC,EACtC,gBAAgB,EAChB,oCAAoC,EACpC,8BAA8B,EAC/B,MAAM,oBAAoB,CAAC;AAG5B,6CAA6C;AAC7C,MAAM,WAAW,YAAY;IAC3B;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,6CAA6C,GACtD,0BAA0B,CAAC,WAAW,CAAC,CAAC;IAC3C;;;OAGG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,4CAA4C,GACrD,0BAA0B,CAAC,WAAW,CAAC,CAAC;IAC3C;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACpC;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,WAAW,EACvB,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,kCAAkC,CAAC,EAClD,kCAAkC,CACnC,CACF,CAAC;IACF;;;;;;OAMG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,WAAW,EACvB,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;IAC/C;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,0BAA0B,CAAC,EAC1C,0BAA0B,CAC3B,CACF,CAAC;IACF;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,OAAO,CACL,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;;OAMG;IACH,eAAe,CACb,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,sBAAsB,CACpB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,uBAAuB,CACrB,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,WAAW,EACvB,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sCAAsC,CAAC,EACtD,sCAAsC,CACvC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,8BAA8B,CAC5B,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,WAAW,EACvB,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;IACnD;;;;;;OAMG;IACH,eAAe,CACb,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,8BAA8B,CAAC,EAC9C,8BAA8B,CAC/B,CACF,CAAC;IACF;;;;;;OAMG;IACH,sBAAsB,CACpB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;OAKG;IACH,uBAAuB,CACrB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;OAKG;IACH,8BAA8B,CAC5B,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;OAKG;IACH,uBAAuB,CACrB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,iDAAiD,GAC1D,OAAO,CAAC,2CAA2C,CAAC,CAAC;IACxD;;;;;;OAMG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,wBAAwB,CACtB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,gBAAgB,EAC5B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;CAC5C"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"applications.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/applications.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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 } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Application,\n ApplicationsListByResourceGroupOptionalParams,\n ApplicationsListBySubscriptionOptionalParams,\n ApplicationsGetOptionalParams,\n ApplicationsGetResponse,\n ApplicationsDeleteOptionalParams,\n ApplicationsCreateOrUpdateOptionalParams,\n ApplicationsCreateOrUpdateResponse,\n ApplicationsUpdateOptionalParams,\n ApplicationsUpdateResponse,\n ApplicationsGetByIdOptionalParams,\n ApplicationsGetByIdResponse,\n ApplicationsDeleteByIdOptionalParams,\n ApplicationsCreateOrUpdateByIdOptionalParams,\n ApplicationsCreateOrUpdateByIdResponse,\n ApplicationsUpdateByIdOptionalParams,\n ApplicationsUpdateByIdResponse,\n ApplicationsRefreshPermissionsOptionalParams,\n ApplicationsListAllowedUpgradePlansOptionalParams,\n ApplicationsListAllowedUpgradePlansResponse,\n UpdateAccessDefinition,\n ApplicationsUpdateAccessOptionalParams,\n ListTokenRequest,\n ApplicationsListTokensOptionalParams,\n ApplicationsListTokensResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Applications. */\nexport interface Applications {\n /**\n * Lists all the applications within a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: ApplicationsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<Application>;\n /**\n * Lists all the applications within a subscription.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: ApplicationsListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<Application>;\n /**\n * Gets the managed application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n applicationName: string,\n options?: ApplicationsGetOptionalParams\n ): Promise<ApplicationsGetResponse>;\n /**\n * Deletes the managed application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n applicationName: string,\n options?: ApplicationsDeleteOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes the managed application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n applicationName: string,\n options?: ApplicationsDeleteOptionalParams\n ): Promise<void>;\n /**\n * Creates or updates a managed application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param parameters Parameters supplied to the create or update a managed application.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n applicationName: string,\n parameters: Application,\n options?: ApplicationsCreateOrUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<ApplicationsCreateOrUpdateResponse>,\n ApplicationsCreateOrUpdateResponse\n >\n >;\n /**\n * Creates or updates a managed application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param parameters Parameters supplied to the create or update a managed application.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n applicationName: string,\n parameters: Application,\n options?: ApplicationsCreateOrUpdateOptionalParams\n ): Promise<ApplicationsCreateOrUpdateResponse>;\n /**\n * Updates an existing managed application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n applicationName: string,\n options?: ApplicationsUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<ApplicationsUpdateResponse>,\n ApplicationsUpdateResponse\n >\n >;\n /**\n * Updates an existing managed application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n applicationName: string,\n options?: ApplicationsUpdateOptionalParams\n ): Promise<ApplicationsUpdateResponse>;\n /**\n * Gets the managed application.\n * @param applicationId The fully qualified ID of the managed application, including the managed\n * application name and the managed application resource type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}\n * @param options The options parameters.\n */\n getById(\n applicationId: string,\n options?: ApplicationsGetByIdOptionalParams\n ): Promise<ApplicationsGetByIdResponse>;\n /**\n * Deletes the managed application.\n * @param applicationId The fully qualified ID of the managed application, including the managed\n * application name and the managed application resource type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}\n * @param options The options parameters.\n */\n beginDeleteById(\n applicationId: string,\n options?: ApplicationsDeleteByIdOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes the managed application.\n * @param applicationId The fully qualified ID of the managed application, including the managed\n * application name and the managed application resource type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}\n * @param options The options parameters.\n */\n beginDeleteByIdAndWait(\n applicationId: string,\n options?: ApplicationsDeleteByIdOptionalParams\n ): Promise<void>;\n /**\n * Creates or updates a managed application.\n * @param applicationId The fully qualified ID of the managed application, including the managed\n * application name and the managed application resource type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}\n * @param parameters Parameters supplied to the create or update a managed application.\n * @param options The options parameters.\n */\n beginCreateOrUpdateById(\n applicationId: string,\n parameters: Application,\n options?: ApplicationsCreateOrUpdateByIdOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<ApplicationsCreateOrUpdateByIdResponse>,\n ApplicationsCreateOrUpdateByIdResponse\n >\n >;\n /**\n * Creates or updates a managed application.\n * @param applicationId The fully qualified ID of the managed application, including the managed\n * application name and the managed application resource type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}\n * @param parameters Parameters supplied to the create or update a managed application.\n * @param options The options parameters.\n */\n beginCreateOrUpdateByIdAndWait(\n applicationId: string,\n parameters: Application,\n options?: ApplicationsCreateOrUpdateByIdOptionalParams\n ): Promise<ApplicationsCreateOrUpdateByIdResponse>;\n /**\n * Updates an existing managed application.\n * @param applicationId The fully qualified ID of the managed application, including the managed\n * application name and the managed application resource type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}\n * @param options The options parameters.\n */\n beginUpdateById(\n applicationId: string,\n options?: ApplicationsUpdateByIdOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<ApplicationsUpdateByIdResponse>,\n ApplicationsUpdateByIdResponse\n >\n >;\n /**\n * Updates an existing managed application.\n * @param applicationId The fully qualified ID of the managed application, including the managed\n * application name and the managed application resource type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}\n * @param options The options parameters.\n */\n beginUpdateByIdAndWait(\n applicationId: string,\n options?: ApplicationsUpdateByIdOptionalParams\n ): Promise<ApplicationsUpdateByIdResponse>;\n /**\n * Refresh Permissions for application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param options The options parameters.\n */\n beginRefreshPermissions(\n resourceGroupName: string,\n applicationName: string,\n options?: ApplicationsRefreshPermissionsOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Refresh Permissions for application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param options The options parameters.\n */\n beginRefreshPermissionsAndWait(\n resourceGroupName: string,\n applicationName: string,\n options?: ApplicationsRefreshPermissionsOptionalParams\n ): Promise<void>;\n /**\n * List allowed upgrade plans for application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param options The options parameters.\n */\n listAllowedUpgradePlans(\n resourceGroupName: string,\n applicationName: string,\n options?: ApplicationsListAllowedUpgradePlansOptionalParams\n ): Promise<ApplicationsListAllowedUpgradePlansResponse>;\n /**\n * Update access for application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param parameters Request body parameters to list tokens.\n * @param options The options parameters.\n */\n beginUpdateAccess(\n resourceGroupName: string,\n applicationName: string,\n parameters: UpdateAccessDefinition,\n options?: ApplicationsUpdateAccessOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Update access for application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param parameters Request body parameters to list tokens.\n * @param options The options parameters.\n */\n beginUpdateAccessAndWait(\n resourceGroupName: string,\n applicationName: string,\n parameters: UpdateAccessDefinition,\n options?: ApplicationsUpdateAccessOptionalParams\n ): Promise<void>;\n /**\n * List tokens for application.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param applicationName The name of the managed application.\n * @param parameters Request body parameters to list tokens.\n * @param options The options parameters.\n */\n listTokens(\n resourceGroupName: string,\n applicationName: string,\n parameters: ListTokenRequest,\n options?: ApplicationsListTokensOptionalParams\n ): Promise<ApplicationsListTokensResponse>;\n}\n"]}
@@ -0,0 +1,4 @@
1
+ export * from "./applications.js";
2
+ export * from "./applicationDefinitions.js";
3
+ export * from "./jitRequests.js";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,mBAAmB,CAAC;AAClC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kBAAkB,CAAC"}
@@ -5,7 +5,7 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- export * from "./applications";
9
- export * from "./applicationDefinitions";
10
- export * from "./jitRequests";
8
+ export * from "./applications.js";
9
+ export * from "./applicationDefinitions.js";
10
+ export * from "./jitRequests.js";
11
11
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,mBAAmB,CAAC;AAClC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kBAAkB,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\nexport * from \"./applications.js\";\nexport * from \"./applicationDefinitions.js\";\nexport * from \"./jitRequests.js\";\n"]}
@@ -1,5 +1,5 @@
1
1
  import { SimplePollerLike, OperationState } from "@azure/core-lro";
2
- import { JitRequestsGetOptionalParams, JitRequestsGetResponse, JitRequestDefinition, JitRequestsCreateOrUpdateOptionalParams, JitRequestsCreateOrUpdateResponse, JitRequestPatchable, JitRequestsUpdateOptionalParams, JitRequestsUpdateResponse, JitRequestsDeleteOptionalParams, JitRequestsListBySubscriptionOptionalParams, JitRequestsListBySubscriptionResponse, JitRequestsListByResourceGroupOptionalParams, JitRequestsListByResourceGroupResponse } from "../models";
2
+ import { JitRequestsGetOptionalParams, JitRequestsGetResponse, JitRequestDefinition, JitRequestsCreateOrUpdateOptionalParams, JitRequestsCreateOrUpdateResponse, JitRequestPatchable, JitRequestsUpdateOptionalParams, JitRequestsUpdateResponse, JitRequestsDeleteOptionalParams, JitRequestsListBySubscriptionOptionalParams, JitRequestsListBySubscriptionResponse, JitRequestsListByResourceGroupOptionalParams, JitRequestsListByResourceGroupResponse } from "../models/index.js";
3
3
  /** Interface representing a JitRequests. */
4
4
  export interface JitRequests {
5
5
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jitRequests.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/jitRequests.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,4BAA4B,EAC5B,sBAAsB,EACtB,oBAAoB,EACpB,uCAAuC,EACvC,iCAAiC,EACjC,mBAAmB,EACnB,+BAA+B,EAC/B,yBAAyB,EACzB,+BAA+B,EAC/B,2CAA2C,EAC3C,qCAAqC,EACrC,4CAA4C,EAC5C,sCAAsC,EACvC,MAAM,oBAAoB,CAAC;AAE5B,4CAA4C;AAC5C,MAAM,WAAW,WAAW;IAC1B;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,UAAU,EAAE,oBAAoB,EAChC,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,iCAAiC,CAAC,EACjD,iCAAiC,CAClC,CACF,CAAC;IACF;;;;;;OAMG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,UAAU,EAAE,oBAAoB,EAChC,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,UAAU,EAAE,mBAAmB,EAC/B,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;OAGG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;CACpD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jitRequests.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/jitRequests.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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 { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n JitRequestsGetOptionalParams,\n JitRequestsGetResponse,\n JitRequestDefinition,\n JitRequestsCreateOrUpdateOptionalParams,\n JitRequestsCreateOrUpdateResponse,\n JitRequestPatchable,\n JitRequestsUpdateOptionalParams,\n JitRequestsUpdateResponse,\n JitRequestsDeleteOptionalParams,\n JitRequestsListBySubscriptionOptionalParams,\n JitRequestsListBySubscriptionResponse,\n JitRequestsListByResourceGroupOptionalParams,\n JitRequestsListByResourceGroupResponse\n} from \"../models/index.js\";\n\n/** Interface representing a JitRequests. */\nexport interface JitRequests {\n /**\n * Gets the JIT request.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jitRequestName The name of the JIT request.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n jitRequestName: string,\n options?: JitRequestsGetOptionalParams\n ): Promise<JitRequestsGetResponse>;\n /**\n * Creates or updates the JIT request.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jitRequestName The name of the JIT request.\n * @param parameters Parameters supplied to the update JIT request.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n jitRequestName: string,\n parameters: JitRequestDefinition,\n options?: JitRequestsCreateOrUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<JitRequestsCreateOrUpdateResponse>,\n JitRequestsCreateOrUpdateResponse\n >\n >;\n /**\n * Creates or updates the JIT request.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jitRequestName The name of the JIT request.\n * @param parameters Parameters supplied to the update JIT request.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n jitRequestName: string,\n parameters: JitRequestDefinition,\n options?: JitRequestsCreateOrUpdateOptionalParams\n ): Promise<JitRequestsCreateOrUpdateResponse>;\n /**\n * Updates the JIT request.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jitRequestName The name of the JIT request.\n * @param parameters Parameters supplied to the update JIT request.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n jitRequestName: string,\n parameters: JitRequestPatchable,\n options?: JitRequestsUpdateOptionalParams\n ): Promise<JitRequestsUpdateResponse>;\n /**\n * Deletes the JIT request.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jitRequestName The name of the JIT request.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n jitRequestName: string,\n options?: JitRequestsDeleteOptionalParams\n ): Promise<void>;\n /**\n * Lists all JIT requests within the subscription.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: JitRequestsListBySubscriptionOptionalParams\n ): Promise<JitRequestsListBySubscriptionResponse>;\n /**\n * Lists all JIT requests within the resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: JitRequestsListByResourceGroupOptionalParams\n ): Promise<JitRequestsListByResourceGroupResponse>;\n}\n"]}
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "module"
3
+ }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,0CAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAClC,IAAa,EACb,iBAAqC;;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,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\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}
@@ -0,0 +1,42 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ import * as coreAuth from "@azure/core-auth";
3
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
4
+ import { Applications, ApplicationDefinitions, JitRequests } from "./operationsInterfaces/index.js";
5
+ import { ApplicationClientOptionalParams, Operation, ListOperationsOptionalParams } from "./models/index.js";
6
+ export declare class ApplicationClient extends coreClient.ServiceClient {
7
+ $host: string;
8
+ apiVersion: string;
9
+ subscriptionId?: string;
10
+ /**
11
+ * Initializes a new instance of the ApplicationClient class.
12
+ * @param credentials Subscription credentials which uniquely identify client subscription.
13
+ * @param subscriptionId The ID of the target subscription.
14
+ * @param options The parameter options
15
+ */
16
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ApplicationClientOptionalParams);
17
+ constructor(credentials: coreAuth.TokenCredential, options?: ApplicationClientOptionalParams);
18
+ /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
19
+ private addCustomApiVersionPolicy;
20
+ /**
21
+ * Lists all of the available Microsoft.Solutions REST API operations.
22
+ * @param options The options parameters.
23
+ */
24
+ listOperations(options?: ListOperationsOptionalParams): PagedAsyncIterableIterator<Operation>;
25
+ private listOperationsPagingPage;
26
+ private listOperationsPagingAll;
27
+ /**
28
+ * Lists all of the available Microsoft.Solutions REST API operations.
29
+ * @param options The options parameters.
30
+ */
31
+ private _listOperations;
32
+ /**
33
+ * ListOperationsNext
34
+ * @param nextLink The nextLink from the previous successful call to the ListOperations method.
35
+ * @param options The options parameters.
36
+ */
37
+ private _listOperationsNext;
38
+ applications: Applications;
39
+ applicationDefinitions: ApplicationDefinitions;
40
+ jitRequests: JitRequests;
41
+ }
42
+ //# sourceMappingURL=applicationClient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"applicationClient.d.ts","sourceRoot":"","sources":["../../src/applicationClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAO9E,OAAO,EACL,YAAY,EACZ,sBAAsB,EACtB,WAAW,EACZ,MAAM,iCAAiC,CAAC;AAGzC,OAAO,EACL,+BAA+B,EAC/B,SAAS,EAET,4BAA4B,EAG7B,MAAM,mBAAmB,CAAC;AAG3B,qBAAa,iBAAkB,SAAQ,UAAU,CAAC,aAAa;IAC7D,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+BAA+B;gBAGzC,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,OAAO,CAAC,EAAE,+BAA+B;IAwF3C,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC;;;OAGG;IACI,cAAc,CACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,wBAAwB;YAsBxB,uBAAuB;IAQtC;;;OAGG;IACH,OAAO,CAAC,eAAe;IAMvB;;;;OAIG;IACH,OAAO,CAAC,mBAAmB;IAU3B,YAAY,EAAE,YAAY,CAAC;IAC3B,sBAAsB,EAAE,sBAAsB,CAAC;IAC/C,WAAW,EAAE,WAAW,CAAC;CAC1B"}