@azure/arm-springappdiscovery 1.0.0-beta.1 → 1.0.0-beta.2

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 (506) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/LICENSE +4 -4
  3. package/README.md +26 -17
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/index.js +4 -4
  7. package/dist/browser/index.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
  9. package/dist/browser/lroImpl.js +18 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/mappers.js +64 -27
  13. package/dist/browser/models/mappers.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  15. package/dist/browser/models/parameters.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/operations/errorSummaries.d.ts +3 -3
  17. package/dist/browser/operations/errorSummaries.d.ts.map +1 -0
  18. package/{dist-esm/src → dist/browser}/operations/errorSummaries.js +26 -43
  19. package/dist/browser/operations/errorSummaries.js.map +1 -0
  20. package/dist/browser/operations/index.d.ts +7 -0
  21. package/dist/browser/operations/index.d.ts.map +1 -0
  22. package/dist/browser/operations/index.js +14 -0
  23. package/dist/browser/operations/index.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  25. package/dist/browser/operations/operations.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/operations.js +26 -43
  27. package/dist/browser/operations/operations.js.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/springbootapps.d.ts +3 -3
  29. package/dist/browser/operations/springbootapps.d.ts.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/springbootapps.js +96 -129
  31. package/dist/browser/operations/springbootapps.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/springbootservers.d.ts +3 -3
  33. package/dist/browser/operations/springbootservers.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/springbootservers.js +138 -170
  35. package/dist/browser/operations/springbootservers.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/springbootsites.d.ts +3 -3
  37. package/dist/browser/operations/springbootsites.d.ts.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operations/springbootsites.js +179 -210
  39. package/dist/browser/operations/springbootsites.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operations/summaries.d.ts +3 -3
  41. package/dist/browser/operations/summaries.d.ts.map +1 -0
  42. package/{dist-esm/src → dist/browser}/operations/summaries.js +26 -43
  43. package/dist/browser/operations/summaries.js.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operationsInterfaces/errorSummaries.d.ts +1 -1
  45. package/dist/browser/operationsInterfaces/errorSummaries.d.ts.map +1 -0
  46. package/dist/browser/operationsInterfaces/errorSummaries.js.map +1 -0
  47. package/dist/browser/operationsInterfaces/index.d.ts +7 -0
  48. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  49. package/dist/browser/operationsInterfaces/index.js +14 -0
  50. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  51. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  52. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  53. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  54. package/{dist-esm/src → dist/browser}/operationsInterfaces/springbootapps.d.ts +1 -1
  55. package/dist/browser/operationsInterfaces/springbootapps.d.ts.map +1 -0
  56. package/dist/browser/operationsInterfaces/springbootapps.js.map +1 -0
  57. package/{dist-esm/src → dist/browser}/operationsInterfaces/springbootservers.d.ts +1 -1
  58. package/dist/browser/operationsInterfaces/springbootservers.d.ts.map +1 -0
  59. package/dist/browser/operationsInterfaces/springbootservers.js.map +1 -0
  60. package/{dist-esm/src → dist/browser}/operationsInterfaces/springbootsites.d.ts +1 -1
  61. package/dist/browser/operationsInterfaces/springbootsites.d.ts.map +1 -0
  62. package/dist/browser/operationsInterfaces/springbootsites.js.map +1 -0
  63. package/{dist-esm/src → dist/browser}/operationsInterfaces/summaries.d.ts +1 -1
  64. package/dist/browser/operationsInterfaces/summaries.d.ts.map +1 -0
  65. package/dist/browser/operationsInterfaces/summaries.js.map +1 -0
  66. package/dist/browser/package.json +3 -0
  67. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  68. package/dist/browser/pagingHelper.js.map +1 -0
  69. package/{dist-esm/src → dist/browser}/springAppDiscoveryManagementClient.d.ts +2 -2
  70. package/dist/browser/springAppDiscoveryManagementClient.d.ts.map +1 -0
  71. package/{dist-esm/src → dist/browser}/springAppDiscoveryManagementClient.js +35 -24
  72. package/dist/browser/springAppDiscoveryManagementClient.js.map +1 -0
  73. package/dist/commonjs/index.d.ts +5 -0
  74. package/dist/commonjs/index.d.ts.map +1 -0
  75. package/dist/commonjs/index.js +19 -0
  76. package/dist/commonjs/index.js.map +1 -0
  77. package/dist/commonjs/lroImpl.d.ts +11 -0
  78. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  79. package/dist/commonjs/lroImpl.js +21 -0
  80. package/dist/commonjs/lroImpl.js.map +1 -0
  81. package/dist/commonjs/models/index.d.ts +737 -0
  82. package/dist/commonjs/models/index.d.ts.map +1 -0
  83. package/dist/commonjs/models/index.js +57 -0
  84. package/dist/commonjs/models/index.js.map +1 -0
  85. package/dist/commonjs/models/mappers.d.ts +44 -0
  86. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  87. package/dist/commonjs/models/mappers.js +1344 -0
  88. package/dist/commonjs/models/mappers.js.map +1 -0
  89. package/dist/commonjs/models/parameters.d.ts +20 -0
  90. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  91. package/dist/commonjs/models/parameters.js +204 -0
  92. package/dist/commonjs/models/parameters.js.map +1 -0
  93. package/dist/commonjs/operations/errorSummaries.d.ts +46 -0
  94. package/dist/commonjs/operations/errorSummaries.d.ts.map +1 -0
  95. package/dist/commonjs/operations/errorSummaries.js +170 -0
  96. package/dist/commonjs/operations/errorSummaries.js.map +1 -0
  97. package/dist/commonjs/operations/index.d.ts +7 -0
  98. package/dist/commonjs/operations/index.d.ts.map +1 -0
  99. package/dist/commonjs/operations/index.js +17 -0
  100. package/dist/commonjs/operations/index.js.map +1 -0
  101. package/dist/commonjs/operations/operations.d.ts +32 -0
  102. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  103. package/dist/commonjs/operations/operations.js +121 -0
  104. package/dist/commonjs/operations/operations.js.map +1 -0
  105. package/dist/commonjs/operations/springbootapps.d.ts +86 -0
  106. package/dist/commonjs/operations/springbootapps.d.ts.map +1 -0
  107. package/dist/commonjs/operations/springbootapps.js +374 -0
  108. package/dist/commonjs/operations/springbootapps.js.map +1 -0
  109. package/dist/commonjs/operations/springbootservers.d.ts +111 -0
  110. package/dist/commonjs/operations/springbootservers.d.ts.map +1 -0
  111. package/dist/commonjs/operations/springbootservers.js +508 -0
  112. package/dist/commonjs/operations/springbootservers.js.map +1 -0
  113. package/dist/commonjs/operations/springbootsites.d.ts +113 -0
  114. package/dist/commonjs/operations/springbootsites.d.ts.map +1 -0
  115. package/dist/commonjs/operations/springbootsites.js +565 -0
  116. package/dist/commonjs/operations/springbootsites.js.map +1 -0
  117. package/dist/commonjs/operations/summaries.d.ts +46 -0
  118. package/dist/commonjs/operations/summaries.d.ts.map +1 -0
  119. package/dist/commonjs/operations/summaries.js +170 -0
  120. package/dist/commonjs/operations/summaries.js.map +1 -0
  121. package/dist/commonjs/operationsInterfaces/errorSummaries.d.ts +21 -0
  122. package/dist/commonjs/operationsInterfaces/errorSummaries.d.ts.map +1 -0
  123. package/dist/commonjs/operationsInterfaces/errorSummaries.js +10 -0
  124. package/dist/commonjs/operationsInterfaces/errorSummaries.js.map +1 -0
  125. package/dist/commonjs/operationsInterfaces/index.d.ts +7 -0
  126. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  127. package/dist/commonjs/operationsInterfaces/index.js +17 -0
  128. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  129. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  130. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  131. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  132. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  133. package/dist/commonjs/operationsInterfaces/springbootapps.d.ts +46 -0
  134. package/dist/commonjs/operationsInterfaces/springbootapps.d.ts.map +1 -0
  135. package/dist/commonjs/operationsInterfaces/springbootapps.js +10 -0
  136. package/dist/commonjs/operationsInterfaces/springbootapps.js.map +1 -0
  137. package/dist/commonjs/operationsInterfaces/springbootservers.d.ts +71 -0
  138. package/dist/commonjs/operationsInterfaces/springbootservers.d.ts.map +1 -0
  139. package/dist/commonjs/operationsInterfaces/springbootservers.js +10 -0
  140. package/dist/commonjs/operationsInterfaces/springbootservers.js.map +1 -0
  141. package/dist/commonjs/operationsInterfaces/springbootsites.d.ts +77 -0
  142. package/dist/commonjs/operationsInterfaces/springbootsites.d.ts.map +1 -0
  143. package/dist/commonjs/operationsInterfaces/springbootsites.js +10 -0
  144. package/dist/commonjs/operationsInterfaces/springbootsites.js.map +1 -0
  145. package/dist/commonjs/operationsInterfaces/summaries.d.ts +21 -0
  146. package/dist/commonjs/operationsInterfaces/summaries.d.ts.map +1 -0
  147. package/dist/commonjs/operationsInterfaces/summaries.js +10 -0
  148. package/dist/commonjs/operationsInterfaces/summaries.js.map +1 -0
  149. package/dist/commonjs/package.json +3 -0
  150. package/dist/commonjs/pagingHelper.d.ts +13 -0
  151. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  152. package/dist/commonjs/pagingHelper.js +34 -0
  153. package/dist/commonjs/pagingHelper.js.map +1 -0
  154. package/dist/commonjs/springAppDiscoveryManagementClient.d.ts +25 -0
  155. package/dist/commonjs/springAppDiscoveryManagementClient.d.ts.map +1 -0
  156. package/dist/commonjs/springAppDiscoveryManagementClient.js +121 -0
  157. package/dist/commonjs/springAppDiscoveryManagementClient.js.map +1 -0
  158. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  159. package/dist/esm/index.d.ts +5 -0
  160. package/dist/esm/index.d.ts.map +1 -0
  161. package/{src/index.ts → dist/esm/index.js} +5 -5
  162. package/dist/esm/index.js.map +1 -0
  163. package/dist/esm/lroImpl.d.ts +11 -0
  164. package/dist/esm/lroImpl.d.ts.map +1 -0
  165. package/dist/esm/lroImpl.js +18 -0
  166. package/dist/esm/lroImpl.js.map +1 -0
  167. package/dist/esm/models/index.d.ts +737 -0
  168. package/dist/esm/models/index.d.ts.map +1 -0
  169. package/dist/esm/models/index.js +54 -0
  170. package/dist/esm/models/index.js.map +1 -0
  171. package/dist/esm/models/mappers.d.ts +44 -0
  172. package/dist/esm/models/mappers.d.ts.map +1 -0
  173. package/dist/esm/models/mappers.js +1341 -0
  174. package/dist/esm/models/mappers.js.map +1 -0
  175. package/dist/esm/models/parameters.d.ts +20 -0
  176. package/dist/esm/models/parameters.d.ts.map +1 -0
  177. package/dist/esm/models/parameters.js +201 -0
  178. package/dist/esm/models/parameters.js.map +1 -0
  179. package/dist/esm/operations/errorSummaries.d.ts +46 -0
  180. package/dist/esm/operations/errorSummaries.d.ts.map +1 -0
  181. package/dist/esm/operations/errorSummaries.js +165 -0
  182. package/dist/esm/operations/errorSummaries.js.map +1 -0
  183. package/dist/esm/operations/index.d.ts +7 -0
  184. package/dist/esm/operations/index.d.ts.map +1 -0
  185. package/dist/esm/operations/index.js +14 -0
  186. package/dist/esm/operations/index.js.map +1 -0
  187. package/dist/esm/operations/operations.d.ts +32 -0
  188. package/dist/esm/operations/operations.d.ts.map +1 -0
  189. package/dist/esm/operations/operations.js +116 -0
  190. package/dist/esm/operations/operations.js.map +1 -0
  191. package/dist/esm/operations/springbootapps.d.ts +86 -0
  192. package/dist/esm/operations/springbootapps.d.ts.map +1 -0
  193. package/dist/esm/operations/springbootapps.js +369 -0
  194. package/dist/esm/operations/springbootapps.js.map +1 -0
  195. package/dist/esm/operations/springbootservers.d.ts +111 -0
  196. package/dist/esm/operations/springbootservers.d.ts.map +1 -0
  197. package/dist/esm/operations/springbootservers.js +503 -0
  198. package/dist/esm/operations/springbootservers.js.map +1 -0
  199. package/dist/esm/operations/springbootsites.d.ts +113 -0
  200. package/dist/esm/operations/springbootsites.d.ts.map +1 -0
  201. package/dist/esm/operations/springbootsites.js +560 -0
  202. package/dist/esm/operations/springbootsites.js.map +1 -0
  203. package/dist/esm/operations/summaries.d.ts +46 -0
  204. package/dist/esm/operations/summaries.d.ts.map +1 -0
  205. package/dist/esm/operations/summaries.js +165 -0
  206. package/dist/esm/operations/summaries.js.map +1 -0
  207. package/dist/esm/operationsInterfaces/errorSummaries.d.ts +21 -0
  208. package/dist/esm/operationsInterfaces/errorSummaries.d.ts.map +1 -0
  209. package/dist/esm/operationsInterfaces/errorSummaries.js +9 -0
  210. package/dist/esm/operationsInterfaces/errorSummaries.js.map +1 -0
  211. package/dist/esm/operationsInterfaces/index.d.ts +7 -0
  212. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  213. package/dist/esm/operationsInterfaces/index.js +14 -0
  214. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  215. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  216. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  217. package/dist/esm/operationsInterfaces/operations.js +9 -0
  218. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  219. package/dist/esm/operationsInterfaces/springbootapps.d.ts +46 -0
  220. package/dist/esm/operationsInterfaces/springbootapps.d.ts.map +1 -0
  221. package/dist/esm/operationsInterfaces/springbootapps.js +9 -0
  222. package/dist/esm/operationsInterfaces/springbootapps.js.map +1 -0
  223. package/dist/esm/operationsInterfaces/springbootservers.d.ts +71 -0
  224. package/dist/esm/operationsInterfaces/springbootservers.d.ts.map +1 -0
  225. package/dist/esm/operationsInterfaces/springbootservers.js +9 -0
  226. package/dist/esm/operationsInterfaces/springbootservers.js.map +1 -0
  227. package/dist/esm/operationsInterfaces/springbootsites.d.ts +77 -0
  228. package/dist/esm/operationsInterfaces/springbootsites.d.ts.map +1 -0
  229. package/dist/esm/operationsInterfaces/springbootsites.js +9 -0
  230. package/dist/esm/operationsInterfaces/springbootsites.js.map +1 -0
  231. package/dist/esm/operationsInterfaces/summaries.d.ts +21 -0
  232. package/dist/esm/operationsInterfaces/summaries.d.ts.map +1 -0
  233. package/dist/esm/operationsInterfaces/summaries.js +9 -0
  234. package/dist/esm/operationsInterfaces/summaries.js.map +1 -0
  235. package/dist/esm/package.json +3 -0
  236. package/dist/esm/pagingHelper.d.ts +13 -0
  237. package/dist/esm/pagingHelper.d.ts.map +1 -0
  238. package/dist/esm/pagingHelper.js +30 -0
  239. package/dist/esm/pagingHelper.js.map +1 -0
  240. package/dist/esm/springAppDiscoveryManagementClient.d.ts +25 -0
  241. package/dist/esm/springAppDiscoveryManagementClient.d.ts.map +1 -0
  242. package/dist/esm/springAppDiscoveryManagementClient.js +116 -0
  243. package/dist/esm/springAppDiscoveryManagementClient.js.map +1 -0
  244. package/dist/react-native/index.d.ts +5 -0
  245. package/dist/react-native/index.d.ts.map +1 -0
  246. package/dist/react-native/index.js +13 -0
  247. package/dist/react-native/index.js.map +1 -0
  248. package/dist/react-native/lroImpl.d.ts +11 -0
  249. package/dist/react-native/lroImpl.d.ts.map +1 -0
  250. package/dist/react-native/lroImpl.js +18 -0
  251. package/dist/react-native/lroImpl.js.map +1 -0
  252. package/dist/react-native/models/index.d.ts +737 -0
  253. package/dist/react-native/models/index.d.ts.map +1 -0
  254. package/dist/react-native/models/index.js +54 -0
  255. package/dist/react-native/models/index.js.map +1 -0
  256. package/dist/react-native/models/mappers.d.ts +44 -0
  257. package/dist/react-native/models/mappers.d.ts.map +1 -0
  258. package/dist/react-native/models/mappers.js +1341 -0
  259. package/dist/react-native/models/mappers.js.map +1 -0
  260. package/dist/react-native/models/parameters.d.ts +20 -0
  261. package/dist/react-native/models/parameters.d.ts.map +1 -0
  262. package/dist/react-native/models/parameters.js +201 -0
  263. package/dist/react-native/models/parameters.js.map +1 -0
  264. package/dist/react-native/operations/errorSummaries.d.ts +46 -0
  265. package/dist/react-native/operations/errorSummaries.d.ts.map +1 -0
  266. package/dist/react-native/operations/errorSummaries.js +165 -0
  267. package/dist/react-native/operations/errorSummaries.js.map +1 -0
  268. package/dist/react-native/operations/index.d.ts +7 -0
  269. package/dist/react-native/operations/index.d.ts.map +1 -0
  270. package/dist/react-native/operations/index.js +14 -0
  271. package/dist/react-native/operations/index.js.map +1 -0
  272. package/dist/react-native/operations/operations.d.ts +32 -0
  273. package/dist/react-native/operations/operations.d.ts.map +1 -0
  274. package/dist/react-native/operations/operations.js +116 -0
  275. package/dist/react-native/operations/operations.js.map +1 -0
  276. package/dist/react-native/operations/springbootapps.d.ts +86 -0
  277. package/dist/react-native/operations/springbootapps.d.ts.map +1 -0
  278. package/dist/react-native/operations/springbootapps.js +369 -0
  279. package/dist/react-native/operations/springbootapps.js.map +1 -0
  280. package/dist/react-native/operations/springbootservers.d.ts +111 -0
  281. package/dist/react-native/operations/springbootservers.d.ts.map +1 -0
  282. package/dist/react-native/operations/springbootservers.js +503 -0
  283. package/dist/react-native/operations/springbootservers.js.map +1 -0
  284. package/dist/react-native/operations/springbootsites.d.ts +113 -0
  285. package/dist/react-native/operations/springbootsites.d.ts.map +1 -0
  286. package/dist/react-native/operations/springbootsites.js +560 -0
  287. package/dist/react-native/operations/springbootsites.js.map +1 -0
  288. package/dist/react-native/operations/summaries.d.ts +46 -0
  289. package/dist/react-native/operations/summaries.d.ts.map +1 -0
  290. package/dist/react-native/operations/summaries.js +165 -0
  291. package/dist/react-native/operations/summaries.js.map +1 -0
  292. package/dist/react-native/operationsInterfaces/errorSummaries.d.ts +21 -0
  293. package/dist/react-native/operationsInterfaces/errorSummaries.d.ts.map +1 -0
  294. package/dist/react-native/operationsInterfaces/errorSummaries.js +9 -0
  295. package/dist/react-native/operationsInterfaces/errorSummaries.js.map +1 -0
  296. package/dist/react-native/operationsInterfaces/index.d.ts +7 -0
  297. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  298. package/dist/react-native/operationsInterfaces/index.js +14 -0
  299. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  300. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  301. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  302. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  303. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  304. package/dist/react-native/operationsInterfaces/springbootapps.d.ts +46 -0
  305. package/dist/react-native/operationsInterfaces/springbootapps.d.ts.map +1 -0
  306. package/dist/react-native/operationsInterfaces/springbootapps.js +9 -0
  307. package/dist/react-native/operationsInterfaces/springbootapps.js.map +1 -0
  308. package/dist/react-native/operationsInterfaces/springbootservers.d.ts +71 -0
  309. package/dist/react-native/operationsInterfaces/springbootservers.d.ts.map +1 -0
  310. package/dist/react-native/operationsInterfaces/springbootservers.js +9 -0
  311. package/dist/react-native/operationsInterfaces/springbootservers.js.map +1 -0
  312. package/dist/react-native/operationsInterfaces/springbootsites.d.ts +77 -0
  313. package/dist/react-native/operationsInterfaces/springbootsites.d.ts.map +1 -0
  314. package/dist/react-native/operationsInterfaces/springbootsites.js +9 -0
  315. package/dist/react-native/operationsInterfaces/springbootsites.js.map +1 -0
  316. package/dist/react-native/operationsInterfaces/summaries.d.ts +21 -0
  317. package/dist/react-native/operationsInterfaces/summaries.d.ts.map +1 -0
  318. package/dist/react-native/operationsInterfaces/summaries.js +9 -0
  319. package/dist/react-native/operationsInterfaces/summaries.js.map +1 -0
  320. package/dist/react-native/package.json +3 -0
  321. package/dist/react-native/pagingHelper.d.ts +13 -0
  322. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  323. package/dist/react-native/pagingHelper.js +30 -0
  324. package/dist/react-native/pagingHelper.js.map +1 -0
  325. package/dist/react-native/springAppDiscoveryManagementClient.d.ts +25 -0
  326. package/dist/react-native/springAppDiscoveryManagementClient.d.ts.map +1 -0
  327. package/dist/react-native/springAppDiscoveryManagementClient.js +116 -0
  328. package/dist/react-native/springAppDiscoveryManagementClient.js.map +1 -0
  329. package/package.json +83 -67
  330. package/dist/index.js +0 -3778
  331. package/dist/index.js.map +0 -1
  332. package/dist/index.min.js +0 -1
  333. package/dist/index.min.js.map +0 -1
  334. package/dist-esm/samples-dev/errorSummariesGetSample.d.ts +0 -2
  335. package/dist-esm/samples-dev/errorSummariesGetSample.d.ts.map +0 -1
  336. package/dist-esm/samples-dev/errorSummariesGetSample.js +0 -58
  337. package/dist-esm/samples-dev/errorSummariesGetSample.js.map +0 -1
  338. package/dist-esm/samples-dev/errorSummariesListBySiteSample.d.ts +0 -2
  339. package/dist-esm/samples-dev/errorSummariesListBySiteSample.d.ts.map +0 -1
  340. package/dist-esm/samples-dev/errorSummariesListBySiteSample.js +0 -88
  341. package/dist-esm/samples-dev/errorSummariesListBySiteSample.js.map +0 -1
  342. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  343. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  344. package/dist-esm/samples-dev/operationsListSample.js +0 -86
  345. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  346. package/dist-esm/samples-dev/springbootappsGetSample.d.ts +0 -2
  347. package/dist-esm/samples-dev/springbootappsGetSample.d.ts.map +0 -1
  348. package/dist-esm/samples-dev/springbootappsGetSample.js +0 -58
  349. package/dist-esm/samples-dev/springbootappsGetSample.js.map +0 -1
  350. package/dist-esm/samples-dev/springbootappsListByResourceGroupSample.d.ts +0 -2
  351. package/dist-esm/samples-dev/springbootappsListByResourceGroupSample.d.ts.map +0 -1
  352. package/dist-esm/samples-dev/springbootappsListByResourceGroupSample.js +0 -88
  353. package/dist-esm/samples-dev/springbootappsListByResourceGroupSample.js.map +0 -1
  354. package/dist-esm/samples-dev/springbootappsListBySubscriptionSample.d.ts +0 -2
  355. package/dist-esm/samples-dev/springbootappsListBySubscriptionSample.d.ts.map +0 -1
  356. package/dist-esm/samples-dev/springbootappsListBySubscriptionSample.js +0 -86
  357. package/dist-esm/samples-dev/springbootappsListBySubscriptionSample.js.map +0 -1
  358. package/dist-esm/samples-dev/springbootappsUpdateSample.d.ts +0 -2
  359. package/dist-esm/samples-dev/springbootappsUpdateSample.d.ts.map +0 -1
  360. package/dist-esm/samples-dev/springbootappsUpdateSample.js +0 -60
  361. package/dist-esm/samples-dev/springbootappsUpdateSample.js.map +0 -1
  362. package/dist-esm/samples-dev/springbootserversCreateOrUpdateSample.d.ts +0 -2
  363. package/dist-esm/samples-dev/springbootserversCreateOrUpdateSample.d.ts.map +0 -1
  364. package/dist-esm/samples-dev/springbootserversCreateOrUpdateSample.js +0 -70
  365. package/dist-esm/samples-dev/springbootserversCreateOrUpdateSample.js.map +0 -1
  366. package/dist-esm/samples-dev/springbootserversDeleteSample.d.ts +0 -2
  367. package/dist-esm/samples-dev/springbootserversDeleteSample.d.ts.map +0 -1
  368. package/dist-esm/samples-dev/springbootserversDeleteSample.js +0 -58
  369. package/dist-esm/samples-dev/springbootserversDeleteSample.js.map +0 -1
  370. package/dist-esm/samples-dev/springbootserversGetSample.d.ts +0 -2
  371. package/dist-esm/samples-dev/springbootserversGetSample.d.ts.map +0 -1
  372. package/dist-esm/samples-dev/springbootserversGetSample.js +0 -58
  373. package/dist-esm/samples-dev/springbootserversGetSample.js.map +0 -1
  374. package/dist-esm/samples-dev/springbootserversListByResourceGroupSample.d.ts +0 -2
  375. package/dist-esm/samples-dev/springbootserversListByResourceGroupSample.d.ts.map +0 -1
  376. package/dist-esm/samples-dev/springbootserversListByResourceGroupSample.js +0 -88
  377. package/dist-esm/samples-dev/springbootserversListByResourceGroupSample.js.map +0 -1
  378. package/dist-esm/samples-dev/springbootserversListBySubscriptionSample.d.ts +0 -2
  379. package/dist-esm/samples-dev/springbootserversListBySubscriptionSample.d.ts.map +0 -1
  380. package/dist-esm/samples-dev/springbootserversListBySubscriptionSample.js +0 -86
  381. package/dist-esm/samples-dev/springbootserversListBySubscriptionSample.js.map +0 -1
  382. package/dist-esm/samples-dev/springbootserversUpdateSample.d.ts +0 -2
  383. package/dist-esm/samples-dev/springbootserversUpdateSample.d.ts.map +0 -1
  384. package/dist-esm/samples-dev/springbootserversUpdateSample.js +0 -60
  385. package/dist-esm/samples-dev/springbootserversUpdateSample.js.map +0 -1
  386. package/dist-esm/samples-dev/springbootsitesCreateOrUpdateSample.d.ts +0 -2
  387. package/dist-esm/samples-dev/springbootsitesCreateOrUpdateSample.d.ts.map +0 -1
  388. package/dist-esm/samples-dev/springbootsitesCreateOrUpdateSample.js +0 -70
  389. package/dist-esm/samples-dev/springbootsitesCreateOrUpdateSample.js.map +0 -1
  390. package/dist-esm/samples-dev/springbootsitesDeleteSample.d.ts +0 -2
  391. package/dist-esm/samples-dev/springbootsitesDeleteSample.d.ts.map +0 -1
  392. package/dist-esm/samples-dev/springbootsitesDeleteSample.js +0 -58
  393. package/dist-esm/samples-dev/springbootsitesDeleteSample.js.map +0 -1
  394. package/dist-esm/samples-dev/springbootsitesGetSample.d.ts +0 -2
  395. package/dist-esm/samples-dev/springbootsitesGetSample.d.ts.map +0 -1
  396. package/dist-esm/samples-dev/springbootsitesGetSample.js +0 -58
  397. package/dist-esm/samples-dev/springbootsitesGetSample.js.map +0 -1
  398. package/dist-esm/samples-dev/springbootsitesListByResourceGroupSample.d.ts +0 -2
  399. package/dist-esm/samples-dev/springbootsitesListByResourceGroupSample.d.ts.map +0 -1
  400. package/dist-esm/samples-dev/springbootsitesListByResourceGroupSample.js +0 -88
  401. package/dist-esm/samples-dev/springbootsitesListByResourceGroupSample.js.map +0 -1
  402. package/dist-esm/samples-dev/springbootsitesListBySubscriptionSample.d.ts +0 -2
  403. package/dist-esm/samples-dev/springbootsitesListBySubscriptionSample.d.ts.map +0 -1
  404. package/dist-esm/samples-dev/springbootsitesListBySubscriptionSample.js +0 -86
  405. package/dist-esm/samples-dev/springbootsitesListBySubscriptionSample.js.map +0 -1
  406. package/dist-esm/samples-dev/springbootsitesTriggerRefreshSiteSample.d.ts +0 -2
  407. package/dist-esm/samples-dev/springbootsitesTriggerRefreshSiteSample.d.ts.map +0 -1
  408. package/dist-esm/samples-dev/springbootsitesTriggerRefreshSiteSample.js +0 -56
  409. package/dist-esm/samples-dev/springbootsitesTriggerRefreshSiteSample.js.map +0 -1
  410. package/dist-esm/samples-dev/springbootsitesUpdateSample.d.ts +0 -2
  411. package/dist-esm/samples-dev/springbootsitesUpdateSample.d.ts.map +0 -1
  412. package/dist-esm/samples-dev/springbootsitesUpdateSample.js +0 -65
  413. package/dist-esm/samples-dev/springbootsitesUpdateSample.js.map +0 -1
  414. package/dist-esm/samples-dev/summariesGetSample.d.ts +0 -2
  415. package/dist-esm/samples-dev/summariesGetSample.d.ts.map +0 -1
  416. package/dist-esm/samples-dev/summariesGetSample.js +0 -58
  417. package/dist-esm/samples-dev/summariesGetSample.js.map +0 -1
  418. package/dist-esm/samples-dev/summariesListBySiteSample.d.ts +0 -2
  419. package/dist-esm/samples-dev/summariesListBySiteSample.d.ts.map +0 -1
  420. package/dist-esm/samples-dev/summariesListBySiteSample.js +0 -88
  421. package/dist-esm/samples-dev/summariesListBySiteSample.js.map +0 -1
  422. package/dist-esm/src/index.d.ts +0 -6
  423. package/dist-esm/src/index.d.ts.map +0 -1
  424. package/dist-esm/src/index.js.map +0 -1
  425. package/dist-esm/src/lroImpl.js +0 -21
  426. package/dist-esm/src/lroImpl.js.map +0 -1
  427. package/dist-esm/src/models/index.js.map +0 -1
  428. package/dist-esm/src/models/mappers.js.map +0 -1
  429. package/dist-esm/src/models/parameters.js.map +0 -1
  430. package/dist-esm/src/operations/errorSummaries.d.ts.map +0 -1
  431. package/dist-esm/src/operations/errorSummaries.js.map +0 -1
  432. package/dist-esm/src/operations/index.d.ts +0 -7
  433. package/dist-esm/src/operations/index.d.ts.map +0 -1
  434. package/dist-esm/src/operations/index.js +0 -14
  435. package/dist-esm/src/operations/index.js.map +0 -1
  436. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  437. package/dist-esm/src/operations/operations.js.map +0 -1
  438. package/dist-esm/src/operations/springbootapps.d.ts.map +0 -1
  439. package/dist-esm/src/operations/springbootapps.js.map +0 -1
  440. package/dist-esm/src/operations/springbootservers.d.ts.map +0 -1
  441. package/dist-esm/src/operations/springbootservers.js.map +0 -1
  442. package/dist-esm/src/operations/springbootsites.d.ts.map +0 -1
  443. package/dist-esm/src/operations/springbootsites.js.map +0 -1
  444. package/dist-esm/src/operations/summaries.d.ts.map +0 -1
  445. package/dist-esm/src/operations/summaries.js.map +0 -1
  446. package/dist-esm/src/operationsInterfaces/errorSummaries.d.ts.map +0 -1
  447. package/dist-esm/src/operationsInterfaces/errorSummaries.js.map +0 -1
  448. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -7
  449. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  450. package/dist-esm/src/operationsInterfaces/index.js +0 -14
  451. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  452. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  453. package/dist-esm/src/operationsInterfaces/springbootapps.d.ts.map +0 -1
  454. package/dist-esm/src/operationsInterfaces/springbootapps.js.map +0 -1
  455. package/dist-esm/src/operationsInterfaces/springbootservers.d.ts.map +0 -1
  456. package/dist-esm/src/operationsInterfaces/springbootservers.js.map +0 -1
  457. package/dist-esm/src/operationsInterfaces/springbootsites.d.ts.map +0 -1
  458. package/dist-esm/src/operationsInterfaces/springbootsites.js.map +0 -1
  459. package/dist-esm/src/operationsInterfaces/summaries.d.ts.map +0 -1
  460. package/dist-esm/src/operationsInterfaces/summaries.js.map +0 -1
  461. package/dist-esm/src/pagingHelper.js.map +0 -1
  462. package/dist-esm/src/springAppDiscoveryManagementClient.d.ts.map +0 -1
  463. package/dist-esm/src/springAppDiscoveryManagementClient.js.map +0 -1
  464. package/dist-esm/test/springappdiscovery_operations_test.spec.d.ts +0 -4
  465. package/dist-esm/test/springappdiscovery_operations_test.spec.d.ts.map +0 -1
  466. package/dist-esm/test/springappdiscovery_operations_test.spec.js +0 -73
  467. package/dist-esm/test/springappdiscovery_operations_test.spec.js.map +0 -1
  468. package/src/lroImpl.ts +0 -42
  469. package/src/models/index.ts +0 -857
  470. package/src/models/mappers.ts +0 -1389
  471. package/src/models/parameters.ts +0 -230
  472. package/src/operations/errorSummaries.ts +0 -236
  473. package/src/operations/index.ts +0 -14
  474. package/src/operations/operations.ts +0 -149
  475. package/src/operations/springbootapps.ts +0 -533
  476. package/src/operations/springbootservers.ts +0 -717
  477. package/src/operations/springbootsites.ts +0 -773
  478. package/src/operations/summaries.ts +0 -236
  479. package/src/operationsInterfaces/errorSummaries.ts +0 -44
  480. package/src/operationsInterfaces/index.ts +0 -14
  481. package/src/operationsInterfaces/operations.ts +0 -22
  482. package/src/operationsInterfaces/springbootapps.ts +0 -93
  483. package/src/operationsInterfaces/springbootservers.ts +0 -143
  484. package/src/operationsInterfaces/springbootsites.ts +0 -156
  485. package/src/operationsInterfaces/summaries.ts +0 -44
  486. package/src/pagingHelper.ts +0 -39
  487. package/src/springAppDiscoveryManagementClient.ts +0 -165
  488. package/tsconfig.json +0 -33
  489. package/types/arm-springappdiscovery.d.ts +0 -1117
  490. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  491. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  492. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  493. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  494. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  495. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  496. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  497. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  498. /package/{dist-esm/src → dist/browser}/operationsInterfaces/errorSummaries.js +0 -0
  499. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  500. /package/{dist-esm/src → dist/browser}/operationsInterfaces/springbootapps.js +0 -0
  501. /package/{dist-esm/src → dist/browser}/operationsInterfaces/springbootservers.js +0 -0
  502. /package/{dist-esm/src → dist/browser}/operationsInterfaces/springbootsites.js +0 -0
  503. /package/{dist-esm/src → dist/browser}/operationsInterfaces/summaries.js +0 -0
  504. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  505. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  506. /package/review/{arm-springappdiscovery.api.md → arm-springappdiscovery-node.api.md} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release History
2
-
2
+
3
+ ## 1.0.0-beta.2 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 1.0.0-beta.1 (2024-02-19)
4
14
 
5
15
  The package of @azure/arm-springappdiscovery is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart).
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
- The MIT License (MIT)
1
+ Copyright (c) Microsoft Corporation.
2
2
 
3
- Copyright (c) 2024 Microsoft
3
+ MIT License
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -12,10 +12,10 @@ furnished to do so, subject to the following conditions:
12
12
  The above copyright notice and this permission notice shall be included in all
13
13
  copies or substantial portions of the Software.
14
14
 
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
16
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
17
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
21
+ SOFTWARE.
package/README.md CHANGED
@@ -6,7 +6,7 @@ The Microsoft.OffAzureSpringBoot Rest API spec.
6
6
 
7
7
  [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/springappdiscovery/arm-springappdiscovery) |
8
8
  [Package (NPM)](https://www.npmjs.com/package/@azure/arm-springappdiscovery) |
9
- [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-springappdiscovery?view=azure-node-preview) |
9
+ [API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-springappdiscovery?view=azure-node-preview) |
10
10
  [Samples](https://github.com/Azure-Samples/azure-samples-js-management)
11
11
 
12
12
  ## Getting started
@@ -46,26 +46,34 @@ npm install @azure/identity
46
46
  You will also need to **register a new AAD application and grant access to Azure SpringAppDiscoveryManagement** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
47
47
  Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
48
48
 
49
- For more information about how to create an Azure AD Application check out [this guide](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
49
+ For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
50
50
 
51
- ```javascript
52
- const { SpringAppDiscoveryManagementClient } = require("@azure/arm-springappdiscovery");
53
- const { DefaultAzureCredential } = require("@azure/identity");
54
- // For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details.
51
+ Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
52
+
53
+ ```ts snippet:ReadmeSampleCreateClient_Node
54
+ import { SpringAppDiscoveryManagementClient } from "@azure/arm-springappdiscovery";
55
+ import { DefaultAzureCredential } from "@azure/identity";
55
56
 
56
57
  const subscriptionId = "00000000-0000-0000-0000-000000000000";
57
58
  const client = new SpringAppDiscoveryManagementClient(new DefaultAzureCredential(), subscriptionId);
58
-
59
- // For client-side applications running in the browser, use this code instead:
60
- // const credential = new InteractiveBrowserCredential({
61
- // tenantId: "<YOUR_TENANT_ID>",
62
- // clientId: "<YOUR_CLIENT_ID>"
63
- // });
64
- // const client = new SpringAppDiscoveryManagementClient(credential, subscriptionId);
65
59
  ```
60
+
61
+ For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
62
+
63
+ ```ts snippet:ReadmeSampleCreateClient_Browser
64
+ import { InteractiveBrowserCredential } from "@azure/identity";
65
+ import { SpringAppDiscoveryManagementClient } from "@azure/arm-springappdiscovery";
66
66
 
67
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
68
+ const credential = new InteractiveBrowserCredential({
69
+ tenantId: "<YOUR_TENANT_ID>",
70
+ clientId: "<YOUR_CLIENT_ID>",
71
+ });
72
+ const client = new SpringAppDiscoveryManagementClient(credential, subscriptionId);
73
+ ```
67
74
 
68
75
  ### JavaScript Bundle
76
+
69
77
  To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
70
78
 
71
79
  ## Key concepts
@@ -80,8 +88,9 @@ To use this client library in the browser, first you need to use a bundler. For
80
88
 
81
89
  Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
82
90
 
83
- ```javascript
84
- const { setLogLevel } = require("@azure/logger");
91
+ ```ts snippet:SetLogLevel
92
+ import { setLogLevel } from "@azure/logger";
93
+
85
94
  setLogLevel("info");
86
95
  ```
87
96
 
@@ -99,9 +108,9 @@ If you'd like to contribute to this library, please read the [contributing guide
99
108
 
100
109
  - [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
101
110
 
102
- ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fspringappdiscovery%2Farm-springappdiscovery%2FREADME.png)
103
111
 
104
- [azure_cli]: https://docs.microsoft.com/cli/azure
112
+
113
+ [azure_cli]: https://learn.microsoft.com/cli/azure
105
114
  [azure_sub]: https://azure.microsoft.com/free/
106
115
  [azure_sub]: https://azure.microsoft.com/free/
107
116
  [azure_portal]: https://portal.azure.com
@@ -0,0 +1,5 @@
1
+ export { getContinuationToken } from "./pagingHelper.js";
2
+ export * from "./models/index.js";
3
+ export { SpringAppDiscoveryManagementClient } from "./springAppDiscoveryManagementClient.js";
4
+ export * from "./operationsInterfaces/index.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,kCAAkC,EAAE,MAAM,yCAAyC,CAAC;AAC7F,cAAc,iCAAiC,CAAC"}
@@ -6,8 +6,8 @@
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
  /// <reference lib="esnext.asynciterable" />
9
- export { getContinuationToken } from "./pagingHelper";
10
- export * from "./models";
11
- export { SpringAppDiscoveryManagementClient } from "./springAppDiscoveryManagementClient";
12
- export * from "./operationsInterfaces";
9
+ export { getContinuationToken } from "./pagingHelper.js";
10
+ export * from "./models/index.js";
11
+ export { SpringAppDiscoveryManagementClient } from "./springAppDiscoveryManagementClient.js";
12
+ export * from "./operationsInterfaces/index.js";
13
13
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,kCAAkC,EAAE,MAAM,yCAAyC,CAAC;AAC7F,cAAc,iCAAiC,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\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { SpringAppDiscoveryManagementClient } from \"./springAppDiscoveryManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
1
+ {"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
@@ -0,0 +1,18 @@
1
+ export function createLroSpec(inputs) {
2
+ const { args, spec, sendOperationFn } = inputs;
3
+ return {
4
+ requestMethod: spec.httpMethod,
5
+ requestPath: spec.path,
6
+ sendInitialRequest: () => sendOperationFn(args, spec),
7
+ sendPollRequest: (path, options) => {
8
+ const { requestBody, ...restSpec } = spec;
9
+ return sendOperationFn(args, {
10
+ ...restSpec,
11
+ httpMethod: "GET",
12
+ path,
13
+ abortSignal: options?.abortSignal,
14
+ });
15
+ },
16
+ };
17
+ }
18
+ //# sourceMappingURL=lroImpl.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAUA,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,EAAE,GAAG,QAAQ,EAAE,GAAG,IAAI,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,EAAE;gBAC3B,GAAG,QAAQ;gBACX,UAAU,EAAE,KAAK;gBACjB,IAAI;gBACJ,WAAW,EAAE,OAAO,EAAE,WAAW;aAClC,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,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 */\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAyeH,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAeX;AAfD,WAAY,sBAAsB;IAChC,cAAc;IACd,6CAAmB,CAAA;IACnB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,mBAAmB;IACnB,uDAA6B,CAAA;IAC7B,eAAe;IACf,+CAAqB,CAAA;AACvB,CAAC,EAfW,sBAAsB,KAAtB,sBAAsB,QAejC;AAiBD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,WAAW;IACX,4BAAa,CAAA;IACb,aAAa;IACb,gCAAiB,CAAA;IACjB,iBAAiB;IACjB,yCAA0B,CAAA;AAC5B,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB;AAaD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;AACvB,CAAC,EAHW,eAAe,KAAf,eAAe,QAG1B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** The springbootsites resource definition. */\nexport interface SpringbootsitesProperties {\n /** The master site ID from Azure Migrate. */\n masterSiteId?: string;\n /** The migrate project ID from Azure Migrate. */\n migrateProjectId?: string;\n /** The resource provisioning state. */\n provisioningState?: ProvisioningState;\n}\n\n/** The extended location definition. */\nexport interface SpringbootsitesModelExtendedLocation {\n /** The extended location type. */\n type?: string;\n /** The extended location name. */\n name?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** The springbootsites list resource definition. */\nexport interface SpringbootsitesListResult {\n /** The springbootsites list. */\n value?: SpringbootsitesModel[];\n /** The link used to get the next page of springbootsites resources list. */\n nextLink?: string;\n}\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** The springbootservers resource definition. */\nexport interface SpringbootserversProperties {\n /** Target server port for remote login */\n port?: number;\n /** Server is the target server name or ip address to discover of SpringBootServer. */\n server: string;\n /** The alternative FQDN or IP addresses to discover for this server */\n fqdnAndIpAddressList?: string[];\n /** The machine Id from ARM */\n machineArmId?: string;\n /** The total number of apps been discovered */\n totalApps?: number;\n /** The total number of spring boot apps been discovered */\n springBootApps?: number;\n /** The list of errors. */\n errors?: ErrorModel[];\n /** The resource provisioning state. */\n provisioningState?: ProvisioningState;\n}\n\n/** Defines the error. */\nexport interface ErrorModel {\n /** The error ID. */\n id?: number;\n /** The error code. */\n code?: string;\n /** The summarized error message. */\n summaryMessage?: string;\n /** The account ID used to login. */\n runAsAccountId?: string;\n /** The detailed error message. */\n message?: string;\n /** The error possible causes. */\n possibleCauses?: string;\n /** The error recommended action */\n recommendedAction?: string;\n /** The error severity */\n severity?: string;\n /** Time when this error was last updated. */\n updatedTimeStamp?: Date;\n}\n\n/** The springbootservers list resource definition. */\nexport interface SpringbootserversListResult {\n /** The springbootsites list. */\n value?: SpringbootserversModel[];\n /** The link used to get the next page of springbootservers resources list. */\n nextLink?: string;\n}\n\n/** The springbootapps resource definition. */\nexport interface SpringbootappsProperties {\n /** The name of SpringBootApp. */\n appName?: string;\n /** The artifact name of SpringBootApp. */\n artifactName?: string;\n /** The application port. */\n appPort?: number;\n /** The application type, whether it is a SpringBoot app. */\n appType?: string;\n /** The application configuration file list. */\n applicationConfigurations?: SpringbootappsPropertiesApplicationConfigurationsItem[];\n /** The application binding port list. */\n bindingPorts?: number[];\n /** The jdk version in build. */\n buildJdkVersion?: string;\n /** The certificate file list. */\n certificates?: string[];\n /** The checksum of jar file. */\n checksum?: string;\n /** The dependency list. */\n dependencies?: string[];\n /** The environment variable list. */\n environments?: string[];\n /** The total instance count the app deployed. */\n instanceCount?: number;\n /** The jar file location on the server. */\n jarFileLocation?: string;\n /** The jvm heap memory allocated. */\n jvmMemoryInMB?: number;\n /** The jvm options. */\n jvmOptions?: string[];\n /** The other types of date collected. */\n miscs?: SpringbootappsPropertiesMiscsItem[];\n /** The breakdown info for app instances on all the servers */\n instances?: SpringbootappsPropertiesInstancesItem[];\n /** The jdk version installed on server */\n runtimeJdkVersion?: string;\n /** The server list the app installed */\n servers?: string[];\n /** The machine ARM id list the app belongs to. */\n machineArmIds?: string[];\n /** The site name. */\n siteName?: string;\n /** The spring boot version. */\n springBootVersion?: string;\n /** The static content location list. */\n staticContentLocations?: string[];\n /** The connection string list. */\n connectionStrings?: string[];\n /** Time when this springbootapps jar file was last modified. */\n lastModifiedTime?: Date;\n /** Time when this springbootapps instance was last refreshed. */\n lastUpdatedTime?: Date;\n /** The resource provisioning state. */\n provisioningState?: ProvisioningState;\n /** The list of errors. */\n errors?: ErrorModel[];\n}\n\nexport interface SpringbootappsPropertiesApplicationConfigurationsItem {\n /** The application config file name. */\n key: string;\n /** The application config file content, only contains config keys. */\n value?: string;\n}\n\nexport interface SpringbootappsPropertiesMiscsItem {\n /** The miscs. key. */\n key: string;\n /** The miscs. value. */\n value?: string;\n}\n\nexport interface SpringbootappsPropertiesInstancesItem {\n /** The machine ARM resource Id of this app instance */\n machineArmId: string;\n /** The instance count of this app instance */\n instanceCount?: number;\n /** The jvm heap memory allocated of this app instance */\n jvmMemoryInMB?: number;\n}\n\n/** The springbootapps list resource definition. */\nexport interface SpringbootappsListResult {\n /** The springbootsites list. */\n value?: SpringbootappsModel[];\n /** The link used to get the next page of springbootapps resources list. */\n nextLink?: string;\n}\n\n/** Summaries properties */\nexport interface SummariesProperties {\n /** The of number discovered spring boot servers. */\n discoveredServers?: number;\n /** The of number discovered spring boot apps. */\n discoveredApps?: number;\n /** The list of errors. */\n errors?: ErrorModel[];\n /** The resource provisioning state. */\n provisioningState?: ProvisioningState;\n}\n\n/** List of Sites. */\nexport interface SummaryList {\n /** List of Sites. */\n value?: Summary[];\n /** Url to follow for getting next page of resources. */\n nextLink?: string;\n}\n\n/** Error summary properties */\nexport interface ErrorSummariesProperties {\n /** The list of ErrorSummary. */\n discoveryScopeErrorSummaries?: ErrorSummaryModel[];\n /** The list of errors. */\n errors?: ErrorModel[];\n /** The resource provisioning state. */\n provisioningState?: ProvisioningState;\n}\n\n/** ErrorSummary model. */\nexport interface ErrorSummaryModel {\n /** The type of Object. */\n affectedResourceType?: string;\n /** The count. */\n affectedObjectsCount?: number;\n}\n\n/** The list of ErrorSummary. */\nexport interface ErrorSummaryList {\n /** The list of ErrorSummary. */\n value?: ErrorSummary[];\n /** Url to follow for getting next page of resources. */\n nextLink?: string;\n}\n\n/** Object containing tags updates for patch operations. */\nexport interface SummariesResourcePatch {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The Summaries resource definition. */\n properties?: SummariesProperties;\n}\n\n/** Object containing tags updates for patch operations. */\nexport interface ErrorSummariesResourcePatch {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The ErrorSummaries resource definition. */\n properties?: ErrorSummariesProperties;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The springbootsites envelope resource definition. */\nexport interface SpringbootsitesModel extends TrackedResource {\n /** The springbootsites resource definition. */\n properties?: SpringbootsitesProperties;\n /** The extended location definition. */\n extendedLocation?: SpringbootsitesModelExtendedLocation;\n}\n\n/** The springbootsites resource patch definition. */\nexport interface SpringbootsitesPatch extends TrackedResource {\n /** The springbootsites resource definition. */\n properties?: SpringbootsitesProperties;\n}\n\n/** The springbootservers envelope resource definition. */\nexport interface SpringbootserversModel extends ProxyResource {\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n /** The springbootservers resource definition. */\n properties?: SpringbootserversProperties;\n}\n\n/** The springbootservers resource patch definition. */\nexport interface SpringbootserversPatch extends ProxyResource {\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n /** The springbootsites resource definition. */\n properties?: SpringbootserversProperties;\n}\n\n/** The springbootapps envelope resource definition. */\nexport interface SpringbootappsModel extends ProxyResource {\n /** The springbootapps resource definition. */\n properties?: SpringbootappsProperties;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** The springbootapps resource patch definition. */\nexport interface SpringbootappsPatch extends ProxyResource {\n /** The springbootapps resource definition. */\n properties?: SpringbootappsProperties;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** The summary resource definition. */\nexport interface Summary extends ProxyResource {\n /** Resource properties. */\n properties?: SummariesProperties;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** The error summary resource definition. */\nexport interface ErrorSummary extends ProxyResource {\n /** Resource properties. */\n properties?: ErrorSummariesProperties;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** Defines headers for Springbootsites_delete operation. */\nexport interface SpringbootsitesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Springbootsites_update operation. */\nexport interface SpringbootsitesUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Springbootsites_triggerRefreshSite operation. */\nexport interface SpringbootsitesTriggerRefreshSiteHeaders {\n location?: string;\n}\n\n/** Defines headers for Springbootservers_delete operation. */\nexport interface SpringbootserversDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Springbootservers_update operation. */\nexport interface SpringbootserversUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Springbootapps_update operation. */\nexport interface SpringbootappsUpdateHeaders {\n location?: string;\n}\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Accepted** \\\n * **Provisioning** \\\n * **Deleting**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\",\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\",\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Optional parameters. */\nexport interface SpringbootsitesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SpringbootsitesGetResponse = SpringbootsitesModel;\n\n/** Optional parameters. */\nexport interface SpringbootsitesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SpringbootsitesCreateOrUpdateResponse = SpringbootsitesModel;\n\n/** Optional parameters. */\nexport interface SpringbootsitesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type SpringbootsitesDeleteResponse = SpringbootsitesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface SpringbootsitesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type SpringbootsitesUpdateResponse = SpringbootsitesModel;\n\n/** Optional parameters. */\nexport interface SpringbootsitesTriggerRefreshSiteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the triggerRefreshSite operation. */\nexport type SpringbootsitesTriggerRefreshSiteResponse =\n SpringbootsitesTriggerRefreshSiteHeaders;\n\n/** Optional parameters. */\nexport interface SpringbootsitesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type SpringbootsitesListByResourceGroupResponse =\n SpringbootsitesListResult;\n\n/** Optional parameters. */\nexport interface SpringbootsitesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type SpringbootsitesListBySubscriptionResponse =\n SpringbootsitesListResult;\n\n/** Optional parameters. */\nexport interface SpringbootsitesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type SpringbootsitesListByResourceGroupNextResponse =\n SpringbootsitesListResult;\n\n/** Optional parameters. */\nexport interface SpringbootsitesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type SpringbootsitesListBySubscriptionNextResponse =\n SpringbootsitesListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface SpringbootserversGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SpringbootserversGetResponse = SpringbootserversModel;\n\n/** Optional parameters. */\nexport interface SpringbootserversCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SpringbootserversCreateOrUpdateResponse = SpringbootserversModel;\n\n/** Optional parameters. */\nexport interface SpringbootserversDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type SpringbootserversDeleteResponse = SpringbootserversDeleteHeaders;\n\n/** Optional parameters. */\nexport interface SpringbootserversUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type SpringbootserversUpdateResponse = SpringbootserversModel;\n\n/** Optional parameters. */\nexport interface SpringbootserversListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type SpringbootserversListByResourceGroupResponse =\n SpringbootserversListResult;\n\n/** Optional parameters. */\nexport interface SpringbootserversListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type SpringbootserversListBySubscriptionResponse =\n SpringbootserversListResult;\n\n/** Optional parameters. */\nexport interface SpringbootserversListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type SpringbootserversListByResourceGroupNextResponse =\n SpringbootserversListResult;\n\n/** Optional parameters. */\nexport interface SpringbootserversListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type SpringbootserversListBySubscriptionNextResponse =\n SpringbootserversListResult;\n\n/** Optional parameters. */\nexport interface SpringbootappsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SpringbootappsGetResponse = SpringbootappsModel;\n\n/** Optional parameters. */\nexport interface SpringbootappsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type SpringbootappsUpdateResponse = SpringbootappsModel;\n\n/** Optional parameters. */\nexport interface SpringbootappsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type SpringbootappsListByResourceGroupResponse =\n SpringbootappsListResult;\n\n/** Optional parameters. */\nexport interface SpringbootappsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type SpringbootappsListBySubscriptionResponse = SpringbootappsListResult;\n\n/** Optional parameters. */\nexport interface SpringbootappsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type SpringbootappsListByResourceGroupNextResponse =\n SpringbootappsListResult;\n\n/** Optional parameters. */\nexport interface SpringbootappsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type SpringbootappsListBySubscriptionNextResponse =\n SpringbootappsListResult;\n\n/** Optional parameters. */\nexport interface SummariesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SummariesGetResponse = Summary;\n\n/** Optional parameters. */\nexport interface SummariesListBySiteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySite operation. */\nexport type SummariesListBySiteResponse = SummaryList;\n\n/** Optional parameters. */\nexport interface SummariesListBySiteNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySiteNext operation. */\nexport type SummariesListBySiteNextResponse = SummaryList;\n\n/** Optional parameters. */\nexport interface ErrorSummariesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ErrorSummariesGetResponse = ErrorSummary;\n\n/** Optional parameters. */\nexport interface ErrorSummariesListBySiteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySite operation. */\nexport type ErrorSummariesListBySiteResponse = ErrorSummaryList;\n\n/** Optional parameters. */\nexport interface ErrorSummariesListBySiteNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySiteNext operation. */\nexport type ErrorSummariesListBySiteNextResponse = ErrorSummaryList;\n\n/** Optional parameters. */\nexport interface SpringAppDiscoveryManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -1049,172 +1049,209 @@ export const TrackedResource = {
1049
1049
  type: {
1050
1050
  name: "Composite",
1051
1051
  className: "TrackedResource",
1052
- modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
1052
+ modelProperties: {
1053
+ ...Resource.type.modelProperties,
1054
+ tags: {
1053
1055
  serializedName: "tags",
1054
1056
  type: {
1055
1057
  name: "Dictionary",
1056
1058
  value: { type: { name: "String" } },
1057
1059
  },
1058
- }, location: {
1060
+ },
1061
+ location: {
1059
1062
  serializedName: "location",
1060
1063
  required: true,
1061
1064
  type: {
1062
1065
  name: "String",
1063
1066
  },
1064
- } }),
1067
+ },
1068
+ },
1065
1069
  },
1066
1070
  };
1067
1071
  export const ProxyResource = {
1068
1072
  type: {
1069
1073
  name: "Composite",
1070
1074
  className: "ProxyResource",
1071
- modelProperties: Object.assign({}, Resource.type.modelProperties),
1075
+ modelProperties: {
1076
+ ...Resource.type.modelProperties,
1077
+ },
1072
1078
  },
1073
1079
  };
1074
1080
  export const SpringbootsitesModel = {
1075
1081
  type: {
1076
1082
  name: "Composite",
1077
1083
  className: "SpringbootsitesModel",
1078
- modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { properties: {
1084
+ modelProperties: {
1085
+ ...TrackedResource.type.modelProperties,
1086
+ properties: {
1079
1087
  serializedName: "properties",
1080
1088
  type: {
1081
1089
  name: "Composite",
1082
1090
  className: "SpringbootsitesProperties",
1083
1091
  },
1084
- }, extendedLocation: {
1092
+ },
1093
+ extendedLocation: {
1085
1094
  serializedName: "extendedLocation",
1086
1095
  type: {
1087
1096
  name: "Composite",
1088
1097
  className: "SpringbootsitesModelExtendedLocation",
1089
1098
  },
1090
- } }),
1099
+ },
1100
+ },
1091
1101
  },
1092
1102
  };
1093
1103
  export const SpringbootsitesPatch = {
1094
1104
  type: {
1095
1105
  name: "Composite",
1096
1106
  className: "SpringbootsitesPatch",
1097
- modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { properties: {
1107
+ modelProperties: {
1108
+ ...TrackedResource.type.modelProperties,
1109
+ properties: {
1098
1110
  serializedName: "properties",
1099
1111
  type: {
1100
1112
  name: "Composite",
1101
1113
  className: "SpringbootsitesProperties",
1102
1114
  },
1103
- } }),
1115
+ },
1116
+ },
1104
1117
  },
1105
1118
  };
1106
1119
  export const SpringbootserversModel = {
1107
1120
  type: {
1108
1121
  name: "Composite",
1109
1122
  className: "SpringbootserversModel",
1110
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { tags: {
1123
+ modelProperties: {
1124
+ ...ProxyResource.type.modelProperties,
1125
+ tags: {
1111
1126
  serializedName: "tags",
1112
1127
  type: {
1113
1128
  name: "Dictionary",
1114
1129
  value: { type: { name: "String" } },
1115
1130
  },
1116
- }, properties: {
1131
+ },
1132
+ properties: {
1117
1133
  serializedName: "properties",
1118
1134
  type: {
1119
1135
  name: "Composite",
1120
1136
  className: "SpringbootserversProperties",
1121
1137
  },
1122
- } }),
1138
+ },
1139
+ },
1123
1140
  },
1124
1141
  };
1125
1142
  export const SpringbootserversPatch = {
1126
1143
  type: {
1127
1144
  name: "Composite",
1128
1145
  className: "SpringbootserversPatch",
1129
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { tags: {
1146
+ modelProperties: {
1147
+ ...ProxyResource.type.modelProperties,
1148
+ tags: {
1130
1149
  serializedName: "tags",
1131
1150
  type: {
1132
1151
  name: "Dictionary",
1133
1152
  value: { type: { name: "String" } },
1134
1153
  },
1135
- }, properties: {
1154
+ },
1155
+ properties: {
1136
1156
  serializedName: "properties",
1137
1157
  type: {
1138
1158
  name: "Composite",
1139
1159
  className: "SpringbootserversProperties",
1140
1160
  },
1141
- } }),
1161
+ },
1162
+ },
1142
1163
  },
1143
1164
  };
1144
1165
  export const SpringbootappsModel = {
1145
1166
  type: {
1146
1167
  name: "Composite",
1147
1168
  className: "SpringbootappsModel",
1148
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
1169
+ modelProperties: {
1170
+ ...ProxyResource.type.modelProperties,
1171
+ properties: {
1149
1172
  serializedName: "properties",
1150
1173
  type: {
1151
1174
  name: "Composite",
1152
1175
  className: "SpringbootappsProperties",
1153
1176
  },
1154
- }, tags: {
1177
+ },
1178
+ tags: {
1155
1179
  serializedName: "tags",
1156
1180
  type: {
1157
1181
  name: "Dictionary",
1158
1182
  value: { type: { name: "String" } },
1159
1183
  },
1160
- } }),
1184
+ },
1185
+ },
1161
1186
  },
1162
1187
  };
1163
1188
  export const SpringbootappsPatch = {
1164
1189
  type: {
1165
1190
  name: "Composite",
1166
1191
  className: "SpringbootappsPatch",
1167
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
1192
+ modelProperties: {
1193
+ ...ProxyResource.type.modelProperties,
1194
+ properties: {
1168
1195
  serializedName: "properties",
1169
1196
  type: {
1170
1197
  name: "Composite",
1171
1198
  className: "SpringbootappsProperties",
1172
1199
  },
1173
- }, tags: {
1200
+ },
1201
+ tags: {
1174
1202
  serializedName: "tags",
1175
1203
  type: {
1176
1204
  name: "Dictionary",
1177
1205
  value: { type: { name: "String" } },
1178
1206
  },
1179
- } }),
1207
+ },
1208
+ },
1180
1209
  },
1181
1210
  };
1182
1211
  export const Summary = {
1183
1212
  type: {
1184
1213
  name: "Composite",
1185
1214
  className: "Summary",
1186
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
1215
+ modelProperties: {
1216
+ ...ProxyResource.type.modelProperties,
1217
+ properties: {
1187
1218
  serializedName: "properties",
1188
1219
  type: {
1189
1220
  name: "Composite",
1190
1221
  className: "SummariesProperties",
1191
1222
  },
1192
- }, tags: {
1223
+ },
1224
+ tags: {
1193
1225
  serializedName: "tags",
1194
1226
  type: {
1195
1227
  name: "Dictionary",
1196
1228
  value: { type: { name: "String" } },
1197
1229
  },
1198
- } }),
1230
+ },
1231
+ },
1199
1232
  },
1200
1233
  };
1201
1234
  export const ErrorSummary = {
1202
1235
  type: {
1203
1236
  name: "Composite",
1204
1237
  className: "ErrorSummary",
1205
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
1238
+ modelProperties: {
1239
+ ...ProxyResource.type.modelProperties,
1240
+ properties: {
1206
1241
  serializedName: "properties",
1207
1242
  type: {
1208
1243
  name: "Composite",
1209
1244
  className: "ErrorSummariesProperties",
1210
1245
  },
1211
- }, tags: {
1246
+ },
1247
+ tags: {
1212
1248
  serializedName: "tags",
1213
1249
  type: {
1214
1250
  name: "Dictionary",
1215
1251
  value: { type: { name: "String" } },
1216
1252
  },
1217
- } }),
1253
+ },
1254
+ },
1218
1255
  },
1219
1256
  };
1220
1257
  export const SpringbootsitesDeleteHeaders = {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const SpringbootsitesProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesProperties\",\n modelProperties: {\n masterSiteId: {\n serializedName: \"masterSiteId\",\n type: {\n name: \"String\",\n },\n },\n migrateProjectId: {\n serializedName: \"migrateProjectId\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SpringbootsitesModelExtendedLocation: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesModelExtendedLocation\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const SpringbootsitesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesModel\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n actionType: {\n serializedName: \"actionType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SpringbootserversProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootserversProperties\",\n modelProperties: {\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\",\n },\n },\n server: {\n serializedName: \"server\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n fqdnAndIpAddressList: {\n serializedName: \"fqdnAndIpAddressList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n machineArmId: {\n serializedName: \"machineArmId\",\n type: {\n name: \"String\",\n },\n },\n totalApps: {\n serializedName: \"totalApps\",\n type: {\n name: \"Number\",\n },\n },\n springBootApps: {\n serializedName: \"springBootApps\",\n type: {\n name: \"Number\",\n },\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n },\n },\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"Number\",\n },\n },\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n summaryMessage: {\n serializedName: \"summaryMessage\",\n type: {\n name: \"String\",\n },\n },\n runAsAccountId: {\n serializedName: \"runAsAccountId\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n possibleCauses: {\n serializedName: \"possibleCauses\",\n type: {\n name: \"String\",\n },\n },\n recommendedAction: {\n serializedName: \"recommendedAction\",\n type: {\n name: \"String\",\n },\n },\n severity: {\n serializedName: \"severity\",\n type: {\n name: \"String\",\n },\n },\n updatedTimeStamp: {\n serializedName: \"updatedTimeStamp\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const SpringbootserversListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootserversListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SpringbootserversModel\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SpringbootappsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootappsProperties\",\n modelProperties: {\n appName: {\n serializedName: \"appName\",\n type: {\n name: \"String\",\n },\n },\n artifactName: {\n serializedName: \"artifactName\",\n type: {\n name: \"String\",\n },\n },\n appPort: {\n serializedName: \"appPort\",\n type: {\n name: \"Number\",\n },\n },\n appType: {\n serializedName: \"appType\",\n type: {\n name: \"String\",\n },\n },\n applicationConfigurations: {\n serializedName: \"applicationConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"SpringbootappsPropertiesApplicationConfigurationsItem\",\n },\n },\n },\n },\n bindingPorts: {\n serializedName: \"bindingPorts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\",\n },\n },\n },\n },\n buildJdkVersion: {\n serializedName: \"buildJdkVersion\",\n type: {\n name: \"String\",\n },\n },\n certificates: {\n serializedName: \"certificates\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n checksum: {\n serializedName: \"checksum\",\n type: {\n name: \"String\",\n },\n },\n dependencies: {\n serializedName: \"dependencies\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n environments: {\n serializedName: \"environments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n instanceCount: {\n serializedName: \"instanceCount\",\n type: {\n name: \"Number\",\n },\n },\n jarFileLocation: {\n serializedName: \"jarFileLocation\",\n type: {\n name: \"String\",\n },\n },\n jvmMemoryInMB: {\n serializedName: \"jvmMemoryInMB\",\n type: {\n name: \"Number\",\n },\n },\n jvmOptions: {\n serializedName: \"jvmOptions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n miscs: {\n serializedName: \"miscs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SpringbootappsPropertiesMiscsItem\",\n },\n },\n },\n },\n instances: {\n serializedName: \"instances\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SpringbootappsPropertiesInstancesItem\",\n },\n },\n },\n },\n runtimeJdkVersion: {\n serializedName: \"runtimeJdkVersion\",\n type: {\n name: \"String\",\n },\n },\n servers: {\n serializedName: \"servers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n machineArmIds: {\n serializedName: \"machineArmIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n siteName: {\n serializedName: \"siteName\",\n type: {\n name: \"String\",\n },\n },\n springBootVersion: {\n serializedName: \"springBootVersion\",\n type: {\n name: \"String\",\n },\n },\n staticContentLocations: {\n serializedName: \"staticContentLocations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n connectionStrings: {\n serializedName: \"connectionStrings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n type: {\n name: \"DateTime\",\n },\n },\n lastUpdatedTime: {\n serializedName: \"lastUpdatedTime\",\n type: {\n name: \"DateTime\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SpringbootappsPropertiesApplicationConfigurationsItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SpringbootappsPropertiesApplicationConfigurationsItem\",\n modelProperties: {\n key: {\n serializedName: \"key\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SpringbootappsPropertiesMiscsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootappsPropertiesMiscsItem\",\n modelProperties: {\n key: {\n serializedName: \"key\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SpringbootappsPropertiesInstancesItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SpringbootappsPropertiesInstancesItem\",\n modelProperties: {\n machineArmId: {\n serializedName: \"machineArmId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n instanceCount: {\n serializedName: \"instanceCount\",\n type: {\n name: \"Number\",\n },\n },\n jvmMemoryInMB: {\n serializedName: \"jvmMemoryInMB\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const SpringbootappsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootappsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SpringbootappsModel\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SummariesProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SummariesProperties\",\n modelProperties: {\n discoveredServers: {\n serializedName: \"discoveredServers\",\n type: {\n name: \"Number\",\n },\n },\n discoveredApps: {\n serializedName: \"discoveredApps\",\n type: {\n name: \"Number\",\n },\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n },\n },\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SummaryList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SummaryList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Summary\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorSummariesProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorSummariesProperties\",\n modelProperties: {\n discoveryScopeErrorSummaries: {\n serializedName: \"discoveryScopeErrorSummaries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorSummaryModel\",\n },\n },\n },\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n },\n },\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorSummaryModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorSummaryModel\",\n modelProperties: {\n affectedResourceType: {\n serializedName: \"affectedResourceType\",\n type: {\n name: \"String\",\n },\n },\n affectedObjectsCount: {\n serializedName: \"affectedObjectsCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ErrorSummaryList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorSummaryList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorSummary\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SummariesResourcePatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SummariesResourcePatch\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SummariesProperties\",\n },\n },\n },\n },\n};\n\nexport const ErrorSummariesResourcePatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorSummariesResourcePatch\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ErrorSummariesProperties\",\n },\n },\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const SpringbootsitesModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesModel\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesProperties\",\n },\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesModelExtendedLocation\",\n },\n },\n },\n },\n};\n\nexport const SpringbootsitesPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesPatch\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesProperties\",\n },\n },\n },\n },\n};\n\nexport const SpringbootserversModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootserversModel\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SpringbootserversProperties\",\n },\n },\n },\n },\n};\n\nexport const SpringbootserversPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootserversPatch\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SpringbootserversProperties\",\n },\n },\n },\n },\n};\n\nexport const SpringbootappsModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootappsModel\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SpringbootappsProperties\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const SpringbootappsPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootappsPatch\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SpringbootappsProperties\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const Summary: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Summary\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SummariesProperties\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ErrorSummary: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorSummary\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ErrorSummariesProperties\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const SpringbootsitesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SpringbootsitesUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SpringbootsitesTriggerRefreshSiteHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesTriggerRefreshSiteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SpringbootserversDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootserversDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SpringbootserversUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootserversUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SpringbootappsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootappsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n"]}