@azure/arm-selfhelp 2.0.0-beta.5 → 2.0.0-beta.7

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 (688) hide show
  1. package/LICENSE +3 -3
  2. package/README.md +29 -24
  3. package/dist/browser/api/checkNameAvailability/index.d.ts +3 -0
  4. package/dist/browser/api/checkNameAvailability/index.js +4 -0
  5. package/dist/browser/api/checkNameAvailability/index.js.map +1 -0
  6. package/dist/browser/api/checkNameAvailability/operations.d.ts +9 -0
  7. package/dist/browser/api/checkNameAvailability/operations.js +36 -0
  8. package/dist/browser/api/checkNameAvailability/operations.js.map +1 -0
  9. package/dist/browser/api/checkNameAvailability/options.d.ts +8 -0
  10. package/dist/browser/api/checkNameAvailability/options.js +4 -0
  11. package/dist/browser/api/checkNameAvailability/options.js.map +1 -0
  12. package/dist/browser/api/diagnostics/index.d.ts +3 -0
  13. package/dist/browser/api/diagnostics/index.js +4 -0
  14. package/dist/browser/api/diagnostics/index.js.map +1 -0
  15. package/dist/browser/api/diagnostics/operations.d.ts +14 -0
  16. package/dist/browser/api/diagnostics/operations.js +70 -0
  17. package/dist/browser/api/diagnostics/operations.js.map +1 -0
  18. package/dist/browser/api/diagnostics/options.d.ts +13 -0
  19. package/dist/browser/api/diagnostics/options.js +4 -0
  20. package/dist/browser/api/diagnostics/options.js.map +1 -0
  21. package/dist/browser/api/discoverySolution/index.d.ts +3 -0
  22. package/dist/browser/api/discoverySolution/index.js +4 -0
  23. package/dist/browser/api/discoverySolution/index.js.map +1 -0
  24. package/dist/browser/api/discoverySolution/operations.d.ts +10 -0
  25. package/dist/browser/api/discoverySolution/operations.js +37 -0
  26. package/dist/browser/api/discoverySolution/operations.js.map +1 -0
  27. package/dist/browser/api/discoverySolution/options.d.ts +9 -0
  28. package/dist/browser/api/discoverySolution/options.js +4 -0
  29. package/dist/browser/api/discoverySolution/options.js.map +1 -0
  30. package/dist/browser/api/discoverySolutionNLP/index.d.ts +3 -0
  31. package/dist/browser/api/discoverySolutionNLP/index.js +4 -0
  32. package/dist/browser/api/discoverySolutionNLP/index.js.map +1 -0
  33. package/dist/browser/api/discoverySolutionNLP/operations.d.ts +13 -0
  34. package/dist/browser/api/discoverySolutionNLP/operations.js +69 -0
  35. package/dist/browser/api/discoverySolutionNLP/operations.js.map +1 -0
  36. package/dist/browser/api/discoverySolutionNLP/options.d.ts +13 -0
  37. package/dist/browser/api/discoverySolutionNLP/options.js +4 -0
  38. package/dist/browser/api/discoverySolutionNLP/options.js.map +1 -0
  39. package/dist/browser/api/helpRPContext.d.ts +20 -0
  40. package/dist/browser/api/helpRPContext.js +26 -0
  41. package/dist/browser/api/helpRPContext.js.map +1 -0
  42. package/dist/browser/api/index.d.ts +3 -0
  43. package/dist/browser/api/index.js +4 -0
  44. package/dist/browser/api/index.js.map +1 -0
  45. package/dist/browser/api/operations/index.d.ts +3 -0
  46. package/dist/browser/api/operations/index.js +4 -0
  47. package/dist/browser/api/operations/index.js.map +1 -0
  48. package/dist/browser/api/operations/operations.d.ts +10 -0
  49. package/dist/browser/api/operations/operations.js +35 -0
  50. package/dist/browser/api/operations/operations.js.map +1 -0
  51. package/dist/browser/api/operations/options.d.ts +5 -0
  52. package/dist/browser/api/operations/options.js +4 -0
  53. package/dist/browser/api/operations/options.js.map +1 -0
  54. package/dist/browser/api/simplifiedSolutions/index.d.ts +3 -0
  55. package/dist/browser/api/simplifiedSolutions/index.js +4 -0
  56. package/dist/browser/api/simplifiedSolutions/index.js.map +1 -0
  57. package/dist/browser/api/simplifiedSolutions/operations.d.ts +14 -0
  58. package/dist/browser/api/simplifiedSolutions/operations.js +70 -0
  59. package/dist/browser/api/simplifiedSolutions/operations.js.map +1 -0
  60. package/dist/browser/api/simplifiedSolutions/options.d.ts +13 -0
  61. package/dist/browser/api/simplifiedSolutions/options.js +4 -0
  62. package/dist/browser/api/simplifiedSolutions/options.js.map +1 -0
  63. package/dist/browser/api/solution/index.d.ts +3 -0
  64. package/dist/browser/api/solution/index.js +4 -0
  65. package/dist/browser/api/solution/index.js.map +1 -0
  66. package/dist/browser/api/solution/operations.d.ts +22 -0
  67. package/dist/browser/api/solution/operations.js +136 -0
  68. package/dist/browser/api/solution/operations.js.map +1 -0
  69. package/dist/browser/api/solution/options.d.ts +25 -0
  70. package/dist/browser/api/solution/options.js +4 -0
  71. package/dist/browser/api/solution/options.js.map +1 -0
  72. package/dist/browser/api/solutionSelfHelp/index.d.ts +3 -0
  73. package/dist/browser/api/solutionSelfHelp/index.js +4 -0
  74. package/dist/browser/api/solutionSelfHelp/index.js.map +1 -0
  75. package/dist/browser/api/solutionSelfHelp/operations.d.ts +9 -0
  76. package/dist/browser/api/solutionSelfHelp/operations.js +32 -0
  77. package/dist/browser/api/solutionSelfHelp/operations.js.map +1 -0
  78. package/dist/browser/api/solutionSelfHelp/options.d.ts +5 -0
  79. package/dist/browser/api/solutionSelfHelp/options.js +4 -0
  80. package/dist/browser/api/solutionSelfHelp/options.js.map +1 -0
  81. package/dist/browser/api/troubleshooters/index.d.ts +3 -0
  82. package/dist/browser/api/troubleshooters/index.js +4 -0
  83. package/dist/browser/api/troubleshooters/index.js.map +1 -0
  84. package/dist/browser/api/troubleshooters/operations.d.ts +25 -0
  85. package/dist/browser/api/troubleshooters/operations.js +145 -0
  86. package/dist/browser/api/troubleshooters/operations.js.map +1 -0
  87. package/dist/browser/api/troubleshooters/options.d.ts +22 -0
  88. package/dist/browser/api/troubleshooters/options.js +4 -0
  89. package/dist/browser/api/troubleshooters/options.js.map +1 -0
  90. package/dist/browser/classic/checkNameAvailability/index.d.ts +10 -0
  91. package/dist/browser/classic/checkNameAvailability/index.js +14 -0
  92. package/dist/browser/classic/checkNameAvailability/index.js.map +1 -0
  93. package/dist/browser/classic/diagnostics/index.d.ts +18 -0
  94. package/dist/browser/classic/diagnostics/index.js +24 -0
  95. package/dist/browser/classic/diagnostics/index.js.map +1 -0
  96. package/dist/browser/classic/discoverySolution/index.d.ts +11 -0
  97. package/dist/browser/classic/discoverySolution/index.js +14 -0
  98. package/dist/browser/classic/discoverySolution/index.js.map +1 -0
  99. package/dist/browser/classic/discoverySolutionNLP/index.d.ts +12 -0
  100. package/dist/browser/classic/discoverySolutionNLP/index.js +15 -0
  101. package/dist/browser/classic/discoverySolutionNLP/index.js.map +1 -0
  102. package/dist/browser/classic/index.d.ts +10 -0
  103. package/dist/browser/classic/index.js +4 -0
  104. package/dist/browser/classic/index.js.map +1 -0
  105. package/dist/browser/classic/operations/index.d.ts +11 -0
  106. package/dist/browser/classic/operations/index.js +14 -0
  107. package/dist/browser/classic/operations/index.js.map +1 -0
  108. package/dist/browser/classic/simplifiedSolutions/index.d.ts +18 -0
  109. package/dist/browser/classic/simplifiedSolutions/index.js +24 -0
  110. package/dist/browser/classic/simplifiedSolutions/index.js.map +1 -0
  111. package/dist/browser/classic/solution/index.d.ts +26 -0
  112. package/dist/browser/classic/solution/index.js +34 -0
  113. package/dist/browser/classic/solution/index.js.map +1 -0
  114. package/dist/browser/classic/solutionSelfHelp/index.d.ts +10 -0
  115. package/dist/browser/classic/solutionSelfHelp/index.js +14 -0
  116. package/dist/browser/classic/solutionSelfHelp/index.js.map +1 -0
  117. package/dist/browser/classic/troubleshooters/index.d.ts +18 -0
  118. package/dist/browser/classic/troubleshooters/index.js +18 -0
  119. package/dist/browser/classic/troubleshooters/index.js.map +1 -0
  120. package/dist/browser/helpRP.d.ts +39 -0
  121. package/dist/browser/helpRP.js +54 -0
  122. package/dist/browser/helpRP.js.map +1 -0
  123. package/dist/browser/index.d.ts +24 -0
  124. package/dist/browser/index.js +9 -0
  125. package/dist/browser/index.js.map +1 -0
  126. package/dist/browser/logger.d.ts +2 -0
  127. package/dist/browser/logger.js +5 -0
  128. package/dist/browser/logger.js.map +1 -0
  129. package/dist/browser/models/index.d.ts +3 -0
  130. package/dist/browser/models/index.js +4 -0
  131. package/dist/browser/models/index.js.map +1 -0
  132. package/{dist-esm/src/models/index.d.ts → dist/browser/models/models.d.ts} +845 -914
  133. package/dist/browser/models/models.js +1277 -0
  134. package/dist/browser/models/models.js.map +1 -0
  135. package/dist/browser/package.json +3 -0
  136. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  137. package/dist/browser/restorePollerHelpers.js +111 -0
  138. package/dist/browser/restorePollerHelpers.js.map +1 -0
  139. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  140. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  141. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  142. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  143. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  144. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  145. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  146. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  147. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  148. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  149. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  150. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  151. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  152. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  153. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  154. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  155. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  156. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  157. package/dist/commonjs/api/checkNameAvailability/index.d.ts +3 -0
  158. package/dist/commonjs/api/checkNameAvailability/index.js +28 -0
  159. package/dist/commonjs/api/checkNameAvailability/index.js.map +7 -0
  160. package/dist/commonjs/api/checkNameAvailability/operations.d.ts +9 -0
  161. package/dist/commonjs/api/checkNameAvailability/operations.js +65 -0
  162. package/dist/commonjs/api/checkNameAvailability/operations.js.map +7 -0
  163. package/dist/commonjs/api/checkNameAvailability/options.d.ts +8 -0
  164. package/dist/commonjs/api/checkNameAvailability/options.js +16 -0
  165. package/dist/commonjs/api/checkNameAvailability/options.js.map +7 -0
  166. package/dist/commonjs/api/diagnostics/index.d.ts +3 -0
  167. package/dist/commonjs/api/diagnostics/index.js +30 -0
  168. package/dist/commonjs/api/diagnostics/index.js.map +7 -0
  169. package/dist/commonjs/api/diagnostics/operations.d.ts +14 -0
  170. package/dist/commonjs/api/diagnostics/operations.js +108 -0
  171. package/dist/commonjs/api/diagnostics/operations.js.map +7 -0
  172. package/dist/commonjs/api/diagnostics/options.d.ts +13 -0
  173. package/dist/commonjs/api/diagnostics/options.js +16 -0
  174. package/dist/commonjs/api/diagnostics/options.js.map +7 -0
  175. package/dist/commonjs/api/discoverySolution/index.d.ts +3 -0
  176. package/dist/commonjs/api/discoverySolution/index.js +28 -0
  177. package/dist/commonjs/api/discoverySolution/index.js.map +7 -0
  178. package/dist/commonjs/api/discoverySolution/operations.d.ts +10 -0
  179. package/dist/commonjs/api/discoverySolution/operations.js +74 -0
  180. package/dist/commonjs/api/discoverySolution/operations.js.map +7 -0
  181. package/dist/commonjs/api/discoverySolution/options.d.ts +9 -0
  182. package/dist/commonjs/api/discoverySolution/options.js +16 -0
  183. package/dist/commonjs/api/discoverySolution/options.js.map +7 -0
  184. package/dist/commonjs/api/discoverySolutionNLP/index.d.ts +3 -0
  185. package/dist/commonjs/api/discoverySolutionNLP/index.js +30 -0
  186. package/dist/commonjs/api/discoverySolutionNLP/index.js.map +7 -0
  187. package/dist/commonjs/api/discoverySolutionNLP/operations.d.ts +13 -0
  188. package/dist/commonjs/api/discoverySolutionNLP/operations.js +105 -0
  189. package/dist/commonjs/api/discoverySolutionNLP/operations.js.map +7 -0
  190. package/dist/commonjs/api/discoverySolutionNLP/options.d.ts +13 -0
  191. package/dist/commonjs/api/discoverySolutionNLP/options.js +16 -0
  192. package/dist/commonjs/api/discoverySolutionNLP/options.js.map +7 -0
  193. package/dist/commonjs/api/helpRPContext.d.ts +20 -0
  194. package/dist/commonjs/api/helpRPContext.js +47 -0
  195. package/dist/commonjs/api/helpRPContext.js.map +7 -0
  196. package/dist/commonjs/api/index.d.ts +3 -0
  197. package/dist/commonjs/api/index.js +28 -0
  198. package/dist/commonjs/api/index.js.map +7 -0
  199. package/dist/commonjs/api/operations/index.d.ts +3 -0
  200. package/dist/commonjs/api/operations/index.js +28 -0
  201. package/dist/commonjs/api/operations/index.js.map +7 -0
  202. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  203. package/dist/commonjs/api/operations/operations.js +72 -0
  204. package/dist/commonjs/api/operations/operations.js.map +7 -0
  205. package/dist/commonjs/api/operations/options.d.ts +5 -0
  206. package/dist/commonjs/api/operations/options.js +16 -0
  207. package/dist/commonjs/api/operations/options.js.map +7 -0
  208. package/dist/commonjs/api/simplifiedSolutions/index.d.ts +3 -0
  209. package/dist/commonjs/api/simplifiedSolutions/index.js +30 -0
  210. package/dist/commonjs/api/simplifiedSolutions/index.js.map +7 -0
  211. package/dist/commonjs/api/simplifiedSolutions/operations.d.ts +14 -0
  212. package/dist/commonjs/api/simplifiedSolutions/operations.js +108 -0
  213. package/dist/commonjs/api/simplifiedSolutions/operations.js.map +7 -0
  214. package/dist/commonjs/api/simplifiedSolutions/options.d.ts +13 -0
  215. package/dist/commonjs/api/simplifiedSolutions/options.js +16 -0
  216. package/dist/commonjs/api/simplifiedSolutions/options.js.map +7 -0
  217. package/dist/commonjs/api/solution/index.d.ts +3 -0
  218. package/dist/commonjs/api/solution/index.js +34 -0
  219. package/dist/commonjs/api/solution/index.js.map +7 -0
  220. package/dist/commonjs/api/solution/operations.d.ts +22 -0
  221. package/dist/commonjs/api/solution/operations.js +188 -0
  222. package/dist/commonjs/api/solution/operations.js.map +7 -0
  223. package/dist/commonjs/api/solution/options.d.ts +25 -0
  224. package/dist/commonjs/api/solution/options.js +16 -0
  225. package/dist/commonjs/api/solution/options.js.map +7 -0
  226. package/dist/commonjs/api/solutionSelfHelp/index.d.ts +3 -0
  227. package/dist/commonjs/api/solutionSelfHelp/index.js +28 -0
  228. package/dist/commonjs/api/solutionSelfHelp/index.js.map +7 -0
  229. package/dist/commonjs/api/solutionSelfHelp/operations.d.ts +9 -0
  230. package/dist/commonjs/api/solutionSelfHelp/operations.js +63 -0
  231. package/dist/commonjs/api/solutionSelfHelp/operations.js.map +7 -0
  232. package/dist/commonjs/api/solutionSelfHelp/options.d.ts +5 -0
  233. package/dist/commonjs/api/solutionSelfHelp/options.js +16 -0
  234. package/dist/commonjs/api/solutionSelfHelp/options.js.map +7 -0
  235. package/dist/commonjs/api/troubleshooters/index.d.ts +3 -0
  236. package/dist/commonjs/api/troubleshooters/index.js +36 -0
  237. package/dist/commonjs/api/troubleshooters/index.js.map +7 -0
  238. package/dist/commonjs/api/troubleshooters/operations.d.ts +25 -0
  239. package/dist/commonjs/api/troubleshooters/operations.js +208 -0
  240. package/dist/commonjs/api/troubleshooters/operations.js.map +7 -0
  241. package/dist/commonjs/api/troubleshooters/options.d.ts +22 -0
  242. package/dist/commonjs/api/troubleshooters/options.js +16 -0
  243. package/dist/commonjs/api/troubleshooters/options.js.map +7 -0
  244. package/dist/commonjs/classic/checkNameAvailability/index.d.ts +10 -0
  245. package/dist/commonjs/classic/checkNameAvailability/index.js +38 -0
  246. package/dist/commonjs/classic/checkNameAvailability/index.js.map +7 -0
  247. package/dist/commonjs/classic/diagnostics/index.d.ts +18 -0
  248. package/dist/commonjs/classic/diagnostics/index.js +48 -0
  249. package/dist/commonjs/classic/diagnostics/index.js.map +7 -0
  250. package/dist/commonjs/classic/discoverySolution/index.d.ts +11 -0
  251. package/dist/commonjs/classic/discoverySolution/index.js +38 -0
  252. package/dist/commonjs/classic/discoverySolution/index.js.map +7 -0
  253. package/dist/commonjs/classic/discoverySolutionNLP/index.d.ts +12 -0
  254. package/dist/commonjs/classic/discoverySolutionNLP/index.js +39 -0
  255. package/dist/commonjs/classic/discoverySolutionNLP/index.js.map +7 -0
  256. package/dist/commonjs/classic/index.d.ts +10 -0
  257. package/dist/commonjs/classic/index.js +16 -0
  258. package/dist/commonjs/classic/index.js.map +7 -0
  259. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  260. package/dist/commonjs/classic/operations/index.js +38 -0
  261. package/dist/commonjs/classic/operations/index.js.map +7 -0
  262. package/dist/commonjs/classic/simplifiedSolutions/index.d.ts +18 -0
  263. package/dist/commonjs/classic/simplifiedSolutions/index.js +48 -0
  264. package/dist/commonjs/classic/simplifiedSolutions/index.js.map +7 -0
  265. package/dist/commonjs/classic/solution/index.d.ts +26 -0
  266. package/dist/commonjs/classic/solution/index.js +58 -0
  267. package/dist/commonjs/classic/solution/index.js.map +7 -0
  268. package/dist/commonjs/classic/solutionSelfHelp/index.d.ts +10 -0
  269. package/dist/commonjs/classic/solutionSelfHelp/index.js +38 -0
  270. package/dist/commonjs/classic/solutionSelfHelp/index.js.map +7 -0
  271. package/dist/commonjs/classic/troubleshooters/index.d.ts +18 -0
  272. package/dist/commonjs/classic/troubleshooters/index.js +42 -0
  273. package/dist/commonjs/classic/troubleshooters/index.js.map +7 -0
  274. package/dist/commonjs/helpRP.d.ts +39 -0
  275. package/dist/commonjs/helpRP.js +76 -0
  276. package/dist/commonjs/helpRP.js.map +7 -0
  277. package/dist/commonjs/index.d.ts +24 -0
  278. package/dist/commonjs/index.js +80 -0
  279. package/dist/commonjs/index.js.map +7 -0
  280. package/dist/commonjs/logger.d.ts +2 -0
  281. package/dist/commonjs/logger.js +29 -0
  282. package/dist/commonjs/logger.js.map +7 -0
  283. package/dist/commonjs/models/index.d.ts +3 -0
  284. package/dist/commonjs/models/index.js +66 -0
  285. package/dist/commonjs/models/index.js.map +7 -0
  286. package/dist/commonjs/models/models.d.ts +1246 -0
  287. package/dist/commonjs/models/models.js +1343 -0
  288. package/dist/commonjs/models/models.js.map +7 -0
  289. package/dist/commonjs/package.json +3 -0
  290. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  291. package/dist/commonjs/restorePollerHelpers.js +124 -0
  292. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  293. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  294. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  295. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  296. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  297. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  298. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  299. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  300. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  301. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  302. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  303. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  304. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  305. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  306. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  307. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  308. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  309. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  310. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  311. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  312. package/dist/esm/api/checkNameAvailability/index.d.ts +3 -0
  313. package/dist/esm/api/checkNameAvailability/index.js +4 -0
  314. package/dist/esm/api/checkNameAvailability/index.js.map +1 -0
  315. package/dist/esm/api/checkNameAvailability/operations.d.ts +9 -0
  316. package/dist/esm/api/checkNameAvailability/operations.js +36 -0
  317. package/dist/esm/api/checkNameAvailability/operations.js.map +1 -0
  318. package/dist/esm/api/checkNameAvailability/options.d.ts +8 -0
  319. package/dist/esm/api/checkNameAvailability/options.js +4 -0
  320. package/dist/esm/api/checkNameAvailability/options.js.map +1 -0
  321. package/dist/esm/api/diagnostics/index.d.ts +3 -0
  322. package/dist/esm/api/diagnostics/index.js +4 -0
  323. package/dist/esm/api/diagnostics/index.js.map +1 -0
  324. package/dist/esm/api/diagnostics/operations.d.ts +14 -0
  325. package/dist/esm/api/diagnostics/operations.js +70 -0
  326. package/dist/esm/api/diagnostics/operations.js.map +1 -0
  327. package/dist/esm/api/diagnostics/options.d.ts +13 -0
  328. package/dist/esm/api/diagnostics/options.js +4 -0
  329. package/dist/esm/api/diagnostics/options.js.map +1 -0
  330. package/dist/esm/api/discoverySolution/index.d.ts +3 -0
  331. package/dist/esm/api/discoverySolution/index.js +4 -0
  332. package/dist/esm/api/discoverySolution/index.js.map +1 -0
  333. package/dist/esm/api/discoverySolution/operations.d.ts +10 -0
  334. package/dist/esm/api/discoverySolution/operations.js +37 -0
  335. package/dist/esm/api/discoverySolution/operations.js.map +1 -0
  336. package/dist/esm/api/discoverySolution/options.d.ts +9 -0
  337. package/dist/esm/api/discoverySolution/options.js +4 -0
  338. package/dist/esm/api/discoverySolution/options.js.map +1 -0
  339. package/dist/esm/api/discoverySolutionNLP/index.d.ts +3 -0
  340. package/dist/esm/api/discoverySolutionNLP/index.js +4 -0
  341. package/dist/esm/api/discoverySolutionNLP/index.js.map +1 -0
  342. package/dist/esm/api/discoverySolutionNLP/operations.d.ts +13 -0
  343. package/dist/esm/api/discoverySolutionNLP/operations.js +69 -0
  344. package/dist/esm/api/discoverySolutionNLP/operations.js.map +1 -0
  345. package/dist/esm/api/discoverySolutionNLP/options.d.ts +13 -0
  346. package/dist/esm/api/discoverySolutionNLP/options.js +4 -0
  347. package/dist/esm/api/discoverySolutionNLP/options.js.map +1 -0
  348. package/dist/esm/api/helpRPContext.d.ts +20 -0
  349. package/dist/esm/api/helpRPContext.js +26 -0
  350. package/dist/esm/api/helpRPContext.js.map +1 -0
  351. package/dist/esm/api/index.d.ts +3 -0
  352. package/dist/esm/api/index.js +4 -0
  353. package/dist/esm/api/index.js.map +1 -0
  354. package/dist/esm/api/operations/index.d.ts +3 -0
  355. package/dist/esm/api/operations/index.js +4 -0
  356. package/dist/esm/api/operations/index.js.map +1 -0
  357. package/dist/esm/api/operations/operations.d.ts +10 -0
  358. package/dist/esm/api/operations/operations.js +35 -0
  359. package/dist/esm/api/operations/operations.js.map +1 -0
  360. package/dist/esm/api/operations/options.d.ts +5 -0
  361. package/dist/esm/api/operations/options.js +4 -0
  362. package/dist/esm/api/operations/options.js.map +1 -0
  363. package/dist/esm/api/simplifiedSolutions/index.d.ts +3 -0
  364. package/dist/esm/api/simplifiedSolutions/index.js +4 -0
  365. package/dist/esm/api/simplifiedSolutions/index.js.map +1 -0
  366. package/dist/esm/api/simplifiedSolutions/operations.d.ts +14 -0
  367. package/dist/esm/api/simplifiedSolutions/operations.js +70 -0
  368. package/dist/esm/api/simplifiedSolutions/operations.js.map +1 -0
  369. package/dist/esm/api/simplifiedSolutions/options.d.ts +13 -0
  370. package/dist/esm/api/simplifiedSolutions/options.js +4 -0
  371. package/dist/esm/api/simplifiedSolutions/options.js.map +1 -0
  372. package/dist/esm/api/solution/index.d.ts +3 -0
  373. package/dist/esm/api/solution/index.js +4 -0
  374. package/dist/esm/api/solution/index.js.map +1 -0
  375. package/dist/esm/api/solution/operations.d.ts +22 -0
  376. package/dist/esm/api/solution/operations.js +136 -0
  377. package/dist/esm/api/solution/operations.js.map +1 -0
  378. package/dist/esm/api/solution/options.d.ts +25 -0
  379. package/dist/esm/api/solution/options.js +4 -0
  380. package/dist/esm/api/solution/options.js.map +1 -0
  381. package/dist/esm/api/solutionSelfHelp/index.d.ts +3 -0
  382. package/dist/esm/api/solutionSelfHelp/index.js +4 -0
  383. package/dist/esm/api/solutionSelfHelp/index.js.map +1 -0
  384. package/dist/esm/api/solutionSelfHelp/operations.d.ts +9 -0
  385. package/dist/esm/api/solutionSelfHelp/operations.js +32 -0
  386. package/dist/esm/api/solutionSelfHelp/operations.js.map +1 -0
  387. package/dist/esm/api/solutionSelfHelp/options.d.ts +5 -0
  388. package/dist/esm/api/solutionSelfHelp/options.js +4 -0
  389. package/dist/esm/api/solutionSelfHelp/options.js.map +1 -0
  390. package/dist/esm/api/troubleshooters/index.d.ts +3 -0
  391. package/dist/esm/api/troubleshooters/index.js +4 -0
  392. package/dist/esm/api/troubleshooters/index.js.map +1 -0
  393. package/dist/esm/api/troubleshooters/operations.d.ts +25 -0
  394. package/dist/esm/api/troubleshooters/operations.js +145 -0
  395. package/dist/esm/api/troubleshooters/operations.js.map +1 -0
  396. package/dist/esm/api/troubleshooters/options.d.ts +22 -0
  397. package/dist/esm/api/troubleshooters/options.js +4 -0
  398. package/dist/esm/api/troubleshooters/options.js.map +1 -0
  399. package/dist/esm/classic/checkNameAvailability/index.d.ts +10 -0
  400. package/dist/esm/classic/checkNameAvailability/index.js +14 -0
  401. package/dist/esm/classic/checkNameAvailability/index.js.map +1 -0
  402. package/dist/esm/classic/diagnostics/index.d.ts +18 -0
  403. package/dist/esm/classic/diagnostics/index.js +24 -0
  404. package/dist/esm/classic/diagnostics/index.js.map +1 -0
  405. package/dist/esm/classic/discoverySolution/index.d.ts +11 -0
  406. package/dist/esm/classic/discoverySolution/index.js +14 -0
  407. package/dist/esm/classic/discoverySolution/index.js.map +1 -0
  408. package/dist/esm/classic/discoverySolutionNLP/index.d.ts +12 -0
  409. package/dist/esm/classic/discoverySolutionNLP/index.js +15 -0
  410. package/dist/esm/classic/discoverySolutionNLP/index.js.map +1 -0
  411. package/dist/esm/classic/index.d.ts +10 -0
  412. package/dist/esm/classic/index.js +4 -0
  413. package/dist/esm/classic/index.js.map +1 -0
  414. package/dist/esm/classic/operations/index.d.ts +11 -0
  415. package/dist/esm/classic/operations/index.js +14 -0
  416. package/dist/esm/classic/operations/index.js.map +1 -0
  417. package/dist/esm/classic/simplifiedSolutions/index.d.ts +18 -0
  418. package/dist/esm/classic/simplifiedSolutions/index.js +24 -0
  419. package/dist/esm/classic/simplifiedSolutions/index.js.map +1 -0
  420. package/dist/esm/classic/solution/index.d.ts +26 -0
  421. package/dist/esm/classic/solution/index.js +34 -0
  422. package/dist/esm/classic/solution/index.js.map +1 -0
  423. package/dist/esm/classic/solutionSelfHelp/index.d.ts +10 -0
  424. package/dist/esm/classic/solutionSelfHelp/index.js +14 -0
  425. package/dist/esm/classic/solutionSelfHelp/index.js.map +1 -0
  426. package/dist/esm/classic/troubleshooters/index.d.ts +18 -0
  427. package/dist/esm/classic/troubleshooters/index.js +18 -0
  428. package/dist/esm/classic/troubleshooters/index.js.map +1 -0
  429. package/dist/esm/helpRP.d.ts +39 -0
  430. package/dist/esm/helpRP.js +54 -0
  431. package/dist/esm/helpRP.js.map +1 -0
  432. package/dist/esm/index.d.ts +24 -0
  433. package/dist/esm/index.js +9 -0
  434. package/dist/esm/index.js.map +1 -0
  435. package/dist/esm/logger.d.ts +2 -0
  436. package/dist/esm/logger.js +5 -0
  437. package/dist/esm/logger.js.map +1 -0
  438. package/dist/esm/models/index.d.ts +3 -0
  439. package/dist/esm/models/index.js +4 -0
  440. package/dist/esm/models/index.js.map +1 -0
  441. package/dist/esm/models/models.d.ts +1246 -0
  442. package/dist/esm/models/models.js +1277 -0
  443. package/dist/esm/models/models.js.map +1 -0
  444. package/dist/esm/package.json +3 -0
  445. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  446. package/dist/esm/restorePollerHelpers.js +111 -0
  447. package/dist/esm/restorePollerHelpers.js.map +1 -0
  448. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  449. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  450. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  451. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  452. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  453. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  454. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  455. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  456. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  457. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  458. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  459. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  460. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  461. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  462. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  463. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  464. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  465. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  466. package/package.json +249 -85
  467. package/CHANGELOG.md +0 -551
  468. package/dist/index.js +0 -3832
  469. package/dist/index.js.map +0 -1
  470. package/dist/index.min.js +0 -1
  471. package/dist/index.min.js.map +0 -1
  472. package/dist-esm/samples-dev/checkNameAvailabilityCheckAvailabilitySample.d.ts +0 -2
  473. package/dist-esm/samples-dev/checkNameAvailabilityCheckAvailabilitySample.d.ts.map +0 -1
  474. package/dist-esm/samples-dev/checkNameAvailabilityCheckAvailabilitySample.js +0 -66
  475. package/dist-esm/samples-dev/checkNameAvailabilityCheckAvailabilitySample.js.map +0 -1
  476. package/dist-esm/samples-dev/diagnosticsCreateSample.d.ts +0 -2
  477. package/dist-esm/samples-dev/diagnosticsCreateSample.d.ts.map +0 -1
  478. package/dist-esm/samples-dev/diagnosticsCreateSample.js +0 -37
  479. package/dist-esm/samples-dev/diagnosticsCreateSample.js.map +0 -1
  480. package/dist-esm/samples-dev/diagnosticsGetSample.d.ts +0 -2
  481. package/dist-esm/samples-dev/diagnosticsGetSample.d.ts.map +0 -1
  482. package/dist-esm/samples-dev/diagnosticsGetSample.js +0 -37
  483. package/dist-esm/samples-dev/diagnosticsGetSample.js.map +0 -1
  484. package/dist-esm/samples-dev/discoverySolutionListSample.d.ts +0 -2
  485. package/dist-esm/samples-dev/discoverySolutionListSample.d.ts.map +0 -1
  486. package/dist-esm/samples-dev/discoverySolutionListSample.js +0 -53
  487. package/dist-esm/samples-dev/discoverySolutionListSample.js.map +0 -1
  488. package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsBySubscriptionSample.d.ts +0 -2
  489. package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsBySubscriptionSample.d.ts.map +0 -1
  490. package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsBySubscriptionSample.js +0 -42
  491. package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsBySubscriptionSample.js.map +0 -1
  492. package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsSample.d.ts +0 -2
  493. package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsSample.d.ts.map +0 -1
  494. package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsSample.js +0 -42
  495. package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsSample.js.map +0 -1
  496. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  497. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  498. package/dist-esm/samples-dev/operationsListSample.js +0 -51
  499. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  500. package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.d.ts +0 -2
  501. package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.d.ts.map +0 -1
  502. package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.js +0 -46
  503. package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.js.map +0 -1
  504. package/dist-esm/samples-dev/simplifiedSolutionsGetSample.d.ts +0 -2
  505. package/dist-esm/samples-dev/simplifiedSolutionsGetSample.d.ts.map +0 -1
  506. package/dist-esm/samples-dev/simplifiedSolutionsGetSample.js +0 -37
  507. package/dist-esm/samples-dev/simplifiedSolutionsGetSample.js.map +0 -1
  508. package/dist-esm/samples-dev/solutionCreateSample.d.ts +0 -2
  509. package/dist-esm/samples-dev/solutionCreateSample.d.ts.map +0 -1
  510. package/dist-esm/samples-dev/solutionCreateSample.js +0 -44
  511. package/dist-esm/samples-dev/solutionCreateSample.js.map +0 -1
  512. package/dist-esm/samples-dev/solutionGetSample.d.ts +0 -2
  513. package/dist-esm/samples-dev/solutionGetSample.d.ts.map +0 -1
  514. package/dist-esm/samples-dev/solutionGetSample.js +0 -37
  515. package/dist-esm/samples-dev/solutionGetSample.js.map +0 -1
  516. package/dist-esm/samples-dev/solutionSelfHelpGetSample.d.ts +0 -2
  517. package/dist-esm/samples-dev/solutionSelfHelpGetSample.d.ts.map +0 -1
  518. package/dist-esm/samples-dev/solutionSelfHelpGetSample.js +0 -36
  519. package/dist-esm/samples-dev/solutionSelfHelpGetSample.js.map +0 -1
  520. package/dist-esm/samples-dev/solutionUpdateSample.d.ts +0 -2
  521. package/dist-esm/samples-dev/solutionUpdateSample.d.ts.map +0 -1
  522. package/dist-esm/samples-dev/solutionUpdateSample.js +0 -37
  523. package/dist-esm/samples-dev/solutionUpdateSample.js.map +0 -1
  524. package/dist-esm/samples-dev/solutionWarmUpSample.d.ts +0 -2
  525. package/dist-esm/samples-dev/solutionWarmUpSample.d.ts.map +0 -1
  526. package/dist-esm/samples-dev/solutionWarmUpSample.js +0 -37
  527. package/dist-esm/samples-dev/solutionWarmUpSample.js.map +0 -1
  528. package/dist-esm/samples-dev/troubleshootersContinueSample.d.ts +0 -2
  529. package/dist-esm/samples-dev/troubleshootersContinueSample.d.ts.map +0 -1
  530. package/dist-esm/samples-dev/troubleshootersContinueSample.js +0 -50
  531. package/dist-esm/samples-dev/troubleshootersContinueSample.js.map +0 -1
  532. package/dist-esm/samples-dev/troubleshootersCreateSample.d.ts +0 -2
  533. package/dist-esm/samples-dev/troubleshootersCreateSample.d.ts.map +0 -1
  534. package/dist-esm/samples-dev/troubleshootersCreateSample.js +0 -46
  535. package/dist-esm/samples-dev/troubleshootersCreateSample.js.map +0 -1
  536. package/dist-esm/samples-dev/troubleshootersEndSample.d.ts +0 -2
  537. package/dist-esm/samples-dev/troubleshootersEndSample.d.ts.map +0 -1
  538. package/dist-esm/samples-dev/troubleshootersEndSample.js +0 -37
  539. package/dist-esm/samples-dev/troubleshootersEndSample.js.map +0 -1
  540. package/dist-esm/samples-dev/troubleshootersGetSample.d.ts +0 -2
  541. package/dist-esm/samples-dev/troubleshootersGetSample.d.ts.map +0 -1
  542. package/dist-esm/samples-dev/troubleshootersGetSample.js +0 -37
  543. package/dist-esm/samples-dev/troubleshootersGetSample.js.map +0 -1
  544. package/dist-esm/samples-dev/troubleshootersRestartSample.d.ts +0 -2
  545. package/dist-esm/samples-dev/troubleshootersRestartSample.d.ts.map +0 -1
  546. package/dist-esm/samples-dev/troubleshootersRestartSample.js +0 -37
  547. package/dist-esm/samples-dev/troubleshootersRestartSample.js.map +0 -1
  548. package/dist-esm/src/helpRP.d.ts +0 -26
  549. package/dist-esm/src/helpRP.d.ts.map +0 -1
  550. package/dist-esm/src/helpRP.js +0 -102
  551. package/dist-esm/src/helpRP.js.map +0 -1
  552. package/dist-esm/src/index.d.ts +0 -6
  553. package/dist-esm/src/index.d.ts.map +0 -1
  554. package/dist-esm/src/index.js +0 -13
  555. package/dist-esm/src/index.js.map +0 -1
  556. package/dist-esm/src/lroImpl.d.ts +0 -11
  557. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  558. package/dist-esm/src/lroImpl.js +0 -21
  559. package/dist-esm/src/lroImpl.js.map +0 -1
  560. package/dist-esm/src/models/index.d.ts.map +0 -1
  561. package/dist-esm/src/models/index.js +0 -234
  562. package/dist-esm/src/models/index.js.map +0 -1
  563. package/dist-esm/src/models/mappers.d.ts +0 -58
  564. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  565. package/dist-esm/src/models/mappers.js +0 -1917
  566. package/dist-esm/src/models/mappers.js.map +0 -1
  567. package/dist-esm/src/models/parameters.d.ts +0 -25
  568. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  569. package/dist-esm/src/models/parameters.js +0 -215
  570. package/dist-esm/src/models/parameters.js.map +0 -1
  571. package/dist-esm/src/operations/checkNameAvailability.d.ts +0 -22
  572. package/dist-esm/src/operations/checkNameAvailability.d.ts.map +0 -1
  573. package/dist-esm/src/operations/checkNameAvailability.js +0 -52
  574. package/dist-esm/src/operations/checkNameAvailability.js.map +0 -1
  575. package/dist-esm/src/operations/diagnostics.d.ts +0 -45
  576. package/dist-esm/src/operations/diagnostics.d.ts.map +0 -1
  577. package/dist-esm/src/operations/diagnostics.js +0 -152
  578. package/dist-esm/src/operations/diagnostics.js.map +0 -1
  579. package/dist-esm/src/operations/discoverySolution.d.ts +0 -48
  580. package/dist-esm/src/operations/discoverySolution.d.ts.map +0 -1
  581. package/dist-esm/src/operations/discoverySolution.js +0 -153
  582. package/dist-esm/src/operations/discoverySolution.js.map +0 -1
  583. package/dist-esm/src/operations/discoverySolutionNLP.d.ts +0 -26
  584. package/dist-esm/src/operations/discoverySolutionNLP.d.ts.map +0 -1
  585. package/dist-esm/src/operations/discoverySolutionNLP.js +0 -76
  586. package/dist-esm/src/operations/discoverySolutionNLP.js.map +0 -1
  587. package/dist-esm/src/operations/index.d.ts +0 -10
  588. package/dist-esm/src/operations/index.d.ts.map +0 -1
  589. package/dist-esm/src/operations/index.js +0 -17
  590. package/dist-esm/src/operations/index.js.map +0 -1
  591. package/dist-esm/src/operations/operations.d.ts +0 -32
  592. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  593. package/dist-esm/src/operations/operations.js +0 -133
  594. package/dist-esm/src/operations/operations.js.map +0 -1
  595. package/dist-esm/src/operations/simplifiedSolutions.d.ts +0 -52
  596. package/dist-esm/src/operations/simplifiedSolutions.d.ts.map +0 -1
  597. package/dist-esm/src/operations/simplifiedSolutions.js +0 -159
  598. package/dist-esm/src/operations/simplifiedSolutions.js.map +0 -1
  599. package/dist-esm/src/operations/solution.d.ts +0 -82
  600. package/dist-esm/src/operations/solution.d.ts.map +0 -1
  601. package/dist-esm/src/operations/solution.js +0 -288
  602. package/dist-esm/src/operations/solution.js.map +0 -1
  603. package/dist-esm/src/operations/solutionSelfHelp.d.ts +0 -23
  604. package/dist-esm/src/operations/solutionSelfHelp.d.ts.map +0 -1
  605. package/dist-esm/src/operations/solutionSelfHelp.js +0 -51
  606. package/dist-esm/src/operations/solutionSelfHelp.js.map +0 -1
  607. package/dist-esm/src/operations/troubleshooters.d.ts +0 -73
  608. package/dist-esm/src/operations/troubleshooters.d.ts.map +0 -1
  609. package/dist-esm/src/operations/troubleshooters.js +0 -201
  610. package/dist-esm/src/operations/troubleshooters.js.map +0 -1
  611. package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +0 -14
  612. package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  613. package/dist-esm/src/operationsInterfaces/checkNameAvailability.js +0 -9
  614. package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +0 -1
  615. package/dist-esm/src/operationsInterfaces/diagnostics.d.ts +0 -37
  616. package/dist-esm/src/operationsInterfaces/diagnostics.d.ts.map +0 -1
  617. package/dist-esm/src/operationsInterfaces/diagnostics.js +0 -9
  618. package/dist-esm/src/operationsInterfaces/diagnostics.js.map +0 -1
  619. package/dist-esm/src/operationsInterfaces/discoverySolution.d.ts +0 -19
  620. package/dist-esm/src/operationsInterfaces/discoverySolution.d.ts.map +0 -1
  621. package/dist-esm/src/operationsInterfaces/discoverySolution.js +0 -9
  622. package/dist-esm/src/operationsInterfaces/discoverySolution.js.map +0 -1
  623. package/dist-esm/src/operationsInterfaces/discoverySolutionNLP.d.ts +0 -18
  624. package/dist-esm/src/operationsInterfaces/discoverySolutionNLP.d.ts.map +0 -1
  625. package/dist-esm/src/operationsInterfaces/discoverySolutionNLP.js +0 -9
  626. package/dist-esm/src/operationsInterfaces/discoverySolutionNLP.js.map +0 -1
  627. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -10
  628. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  629. package/dist-esm/src/operationsInterfaces/index.js +0 -17
  630. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  631. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  632. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  633. package/dist-esm/src/operationsInterfaces/operations.js +0 -9
  634. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  635. package/dist-esm/src/operationsInterfaces/simplifiedSolutions.d.ts +0 -44
  636. package/dist-esm/src/operationsInterfaces/simplifiedSolutions.d.ts.map +0 -1
  637. package/dist-esm/src/operationsInterfaces/simplifiedSolutions.js +0 -9
  638. package/dist-esm/src/operationsInterfaces/simplifiedSolutions.js.map +0 -1
  639. package/dist-esm/src/operationsInterfaces/solution.d.ts +0 -74
  640. package/dist-esm/src/operationsInterfaces/solution.d.ts.map +0 -1
  641. package/dist-esm/src/operationsInterfaces/solution.js +0 -9
  642. package/dist-esm/src/operationsInterfaces/solution.js.map +0 -1
  643. package/dist-esm/src/operationsInterfaces/solutionSelfHelp.d.ts +0 -15
  644. package/dist-esm/src/operationsInterfaces/solutionSelfHelp.d.ts.map +0 -1
  645. package/dist-esm/src/operationsInterfaces/solutionSelfHelp.js +0 -9
  646. package/dist-esm/src/operationsInterfaces/solutionSelfHelp.js.map +0 -1
  647. package/dist-esm/src/operationsInterfaces/troubleshooters.d.ts +0 -65
  648. package/dist-esm/src/operationsInterfaces/troubleshooters.d.ts.map +0 -1
  649. package/dist-esm/src/operationsInterfaces/troubleshooters.js +0 -9
  650. package/dist-esm/src/operationsInterfaces/troubleshooters.js.map +0 -1
  651. package/dist-esm/src/pagingHelper.d.ts +0 -13
  652. package/dist-esm/src/pagingHelper.d.ts.map +0 -1
  653. package/dist-esm/src/pagingHelper.js +0 -32
  654. package/dist-esm/src/pagingHelper.js.map +0 -1
  655. package/dist-esm/test/selfhelp_operations_test.spec.d.ts +0 -4
  656. package/dist-esm/test/selfhelp_operations_test.spec.d.ts.map +0 -1
  657. package/dist-esm/test/selfhelp_operations_test.spec.js +0 -99
  658. package/dist-esm/test/selfhelp_operations_test.spec.js.map +0 -1
  659. package/review/arm-selfhelp.api.md +0 -932
  660. package/src/helpRP.ts +0 -169
  661. package/src/index.ts +0 -13
  662. package/src/lroImpl.ts +0 -42
  663. package/src/models/index.ts +0 -1456
  664. package/src/models/mappers.ts +0 -2028
  665. package/src/models/parameters.ts +0 -253
  666. package/src/operations/checkNameAvailability.ts +0 -69
  667. package/src/operations/diagnostics.ts +0 -209
  668. package/src/operations/discoverySolution.ts +0 -169
  669. package/src/operations/discoverySolutionNLP.ts +0 -101
  670. package/src/operations/index.ts +0 -17
  671. package/src/operations/operations.ts +0 -149
  672. package/src/operations/simplifiedSolutions.ts +0 -216
  673. package/src/operations/solution.ts +0 -382
  674. package/src/operations/solutionSelfHelp.ts +0 -68
  675. package/src/operations/troubleshooters.ts +0 -259
  676. package/src/operationsInterfaces/checkNameAvailability.ts +0 -28
  677. package/src/operationsInterfaces/diagnostics.ts +0 -67
  678. package/src/operationsInterfaces/discoverySolution.ts +0 -33
  679. package/src/operationsInterfaces/discoverySolutionNLP.ts +0 -36
  680. package/src/operationsInterfaces/index.ts +0 -17
  681. package/src/operationsInterfaces/operations.ts +0 -22
  682. package/src/operationsInterfaces/simplifiedSolutions.ts +0 -74
  683. package/src/operationsInterfaces/solution.ts +0 -124
  684. package/src/operationsInterfaces/solutionSelfHelp.ts +0 -29
  685. package/src/operationsInterfaces/troubleshooters.ts +0 -104
  686. package/src/pagingHelper.ts +0 -39
  687. package/tsconfig.json +0 -33
  688. package/types/arm-selfhelp.d.ts +0 -1770
@@ -1,136 +1,171 @@
1
- import * as coreClient from "@azure/core-client";
1
+ /**
2
+ * This file contains only generated model types and their (de)serializers.
3
+ * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
4
+ */
2
5
  /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
3
- export interface OperationListResult {
4
- /**
5
- * List of operations supported by the resource provider
6
- * NOTE: This property will not be serialized. It can only be populated by the server.
7
- */
8
- readonly value?: Operation[];
9
- /**
10
- * URL to get the next set of operation list results (if there are any).
11
- * NOTE: This property will not be serialized. It can only be populated by the server.
12
- */
13
- readonly nextLink?: string;
6
+ export interface _OperationListResult {
7
+ /** The Operation items on this page */
8
+ value: Operation[];
9
+ /** The link to the next page of items */
10
+ nextLink?: string;
14
11
  }
12
+ export declare function _operationListResultDeserializer(item: any): _OperationListResult;
13
+ export declare function operationArrayDeserializer(result: Array<Operation>): any[];
15
14
  /** Details of a REST API operation, returned from the Resource Provider Operations API */
16
15
  export interface Operation {
17
- /**
18
- * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
19
- * NOTE: This property will not be serialized. It can only be populated by the server.
20
- */
16
+ /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
21
17
  readonly name?: string;
22
- /**
23
- * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
24
- * NOTE: This property will not be serialized. It can only be populated by the server.
25
- */
18
+ /** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
26
19
  readonly isDataAction?: boolean;
27
20
  /** Localized display information for this particular operation. */
28
21
  display?: OperationDisplay;
29
- /**
30
- * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
31
- * NOTE: This property will not be serialized. It can only be populated by the server.
32
- */
22
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
33
23
  readonly origin?: Origin;
34
- /**
35
- * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
36
- * NOTE: This property will not be serialized. It can only be populated by the server.
37
- */
24
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
38
25
  readonly actionType?: ActionType;
39
26
  }
40
- /** Localized display information for this particular operation. */
27
+ export declare function operationDeserializer(item: any): Operation;
28
+ /** Localized display information for an operation. */
41
29
  export interface OperationDisplay {
42
- /**
43
- * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
44
- * NOTE: This property will not be serialized. It can only be populated by the server.
45
- */
30
+ /** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
46
31
  readonly provider?: string;
47
- /**
48
- * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
49
- * NOTE: This property will not be serialized. It can only be populated by the server.
50
- */
32
+ /** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
51
33
  readonly resource?: string;
52
- /**
53
- * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
54
- * NOTE: This property will not be serialized. It can only be populated by the server.
55
- */
34
+ /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
56
35
  readonly operation?: string;
57
- /**
58
- * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
59
- * NOTE: This property will not be serialized. It can only be populated by the server.
60
- */
36
+ /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
61
37
  readonly description?: string;
62
38
  }
63
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
39
+ export declare function operationDisplayDeserializer(item: any): OperationDisplay;
40
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
41
+ export declare enum KnownOrigin {
42
+ /** Indicates the operation is initiated by a user. */
43
+ User = "user",
44
+ /** Indicates the operation is initiated by a system. */
45
+ System = "system",
46
+ /** Indicates the operation is initiated by a user or system. */
47
+ UserSystem = "user,system"
48
+ }
49
+ /**
50
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
51
+ * {@link KnownOrigin} can be used interchangeably with Origin,
52
+ * this enum contains the known values that the service supports.
53
+ * ### Known values supported by the service
54
+ * **user**: Indicates the operation is initiated by a user. \
55
+ * **system**: Indicates the operation is initiated by a system. \
56
+ * **user,system**: Indicates the operation is initiated by a user or system.
57
+ */
58
+ export type Origin = string;
59
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
60
+ export declare enum KnownActionType {
61
+ /** Actions are for internal-only APIs. */
62
+ Internal = "Internal"
63
+ }
64
+ /**
65
+ * Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
66
+ * {@link KnownActionType} can be used interchangeably with ActionType,
67
+ * this enum contains the known values that the service supports.
68
+ * ### Known values supported by the service
69
+ * **Internal**: Actions are for internal-only APIs.
70
+ */
71
+ export type ActionType = string;
72
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
64
73
  export interface ErrorResponse {
65
74
  /** The error object. */
66
75
  error?: ErrorDetail;
67
76
  }
77
+ export declare function errorResponseDeserializer(item: any): ErrorResponse;
68
78
  /** The error detail. */
69
79
  export interface ErrorDetail {
70
- /**
71
- * The error code.
72
- * NOTE: This property will not be serialized. It can only be populated by the server.
73
- */
80
+ /** The error code. */
74
81
  readonly code?: string;
75
- /**
76
- * The error message.
77
- * NOTE: This property will not be serialized. It can only be populated by the server.
78
- */
82
+ /** The error message. */
79
83
  readonly message?: string;
80
- /**
81
- * The error target.
82
- * NOTE: This property will not be serialized. It can only be populated by the server.
83
- */
84
+ /** The error target. */
84
85
  readonly target?: string;
85
- /**
86
- * The error details.
87
- * NOTE: This property will not be serialized. It can only be populated by the server.
88
- */
86
+ /** The error details. */
89
87
  readonly details?: ErrorDetail[];
90
- /**
91
- * The error additional info.
92
- * NOTE: This property will not be serialized. It can only be populated by the server.
93
- */
88
+ /** The error additional info. */
94
89
  readonly additionalInfo?: ErrorAdditionalInfo[];
95
90
  }
91
+ export declare function errorDetailDeserializer(item: any): ErrorDetail;
92
+ export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
93
+ export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
96
94
  /** The resource management error additional info. */
97
95
  export interface ErrorAdditionalInfo {
98
- /**
99
- * The additional info type.
100
- * NOTE: This property will not be serialized. It can only be populated by the server.
101
- */
96
+ /** The additional info type. */
102
97
  readonly type?: string;
103
- /**
104
- * The additional info.
105
- * NOTE: This property will not be serialized. It can only be populated by the server.
106
- */
107
- readonly info?: Record<string, unknown>;
98
+ /** The additional info. */
99
+ readonly info?: any;
108
100
  }
109
- /** The check availability request body. */
110
- export interface CheckNameAvailabilityRequest {
111
- /** The name of the resource for which availability needs to be checked. */
112
- name?: string;
113
- /** The resource type. */
114
- type?: string;
101
+ export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
102
+ /** Diagnostic resource */
103
+ export interface DiagnosticResource extends ExtensionResource {
104
+ /** Global parameters is an optional map which can be used to add key and value to request body to improve the diagnostics results */
105
+ globalParameters?: Record<string, string>;
106
+ /** SolutionIds that are needed to be invoked. */
107
+ insights?: DiagnosticInvocation[];
108
+ /** Diagnostic Request Accepted time. */
109
+ readonly acceptedAt?: string;
110
+ /** Status of diagnostic provisioning. */
111
+ readonly provisioningState?: DiagnosticProvisioningState;
112
+ /** Array of Diagnostics. */
113
+ readonly diagnostics?: Diagnostic[];
115
114
  }
116
- /** Response for whether the requested resource name is available or not. */
117
- export interface CheckNameAvailabilityResponse {
118
- /** Returns true or false depending on the availability of the name */
119
- nameAvailable?: boolean;
120
- /** Reason for why value is not available. This field is returned if nameAvailable is false. */
121
- reason?: string;
122
- /** Gets an error message explaining the 'reason' value with more details. This field is returned iif nameAvailable is false. */
123
- message?: string;
115
+ export declare function diagnosticResourceSerializer(item: DiagnosticResource): any;
116
+ export declare function diagnosticResourceDeserializer(item: any): DiagnosticResource;
117
+ /** Diagnostic resource properties. */
118
+ export interface DiagnosticResourceProperties {
119
+ /** Global parameters is an optional map which can be used to add key and value to request body to improve the diagnostics results */
120
+ globalParameters?: Record<string, string>;
121
+ /** SolutionIds that are needed to be invoked. */
122
+ insights?: DiagnosticInvocation[];
123
+ /** Diagnostic Request Accepted time. */
124
+ readonly acceptedAt?: string;
125
+ /** Status of diagnostic provisioning. */
126
+ readonly provisioningState?: DiagnosticProvisioningState;
127
+ /** Array of Diagnostics. */
128
+ readonly diagnostics?: Diagnostic[];
124
129
  }
130
+ export declare function diagnosticResourcePropertiesSerializer(item: DiagnosticResourceProperties): any;
131
+ export declare function diagnosticResourcePropertiesDeserializer(item: any): DiagnosticResourceProperties;
132
+ export declare function diagnosticInvocationArraySerializer(result: Array<DiagnosticInvocation>): any[];
133
+ export declare function diagnosticInvocationArrayDeserializer(result: Array<DiagnosticInvocation>): any[];
125
134
  /** Solution Invocation with additional params needed for invocation. */
126
135
  export interface DiagnosticInvocation {
127
136
  /** Solution Id to invoke. */
128
137
  solutionId?: string;
129
138
  /** Additional parameters required to invoke the solutionId. */
130
- additionalParameters?: {
131
- [propertyName: string]: string;
132
- };
139
+ additionalParameters?: Record<string, string>;
140
+ }
141
+ export declare function diagnosticInvocationSerializer(item: DiagnosticInvocation): any;
142
+ export declare function diagnosticInvocationDeserializer(item: any): DiagnosticInvocation;
143
+ /** Status of diagnostic provisioning. */
144
+ export declare enum KnownDiagnosticProvisioningState {
145
+ /** All Diagnostics in the Batch succeeded. */
146
+ Succeeded = "Succeeded",
147
+ /** Some Diagnostics are still running or failed. */
148
+ PartialComplete = "PartialComplete",
149
+ /** All Diagnostics failed to run. */
150
+ Failed = "Failed",
151
+ /** All Diagnostics are still running. */
152
+ Running = "Running",
153
+ /** When Diagnostic request gets canceled. */
154
+ Canceled = "Canceled"
133
155
  }
156
+ /**
157
+ * Status of diagnostic provisioning. \
158
+ * {@link KnownDiagnosticProvisioningState} can be used interchangeably with DiagnosticProvisioningState,
159
+ * this enum contains the known values that the service supports.
160
+ * ### Known values supported by the service
161
+ * **Succeeded**: All Diagnostics in the Batch succeeded. \
162
+ * **PartialComplete**: Some Diagnostics are still running or failed. \
163
+ * **Failed**: All Diagnostics failed to run. \
164
+ * **Running**: All Diagnostics are still running. \
165
+ * **Canceled**: When Diagnostic request gets canceled.
166
+ */
167
+ export type DiagnosticProvisioningState = string;
168
+ export declare function diagnosticArrayDeserializer(result: Array<Diagnostic>): any[];
134
169
  /** Properties returned with in an insight. */
135
170
  export interface Diagnostic {
136
171
  /** Solution Id */
@@ -142,6 +177,33 @@ export interface Diagnostic {
142
177
  /** Error definition. */
143
178
  error?: ErrorModel;
144
179
  }
180
+ export declare function diagnosticDeserializer(item: any): Diagnostic;
181
+ /** Denotes the status of the diagnostic resource. */
182
+ export declare enum KnownStatus {
183
+ /** Diagnostic creation failed. */
184
+ Failed = "Failed",
185
+ /** Request is missing required inputs to run. */
186
+ MissingInputs = "MissingInputs",
187
+ /** Diagnostic is still running. */
188
+ Running = "Running",
189
+ /** Diagnostic creation succeeded. */
190
+ Succeeded = "Succeeded",
191
+ /** Diagnostic was timed out. */
192
+ Timeout = "Timeout"
193
+ }
194
+ /**
195
+ * Denotes the status of the diagnostic resource. \
196
+ * {@link KnownStatus} can be used interchangeably with Status,
197
+ * this enum contains the known values that the service supports.
198
+ * ### Known values supported by the service
199
+ * **Failed**: Diagnostic creation failed. \
200
+ * **MissingInputs**: Request is missing required inputs to run. \
201
+ * **Running**: Diagnostic is still running. \
202
+ * **Succeeded**: Diagnostic creation succeeded. \
203
+ * **Timeout**: Diagnostic was timed out.
204
+ */
205
+ export type Status = string;
206
+ export declare function insightArrayDeserializer(result: Array<Insight>): any[];
145
207
  /** Detailed insights(s) obtained via the invocation of an insight diagnostic */
146
208
  export interface Insight {
147
209
  /** Article id. */
@@ -153,49 +215,57 @@ export interface Insight {
153
215
  /** Importance level of the insight. */
154
216
  importanceLevel?: ImportanceLevel;
155
217
  }
218
+ export declare function insightDeserializer(item: any): Insight;
219
+ /** Importance level of the insight. */
220
+ export declare enum KnownImportanceLevel {
221
+ /** A critical insight has been found after running the diagnostic. */
222
+ Critical = "Critical",
223
+ /** A warning insight has been found after running the diagnostic. */
224
+ Warning = "Warning",
225
+ /** An information insight has been found after running the diagnostic. */
226
+ Information = "Information"
227
+ }
228
+ /**
229
+ * Importance level of the insight. \
230
+ * {@link KnownImportanceLevel} can be used interchangeably with ImportanceLevel,
231
+ * this enum contains the known values that the service supports.
232
+ * ### Known values supported by the service
233
+ * **Critical**: A critical insight has been found after running the diagnostic. \
234
+ * **Warning**: A warning insight has been found after running the diagnostic. \
235
+ * **Information**: An information insight has been found after running the diagnostic.
236
+ */
237
+ export type ImportanceLevel = string;
156
238
  /** Error definition. */
157
239
  export interface ErrorModel {
158
- /**
159
- * Service specific error code which serves as the substatus for the HTTP error code.
160
- * NOTE: This property will not be serialized. It can only be populated by the server.
161
- */
240
+ /** Service specific error code which serves as the substatus for the HTTP error code. */
162
241
  readonly code?: string;
163
- /**
164
- * Service specific error type which serves as additional context for the error herein.
165
- * NOTE: This property will not be serialized. It can only be populated by the server.
166
- */
242
+ /** Service specific error type which serves as additional context for the error herein. */
167
243
  readonly type?: string;
168
- /**
169
- * Description of the error.
170
- * NOTE: This property will not be serialized. It can only be populated by the server.
171
- */
244
+ /** Description of the error. */
172
245
  readonly message?: string;
173
246
  /** An array of additional nested error response info objects, as described by this contract. */
174
247
  details?: ErrorModel[];
175
248
  }
249
+ export declare function errorDeserializer(item: any): ErrorModel;
250
+ export declare function errorArrayDeserializer(result: Array<ErrorModel>): any[];
251
+ /** The base extension resource. */
252
+ export interface ExtensionResource extends Resource {
253
+ }
254
+ export declare function extensionResourceSerializer(_item: ExtensionResource): any;
255
+ export declare function extensionResourceDeserializer(item: any): ExtensionResource;
176
256
  /** Common fields that are returned in the response for all Azure Resource Manager resources */
177
257
  export interface Resource {
178
- /**
179
- * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
180
- * NOTE: This property will not be serialized. It can only be populated by the server.
181
- */
258
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
182
259
  readonly id?: string;
183
- /**
184
- * The name of the resource
185
- * NOTE: This property will not be serialized. It can only be populated by the server.
186
- */
260
+ /** The name of the resource */
187
261
  readonly name?: string;
188
- /**
189
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
190
- * NOTE: This property will not be serialized. It can only be populated by the server.
191
- */
262
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
192
263
  readonly type?: string;
193
- /**
194
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
195
- * NOTE: This property will not be serialized. It can only be populated by the server.
196
- */
264
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
197
265
  readonly systemData?: SystemData;
198
266
  }
267
+ export declare function resourceSerializer(_item: Resource): any;
268
+ export declare function resourceDeserializer(item: any): Resource;
199
269
  /** Metadata pertaining to creation and last modification of the resource. */
200
270
  export interface SystemData {
201
271
  /** The identity that created the resource. */
@@ -211,33 +281,73 @@ export interface SystemData {
211
281
  /** The timestamp of resource last modification (UTC) */
212
282
  lastModifiedAt?: Date;
213
283
  }
214
- /** Discovery response. */
215
- export interface DiscoveryResponse {
216
- /** The list of metadata. */
217
- value?: SolutionMetadataResource[];
218
- /** The link used to get the next page of solution metadata. */
219
- nextLink?: string;
284
+ export declare function systemDataDeserializer(item: any): SystemData;
285
+ /** The kind of entity that created the resource. */
286
+ export declare enum KnownCreatedByType {
287
+ /** The entity was created by a user. */
288
+ User = "User",
289
+ /** The entity was created by an application. */
290
+ Application = "Application",
291
+ /** The entity was created by a managed identity. */
292
+ ManagedIdentity = "ManagedIdentity",
293
+ /** The entity was created by a key. */
294
+ Key = "Key"
220
295
  }
221
- /** Metadata Properties */
222
- export interface SolutionMetadataProperties {
223
- /** Solution Id. */
224
- solutionId?: string;
225
- /**
226
- * Solution Type.
227
- * NOTE: This property will not be serialized. It can only be populated by the server.
228
- */
229
- readonly solutionType?: SolutionType;
230
- /**
231
- * A detailed description of solution.
232
- * NOTE: This property will not be serialized. It can only be populated by the server.
233
- */
234
- readonly description?: string;
235
- /**
236
- * Required parameters for invoking this particular solution.
237
- * NOTE: This property will not be serialized. It can only be populated by the server.
238
- */
239
- readonly requiredInputs?: string[];
296
+ /**
297
+ * The kind of entity that created the resource. \
298
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
299
+ * this enum contains the known values that the service supports.
300
+ * ### Known values supported by the service
301
+ * **User**: The entity was created by a user. \
302
+ * **Application**: The entity was created by an application. \
303
+ * **ManagedIdentity**: The entity was created by a managed identity. \
304
+ * **Key**: The entity was created by a key.
305
+ */
306
+ export type CreatedByType = string;
307
+ /** Solution response. */
308
+ export interface SolutionResource extends ExtensionResource {
309
+ /** Solution request trigger criteria */
310
+ triggerCriteria?: TriggerCriterion[];
311
+ /** Client input parameters to run Solution */
312
+ parameters?: Record<string, string>;
313
+ /** Solution Id to identify single solution. */
314
+ readonly solutionId?: string;
315
+ /** Status of solution provisioning. */
316
+ readonly provisioningState?: SolutionProvisioningState;
317
+ /** The title. */
318
+ readonly title?: string;
319
+ /** The HTML content that needs to be rendered and shown to customer. */
320
+ readonly content?: string;
321
+ /** Solution replacement maps. */
322
+ readonly replacementMaps?: ReplacementMaps;
323
+ /** List of section object. */
324
+ readonly sections?: Section[];
325
+ }
326
+ export declare function solutionResourceSerializer(item: SolutionResource): any;
327
+ export declare function solutionResourceDeserializer(item: any): SolutionResource;
328
+ /** Solution result */
329
+ export interface SolutionResourceProperties {
330
+ /** Solution request trigger criteria */
331
+ triggerCriteria?: TriggerCriterion[];
332
+ /** Client input parameters to run Solution */
333
+ parameters?: Record<string, string>;
334
+ /** Solution Id to identify single solution. */
335
+ readonly solutionId?: string;
336
+ /** Status of solution provisioning. */
337
+ readonly provisioningState?: SolutionProvisioningState;
338
+ /** The title. */
339
+ readonly title?: string;
340
+ /** The HTML content that needs to be rendered and shown to customer. */
341
+ readonly content?: string;
342
+ /** Solution replacement maps. */
343
+ readonly replacementMaps?: ReplacementMaps;
344
+ /** List of section object. */
345
+ readonly sections?: Section[];
240
346
  }
347
+ export declare function solutionResourcePropertiesSerializer(item: SolutionResourceProperties): any;
348
+ export declare function solutionResourcePropertiesDeserializer(item: any): SolutionResourceProperties;
349
+ export declare function triggerCriterionArraySerializer(result: Array<TriggerCriterion>): any[];
350
+ export declare function triggerCriterionArrayDeserializer(result: Array<TriggerCriterion>): any[];
241
351
  /** Solution request trigger criterion. SolutionId/ProblemClassificationId is the only supported trigger type for Solution PUT request. ReplacementKey is the only supported trigger type for Solution PATCH request. */
242
352
  export interface TriggerCriterion {
243
353
  /** Trigger criterion name. */
@@ -245,6 +355,52 @@ export interface TriggerCriterion {
245
355
  /** Trigger criterion value. */
246
356
  value?: string;
247
357
  }
358
+ export declare function triggerCriterionSerializer(item: TriggerCriterion): any;
359
+ export declare function triggerCriterionDeserializer(item: any): TriggerCriterion;
360
+ /** Trigger criterion name. */
361
+ export declare enum KnownName {
362
+ /** SolutionId */
363
+ SolutionId = "SolutionId",
364
+ /** ProblemClassificationId */
365
+ ProblemClassificationId = "ProblemClassificationId",
366
+ /** ReplacementKey */
367
+ ReplacementKey = "ReplacementKey"
368
+ }
369
+ /**
370
+ * Trigger criterion name. \
371
+ * {@link KnownName} can be used interchangeably with Name,
372
+ * this enum contains the known values that the service supports.
373
+ * ### Known values supported by the service
374
+ * **SolutionId** \
375
+ * **ProblemClassificationId** \
376
+ * **ReplacementKey**
377
+ */
378
+ export type Name = string;
379
+ /** Status of solution provisioning. */
380
+ export declare enum KnownSolutionProvisioningState {
381
+ /** All Solutions in the Batch succeeded. */
382
+ Succeeded = "Succeeded",
383
+ /** Some Solutions are still running or failed. */
384
+ PartialComplete = "PartialComplete",
385
+ /** All Solutions failed to run. */
386
+ Failed = "Failed",
387
+ /** All Solutions are still running. */
388
+ Running = "Running",
389
+ /** When Solutions request gets canceled. */
390
+ Canceled = "Canceled"
391
+ }
392
+ /**
393
+ * Status of solution provisioning. \
394
+ * {@link KnownSolutionProvisioningState} can be used interchangeably with SolutionProvisioningState,
395
+ * this enum contains the known values that the service supports.
396
+ * ### Known values supported by the service
397
+ * **Succeeded**: All Solutions in the Batch succeeded. \
398
+ * **PartialComplete**: Some Solutions are still running or failed. \
399
+ * **Failed**: All Solutions failed to run. \
400
+ * **Running**: All Solutions are still running. \
401
+ * **Canceled**: When Solutions request gets canceled.
402
+ */
403
+ export type SolutionProvisioningState = string;
248
404
  /** Solution replacement maps. */
249
405
  export interface ReplacementMaps {
250
406
  /** Solution AzureKB results */
@@ -260,6 +416,8 @@ export interface ReplacementMaps {
260
416
  /** Group of Videos */
261
417
  videoGroups?: VideoGroup[];
262
418
  }
419
+ export declare function replacementMapsDeserializer(item: any): ReplacementMaps;
420
+ export declare function webResultArrayDeserializer(result: Array<WebResult>): any[];
263
421
  /** AzureKB web result */
264
422
  export interface WebResult {
265
423
  /** Place holder used in HTML Content replace control with the content */
@@ -267,6 +425,8 @@ export interface WebResult {
267
425
  /** AzureKB search results */
268
426
  searchResults?: SearchResult[];
269
427
  }
428
+ export declare function webResultDeserializer(item: any): WebResult;
429
+ export declare function searchResultArrayDeserializer(result: Array<SearchResult>): any[];
270
430
  /** Details of an AzureKB search result. */
271
431
  export interface SearchResult {
272
432
  /** Unique id of the result. */
@@ -286,6 +446,43 @@ export interface SearchResult {
286
446
  /** Link to the document. */
287
447
  link?: string;
288
448
  }
449
+ export declare function searchResultDeserializer(item: any): SearchResult;
450
+ /** Confidence of the search result. */
451
+ export declare enum KnownConfidence {
452
+ /** Low */
453
+ Low = "Low",
454
+ /** Medium */
455
+ Medium = "Medium",
456
+ /** High */
457
+ High = "High"
458
+ }
459
+ /**
460
+ * Confidence of the search result. \
461
+ * {@link KnownConfidence} can be used interchangeably with Confidence,
462
+ * this enum contains the known values that the service supports.
463
+ * ### Known values supported by the service
464
+ * **Low** \
465
+ * **Medium** \
466
+ * **High**
467
+ */
468
+ export type Confidence = string;
469
+ /** Result type of the search result. */
470
+ export declare enum KnownResultType {
471
+ /** Community */
472
+ Community = "Community",
473
+ /** Documentation */
474
+ Documentation = "Documentation"
475
+ }
476
+ /**
477
+ * Result type of the search result. \
478
+ * {@link KnownResultType} can be used interchangeably with ResultType,
479
+ * this enum contains the known values that the service supports.
480
+ * ### Known values supported by the service
481
+ * **Community** \
482
+ * **Documentation**
483
+ */
484
+ export type ResultType = string;
485
+ export declare function solutionsDiagnosticArrayDeserializer(result: Array<SolutionsDiagnostic>): any[];
289
486
  /** Solutions Diagnostic */
290
487
  export interface SolutionsDiagnostic {
291
488
  /** Solution Id to identify single Solutions Diagnostic */
@@ -303,6 +500,8 @@ export interface SolutionsDiagnostic {
303
500
  /** Diagnostic insights */
304
501
  insights?: Insight[];
305
502
  }
503
+ export declare function solutionsDiagnosticDeserializer(item: any): SolutionsDiagnostic;
504
+ export declare function solutionsTroubleshootersArrayDeserializer(result: Array<SolutionsTroubleshooters>): any[];
306
505
  /** Troubleshooters in Solutions */
307
506
  export interface SolutionsTroubleshooters {
308
507
  /** Solution Id to identify single Solutions Troubleshooter */
@@ -312,6 +511,8 @@ export interface SolutionsTroubleshooters {
312
511
  /** Troubleshooter summary */
313
512
  summary?: string;
314
513
  }
514
+ export declare function solutionsTroubleshootersDeserializer(item: any): SolutionsTroubleshooters;
515
+ export declare function metricsBasedChartArrayDeserializer(result: Array<MetricsBasedChart>): any[];
315
516
  /** Solutions metrics based chart */
316
517
  export interface MetricsBasedChart {
317
518
  /** Chart name */
@@ -327,11 +528,39 @@ export interface MetricsBasedChart {
327
528
  /** Place holder used in HTML Content replace control with the content */
328
529
  replacementKey?: string;
329
530
  }
531
+ export declare function metricsBasedChartDeserializer(item: any): MetricsBasedChart;
532
+ /** Allowed values are Sum, Avg, Count, Min, Max. Default is Sum */
533
+ export declare enum KnownAggregationType {
534
+ /** Sum */
535
+ Sum = "Sum",
536
+ /** Avg */
537
+ Avg = "Avg",
538
+ /** Count */
539
+ Count = "Count",
540
+ /** Min */
541
+ Min = "Min",
542
+ /** Max */
543
+ Max = "Max"
544
+ }
545
+ /**
546
+ * Allowed values are Sum, Avg, Count, Min, Max. Default is Sum \
547
+ * {@link KnownAggregationType} can be used interchangeably with AggregationType,
548
+ * this enum contains the known values that the service supports.
549
+ * ### Known values supported by the service
550
+ * **Sum** \
551
+ * **Avg** \
552
+ * **Count** \
553
+ * **Min** \
554
+ * **Max**
555
+ */
556
+ export type AggregationType = string;
330
557
  /** Filter group */
331
558
  export interface FilterGroup {
332
559
  /** List of filters */
333
560
  filter?: Filter[];
334
561
  }
562
+ export declare function filterGroupDeserializer(item: any): FilterGroup;
563
+ export declare function filterArrayDeserializer(result: Array<Filter>): any[];
335
564
  /** Filter criterion */
336
565
  export interface Filter {
337
566
  /** Filter name */
@@ -341,13 +570,15 @@ export interface Filter {
341
570
  /** Filter operator */
342
571
  operator?: string;
343
572
  }
344
- /** VideoGroup video detail */
345
- export interface VideoGroupVideo {
346
- /** Link to the video */
347
- src?: string;
348
- /** Title of the video */
349
- title?: string;
573
+ export declare function filterDeserializer(item: any): Filter;
574
+ export declare function videoArrayDeserializer(result: Array<Video>): any[];
575
+ /** Video detail */
576
+ export interface Video extends VideoGroupVideo {
577
+ /** Place holder used in HTML Content replace control with the insight content */
578
+ replacementKey?: string;
350
579
  }
580
+ export declare function videoDeserializer(item: any): Video;
581
+ export declare function videoGroupArrayDeserializer(result: Array<VideoGroup>): any[];
351
582
  /** Video group detail */
352
583
  export interface VideoGroup {
353
584
  /** List of videos will be shown to customers */
@@ -355,6 +586,17 @@ export interface VideoGroup {
355
586
  /** Place holder used in HTML Content replace control with the insight content */
356
587
  replacementKey?: string;
357
588
  }
589
+ export declare function videoGroupDeserializer(item: any): VideoGroup;
590
+ export declare function videoGroupVideoArrayDeserializer(result: Array<VideoGroupVideo>): any[];
591
+ /** VideoGroup video detail */
592
+ export interface VideoGroupVideo {
593
+ /** Link to the video */
594
+ src?: string;
595
+ /** Title of the video */
596
+ title?: string;
597
+ }
598
+ export declare function videoGroupVideoDeserializer(item: any): VideoGroupVideo;
599
+ export declare function sectionArrayDeserializer(result: Array<Section>): any[];
358
600
  /** Part of the solution and are dividers in the solution rendering. */
359
601
  export interface Section {
360
602
  /** Solution sections title. */
@@ -364,637 +606,94 @@ export interface Section {
364
606
  /** Solution replacement maps. */
365
607
  replacementMaps?: ReplacementMaps;
366
608
  }
609
+ export declare function sectionDeserializer(item: any): Section;
367
610
  /** Solution PatchRequest body */
368
611
  export interface SolutionPatchRequestBody {
369
612
  /** Solution request trigger criteria */
370
613
  triggerCriteria?: TriggerCriterion[];
371
614
  /** Client input parameters to run Solution */
372
- parameters?: {
373
- [propertyName: string]: string;
374
- };
375
- /**
376
- * Solution Id to identify single solution.
377
- * NOTE: This property will not be serialized. It can only be populated by the server.
378
- */
615
+ parameters?: Record<string, string>;
616
+ /** Solution Id to identify single solution. */
379
617
  readonly solutionId?: string;
380
- /**
381
- * Status of solution provisioning.
382
- * NOTE: This property will not be serialized. It can only be populated by the server.
383
- */
618
+ /** Status of solution provisioning. */
384
619
  readonly provisioningState?: SolutionProvisioningState;
385
- /**
386
- * The title.
387
- * NOTE: This property will not be serialized. It can only be populated by the server.
388
- */
620
+ /** The title. */
389
621
  readonly title?: string;
390
- /**
391
- * The HTML content that needs to be rendered and shown to customer.
392
- * NOTE: This property will not be serialized. It can only be populated by the server.
393
- */
622
+ /** The HTML content that needs to be rendered and shown to customer. */
394
623
  readonly content?: string;
395
- /**
396
- * Solution replacement maps.
397
- * NOTE: This property will not be serialized. It can only be populated by the server.
398
- */
624
+ /** Solution replacement maps. */
399
625
  readonly replacementMaps?: ReplacementMaps;
400
- /**
401
- * List of section object.
402
- * NOTE: This property will not be serialized. It can only be populated by the server.
403
- */
626
+ /** List of section object. */
404
627
  readonly sections?: Section[];
405
628
  }
629
+ export declare function solutionPatchRequestBodySerializer(item: SolutionPatchRequestBody): any;
406
630
  /** Solution WarmUpRequest body */
407
631
  export interface SolutionWarmUpRequestBody {
408
632
  /** Dictionary of <string> */
409
- parameters?: {
410
- [propertyName: string]: string;
411
- };
412
- }
413
- /** Troubleshooter step */
414
- export interface Step {
415
- /** Unique step id. */
416
- id?: string;
417
- /** Step title. */
418
- title?: string;
419
- /** Step description. */
420
- description?: string;
421
- /** Get or sets the Step guidance. */
422
- guidance?: string;
423
- /** Status of Troubleshooter Step execution. */
424
- executionStatus?: ExecutionStatus;
425
- /** This field has more detailed status description of the execution status. */
426
- executionStatusDescription?: string;
427
- /** Type of Troubleshooting step. */
428
- type?: Type;
429
- /** is this last step of the workflow. */
430
- isLastStep?: boolean;
431
- inputs?: StepInput[];
432
- /** Only for AutomatedStep type */
433
- automatedCheckResults?: AutomatedCheckResult;
434
- insights?: Insight[];
435
- /** The error detail. */
436
- error?: ErrorDetail;
633
+ parameters?: Record<string, string>;
437
634
  }
438
- /** Details of step input. */
439
- export interface StepInput {
440
- /** Use Index as QuestionId. */
441
- questionId?: string;
442
- /** Type of Question */
443
- questionType?: QuestionType;
444
- /** Question title */
445
- questionTitle?: string;
446
- /** User question content. */
447
- questionContent?: string;
448
- /** Default is Text. */
449
- questionContentType?: QuestionContentType;
450
- /** Place holder text for response hints. */
451
- responseHint?: string;
452
- /** Result of Automate step. */
453
- recommendedOption?: string;
454
- /** Text of response that was selected. */
455
- selectedOptionValue?: string;
456
- /** Troubleshooter step input response validation properties */
457
- responseValidationProperties?: ResponseValidationProperties;
458
- responseOptions?: ResponseOption[];
459
- }
460
- /** Troubleshooter step input response validation properties */
461
- export interface ResponseValidationProperties {
462
- /** Regex used for the input validation. */
463
- regex?: string;
464
- /** Validation scope */
465
- validationScope?: ValidationScope;
466
- /** Default True */
467
- isRequired?: boolean;
468
- /** Validation Error Message. */
469
- validationErrorMessage?: string;
470
- /** Max text input (open Ended Text). */
471
- maxLength?: number;
472
- }
473
- /** The status of the resource. */
474
- export interface ResponseOption {
475
- /** Unique string. */
476
- key?: string;
477
- /** Option description */
478
- value?: string;
479
- }
480
- /** Only for AutomatedStep type */
481
- export interface AutomatedCheckResult {
482
- /** Version for automated check result */
483
- version?: string;
484
- /** Status for automated check result */
485
- status?: string;
486
- /** Insight Article Content */
487
- result?: string;
488
- /** Type of Result. */
489
- type?: AutomatedCheckResultType;
490
- }
491
- /** Troubleshooter ContinueRequest body. */
492
- export interface ContinueRequestBody {
493
- /** Unique id of the result. */
494
- stepId?: string;
495
- responses?: TroubleshooterResponse[];
496
- }
497
- /** User Response for Troubleshooter continue request */
498
- export interface TroubleshooterResponse {
499
- /** id of the question. */
500
- questionId?: string;
501
- /** Type of Question */
502
- questionType?: QuestionType;
503
- /** Response key for SingleInput. For Multi-line test/open ended question it is free form text */
504
- response?: string;
505
- }
506
- /** Troubleshooter restart response */
507
- export interface RestartTroubleshooterResponse {
508
- /**
509
- * Updated TroubleshooterResource Name .
510
- * NOTE: This property will not be serialized. It can only be populated by the server.
511
- */
512
- readonly troubleshooterResourceName?: string;
513
- }
514
- /** Solution replacement maps. */
515
- export interface ReplacementMapsSelfHelp {
516
- /** Solution AzureKB results */
517
- webResults?: WebResult[];
518
- /** Video solutions, which have the power to engage the customer by stimulating their senses */
519
- videos?: Video[];
520
- /** Group of Videos */
521
- videoGroups?: VideoGroup[];
522
- }
523
- /** Part of the solution and are dividers in the solution rendering. */
524
- export interface SectionSelfHelp {
525
- /** Solution sections title. */
526
- title?: string;
527
- /** Solution sections content. */
528
- content?: string;
529
- /** Solution replacement maps. */
530
- replacementMaps?: ReplacementMapsSelfHelp;
531
- }
532
- /** Discover NLP request. */
533
- export interface DiscoveryNlpRequest {
534
- /** Natural language description of the issue. */
535
- issueSummary: string;
536
- /** ARM resource Id of the resource that is having the issue. Only applicable for Discovery Solution NLP Subscription Scope. */
537
- resourceId?: string;
538
- /** ARM service Id of the service that is having the issue. For more information on service Id see https://learn.microsoft.com/rest/api/support/services/list?tabs=HTTP. */
539
- serviceId?: string;
540
- /** Additional information in the form of a string. */
541
- additionalContext?: string;
542
- }
543
- /** Successfully fetched list of solution metadata. */
544
- export interface DiscoveryNlpResponse {
545
- /** The list of solution metadata. */
546
- value?: SolutionNlpMetadataResource[];
547
- }
548
- /** Service Classification result object. */
549
- export interface ClassificationService {
550
- /**
551
- * Azure resource Id of the service.
552
- * NOTE: This property will not be serialized. It can only be populated by the server.
553
- */
554
- readonly serviceId?: string;
555
- /**
556
- * Localized name of the azure service.
557
- * NOTE: This property will not be serialized. It can only be populated by the server.
558
- */
559
- readonly displayName?: string;
560
- /** List of applicable ARM resource types for this service. */
561
- resourceTypes?: string[];
562
- }
563
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
564
- export interface ProxyResource extends Resource {
565
- }
566
- /** Video detail */
567
- export interface Video extends VideoGroupVideo {
568
- /** Place holder used in HTML Content replace control with the insight content */
569
- replacementKey?: string;
570
- }
571
- /** Diagnostic resource */
572
- export interface DiagnosticResource extends ProxyResource {
573
- /** Global parameters is an optional map which can be used to add key and value to request body to improve the diagnostics results */
574
- globalParameters?: {
575
- [propertyName: string]: string;
576
- };
577
- /** SolutionIds that are needed to be invoked. */
578
- insights?: DiagnosticInvocation[];
579
- /**
580
- * Diagnostic Request Accepted time.
581
- * NOTE: This property will not be serialized. It can only be populated by the server.
582
- */
583
- readonly acceptedAt?: string;
584
- /**
585
- * Status of diagnostic provisioning.
586
- * NOTE: This property will not be serialized. It can only be populated by the server.
587
- */
588
- readonly provisioningState?: DiagnosticProvisioningState;
589
- /**
590
- * Array of Diagnostics.
591
- * NOTE: This property will not be serialized. It can only be populated by the server.
592
- */
593
- readonly diagnostics?: Diagnostic[];
594
- }
595
- /** Metadata resource */
596
- export interface SolutionMetadataResource extends ProxyResource {
597
- /** List of metadata. */
598
- solutions?: SolutionMetadataProperties[];
599
- }
600
- /** Solution response. */
601
- export interface SolutionResource extends ProxyResource {
602
- /** Solution request trigger criteria */
603
- triggerCriteria?: TriggerCriterion[];
604
- /** Client input parameters to run Solution */
605
- parameters?: {
606
- [propertyName: string]: string;
607
- };
608
- /**
609
- * Solution Id to identify single solution.
610
- * NOTE: This property will not be serialized. It can only be populated by the server.
611
- */
612
- readonly solutionId?: string;
613
- /**
614
- * Status of solution provisioning.
615
- * NOTE: This property will not be serialized. It can only be populated by the server.
616
- */
617
- readonly provisioningState?: SolutionProvisioningState;
618
- /**
619
- * The title.
620
- * NOTE: This property will not be serialized. It can only be populated by the server.
621
- */
635
+ export declare function solutionWarmUpRequestBodySerializer(item: SolutionWarmUpRequestBody): any;
636
+ /** Simplified Solutions response. */
637
+ export interface SimplifiedSolutionsResource extends ExtensionResource {
638
+ /** Solution Id to identify single Simplified Solution. */
639
+ solutionId?: string;
640
+ /** Client input parameters to run Simplified Solutions */
641
+ parameters?: Record<string, string>;
642
+ /** The title. */
622
643
  readonly title?: string;
623
- /**
624
- * The HTML content that needs to be rendered and shown to customer.
625
- * NOTE: This property will not be serialized. It can only be populated by the server.
626
- */
644
+ /** Additional parameter response for Simplified Solutions */
645
+ readonly appendix?: Record<string, string>;
646
+ /** The HTML content that needs to be rendered and shown to customer. */
627
647
  readonly content?: string;
628
- /**
629
- * Solution replacement maps.
630
- * NOTE: This property will not be serialized. It can only be populated by the server.
631
- */
632
- readonly replacementMaps?: ReplacementMaps;
633
- /**
634
- * List of section object.
635
- * NOTE: This property will not be serialized. It can only be populated by the server.
636
- */
637
- readonly sections?: Section[];
648
+ /** Status of Simplified Solution provisioning. */
649
+ readonly provisioningState?: SolutionProvisioningState;
638
650
  }
639
- /** Simplified Solutions response. */
640
- export interface SimplifiedSolutionsResource extends ProxyResource {
651
+ export declare function simplifiedSolutionsResourceSerializer(item: SimplifiedSolutionsResource): any;
652
+ export declare function simplifiedSolutionsResourceDeserializer(item: any): SimplifiedSolutionsResource;
653
+ /** Simplified Solutions result */
654
+ export interface SimplifiedSolutionsResourceProperties {
641
655
  /** Solution Id to identify single Simplified Solution. */
642
656
  solutionId?: string;
643
657
  /** Client input parameters to run Simplified Solutions */
644
- parameters?: {
645
- [propertyName: string]: string;
646
- };
647
- /**
648
- * The title.
649
- * NOTE: This property will not be serialized. It can only be populated by the server.
650
- */
658
+ parameters?: Record<string, string>;
659
+ /** The title. */
651
660
  readonly title?: string;
652
- /**
653
- * Additional parameter response for Simplified Solutions
654
- * NOTE: This property will not be serialized. It can only be populated by the server.
655
- */
656
- readonly appendix?: {
657
- [propertyName: string]: string;
658
- };
659
- /**
660
- * The HTML content that needs to be rendered and shown to customer.
661
- * NOTE: This property will not be serialized. It can only be populated by the server.
662
- */
661
+ /** Additional parameter response for Simplified Solutions */
662
+ readonly appendix?: Record<string, string>;
663
+ /** The HTML content that needs to be rendered and shown to customer. */
663
664
  readonly content?: string;
664
- /**
665
- * Status of Simplified Solution provisioning.
666
- * NOTE: This property will not be serialized. It can only be populated by the server.
667
- */
665
+ /** Status of Simplified Solution provisioning. */
668
666
  readonly provisioningState?: SolutionProvisioningState;
669
667
  }
668
+ export declare function simplifiedSolutionsResourcePropertiesSerializer(item: SimplifiedSolutionsResourceProperties): any;
669
+ export declare function simplifiedSolutionsResourcePropertiesDeserializer(item: any): SimplifiedSolutionsResourceProperties;
670
670
  /** Troubleshooter response. */
671
- export interface TroubleshooterResource extends ProxyResource {
671
+ export interface TroubleshooterResource extends ExtensionResource {
672
672
  /** Solution Id to identify single troubleshooter. */
673
673
  solutionId?: string;
674
674
  /** Client input parameters to run Troubleshooter Resource */
675
- parameters?: {
676
- [propertyName: string]: string;
677
- };
678
- /**
679
- * Status of troubleshooter provisioning.
680
- * NOTE: This property will not be serialized. It can only be populated by the server.
681
- */
675
+ parameters?: Record<string, string>;
676
+ /** Status of troubleshooter provisioning. */
682
677
  readonly provisioningState?: TroubleshooterProvisioningState;
683
- /**
684
- * List of step object.
685
- * NOTE: This property will not be serialized. It can only be populated by the server.
686
- */
678
+ /** List of step object. */
687
679
  readonly steps?: Step[];
688
680
  }
689
- /** Self Help Solution response. */
690
- export interface SolutionResourceSelfHelp extends ProxyResource {
691
- /**
692
- * SolutionId is a unique id to identify a solution. You can retrieve the solution id using the Discovery api - https://learn.microsoft.com/en-us/rest/api/help/discovery-solution/list?view=rest-help-2023-09-01-preview&tabs=HTTP
693
- * NOTE: This property will not be serialized. It can only be populated by the server.
694
- */
695
- readonly solutionId?: string;
696
- /**
697
- * The title.
698
- * NOTE: This property will not be serialized. It can only be populated by the server.
699
- */
700
- readonly title?: string;
701
- /**
702
- * The HTML content that needs to be rendered and shown to customer.
703
- * NOTE: This property will not be serialized. It can only be populated by the server.
704
- */
705
- readonly content?: string;
706
- /**
707
- * Solution replacement maps.
708
- * NOTE: This property will not be serialized. It can only be populated by the server.
709
- */
710
- readonly replacementMaps?: ReplacementMapsSelfHelp;
711
- /**
712
- * List of section object.
713
- * NOTE: This property will not be serialized. It can only be populated by the server.
714
- */
715
- readonly sections?: SectionSelfHelp[];
716
- }
717
- /** Nlp Metadata resource */
718
- export interface SolutionNlpMetadataResource extends ProxyResource {
719
- /** Title of the problem classification. */
720
- problemTitle?: string;
721
- /** Description of the problem classification. */
722
- problemDescription?: string;
723
- /** Id of the service (https://learn.microsoft.com/en-us/rest/api/support/services?view=rest-support-2020-04-01) that may be used to create a support ticket. */
724
- serviceId?: string;
725
- /** Id of the ProblemClassification (https://learn.microsoft.com/en-us/rest/api/support/problem-classifications?view=rest-support-2020-04-01) that may be used to create a support ticket. */
726
- problemClassificationId?: string;
727
- /** The list of solution metadata. */
728
- solutions?: SolutionMetadataProperties[];
729
- /** The set of services that are most likely related to the request. If relatedServices is included in the response then solutions may not be discovered until the client calls a second time specifying one of the service Ids in the relatedServices object. */
730
- relatedServices?: ClassificationService[];
731
- }
732
- /** Defines headers for Solution_update operation. */
733
- export interface SolutionUpdateHeaders {
734
- location?: string;
735
- }
736
- /** Defines headers for Troubleshooters_continue operation. */
737
- export interface TroubleshootersContinueHeaders {
738
- location?: string;
739
- }
740
- /** Defines headers for Troubleshooters_end operation. */
741
- export interface TroubleshootersEndHeaders {
742
- location?: string;
743
- }
744
- /** Defines headers for Troubleshooters_restart operation. */
745
- export interface TroubleshootersRestartHeaders {
746
- location?: string;
747
- }
748
- /** Known values of {@link Origin} that the service accepts. */
749
- export declare enum KnownOrigin {
750
- /** User */
751
- User = "user",
752
- /** System */
753
- System = "system",
754
- /** UserSystem */
755
- UserSystem = "user,system"
756
- }
757
- /**
758
- * Defines values for Origin. \
759
- * {@link KnownOrigin} can be used interchangeably with Origin,
760
- * this enum contains the known values that the service supports.
761
- * ### Known values supported by the service
762
- * **user** \
763
- * **system** \
764
- * **user,system**
765
- */
766
- export type Origin = string;
767
- /** Known values of {@link ActionType} that the service accepts. */
768
- export declare enum KnownActionType {
769
- /** Internal */
770
- Internal = "Internal"
771
- }
772
- /**
773
- * Defines values for ActionType. \
774
- * {@link KnownActionType} can be used interchangeably with ActionType,
775
- * this enum contains the known values that the service supports.
776
- * ### Known values supported by the service
777
- * **Internal**
778
- */
779
- export type ActionType = string;
780
- /** Known values of {@link DiagnosticProvisioningState} that the service accepts. */
781
- export declare enum KnownDiagnosticProvisioningState {
782
- /** All Diagnostics in the Batch succeeded. */
783
- Succeeded = "Succeeded",
784
- /** Some Diagnostics are still running or failed. */
785
- PartialComplete = "PartialComplete",
786
- /** All Diagnostics failed to run. */
787
- Failed = "Failed",
788
- /** All Diagnostics are still running. */
789
- Running = "Running",
790
- /** When Diagnostic request gets canceled. */
791
- Canceled = "Canceled"
792
- }
793
- /**
794
- * Defines values for DiagnosticProvisioningState. \
795
- * {@link KnownDiagnosticProvisioningState} can be used interchangeably with DiagnosticProvisioningState,
796
- * this enum contains the known values that the service supports.
797
- * ### Known values supported by the service
798
- * **Succeeded**: All Diagnostics in the Batch succeeded. \
799
- * **PartialComplete**: Some Diagnostics are still running or failed. \
800
- * **Failed**: All Diagnostics failed to run. \
801
- * **Running**: All Diagnostics are still running. \
802
- * **Canceled**: When Diagnostic request gets canceled.
803
- */
804
- export type DiagnosticProvisioningState = string;
805
- /** Known values of {@link Status} that the service accepts. */
806
- export declare enum KnownStatus {
807
- /** Diagnostic creation failed. */
808
- Failed = "Failed",
809
- /** Request is missing required inputs to run. */
810
- MissingInputs = "MissingInputs",
811
- /** Diagnostic is still running. */
812
- Running = "Running",
813
- /** Diagnostic creation succeeded. */
814
- Succeeded = "Succeeded",
815
- /** Diagnostic was timed out. */
816
- Timeout = "Timeout"
817
- }
818
- /**
819
- * Defines values for Status. \
820
- * {@link KnownStatus} can be used interchangeably with Status,
821
- * this enum contains the known values that the service supports.
822
- * ### Known values supported by the service
823
- * **Failed**: Diagnostic creation failed. \
824
- * **MissingInputs**: Request is missing required inputs to run. \
825
- * **Running**: Diagnostic is still running. \
826
- * **Succeeded**: Diagnostic creation succeeded. \
827
- * **Timeout**: Diagnostic was timed out.
828
- */
829
- export type Status = string;
830
- /** Known values of {@link ImportanceLevel} that the service accepts. */
831
- export declare enum KnownImportanceLevel {
832
- /** A critical insight has been found after running the diagnostic. */
833
- Critical = "Critical",
834
- /** A warning insight has been found after running the diagnostic. */
835
- Warning = "Warning",
836
- /** An information insight has been found after running the diagnostic. */
837
- Information = "Information"
838
- }
839
- /**
840
- * Defines values for ImportanceLevel. \
841
- * {@link KnownImportanceLevel} can be used interchangeably with ImportanceLevel,
842
- * this enum contains the known values that the service supports.
843
- * ### Known values supported by the service
844
- * **Critical**: A critical insight has been found after running the diagnostic. \
845
- * **Warning**: A warning insight has been found after running the diagnostic. \
846
- * **Information**: An information insight has been found after running the diagnostic.
847
- */
848
- export type ImportanceLevel = string;
849
- /** Known values of {@link CreatedByType} that the service accepts. */
850
- export declare enum KnownCreatedByType {
851
- /** User */
852
- User = "User",
853
- /** Application */
854
- Application = "Application",
855
- /** ManagedIdentity */
856
- ManagedIdentity = "ManagedIdentity",
857
- /** Key */
858
- Key = "Key"
859
- }
860
- /**
861
- * Defines values for CreatedByType. \
862
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
863
- * this enum contains the known values that the service supports.
864
- * ### Known values supported by the service
865
- * **User** \
866
- * **Application** \
867
- * **ManagedIdentity** \
868
- * **Key**
869
- */
870
- export type CreatedByType = string;
871
- /** Known values of {@link SolutionType} that the service accepts. */
872
- export declare enum KnownSolutionType {
873
- /** Diagnostics resource type. */
874
- Diagnostics = "Diagnostics",
875
- /** Solutions resource type. */
876
- Solutions = "Solutions",
877
- /** Troubleshooters resource type. */
878
- Troubleshooters = "Troubleshooters",
879
- /** SelfHelp resource type. */
880
- SelfHelp = "SelfHelp"
881
- }
882
- /**
883
- * Defines values for SolutionType. \
884
- * {@link KnownSolutionType} can be used interchangeably with SolutionType,
885
- * this enum contains the known values that the service supports.
886
- * ### Known values supported by the service
887
- * **Diagnostics**: Diagnostics resource type. \
888
- * **Solutions**: Solutions resource type. \
889
- * **Troubleshooters**: Troubleshooters resource type. \
890
- * **SelfHelp**: SelfHelp resource type.
891
- */
892
- export type SolutionType = string;
893
- /** Known values of {@link Name} that the service accepts. */
894
- export declare enum KnownName {
895
- /** SolutionId */
896
- SolutionId = "SolutionId",
897
- /** ProblemClassificationId */
898
- ProblemClassificationId = "ProblemClassificationId",
899
- /** ReplacementKey */
900
- ReplacementKey = "ReplacementKey"
901
- }
902
- /**
903
- * Defines values for Name. \
904
- * {@link KnownName} can be used interchangeably with Name,
905
- * this enum contains the known values that the service supports.
906
- * ### Known values supported by the service
907
- * **SolutionId** \
908
- * **ProblemClassificationId** \
909
- * **ReplacementKey**
910
- */
911
- export type Name = string;
912
- /** Known values of {@link SolutionProvisioningState} that the service accepts. */
913
- export declare enum KnownSolutionProvisioningState {
914
- /** All Solutions in the Batch succeeded. */
915
- Succeeded = "Succeeded",
916
- /** Some Solutions are still running or failed. */
917
- PartialComplete = "PartialComplete",
918
- /** All Solutions failed to run. */
919
- Failed = "Failed",
920
- /** All Solutions are still running. */
921
- Running = "Running",
922
- /** When Solutions request gets canceled. */
923
- Canceled = "Canceled"
924
- }
925
- /**
926
- * Defines values for SolutionProvisioningState. \
927
- * {@link KnownSolutionProvisioningState} can be used interchangeably with SolutionProvisioningState,
928
- * this enum contains the known values that the service supports.
929
- * ### Known values supported by the service
930
- * **Succeeded**: All Solutions in the Batch succeeded. \
931
- * **PartialComplete**: Some Solutions are still running or failed. \
932
- * **Failed**: All Solutions failed to run. \
933
- * **Running**: All Solutions are still running. \
934
- * **Canceled**: When Solutions request gets canceled.
935
- */
936
- export type SolutionProvisioningState = string;
937
- /** Known values of {@link Confidence} that the service accepts. */
938
- export declare enum KnownConfidence {
939
- /** Low */
940
- Low = "Low",
941
- /** Medium */
942
- Medium = "Medium",
943
- /** High */
944
- High = "High"
945
- }
946
- /**
947
- * Defines values for Confidence. \
948
- * {@link KnownConfidence} can be used interchangeably with Confidence,
949
- * this enum contains the known values that the service supports.
950
- * ### Known values supported by the service
951
- * **Low** \
952
- * **Medium** \
953
- * **High**
954
- */
955
- export type Confidence = string;
956
- /** Known values of {@link ResultType} that the service accepts. */
957
- export declare enum KnownResultType {
958
- /** Community */
959
- Community = "Community",
960
- /** Documentation */
961
- Documentation = "Documentation"
962
- }
963
- /**
964
- * Defines values for ResultType. \
965
- * {@link KnownResultType} can be used interchangeably with ResultType,
966
- * this enum contains the known values that the service supports.
967
- * ### Known values supported by the service
968
- * **Community** \
969
- * **Documentation**
970
- */
971
- export type ResultType = string;
972
- /** Known values of {@link AggregationType} that the service accepts. */
973
- export declare enum KnownAggregationType {
974
- /** Sum */
975
- Sum = "Sum",
976
- /** Avg */
977
- Avg = "Avg",
978
- /** Count */
979
- Count = "Count",
980
- /** Min */
981
- Min = "Min",
982
- /** Max */
983
- Max = "Max"
681
+ export declare function troubleshooterResourceSerializer(item: TroubleshooterResource): any;
682
+ export declare function troubleshooterResourceDeserializer(item: any): TroubleshooterResource;
683
+ /** Troubleshooter Instance properties. */
684
+ export interface TroubleshooterInstanceProperties {
685
+ /** Solution Id to identify single troubleshooter. */
686
+ solutionId?: string;
687
+ /** Client input parameters to run Troubleshooter Resource */
688
+ parameters?: Record<string, string>;
689
+ /** Status of troubleshooter provisioning. */
690
+ readonly provisioningState?: TroubleshooterProvisioningState;
691
+ /** List of step object. */
692
+ readonly steps?: Step[];
984
693
  }
985
- /**
986
- * Defines values for AggregationType. \
987
- * {@link KnownAggregationType} can be used interchangeably with AggregationType,
988
- * this enum contains the known values that the service supports.
989
- * ### Known values supported by the service
990
- * **Sum** \
991
- * **Avg** \
992
- * **Count** \
993
- * **Min** \
994
- * **Max**
995
- */
996
- export type AggregationType = string;
997
- /** Known values of {@link TroubleshooterProvisioningState} that the service accepts. */
694
+ export declare function troubleshooterInstancePropertiesSerializer(item: TroubleshooterInstanceProperties): any;
695
+ export declare function troubleshooterInstancePropertiesDeserializer(item: any): TroubleshooterInstanceProperties;
696
+ /** Status of troubleshooter provisioning. */
998
697
  export declare enum KnownTroubleshooterProvisioningState {
999
698
  /** Succeeded */
1000
699
  Succeeded = "Succeeded",
@@ -1008,7 +707,7 @@ export declare enum KnownTroubleshooterProvisioningState {
1008
707
  AutoContinue = "AutoContinue"
1009
708
  }
1010
709
  /**
1011
- * Defines values for TroubleshooterProvisioningState. \
710
+ * Status of troubleshooter provisioning. \
1012
711
  * {@link KnownTroubleshooterProvisioningState} can be used interchangeably with TroubleshooterProvisioningState,
1013
712
  * this enum contains the known values that the service supports.
1014
713
  * ### Known values supported by the service
@@ -1019,7 +718,34 @@ export declare enum KnownTroubleshooterProvisioningState {
1019
718
  * **AutoContinue**
1020
719
  */
1021
720
  export type TroubleshooterProvisioningState = string;
1022
- /** Known values of {@link ExecutionStatus} that the service accepts. */
721
+ export declare function stepArrayDeserializer(result: Array<Step>): any[];
722
+ /** Troubleshooter step */
723
+ export interface Step {
724
+ /** Unique step id. */
725
+ id?: string;
726
+ /** Step title. */
727
+ title?: string;
728
+ /** Step description. */
729
+ description?: string;
730
+ /** Get or sets the Step guidance. */
731
+ guidance?: string;
732
+ /** Status of Troubleshooter Step execution. */
733
+ executionStatus?: ExecutionStatus;
734
+ /** This field has more detailed status description of the execution status. */
735
+ executionStatusDescription?: string;
736
+ /** Type of Troubleshooting step. */
737
+ type?: Type;
738
+ /** is this last step of the workflow. */
739
+ isLastStep?: boolean;
740
+ inputs?: StepInput[];
741
+ /** Only for AutomatedStep type */
742
+ automatedCheckResults?: AutomatedCheckResult;
743
+ insights?: Insight[];
744
+ /** The error detail. */
745
+ error?: ErrorDetail;
746
+ }
747
+ export declare function stepDeserializer(item: any): Step;
748
+ /** Status of Troubleshooter Step execution. */
1023
749
  export declare enum KnownExecutionStatus {
1024
750
  /** Step execution succeeded. */
1025
751
  Success = "Success",
@@ -1031,7 +757,7 @@ export declare enum KnownExecutionStatus {
1031
757
  Warning = "Warning"
1032
758
  }
1033
759
  /**
1034
- * Defines values for ExecutionStatus. \
760
+ * Status of Troubleshooter Step execution. \
1035
761
  * {@link KnownExecutionStatus} can be used interchangeably with ExecutionStatus,
1036
762
  * this enum contains the known values that the service supports.
1037
763
  * ### Known values supported by the service
@@ -1041,7 +767,7 @@ export declare enum KnownExecutionStatus {
1041
767
  * **Warning**: Step execution warning
1042
768
  */
1043
769
  export type ExecutionStatus = string;
1044
- /** Known values of {@link Type} that the service accepts. */
770
+ /** Type of Troubleshooting step. */
1045
771
  export declare enum KnownType {
1046
772
  /** Decision */
1047
773
  Decision = "Decision",
@@ -1055,7 +781,7 @@ export declare enum KnownType {
1055
781
  Input = "Input"
1056
782
  }
1057
783
  /**
1058
- * Defines values for Type. \
784
+ * Type of Troubleshooting step. \
1059
785
  * {@link KnownType} can be used interchangeably with Type,
1060
786
  * this enum contains the known values that the service supports.
1061
787
  * ### Known values supported by the service
@@ -1066,7 +792,31 @@ export declare enum KnownType {
1066
792
  * **Input**
1067
793
  */
1068
794
  export type Type = string;
1069
- /** Known values of {@link QuestionType} that the service accepts. */
795
+ export declare function stepInputArrayDeserializer(result: Array<StepInput>): any[];
796
+ /** Details of step input. */
797
+ export interface StepInput {
798
+ /** Use Index as QuestionId. */
799
+ questionId?: string;
800
+ /** Type of Question */
801
+ questionType?: QuestionType;
802
+ /** Question title */
803
+ questionTitle?: string;
804
+ /** User question content. */
805
+ questionContent?: string;
806
+ /** Default is Text. */
807
+ questionContentType?: QuestionContentType;
808
+ /** Place holder text for response hints. */
809
+ responseHint?: string;
810
+ /** Result of Automate step. */
811
+ recommendedOption?: string;
812
+ /** Text of response that was selected. */
813
+ selectedOptionValue?: string;
814
+ /** Troubleshooter step input response validation properties */
815
+ responseValidationProperties?: ResponseValidationProperties;
816
+ responseOptions?: ResponseOption[];
817
+ }
818
+ export declare function stepInputDeserializer(item: any): StepInput;
819
+ /** Type of Question */
1070
820
  export declare enum KnownQuestionType {
1071
821
  /** SingleChoice radio button */
1072
822
  RadioButton = "RadioButton",
@@ -1082,7 +832,7 @@ export declare enum KnownQuestionType {
1082
832
  MultiSelect = "MultiSelect"
1083
833
  }
1084
834
  /**
1085
- * Defines values for QuestionType. \
835
+ * Type of Question \
1086
836
  * {@link KnownQuestionType} can be used interchangeably with QuestionType,
1087
837
  * this enum contains the known values that the service supports.
1088
838
  * ### Known values supported by the service
@@ -1094,7 +844,7 @@ export declare enum KnownQuestionType {
1094
844
  * **MultiSelect**: Multi Select
1095
845
  */
1096
846
  export type QuestionType = string;
1097
- /** Known values of {@link QuestionContentType} that the service accepts. */
847
+ /** Default is Text. */
1098
848
  export declare enum KnownQuestionContentType {
1099
849
  /** Text */
1100
850
  Text = "Text",
@@ -1104,7 +854,7 @@ export declare enum KnownQuestionContentType {
1104
854
  Markdown = "Markdown"
1105
855
  }
1106
856
  /**
1107
- * Defines values for QuestionContentType. \
857
+ * Default is Text. \
1108
858
  * {@link KnownQuestionContentType} can be used interchangeably with QuestionContentType,
1109
859
  * this enum contains the known values that the service supports.
1110
860
  * ### Known values supported by the service
@@ -1113,7 +863,21 @@ export declare enum KnownQuestionContentType {
1113
863
  * **Markdown**
1114
864
  */
1115
865
  export type QuestionContentType = string;
1116
- /** Known values of {@link ValidationScope} that the service accepts. */
866
+ /** Troubleshooter step input response validation properties */
867
+ export interface ResponseValidationProperties {
868
+ /** Regex used for the input validation. */
869
+ regex?: string;
870
+ /** Validation scope */
871
+ validationScope?: ValidationScope;
872
+ /** Default True */
873
+ isRequired?: boolean;
874
+ /** Validation Error Message. */
875
+ validationErrorMessage?: string;
876
+ /** Max text input (open Ended Text). */
877
+ maxLength?: number;
878
+ }
879
+ export declare function responseValidationPropertiesDeserializer(item: any): ResponseValidationProperties;
880
+ /** Validation scope */
1117
881
  export declare enum KnownValidationScope {
1118
882
  /** None */
1119
883
  None = "None",
@@ -1127,7 +891,7 @@ export declare enum KnownValidationScope {
1127
891
  NumberOnlyFormat = "NumberOnlyFormat"
1128
892
  }
1129
893
  /**
1130
- * Defines values for ValidationScope. \
894
+ * Validation scope \
1131
895
  * {@link KnownValidationScope} can be used interchangeably with ValidationScope,
1132
896
  * this enum contains the known values that the service supports.
1133
897
  * ### Known values supported by the service
@@ -1138,7 +902,28 @@ export declare enum KnownValidationScope {
1138
902
  * **NumberOnlyFormat**
1139
903
  */
1140
904
  export type ValidationScope = string;
1141
- /** Known values of {@link AutomatedCheckResultType} that the service accepts. */
905
+ export declare function responseOptionArrayDeserializer(result: Array<ResponseOption>): any[];
906
+ /** The status of the resource. */
907
+ export interface ResponseOption {
908
+ /** Unique string. */
909
+ key?: string;
910
+ /** Option description */
911
+ value?: string;
912
+ }
913
+ export declare function responseOptionDeserializer(item: any): ResponseOption;
914
+ /** Only for AutomatedStep type */
915
+ export interface AutomatedCheckResult {
916
+ /** Version for automated check result */
917
+ version?: string;
918
+ /** Status for automated check result */
919
+ status?: string;
920
+ /** Insight Article Content */
921
+ result?: string;
922
+ /** Type of Result. */
923
+ type?: AutomatedCheckResultType;
924
+ }
925
+ export declare function automatedCheckResultDeserializer(item: any): AutomatedCheckResult;
926
+ /** Type of Result. */
1142
927
  export declare enum KnownAutomatedCheckResultType {
1143
928
  /** Success */
1144
929
  Success = "Success",
@@ -1150,7 +935,7 @@ export declare enum KnownAutomatedCheckResultType {
1150
935
  Information = "Information"
1151
936
  }
1152
937
  /**
1153
- * Defines values for AutomatedCheckResultType. \
938
+ * Type of Result. \
1154
939
  * {@link KnownAutomatedCheckResultType} can be used interchangeably with AutomatedCheckResultType,
1155
940
  * this enum contains the known values that the service supports.
1156
941
  * ### Known values supported by the service
@@ -1160,156 +945,302 @@ export declare enum KnownAutomatedCheckResultType {
1160
945
  * **Information**
1161
946
  */
1162
947
  export type AutomatedCheckResultType = string;
1163
- /** Optional parameters. */
1164
- export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1165
- }
1166
- /** Contains response data for the list operation. */
1167
- export type OperationsListResponse = OperationListResult;
1168
- /** Optional parameters. */
1169
- export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1170
- }
1171
- /** Contains response data for the listNext operation. */
1172
- export type OperationsListNextResponse = OperationListResult;
1173
- /** Optional parameters. */
1174
- export interface CheckNameAvailabilityCheckAvailabilityOptionalParams extends coreClient.OperationOptions {
1175
- /** The required parameters for availability check. */
1176
- checkNameAvailabilityRequest?: CheckNameAvailabilityRequest;
1177
- }
1178
- /** Contains response data for the checkAvailability operation. */
1179
- export type CheckNameAvailabilityCheckAvailabilityResponse = CheckNameAvailabilityResponse;
1180
- /** Optional parameters. */
1181
- export interface DiagnosticsCreateOptionalParams extends coreClient.OperationOptions {
1182
- /** The required request body for this insightResource invocation. */
1183
- diagnosticResourceRequest?: DiagnosticResource;
1184
- /** Delay to wait until next poll, in milliseconds. */
1185
- updateIntervalInMs?: number;
1186
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1187
- resumeFrom?: string;
1188
- }
1189
- /** Contains response data for the create operation. */
1190
- export type DiagnosticsCreateResponse = DiagnosticResource;
1191
- /** Optional parameters. */
1192
- export interface DiagnosticsGetOptionalParams extends coreClient.OperationOptions {
1193
- }
1194
- /** Contains response data for the get operation. */
1195
- export type DiagnosticsGetResponse = DiagnosticResource;
1196
- /** Optional parameters. */
1197
- export interface DiscoverySolutionListOptionalParams extends coreClient.OperationOptions {
1198
- /** 'ProblemClassificationId' is a mandatory filter to get solutions ids. It also supports optional 'ResourceType' and 'SolutionType' filters. The [$filter](https://learn.microsoft.com/en-us/odata/webapi/first-odata-api#filter) supports only 'and', 'or' and 'eq' operators. Example: $filter=ProblemClassificationId eq '1ddda5b4-cf6c-4d4f-91ad-bc38ab0e811e' */
1199
- filter?: string;
1200
- /** Skiptoken is only used if a previous operation returned a partial result. */
1201
- skiptoken?: string;
1202
- }
1203
- /** Contains response data for the list operation. */
1204
- export type DiscoverySolutionListResponse = DiscoveryResponse;
1205
- /** Optional parameters. */
1206
- export interface DiscoverySolutionListNextOptionalParams extends coreClient.OperationOptions {
1207
- }
1208
- /** Contains response data for the listNext operation. */
1209
- export type DiscoverySolutionListNextResponse = DiscoveryResponse;
1210
- /** Optional parameters. */
1211
- export interface SolutionCreateOptionalParams extends coreClient.OperationOptions {
1212
- /** The required request body for this solution resource creation. */
1213
- solutionRequestBody?: SolutionResource;
1214
- /** Delay to wait until next poll, in milliseconds. */
1215
- updateIntervalInMs?: number;
1216
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1217
- resumeFrom?: string;
1218
- }
1219
- /** Contains response data for the create operation. */
1220
- export type SolutionCreateResponse = SolutionResource;
1221
- /** Optional parameters. */
1222
- export interface SolutionGetOptionalParams extends coreClient.OperationOptions {
1223
- }
1224
- /** Contains response data for the get operation. */
1225
- export type SolutionGetResponse = SolutionResource;
1226
- /** Optional parameters. */
1227
- export interface SolutionUpdateOptionalParams extends coreClient.OperationOptions {
1228
- /** The required request body for updating a solution resource. */
1229
- solutionPatchRequestBody?: SolutionPatchRequestBody;
1230
- /** Delay to wait until next poll, in milliseconds. */
1231
- updateIntervalInMs?: number;
1232
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1233
- resumeFrom?: string;
1234
- }
1235
- /** Contains response data for the update operation. */
1236
- export type SolutionUpdateResponse = SolutionUpdateHeaders & SolutionResource;
1237
- /** Optional parameters. */
1238
- export interface SolutionWarmUpOptionalParams extends coreClient.OperationOptions {
1239
- /** The required request body for warming up a solution resource. */
1240
- solutionWarmUpRequestBody?: SolutionWarmUpRequestBody;
1241
- }
1242
- /** Optional parameters. */
1243
- export interface SimplifiedSolutionsCreateOptionalParams extends coreClient.OperationOptions {
1244
- /** The required request body for simplified Solutions resource creation. */
1245
- simplifiedSolutionsRequestBody?: SimplifiedSolutionsResource;
1246
- /** Delay to wait until next poll, in milliseconds. */
1247
- updateIntervalInMs?: number;
1248
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1249
- resumeFrom?: string;
1250
- }
1251
- /** Contains response data for the create operation. */
1252
- export type SimplifiedSolutionsCreateResponse = SimplifiedSolutionsResource;
1253
- /** Optional parameters. */
1254
- export interface SimplifiedSolutionsGetOptionalParams extends coreClient.OperationOptions {
1255
- }
1256
- /** Contains response data for the get operation. */
1257
- export type SimplifiedSolutionsGetResponse = SimplifiedSolutionsResource;
1258
- /** Optional parameters. */
1259
- export interface TroubleshootersCreateOptionalParams extends coreClient.OperationOptions {
1260
- /** The required request body for this Troubleshooter resource creation. */
1261
- createTroubleshooterRequestBody?: TroubleshooterResource;
1262
- }
1263
- /** Contains response data for the create operation. */
1264
- export type TroubleshootersCreateResponse = TroubleshooterResource;
1265
- /** Optional parameters. */
1266
- export interface TroubleshootersGetOptionalParams extends coreClient.OperationOptions {
1267
- }
1268
- /** Contains response data for the get operation. */
1269
- export type TroubleshootersGetResponse = TroubleshooterResource;
1270
- /** Optional parameters. */
1271
- export interface TroubleshootersContinueOptionalParams extends coreClient.OperationOptions {
1272
- /** The required request body for going to next step in Troubleshooter resource. */
1273
- continueRequestBody?: ContinueRequestBody;
1274
- }
1275
- /** Contains response data for the continue operation. */
1276
- export type TroubleshootersContinueResponse = TroubleshootersContinueHeaders;
1277
- /** Optional parameters. */
1278
- export interface TroubleshootersEndOptionalParams extends coreClient.OperationOptions {
1279
- }
1280
- /** Contains response data for the end operation. */
1281
- export type TroubleshootersEndResponse = TroubleshootersEndHeaders;
1282
- /** Optional parameters. */
1283
- export interface TroubleshootersRestartOptionalParams extends coreClient.OperationOptions {
1284
- }
1285
- /** Contains response data for the restart operation. */
1286
- export type TroubleshootersRestartResponse = TroubleshootersRestartHeaders & RestartTroubleshooterResponse;
1287
- /** Optional parameters. */
1288
- export interface SolutionSelfHelpGetOptionalParams extends coreClient.OperationOptions {
1289
- }
1290
- /** Contains response data for the get operation. */
1291
- export type SolutionSelfHelpGetResponse = SolutionResourceSelfHelp;
1292
- /** Optional parameters. */
1293
- export interface DiscoverySolutionNLPDiscoverSolutionsOptionalParams extends coreClient.OperationOptions {
1294
- /** Request body for discovering solutions using NLP. */
1295
- discoverSolutionRequest?: DiscoveryNlpRequest;
1296
- }
1297
- /** Contains response data for the discoverSolutions operation. */
1298
- export type DiscoverySolutionNLPDiscoverSolutionsResponse = DiscoveryNlpResponse;
1299
- /** Optional parameters. */
1300
- export interface DiscoverySolutionNLPDiscoverSolutionsBySubscriptionOptionalParams extends coreClient.OperationOptions {
1301
- /** Request body for discovering solutions using NLP. */
1302
- discoverSolutionRequest?: DiscoveryNlpRequest;
1303
- }
1304
- /** Contains response data for the discoverSolutionsBySubscription operation. */
1305
- export type DiscoverySolutionNLPDiscoverSolutionsBySubscriptionResponse = DiscoveryNlpResponse;
1306
- /** Optional parameters. */
1307
- export interface HelpRPOptionalParams extends coreClient.ServiceClientOptions {
1308
- /** server parameter */
1309
- $host?: string;
1310
- /** Api Version */
1311
- apiVersion?: string;
1312
- /** Overrides client endpoint. */
1313
- endpoint?: string;
1314
- }
1315
- //# sourceMappingURL=index.d.ts.map
948
+ /** Troubleshooter ContinueRequest body. */
949
+ export interface ContinueRequestBody {
950
+ /** Unique id of the result. */
951
+ stepId?: string;
952
+ responses?: TroubleshooterResponse[];
953
+ }
954
+ export declare function continueRequestBodySerializer(item: ContinueRequestBody): any;
955
+ export declare function troubleshooterResponseArraySerializer(result: Array<TroubleshooterResponse>): any[];
956
+ /** User Response for Troubleshooter continue request */
957
+ export interface TroubleshooterResponse {
958
+ /** id of the question. */
959
+ questionId?: string;
960
+ /** Type of Question */
961
+ questionType?: QuestionType;
962
+ /** Response key for SingleInput. For Multi-line test/open ended question it is free form text */
963
+ response?: string;
964
+ }
965
+ export declare function troubleshooterResponseSerializer(item: TroubleshooterResponse): any;
966
+ /** Troubleshooter restart response */
967
+ export interface RestartTroubleshooterResponse {
968
+ /** Updated TroubleshooterResource Name . */
969
+ readonly troubleshooterResourceName?: string;
970
+ }
971
+ export declare function restartTroubleshooterResponseDeserializer(item: any): RestartTroubleshooterResponse;
972
+ /** Self Help Solution response. */
973
+ export interface SolutionResourceSelfHelp extends ProxyResource {
974
+ /** SolutionId is a unique id to identify a solution. You can retrieve the solution id using the Discovery api - https://learn.microsoft.com/en-us/rest/api/help/discovery-solution/list?view=rest-help-2023-09-01-preview&tabs=HTTP */
975
+ readonly solutionId?: string;
976
+ /** The title. */
977
+ readonly title?: string;
978
+ /** The HTML content that needs to be rendered and shown to customer. */
979
+ readonly content?: string;
980
+ /** Solution replacement maps. */
981
+ readonly replacementMaps?: ReplacementMapsSelfHelp;
982
+ /** List of section object. */
983
+ readonly sections?: SectionSelfHelp[];
984
+ }
985
+ export declare function solutionResourceSelfHelpSerializer(item: SolutionResourceSelfHelp): any;
986
+ export declare function solutionResourceSelfHelpDeserializer(item: any): SolutionResourceSelfHelp;
987
+ /** Solution result */
988
+ export interface SolutionsResourcePropertiesSelfHelp {
989
+ /** SolutionId is a unique id to identify a solution. You can retrieve the solution id using the Discovery api - https://learn.microsoft.com/en-us/rest/api/help/discovery-solution/list?view=rest-help-2023-09-01-preview&tabs=HTTP */
990
+ readonly solutionId?: string;
991
+ /** The title. */
992
+ readonly title?: string;
993
+ /** The HTML content that needs to be rendered and shown to customer. */
994
+ readonly content?: string;
995
+ /** Solution replacement maps. */
996
+ readonly replacementMaps?: ReplacementMapsSelfHelp;
997
+ /** List of section object. */
998
+ readonly sections?: SectionSelfHelp[];
999
+ }
1000
+ export declare function solutionsResourcePropertiesSelfHelpSerializer(_item: SolutionsResourcePropertiesSelfHelp): any;
1001
+ export declare function solutionsResourcePropertiesSelfHelpDeserializer(item: any): SolutionsResourcePropertiesSelfHelp;
1002
+ /** Solution replacement maps. */
1003
+ export interface ReplacementMapsSelfHelp {
1004
+ /** Solution AzureKB results */
1005
+ webResults?: WebResult[];
1006
+ /** Video solutions, which have the power to engage the customer by stimulating their senses */
1007
+ videos?: Video[];
1008
+ /** Group of Videos */
1009
+ videoGroups?: VideoGroup[];
1010
+ }
1011
+ export declare function replacementMapsSelfHelpDeserializer(item: any): ReplacementMapsSelfHelp;
1012
+ export declare function sectionSelfHelpArrayDeserializer(result: Array<SectionSelfHelp>): any[];
1013
+ /** Part of the solution and are dividers in the solution rendering. */
1014
+ export interface SectionSelfHelp {
1015
+ /** Solution sections title. */
1016
+ title?: string;
1017
+ /** Solution sections content. */
1018
+ content?: string;
1019
+ /** Solution replacement maps. */
1020
+ replacementMaps?: ReplacementMapsSelfHelp;
1021
+ }
1022
+ export declare function sectionSelfHelpDeserializer(item: any): SectionSelfHelp;
1023
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1024
+ export interface ProxyResource extends Resource {
1025
+ }
1026
+ export declare function proxyResourceSerializer(_item: ProxyResource): any;
1027
+ export declare function proxyResourceDeserializer(item: any): ProxyResource;
1028
+ /** The check availability request body. */
1029
+ export interface CheckNameAvailabilityRequest {
1030
+ /** The name of the resource for which availability needs to be checked. */
1031
+ name?: string;
1032
+ /** The resource type. */
1033
+ type?: string;
1034
+ }
1035
+ export declare function checkNameAvailabilityRequestSerializer(item: CheckNameAvailabilityRequest): any;
1036
+ /** Response for whether the requested resource name is available or not. */
1037
+ export interface CheckNameAvailabilityResponse {
1038
+ /** Returns true or false depending on the availability of the name */
1039
+ nameAvailable?: boolean;
1040
+ /** Reason for why value is not available. This field is returned if nameAvailable is false. */
1041
+ reason?: string;
1042
+ /** Gets an error message explaining the 'reason' value with more details. This field is returned iif nameAvailable is false. */
1043
+ message?: string;
1044
+ }
1045
+ export declare function checkNameAvailabilityResponseDeserializer(item: any): CheckNameAvailabilityResponse;
1046
+ /** Discovery response. */
1047
+ export interface _DiscoveryResponse {
1048
+ /** The SolutionMetadataResource items on this page */
1049
+ value: SolutionMetadataResource[];
1050
+ /** The link to the next page of items */
1051
+ nextLink?: string;
1052
+ }
1053
+ export declare function _discoveryResponseDeserializer(item: any): _DiscoveryResponse;
1054
+ export declare function solutionMetadataResourceArraySerializer(result: Array<SolutionMetadataResource>): any[];
1055
+ export declare function solutionMetadataResourceArrayDeserializer(result: Array<SolutionMetadataResource>): any[];
1056
+ /** Metadata resource */
1057
+ export interface SolutionMetadataResource extends ProxyResource {
1058
+ /** List of metadata. */
1059
+ solutions?: SolutionMetadataProperties[];
1060
+ }
1061
+ export declare function solutionMetadataResourceSerializer(item: SolutionMetadataResource): any;
1062
+ export declare function solutionMetadataResourceDeserializer(item: any): SolutionMetadataResource;
1063
+ /** List of solutions */
1064
+ export interface Solutions {
1065
+ /** List of metadata. */
1066
+ solutions?: SolutionMetadataProperties[];
1067
+ }
1068
+ export declare function solutionsSerializer(item: Solutions): any;
1069
+ export declare function solutionsDeserializer(item: any): Solutions;
1070
+ export declare function solutionMetadataPropertiesArraySerializer(result: Array<SolutionMetadataProperties>): any[];
1071
+ export declare function solutionMetadataPropertiesArrayDeserializer(result: Array<SolutionMetadataProperties>): any[];
1072
+ /** Metadata Properties */
1073
+ export interface SolutionMetadataProperties {
1074
+ /** Solution Id. */
1075
+ solutionId?: string;
1076
+ /** Solution Type. */
1077
+ readonly solutionType?: SolutionType;
1078
+ /** A detailed description of solution. */
1079
+ readonly description?: string;
1080
+ /** Required parameters for invoking this particular solution. */
1081
+ readonly requiredInputs?: string[];
1082
+ }
1083
+ export declare function solutionMetadataPropertiesSerializer(item: SolutionMetadataProperties): any;
1084
+ export declare function solutionMetadataPropertiesDeserializer(item: any): SolutionMetadataProperties;
1085
+ /** Solution Type. */
1086
+ export declare enum KnownSolutionType {
1087
+ /** Diagnostics resource type. */
1088
+ Diagnostics = "Diagnostics",
1089
+ /** Solutions resource type. */
1090
+ Solutions = "Solutions",
1091
+ /** Troubleshooters resource type. */
1092
+ Troubleshooters = "Troubleshooters",
1093
+ /** SelfHelp resource type. */
1094
+ SelfHelp = "SelfHelp"
1095
+ }
1096
+ /**
1097
+ * Solution Type. \
1098
+ * {@link KnownSolutionType} can be used interchangeably with SolutionType,
1099
+ * this enum contains the known values that the service supports.
1100
+ * ### Known values supported by the service
1101
+ * **Diagnostics**: Diagnostics resource type. \
1102
+ * **Solutions**: Solutions resource type. \
1103
+ * **Troubleshooters**: Troubleshooters resource type. \
1104
+ * **SelfHelp**: SelfHelp resource type.
1105
+ */
1106
+ export type SolutionType = string;
1107
+ /** Discover NLP request. */
1108
+ export interface DiscoveryNlpRequest {
1109
+ /** Natural language description of the issue. */
1110
+ issueSummary: string;
1111
+ /** ARM resource Id of the resource that is having the issue. Only applicable for Discovery Solution NLP Subscription Scope. */
1112
+ resourceId?: string;
1113
+ /** ARM service Id of the service that is having the issue. For more information on service Id see https://learn.microsoft.com/rest/api/support/services/list?tabs=HTTP. */
1114
+ serviceId?: string;
1115
+ /** Additional information in the form of a string. */
1116
+ additionalContext?: string;
1117
+ }
1118
+ export declare function discoveryNlpRequestSerializer(item: DiscoveryNlpRequest): any;
1119
+ /** Successfully fetched list of solution metadata. */
1120
+ export interface DiscoveryNlpResponse {
1121
+ /** The list of solution metadata. */
1122
+ value?: SolutionNlpMetadataResource[];
1123
+ }
1124
+ export declare function discoveryNlpResponseDeserializer(item: any): DiscoveryNlpResponse;
1125
+ export declare function solutionNlpMetadataResourceArraySerializer(result: Array<SolutionNlpMetadataResource>): any[];
1126
+ export declare function solutionNlpMetadataResourceArrayDeserializer(result: Array<SolutionNlpMetadataResource>): any[];
1127
+ /** Nlp Metadata resource */
1128
+ export interface SolutionNlpMetadataResource extends ProxyResource {
1129
+ /** Title of the problem classification. */
1130
+ problemTitle?: string;
1131
+ /** Description of the problem classification. */
1132
+ problemDescription?: string;
1133
+ /** Id of the service (https://learn.microsoft.com/en-us/rest/api/support/services?view=rest-support-2020-04-01) that may be used to create a support ticket. */
1134
+ serviceId?: string;
1135
+ /** Id of the ProblemClassification (https://learn.microsoft.com/en-us/rest/api/support/problem-classifications?view=rest-support-2020-04-01) that may be used to create a support ticket. */
1136
+ problemClassificationId?: string;
1137
+ /** The list of solution metadata. */
1138
+ solutions?: SolutionMetadataProperties[];
1139
+ /** The set of services that are most likely related to the request. If relatedServices is included in the response then solutions may not be discovered until the client calls a second time specifying one of the service Ids in the relatedServices object. */
1140
+ relatedServices?: ClassificationService[];
1141
+ }
1142
+ export declare function solutionNlpMetadataResourceSerializer(item: SolutionNlpMetadataResource): any;
1143
+ export declare function solutionNlpMetadataResourceDeserializer(item: any): SolutionNlpMetadataResource;
1144
+ /** Nlp metadata. */
1145
+ export interface NlpSolutions {
1146
+ /** Title of the problem classification. */
1147
+ problemTitle?: string;
1148
+ /** Description of the problem classification. */
1149
+ problemDescription?: string;
1150
+ /** Id of the service (https://learn.microsoft.com/en-us/rest/api/support/services?view=rest-support-2020-04-01) that may be used to create a support ticket. */
1151
+ serviceId?: string;
1152
+ /** Id of the ProblemClassification (https://learn.microsoft.com/en-us/rest/api/support/problem-classifications?view=rest-support-2020-04-01) that may be used to create a support ticket. */
1153
+ problemClassificationId?: string;
1154
+ /** The list of solution metadata. */
1155
+ solutions?: SolutionMetadataProperties[];
1156
+ /** The set of services that are most likely related to the request. If relatedServices is included in the response then solutions may not be discovered until the client calls a second time specifying one of the service Ids in the relatedServices object. */
1157
+ relatedServices?: ClassificationService[];
1158
+ }
1159
+ export declare function nlpSolutionsSerializer(item: NlpSolutions): any;
1160
+ export declare function nlpSolutionsDeserializer(item: any): NlpSolutions;
1161
+ export declare function classificationServiceArraySerializer(result: Array<ClassificationService>): any[];
1162
+ export declare function classificationServiceArrayDeserializer(result: Array<ClassificationService>): any[];
1163
+ /** Service Classification result object. */
1164
+ export interface ClassificationService {
1165
+ /** Azure resource Id of the service. */
1166
+ readonly serviceId?: string;
1167
+ /** Localized name of the azure service. */
1168
+ readonly displayName?: string;
1169
+ /** List of applicable ARM resource types for this service. */
1170
+ resourceTypes?: string[];
1171
+ }
1172
+ export declare function classificationServiceSerializer(item: ClassificationService): any;
1173
+ export declare function classificationServiceDeserializer(item: any): ClassificationService;
1174
+ /** The available API versions. */
1175
+ export declare enum KnownVersions {
1176
+ /** The 2024-03-01-preview API version. */
1177
+ V20240301Preview = "2024-03-01-preview"
1178
+ }
1179
+ export declare function _diagnosticResourcePropertiesSerializer(item: DiagnosticResource): any;
1180
+ export declare function _diagnosticResourcePropertiesDeserializer(item: any): {
1181
+ globalParameters: any;
1182
+ insights: any;
1183
+ acceptedAt: any;
1184
+ provisioningState: any;
1185
+ diagnostics: any;
1186
+ };
1187
+ export declare function _solutionResourcePropertiesSerializer(item: SolutionResource): any;
1188
+ export declare function _solutionResourcePropertiesDeserializer(item: any): {
1189
+ triggerCriteria: any;
1190
+ parameters: any;
1191
+ solutionId: any;
1192
+ provisioningState: any;
1193
+ title: any;
1194
+ content: any;
1195
+ replacementMaps: any;
1196
+ sections: any;
1197
+ };
1198
+ export declare function _solutionPatchRequestBodyPropertiesSerializer(item: SolutionPatchRequestBody): any;
1199
+ export declare function _solutionPatchRequestBodyPropertiesDeserializer(item: any): {
1200
+ triggerCriteria: any;
1201
+ parameters: any;
1202
+ solutionId: any;
1203
+ provisioningState: any;
1204
+ title: any;
1205
+ content: any;
1206
+ replacementMaps: any;
1207
+ sections: any;
1208
+ };
1209
+ export declare function _simplifiedSolutionsResourcePropertiesSerializer(item: SimplifiedSolutionsResource): any;
1210
+ export declare function _simplifiedSolutionsResourcePropertiesDeserializer(item: any): {
1211
+ solutionId: any;
1212
+ parameters: any;
1213
+ title: any;
1214
+ appendix: any;
1215
+ content: any;
1216
+ provisioningState: any;
1217
+ };
1218
+ export declare function _troubleshooterResourcePropertiesSerializer(item: TroubleshooterResource): any;
1219
+ export declare function _troubleshooterResourcePropertiesDeserializer(item: any): {
1220
+ solutionId: any;
1221
+ parameters: any;
1222
+ provisioningState: any;
1223
+ steps: any;
1224
+ };
1225
+ export declare function _solutionResourceSelfHelpPropertiesSerializer(_item: SolutionResourceSelfHelp): any;
1226
+ export declare function _solutionResourceSelfHelpPropertiesDeserializer(item: any): {
1227
+ solutionId: any;
1228
+ title: any;
1229
+ content: any;
1230
+ replacementMaps: any;
1231
+ sections: any;
1232
+ };
1233
+ export declare function _solutionMetadataResourcePropertiesSerializer(item: SolutionMetadataResource): any;
1234
+ export declare function _solutionMetadataResourcePropertiesDeserializer(item: any): {
1235
+ solutions: any;
1236
+ };
1237
+ export declare function _solutionNlpMetadataResourcePropertiesSerializer(item: SolutionNlpMetadataResource): any;
1238
+ export declare function _solutionNlpMetadataResourcePropertiesDeserializer(item: any): {
1239
+ problemTitle: any;
1240
+ problemDescription: any;
1241
+ serviceId: any;
1242
+ problemClassificationId: any;
1243
+ solutions: any;
1244
+ relatedServices: any;
1245
+ };
1246
+ //# sourceMappingURL=models.d.ts.map