@azure/arm-servicelinker 2.2.0-beta.1 → 2.2.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (487) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/LICENSE +4 -4
  3. package/README.md +29 -19
  4. package/dist/browser/index.d.ts +5 -0
  5. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  6. package/{dist-esm/src → dist/browser}/index.js +4 -4
  7. package/dist/browser/index.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
  9. package/dist/browser/lroImpl.js +18 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/mappers.js +187 -79
  13. package/dist/browser/models/mappers.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  15. package/dist/browser/models/parameters.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/operations/configurationNames.d.ts +3 -3
  17. package/dist/browser/operations/configurationNames.d.ts.map +1 -0
  18. package/{dist-esm/src → dist/browser}/operations/configurationNames.js +26 -43
  19. package/dist/browser/operations/configurationNames.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/connector.d.ts +3 -3
  21. package/dist/browser/operations/connector.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/connector.js +335 -363
  23. package/dist/browser/operations/connector.js.map +1 -0
  24. package/dist/browser/operations/index.d.ts +6 -0
  25. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  26. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +5 -5
  27. package/dist/browser/operations/index.js.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/linker.d.ts +3 -3
  29. package/dist/browser/operations/linker.d.ts.map +1 -0
  30. package/dist/browser/operations/linker.js +542 -0
  31. package/dist/browser/operations/linker.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/linkers.d.ts +3 -3
  33. package/dist/browser/operations/linkers.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/linkers.js +133 -165
  35. package/dist/browser/operations/linkers.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  37. package/dist/browser/operations/operations.d.ts.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operations/operations.js +26 -43
  39. package/dist/browser/operations/operations.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operationsInterfaces/configurationNames.d.ts +1 -1
  41. package/dist/browser/operationsInterfaces/configurationNames.d.ts.map +1 -0
  42. package/dist/browser/operationsInterfaces/configurationNames.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operationsInterfaces/connector.d.ts +1 -1
  44. package/dist/browser/operationsInterfaces/connector.d.ts.map +1 -0
  45. package/dist/browser/operationsInterfaces/connector.js.map +1 -0
  46. package/dist/browser/operationsInterfaces/index.d.ts +6 -0
  47. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  48. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +5 -5
  49. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  50. package/{dist-esm/src → dist/browser}/operationsInterfaces/linker.d.ts +1 -1
  51. package/dist/browser/operationsInterfaces/linker.d.ts.map +1 -0
  52. package/dist/browser/operationsInterfaces/linker.js.map +1 -0
  53. package/{dist-esm/src → dist/browser}/operationsInterfaces/linkers.d.ts +1 -1
  54. package/dist/browser/operationsInterfaces/linkers.d.ts.map +1 -0
  55. package/dist/browser/operationsInterfaces/linkers.js.map +1 -0
  56. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  57. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  58. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  59. package/dist/browser/package.json +3 -0
  60. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  61. package/dist/browser/pagingHelper.js.map +1 -0
  62. package/{dist-esm/src → dist/browser}/serviceLinkerManagementClient.d.ts +2 -2
  63. package/dist/browser/serviceLinkerManagementClient.d.ts.map +1 -0
  64. package/{dist-esm/src → dist/browser}/serviceLinkerManagementClient.js +33 -24
  65. package/dist/browser/serviceLinkerManagementClient.js.map +1 -0
  66. package/dist/commonjs/index.d.ts +5 -0
  67. package/dist/commonjs/index.d.ts.map +1 -0
  68. package/dist/commonjs/index.js +19 -0
  69. package/dist/commonjs/index.js.map +1 -0
  70. package/dist/commonjs/lroImpl.d.ts +11 -0
  71. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  72. package/dist/commonjs/lroImpl.js +21 -0
  73. package/dist/commonjs/lroImpl.js.map +1 -0
  74. package/{types/arm-servicelinker.d.ts → dist/commonjs/models/index.d.ts} +1380 -1955
  75. package/dist/commonjs/models/index.d.ts.map +1 -0
  76. package/dist/commonjs/models/index.js +237 -0
  77. package/dist/commonjs/models/index.js.map +1 -0
  78. package/dist/commonjs/models/mappers.d.ts +93 -0
  79. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  80. package/dist/commonjs/models/mappers.js +2056 -0
  81. package/dist/commonjs/models/mappers.js.map +1 -0
  82. package/dist/commonjs/models/parameters.d.ts +21 -0
  83. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  84. package/dist/commonjs/models/parameters.js +186 -0
  85. package/dist/commonjs/models/parameters.js.map +1 -0
  86. package/dist/commonjs/operations/configurationNames.d.ts +34 -0
  87. package/dist/commonjs/operations/configurationNames.d.ts.map +1 -0
  88. package/dist/commonjs/operations/configurationNames.js +127 -0
  89. package/dist/commonjs/operations/configurationNames.js.map +1 -0
  90. package/dist/commonjs/operations/connector.d.ts +223 -0
  91. package/dist/commonjs/operations/connector.d.ts.map +1 -0
  92. package/dist/commonjs/operations/connector.js +988 -0
  93. package/dist/commonjs/operations/connector.js.map +1 -0
  94. package/dist/commonjs/operations/index.d.ts +6 -0
  95. package/dist/commonjs/operations/index.d.ts.map +1 -0
  96. package/dist/commonjs/operations/index.js +16 -0
  97. package/dist/commonjs/operations/index.js.map +1 -0
  98. package/dist/commonjs/operations/linker.d.ts +125 -0
  99. package/dist/commonjs/operations/linker.d.ts.map +1 -0
  100. package/dist/commonjs/operations/linker.js +547 -0
  101. package/dist/commonjs/operations/linker.js.map +1 -0
  102. package/dist/commonjs/operations/linkers.d.ts +123 -0
  103. package/dist/commonjs/operations/linkers.d.ts.map +1 -0
  104. package/dist/commonjs/operations/linkers.js +508 -0
  105. package/dist/commonjs/operations/linkers.js.map +1 -0
  106. package/dist/commonjs/operations/operations.d.ts +32 -0
  107. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  108. package/dist/commonjs/operations/operations.js +121 -0
  109. package/dist/commonjs/operations/operations.js.map +1 -0
  110. package/dist/commonjs/operationsInterfaces/configurationNames.d.ts +12 -0
  111. package/dist/commonjs/operationsInterfaces/configurationNames.d.ts.map +1 -0
  112. package/dist/commonjs/operationsInterfaces/configurationNames.js +10 -0
  113. package/dist/commonjs/operationsInterfaces/configurationNames.js.map +1 -0
  114. package/dist/commonjs/operationsInterfaces/connector.d.ts +176 -0
  115. package/dist/commonjs/operationsInterfaces/connector.d.ts.map +1 -0
  116. package/dist/commonjs/operationsInterfaces/connector.js +10 -0
  117. package/dist/commonjs/operationsInterfaces/connector.js.map +1 -0
  118. package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
  119. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  120. package/dist/commonjs/operationsInterfaces/index.js +16 -0
  121. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  122. package/dist/commonjs/operationsInterfaces/linker.d.ts +99 -0
  123. package/dist/commonjs/operationsInterfaces/linker.d.ts.map +1 -0
  124. package/dist/commonjs/operationsInterfaces/linker.js +10 -0
  125. package/dist/commonjs/operationsInterfaces/linker.js.map +1 -0
  126. package/dist/commonjs/operationsInterfaces/linkers.d.ts +81 -0
  127. package/dist/commonjs/operationsInterfaces/linkers.d.ts.map +1 -0
  128. package/dist/commonjs/operationsInterfaces/linkers.js +10 -0
  129. package/dist/commonjs/operationsInterfaces/linkers.js.map +1 -0
  130. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  131. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  132. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  133. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  134. package/dist/commonjs/package.json +3 -0
  135. package/dist/commonjs/pagingHelper.d.ts +13 -0
  136. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  137. package/dist/commonjs/pagingHelper.js +34 -0
  138. package/dist/commonjs/pagingHelper.js.map +1 -0
  139. package/dist/commonjs/serviceLinkerManagementClient.d.ts +22 -0
  140. package/dist/commonjs/serviceLinkerManagementClient.d.ts.map +1 -0
  141. package/dist/commonjs/serviceLinkerManagementClient.js +112 -0
  142. package/dist/commonjs/serviceLinkerManagementClient.js.map +1 -0
  143. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  144. package/dist/esm/index.d.ts +5 -0
  145. package/dist/esm/index.d.ts.map +1 -0
  146. package/{src/index.ts → dist/esm/index.js} +5 -5
  147. package/dist/esm/index.js.map +1 -0
  148. package/dist/esm/lroImpl.d.ts +11 -0
  149. package/dist/esm/lroImpl.d.ts.map +1 -0
  150. package/dist/esm/lroImpl.js +18 -0
  151. package/dist/esm/lroImpl.js.map +1 -0
  152. package/dist/esm/models/index.d.ts +1380 -0
  153. package/dist/esm/models/index.d.ts.map +1 -0
  154. package/dist/esm/models/index.js +234 -0
  155. package/dist/esm/models/index.js.map +1 -0
  156. package/dist/esm/models/mappers.d.ts +93 -0
  157. package/dist/esm/models/mappers.d.ts.map +1 -0
  158. package/dist/esm/models/mappers.js +2052 -0
  159. package/dist/esm/models/mappers.js.map +1 -0
  160. package/dist/esm/models/parameters.d.ts +21 -0
  161. package/dist/esm/models/parameters.d.ts.map +1 -0
  162. package/dist/esm/models/parameters.js +183 -0
  163. package/dist/esm/models/parameters.js.map +1 -0
  164. package/dist/esm/operations/configurationNames.d.ts +34 -0
  165. package/dist/esm/operations/configurationNames.d.ts.map +1 -0
  166. package/dist/esm/operations/configurationNames.js +122 -0
  167. package/dist/esm/operations/configurationNames.js.map +1 -0
  168. package/dist/esm/operations/connector.d.ts +223 -0
  169. package/dist/esm/operations/connector.d.ts.map +1 -0
  170. package/dist/esm/operations/connector.js +983 -0
  171. package/dist/esm/operations/connector.js.map +1 -0
  172. package/dist/esm/operations/index.d.ts +6 -0
  173. package/dist/esm/operations/index.d.ts.map +1 -0
  174. package/dist/esm/operations/index.js +13 -0
  175. package/dist/esm/operations/index.js.map +1 -0
  176. package/dist/esm/operations/linker.d.ts +125 -0
  177. package/dist/esm/operations/linker.d.ts.map +1 -0
  178. package/dist/esm/operations/linker.js +542 -0
  179. package/dist/esm/operations/linker.js.map +1 -0
  180. package/dist/esm/operations/linkers.d.ts +123 -0
  181. package/dist/esm/operations/linkers.d.ts.map +1 -0
  182. package/dist/esm/operations/linkers.js +503 -0
  183. package/dist/esm/operations/linkers.js.map +1 -0
  184. package/dist/esm/operations/operations.d.ts +32 -0
  185. package/dist/esm/operations/operations.d.ts.map +1 -0
  186. package/dist/esm/operations/operations.js +116 -0
  187. package/dist/esm/operations/operations.js.map +1 -0
  188. package/dist/esm/operationsInterfaces/configurationNames.d.ts +12 -0
  189. package/dist/esm/operationsInterfaces/configurationNames.d.ts.map +1 -0
  190. package/dist/esm/operationsInterfaces/configurationNames.js +9 -0
  191. package/dist/esm/operationsInterfaces/configurationNames.js.map +1 -0
  192. package/dist/esm/operationsInterfaces/connector.d.ts +176 -0
  193. package/dist/esm/operationsInterfaces/connector.d.ts.map +1 -0
  194. package/dist/esm/operationsInterfaces/connector.js +9 -0
  195. package/dist/esm/operationsInterfaces/connector.js.map +1 -0
  196. package/dist/esm/operationsInterfaces/index.d.ts +6 -0
  197. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  198. package/dist/esm/operationsInterfaces/index.js +13 -0
  199. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  200. package/dist/esm/operationsInterfaces/linker.d.ts +99 -0
  201. package/dist/esm/operationsInterfaces/linker.d.ts.map +1 -0
  202. package/dist/esm/operationsInterfaces/linker.js +9 -0
  203. package/dist/esm/operationsInterfaces/linker.js.map +1 -0
  204. package/dist/esm/operationsInterfaces/linkers.d.ts +81 -0
  205. package/dist/esm/operationsInterfaces/linkers.d.ts.map +1 -0
  206. package/dist/esm/operationsInterfaces/linkers.js +9 -0
  207. package/dist/esm/operationsInterfaces/linkers.js.map +1 -0
  208. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  209. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  210. package/dist/esm/operationsInterfaces/operations.js +9 -0
  211. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  212. package/dist/esm/package.json +3 -0
  213. package/dist/esm/pagingHelper.d.ts +13 -0
  214. package/dist/esm/pagingHelper.d.ts.map +1 -0
  215. package/dist/esm/pagingHelper.js +30 -0
  216. package/dist/esm/pagingHelper.js.map +1 -0
  217. package/dist/esm/serviceLinkerManagementClient.d.ts +22 -0
  218. package/dist/esm/serviceLinkerManagementClient.d.ts.map +1 -0
  219. package/dist/esm/serviceLinkerManagementClient.js +107 -0
  220. package/dist/esm/serviceLinkerManagementClient.js.map +1 -0
  221. package/dist/react-native/index.d.ts +5 -0
  222. package/dist/react-native/index.d.ts.map +1 -0
  223. package/dist/react-native/index.js +13 -0
  224. package/dist/react-native/index.js.map +1 -0
  225. package/dist/react-native/lroImpl.d.ts +11 -0
  226. package/dist/react-native/lroImpl.d.ts.map +1 -0
  227. package/dist/react-native/lroImpl.js +18 -0
  228. package/dist/react-native/lroImpl.js.map +1 -0
  229. package/dist/react-native/models/index.d.ts +1380 -0
  230. package/dist/react-native/models/index.d.ts.map +1 -0
  231. package/dist/react-native/models/index.js +234 -0
  232. package/dist/react-native/models/index.js.map +1 -0
  233. package/dist/react-native/models/mappers.d.ts +93 -0
  234. package/dist/react-native/models/mappers.d.ts.map +1 -0
  235. package/dist/react-native/models/mappers.js +2052 -0
  236. package/dist/react-native/models/mappers.js.map +1 -0
  237. package/dist/react-native/models/parameters.d.ts +21 -0
  238. package/dist/react-native/models/parameters.d.ts.map +1 -0
  239. package/dist/react-native/models/parameters.js +183 -0
  240. package/dist/react-native/models/parameters.js.map +1 -0
  241. package/dist/react-native/operations/configurationNames.d.ts +34 -0
  242. package/dist/react-native/operations/configurationNames.d.ts.map +1 -0
  243. package/dist/react-native/operations/configurationNames.js +122 -0
  244. package/dist/react-native/operations/configurationNames.js.map +1 -0
  245. package/dist/react-native/operations/connector.d.ts +223 -0
  246. package/dist/react-native/operations/connector.d.ts.map +1 -0
  247. package/dist/react-native/operations/connector.js +983 -0
  248. package/dist/react-native/operations/connector.js.map +1 -0
  249. package/dist/react-native/operations/index.d.ts +6 -0
  250. package/dist/react-native/operations/index.d.ts.map +1 -0
  251. package/dist/react-native/operations/index.js +13 -0
  252. package/dist/react-native/operations/index.js.map +1 -0
  253. package/dist/react-native/operations/linker.d.ts +125 -0
  254. package/dist/react-native/operations/linker.d.ts.map +1 -0
  255. package/dist/react-native/operations/linker.js +542 -0
  256. package/dist/react-native/operations/linker.js.map +1 -0
  257. package/dist/react-native/operations/linkers.d.ts +123 -0
  258. package/dist/react-native/operations/linkers.d.ts.map +1 -0
  259. package/dist/react-native/operations/linkers.js +503 -0
  260. package/dist/react-native/operations/linkers.js.map +1 -0
  261. package/dist/react-native/operations/operations.d.ts +32 -0
  262. package/dist/react-native/operations/operations.d.ts.map +1 -0
  263. package/dist/react-native/operations/operations.js +116 -0
  264. package/dist/react-native/operations/operations.js.map +1 -0
  265. package/dist/react-native/operationsInterfaces/configurationNames.d.ts +12 -0
  266. package/dist/react-native/operationsInterfaces/configurationNames.d.ts.map +1 -0
  267. package/dist/react-native/operationsInterfaces/configurationNames.js +9 -0
  268. package/dist/react-native/operationsInterfaces/configurationNames.js.map +1 -0
  269. package/dist/react-native/operationsInterfaces/connector.d.ts +176 -0
  270. package/dist/react-native/operationsInterfaces/connector.d.ts.map +1 -0
  271. package/dist/react-native/operationsInterfaces/connector.js +9 -0
  272. package/dist/react-native/operationsInterfaces/connector.js.map +1 -0
  273. package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
  274. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  275. package/dist/react-native/operationsInterfaces/index.js +13 -0
  276. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  277. package/dist/react-native/operationsInterfaces/linker.d.ts +99 -0
  278. package/dist/react-native/operationsInterfaces/linker.d.ts.map +1 -0
  279. package/dist/react-native/operationsInterfaces/linker.js +9 -0
  280. package/dist/react-native/operationsInterfaces/linker.js.map +1 -0
  281. package/dist/react-native/operationsInterfaces/linkers.d.ts +81 -0
  282. package/dist/react-native/operationsInterfaces/linkers.d.ts.map +1 -0
  283. package/dist/react-native/operationsInterfaces/linkers.js +9 -0
  284. package/dist/react-native/operationsInterfaces/linkers.js.map +1 -0
  285. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  286. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  287. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  288. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  289. package/dist/react-native/package.json +3 -0
  290. package/dist/react-native/pagingHelper.d.ts +13 -0
  291. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  292. package/dist/react-native/pagingHelper.js +30 -0
  293. package/dist/react-native/pagingHelper.js.map +1 -0
  294. package/dist/react-native/serviceLinkerManagementClient.d.ts +22 -0
  295. package/dist/react-native/serviceLinkerManagementClient.d.ts.map +1 -0
  296. package/dist/react-native/serviceLinkerManagementClient.js +107 -0
  297. package/dist/react-native/serviceLinkerManagementClient.js.map +1 -0
  298. package/package.json +84 -65
  299. package/dist/index.js +0 -4947
  300. package/dist/index.js.map +0 -1
  301. package/dist/index.min.js +0 -1
  302. package/dist/index.min.js.map +0 -1
  303. package/dist-esm/samples-dev/configurationNamesListSample.d.ts +0 -2
  304. package/dist-esm/samples-dev/configurationNamesListSample.d.ts.map +0 -1
  305. package/dist-esm/samples-dev/configurationNamesListSample.js +0 -51
  306. package/dist-esm/samples-dev/configurationNamesListSample.js.map +0 -1
  307. package/dist-esm/samples-dev/connectorCreateDryrunSample.d.ts +0 -2
  308. package/dist-esm/samples-dev/connectorCreateDryrunSample.d.ts.map +0 -1
  309. package/dist-esm/samples-dev/connectorCreateDryrunSample.js +0 -53
  310. package/dist-esm/samples-dev/connectorCreateDryrunSample.js.map +0 -1
  311. package/dist-esm/samples-dev/connectorCreateOrUpdateSample.d.ts +0 -2
  312. package/dist-esm/samples-dev/connectorCreateOrUpdateSample.d.ts.map +0 -1
  313. package/dist-esm/samples-dev/connectorCreateOrUpdateSample.js +0 -49
  314. package/dist-esm/samples-dev/connectorCreateOrUpdateSample.js.map +0 -1
  315. package/dist-esm/samples-dev/connectorDeleteDryrunSample.d.ts +0 -2
  316. package/dist-esm/samples-dev/connectorDeleteDryrunSample.d.ts.map +0 -1
  317. package/dist-esm/samples-dev/connectorDeleteDryrunSample.js +0 -39
  318. package/dist-esm/samples-dev/connectorDeleteDryrunSample.js.map +0 -1
  319. package/dist-esm/samples-dev/connectorDeleteSample.d.ts +0 -2
  320. package/dist-esm/samples-dev/connectorDeleteSample.d.ts.map +0 -1
  321. package/dist-esm/samples-dev/connectorDeleteSample.js +0 -39
  322. package/dist-esm/samples-dev/connectorDeleteSample.js.map +0 -1
  323. package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.d.ts +0 -2
  324. package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.d.ts.map +0 -1
  325. package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.js +0 -43
  326. package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.js.map +0 -1
  327. package/dist-esm/samples-dev/connectorGetDryrunSample.d.ts +0 -2
  328. package/dist-esm/samples-dev/connectorGetDryrunSample.d.ts.map +0 -1
  329. package/dist-esm/samples-dev/connectorGetDryrunSample.js +0 -39
  330. package/dist-esm/samples-dev/connectorGetDryrunSample.js.map +0 -1
  331. package/dist-esm/samples-dev/connectorGetSample.d.ts +0 -2
  332. package/dist-esm/samples-dev/connectorGetSample.d.ts.map +0 -1
  333. package/dist-esm/samples-dev/connectorGetSample.js +0 -39
  334. package/dist-esm/samples-dev/connectorGetSample.js.map +0 -1
  335. package/dist-esm/samples-dev/connectorListDryrunSample.d.ts +0 -2
  336. package/dist-esm/samples-dev/connectorListDryrunSample.d.ts.map +0 -1
  337. package/dist-esm/samples-dev/connectorListDryrunSample.js +0 -54
  338. package/dist-esm/samples-dev/connectorListDryrunSample.js.map +0 -1
  339. package/dist-esm/samples-dev/connectorListSample.d.ts +0 -2
  340. package/dist-esm/samples-dev/connectorListSample.d.ts.map +0 -1
  341. package/dist-esm/samples-dev/connectorListSample.js +0 -54
  342. package/dist-esm/samples-dev/connectorListSample.js.map +0 -1
  343. package/dist-esm/samples-dev/connectorUpdateDryrunSample.d.ts +0 -2
  344. package/dist-esm/samples-dev/connectorUpdateDryrunSample.d.ts.map +0 -1
  345. package/dist-esm/samples-dev/connectorUpdateDryrunSample.js +0 -53
  346. package/dist-esm/samples-dev/connectorUpdateDryrunSample.js.map +0 -1
  347. package/dist-esm/samples-dev/connectorUpdateSample.d.ts +0 -2
  348. package/dist-esm/samples-dev/connectorUpdateSample.d.ts.map +0 -1
  349. package/dist-esm/samples-dev/connectorUpdateSample.js +0 -51
  350. package/dist-esm/samples-dev/connectorUpdateSample.js.map +0 -1
  351. package/dist-esm/samples-dev/connectorValidateSample.d.ts +0 -2
  352. package/dist-esm/samples-dev/connectorValidateSample.d.ts.map +0 -1
  353. package/dist-esm/samples-dev/connectorValidateSample.js +0 -39
  354. package/dist-esm/samples-dev/connectorValidateSample.js.map +0 -1
  355. package/dist-esm/samples-dev/linkerCreateOrUpdateSample.d.ts +0 -2
  356. package/dist-esm/samples-dev/linkerCreateOrUpdateSample.d.ts.map +0 -1
  357. package/dist-esm/samples-dev/linkerCreateOrUpdateSample.js +0 -49
  358. package/dist-esm/samples-dev/linkerCreateOrUpdateSample.js.map +0 -1
  359. package/dist-esm/samples-dev/linkerDeleteSample.d.ts +0 -2
  360. package/dist-esm/samples-dev/linkerDeleteSample.d.ts.map +0 -1
  361. package/dist-esm/samples-dev/linkerDeleteSample.js +0 -37
  362. package/dist-esm/samples-dev/linkerDeleteSample.js.map +0 -1
  363. package/dist-esm/samples-dev/linkerGetSample.d.ts +0 -2
  364. package/dist-esm/samples-dev/linkerGetSample.d.ts.map +0 -1
  365. package/dist-esm/samples-dev/linkerGetSample.js +0 -37
  366. package/dist-esm/samples-dev/linkerGetSample.js.map +0 -1
  367. package/dist-esm/samples-dev/linkerListConfigurationsSample.d.ts +0 -2
  368. package/dist-esm/samples-dev/linkerListConfigurationsSample.d.ts.map +0 -1
  369. package/dist-esm/samples-dev/linkerListConfigurationsSample.js +0 -37
  370. package/dist-esm/samples-dev/linkerListConfigurationsSample.js.map +0 -1
  371. package/dist-esm/samples-dev/linkerListSample.d.ts +0 -2
  372. package/dist-esm/samples-dev/linkerListSample.d.ts.map +0 -1
  373. package/dist-esm/samples-dev/linkerListSample.js +0 -52
  374. package/dist-esm/samples-dev/linkerListSample.js.map +0 -1
  375. package/dist-esm/samples-dev/linkerUpdateSample.d.ts +0 -2
  376. package/dist-esm/samples-dev/linkerUpdateSample.d.ts.map +0 -1
  377. package/dist-esm/samples-dev/linkerUpdateSample.js +0 -49
  378. package/dist-esm/samples-dev/linkerUpdateSample.js.map +0 -1
  379. package/dist-esm/samples-dev/linkerValidateSample.d.ts +0 -2
  380. package/dist-esm/samples-dev/linkerValidateSample.d.ts.map +0 -1
  381. package/dist-esm/samples-dev/linkerValidateSample.js +0 -37
  382. package/dist-esm/samples-dev/linkerValidateSample.js.map +0 -1
  383. package/dist-esm/samples-dev/linkersCreateDryrunSample.d.ts +0 -2
  384. package/dist-esm/samples-dev/linkersCreateDryrunSample.d.ts.map +0 -1
  385. package/dist-esm/samples-dev/linkersCreateDryrunSample.js +0 -51
  386. package/dist-esm/samples-dev/linkersCreateDryrunSample.js.map +0 -1
  387. package/dist-esm/samples-dev/linkersDeleteDryrunSample.d.ts +0 -2
  388. package/dist-esm/samples-dev/linkersDeleteDryrunSample.d.ts.map +0 -1
  389. package/dist-esm/samples-dev/linkersDeleteDryrunSample.js +0 -37
  390. package/dist-esm/samples-dev/linkersDeleteDryrunSample.js.map +0 -1
  391. package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.d.ts +0 -2
  392. package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.d.ts.map +0 -1
  393. package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.js +0 -41
  394. package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.js.map +0 -1
  395. package/dist-esm/samples-dev/linkersGetDryrunSample.d.ts +0 -2
  396. package/dist-esm/samples-dev/linkersGetDryrunSample.d.ts.map +0 -1
  397. package/dist-esm/samples-dev/linkersGetDryrunSample.js +0 -37
  398. package/dist-esm/samples-dev/linkersGetDryrunSample.js.map +0 -1
  399. package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.d.ts +0 -2
  400. package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.d.ts.map +0 -1
  401. package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.js +0 -52
  402. package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.js.map +0 -1
  403. package/dist-esm/samples-dev/linkersListDryrunSample.d.ts +0 -2
  404. package/dist-esm/samples-dev/linkersListDryrunSample.d.ts.map +0 -1
  405. package/dist-esm/samples-dev/linkersListDryrunSample.js +0 -52
  406. package/dist-esm/samples-dev/linkersListDryrunSample.js.map +0 -1
  407. package/dist-esm/samples-dev/linkersUpdateDryrunSample.d.ts +0 -2
  408. package/dist-esm/samples-dev/linkersUpdateDryrunSample.d.ts.map +0 -1
  409. package/dist-esm/samples-dev/linkersUpdateDryrunSample.js +0 -51
  410. package/dist-esm/samples-dev/linkersUpdateDryrunSample.js.map +0 -1
  411. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  412. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  413. package/dist-esm/samples-dev/operationsListSample.js +0 -51
  414. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  415. package/dist-esm/src/index.d.ts +0 -5
  416. package/dist-esm/src/index.js.map +0 -1
  417. package/dist-esm/src/lroImpl.js +0 -21
  418. package/dist-esm/src/lroImpl.js.map +0 -1
  419. package/dist-esm/src/models/index.js.map +0 -1
  420. package/dist-esm/src/models/mappers.js.map +0 -1
  421. package/dist-esm/src/models/parameters.js.map +0 -1
  422. package/dist-esm/src/operations/configurationNames.d.ts.map +0 -1
  423. package/dist-esm/src/operations/configurationNames.js.map +0 -1
  424. package/dist-esm/src/operations/connector.d.ts.map +0 -1
  425. package/dist-esm/src/operations/connector.js.map +0 -1
  426. package/dist-esm/src/operations/index.d.ts +0 -6
  427. package/dist-esm/src/operations/index.js.map +0 -1
  428. package/dist-esm/src/operations/linker.d.ts.map +0 -1
  429. package/dist-esm/src/operations/linker.js +0 -555
  430. package/dist-esm/src/operations/linker.js.map +0 -1
  431. package/dist-esm/src/operations/linkers.d.ts.map +0 -1
  432. package/dist-esm/src/operations/linkers.js.map +0 -1
  433. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  434. package/dist-esm/src/operations/operations.js.map +0 -1
  435. package/dist-esm/src/operationsInterfaces/configurationNames.d.ts.map +0 -1
  436. package/dist-esm/src/operationsInterfaces/configurationNames.js.map +0 -1
  437. package/dist-esm/src/operationsInterfaces/connector.d.ts.map +0 -1
  438. package/dist-esm/src/operationsInterfaces/connector.js.map +0 -1
  439. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
  440. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  441. package/dist-esm/src/operationsInterfaces/linker.d.ts.map +0 -1
  442. package/dist-esm/src/operationsInterfaces/linker.js.map +0 -1
  443. package/dist-esm/src/operationsInterfaces/linkers.d.ts.map +0 -1
  444. package/dist-esm/src/operationsInterfaces/linkers.js.map +0 -1
  445. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  446. package/dist-esm/src/pagingHelper.js.map +0 -1
  447. package/dist-esm/src/serviceLinkerManagementClient.d.ts.map +0 -1
  448. package/dist-esm/src/serviceLinkerManagementClient.js.map +0 -1
  449. package/dist-esm/test/servicelinker_operations_test.spec.d.ts +0 -4
  450. package/dist-esm/test/servicelinker_operations_test.spec.d.ts.map +0 -1
  451. package/dist-esm/test/servicelinker_operations_test.spec.js +0 -74
  452. package/dist-esm/test/servicelinker_operations_test.spec.js.map +0 -1
  453. package/src/lroImpl.ts +0 -42
  454. package/src/models/index.ts +0 -1616
  455. package/src/models/mappers.ts +0 -2123
  456. package/src/models/parameters.ts +0 -213
  457. package/src/operations/configurationNames.ts +0 -155
  458. package/src/operations/connector.ts +0 -1433
  459. package/src/operations/index.ts +0 -13
  460. package/src/operations/linker.ts +0 -734
  461. package/src/operations/linkers.ts +0 -702
  462. package/src/operations/operations.ts +0 -149
  463. package/src/operationsInterfaces/configurationNames.ts +0 -26
  464. package/src/operationsInterfaces/connector.ts +0 -349
  465. package/src/operationsInterfaces/index.ts +0 -13
  466. package/src/operationsInterfaces/linker.ts +0 -182
  467. package/src/operationsInterfaces/linkers.ts +0 -153
  468. package/src/operationsInterfaces/operations.ts +0 -22
  469. package/src/pagingHelper.ts +0 -39
  470. package/src/serviceLinkerManagementClient.ts +0 -153
  471. package/tsconfig.json +0 -33
  472. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  473. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  474. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  475. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  476. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  477. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  478. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  479. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  480. /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurationNames.js +0 -0
  481. /package/{dist-esm/src → dist/browser}/operationsInterfaces/connector.js +0 -0
  482. /package/{dist-esm/src → dist/browser}/operationsInterfaces/linker.js +0 -0
  483. /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkers.js +0 -0
  484. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  485. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  486. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  487. /package/review/{arm-servicelinker.api.md → arm-servicelinker-node.api.md} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,237 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.KnownAccessKeyPermissions = exports.KnownSecretType = exports.KnownAzureResourceType = exports.KnownSecretSourceType = exports.KnownOrigin = exports.KnownLinkerConfigurationType = exports.KnownValidationResultStatus = exports.KnownDaprBindingComponentDirection = exports.KnownDaprMetadataRequired = exports.KnownAllowType = exports.KnownActionType = exports.KnownDeleteOrUpdateBehavior = exports.KnownVNetSolutionType = exports.KnownClientType = exports.KnownAuthMode = exports.KnownAuthType = exports.KnownTargetServiceType = exports.KnownCreatedByType = exports.KnownDryrunPreviewOperationType = exports.KnownDryrunPrerequisiteResultType = exports.KnownDryrunActionName = void 0;
11
+ /** Known values of {@link DryrunActionName} that the service accepts. */
12
+ var KnownDryrunActionName;
13
+ (function (KnownDryrunActionName) {
14
+ /** CreateOrUpdate */
15
+ KnownDryrunActionName["CreateOrUpdate"] = "createOrUpdate";
16
+ })(KnownDryrunActionName || (exports.KnownDryrunActionName = KnownDryrunActionName = {}));
17
+ /** Known values of {@link DryrunPrerequisiteResultType} that the service accepts. */
18
+ var KnownDryrunPrerequisiteResultType;
19
+ (function (KnownDryrunPrerequisiteResultType) {
20
+ /** BasicError */
21
+ KnownDryrunPrerequisiteResultType["BasicError"] = "basicError";
22
+ /** PermissionsMissing */
23
+ KnownDryrunPrerequisiteResultType["PermissionsMissing"] = "permissionsMissing";
24
+ })(KnownDryrunPrerequisiteResultType || (exports.KnownDryrunPrerequisiteResultType = KnownDryrunPrerequisiteResultType = {}));
25
+ /** Known values of {@link DryrunPreviewOperationType} that the service accepts. */
26
+ var KnownDryrunPreviewOperationType;
27
+ (function (KnownDryrunPreviewOperationType) {
28
+ /** ConfigConnection */
29
+ KnownDryrunPreviewOperationType["ConfigConnection"] = "configConnection";
30
+ /** ConfigNetwork */
31
+ KnownDryrunPreviewOperationType["ConfigNetwork"] = "configNetwork";
32
+ /** ConfigAuth */
33
+ KnownDryrunPreviewOperationType["ConfigAuth"] = "configAuth";
34
+ })(KnownDryrunPreviewOperationType || (exports.KnownDryrunPreviewOperationType = KnownDryrunPreviewOperationType = {}));
35
+ /** Known values of {@link CreatedByType} that the service accepts. */
36
+ var KnownCreatedByType;
37
+ (function (KnownCreatedByType) {
38
+ /** User */
39
+ KnownCreatedByType["User"] = "User";
40
+ /** Application */
41
+ KnownCreatedByType["Application"] = "Application";
42
+ /** ManagedIdentity */
43
+ KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
44
+ /** Key */
45
+ KnownCreatedByType["Key"] = "Key";
46
+ })(KnownCreatedByType || (exports.KnownCreatedByType = KnownCreatedByType = {}));
47
+ /** Known values of {@link TargetServiceType} that the service accepts. */
48
+ var KnownTargetServiceType;
49
+ (function (KnownTargetServiceType) {
50
+ /** AzureResource */
51
+ KnownTargetServiceType["AzureResource"] = "AzureResource";
52
+ /** ConfluentBootstrapServer */
53
+ KnownTargetServiceType["ConfluentBootstrapServer"] = "ConfluentBootstrapServer";
54
+ /** ConfluentSchemaRegistry */
55
+ KnownTargetServiceType["ConfluentSchemaRegistry"] = "ConfluentSchemaRegistry";
56
+ /** SelfHostedServer */
57
+ KnownTargetServiceType["SelfHostedServer"] = "SelfHostedServer";
58
+ /** FabricPlatform */
59
+ KnownTargetServiceType["FabricPlatform"] = "FabricPlatform";
60
+ })(KnownTargetServiceType || (exports.KnownTargetServiceType = KnownTargetServiceType = {}));
61
+ /** Known values of {@link AuthType} that the service accepts. */
62
+ var KnownAuthType;
63
+ (function (KnownAuthType) {
64
+ /** SystemAssignedIdentity */
65
+ KnownAuthType["SystemAssignedIdentity"] = "systemAssignedIdentity";
66
+ /** UserAssignedIdentity */
67
+ KnownAuthType["UserAssignedIdentity"] = "userAssignedIdentity";
68
+ /** ServicePrincipalSecret */
69
+ KnownAuthType["ServicePrincipalSecret"] = "servicePrincipalSecret";
70
+ /** ServicePrincipalCertificate */
71
+ KnownAuthType["ServicePrincipalCertificate"] = "servicePrincipalCertificate";
72
+ /** Secret */
73
+ KnownAuthType["Secret"] = "secret";
74
+ /** AccessKey */
75
+ KnownAuthType["AccessKey"] = "accessKey";
76
+ /** UserAccount */
77
+ KnownAuthType["UserAccount"] = "userAccount";
78
+ /** EasyAuthMicrosoftEntraID */
79
+ KnownAuthType["EasyAuthMicrosoftEntraID"] = "easyAuthMicrosoftEntraID";
80
+ })(KnownAuthType || (exports.KnownAuthType = KnownAuthType = {}));
81
+ /** Known values of {@link AuthMode} that the service accepts. */
82
+ var KnownAuthMode;
83
+ (function (KnownAuthMode) {
84
+ /** Default authentication configuration according to the authentication type. */
85
+ KnownAuthMode["OptInAllAuth"] = "optInAllAuth";
86
+ /** Skip all authentication configuration such as enabling managed identity and granting RBAC roles */
87
+ KnownAuthMode["OptOutAllAuth"] = "optOutAllAuth";
88
+ })(KnownAuthMode || (exports.KnownAuthMode = KnownAuthMode = {}));
89
+ /** Known values of {@link ClientType} that the service accepts. */
90
+ var KnownClientType;
91
+ (function (KnownClientType) {
92
+ /** None */
93
+ KnownClientType["None"] = "none";
94
+ /** Dotnet */
95
+ KnownClientType["Dotnet"] = "dotnet";
96
+ /** Java */
97
+ KnownClientType["Java"] = "java";
98
+ /** Python */
99
+ KnownClientType["Python"] = "python";
100
+ /** Go */
101
+ KnownClientType["Go"] = "go";
102
+ /** Php */
103
+ KnownClientType["Php"] = "php";
104
+ /** Ruby */
105
+ KnownClientType["Ruby"] = "ruby";
106
+ /** Django */
107
+ KnownClientType["Django"] = "django";
108
+ /** Nodejs */
109
+ KnownClientType["Nodejs"] = "nodejs";
110
+ /** SpringBoot */
111
+ KnownClientType["SpringBoot"] = "springBoot";
112
+ /** KafkaSpringBoot */
113
+ KnownClientType["KafkaSpringBoot"] = "kafka-springBoot";
114
+ /** JmsSpringBoot */
115
+ KnownClientType["JmsSpringBoot"] = "jms-springBoot";
116
+ /** Dapr */
117
+ KnownClientType["Dapr"] = "dapr";
118
+ })(KnownClientType || (exports.KnownClientType = KnownClientType = {}));
119
+ /** Known values of {@link VNetSolutionType} that the service accepts. */
120
+ var KnownVNetSolutionType;
121
+ (function (KnownVNetSolutionType) {
122
+ /** ServiceEndpoint */
123
+ KnownVNetSolutionType["ServiceEndpoint"] = "serviceEndpoint";
124
+ /** PrivateLink */
125
+ KnownVNetSolutionType["PrivateLink"] = "privateLink";
126
+ })(KnownVNetSolutionType || (exports.KnownVNetSolutionType = KnownVNetSolutionType = {}));
127
+ /** Known values of {@link DeleteOrUpdateBehavior} that the service accepts. */
128
+ var KnownDeleteOrUpdateBehavior;
129
+ (function (KnownDeleteOrUpdateBehavior) {
130
+ /** Default */
131
+ KnownDeleteOrUpdateBehavior["Default"] = "Default";
132
+ /** ForcedCleanup */
133
+ KnownDeleteOrUpdateBehavior["ForcedCleanup"] = "ForcedCleanup";
134
+ })(KnownDeleteOrUpdateBehavior || (exports.KnownDeleteOrUpdateBehavior = KnownDeleteOrUpdateBehavior = {}));
135
+ /** Known values of {@link ActionType} that the service accepts. */
136
+ var KnownActionType;
137
+ (function (KnownActionType) {
138
+ /** Internal */
139
+ KnownActionType["Internal"] = "Internal";
140
+ /** Enable */
141
+ KnownActionType["Enable"] = "enable";
142
+ /** OptOut */
143
+ KnownActionType["OptOut"] = "optOut";
144
+ })(KnownActionType || (exports.KnownActionType = KnownActionType = {}));
145
+ /** Known values of {@link AllowType} that the service accepts. */
146
+ var KnownAllowType;
147
+ (function (KnownAllowType) {
148
+ /** True */
149
+ KnownAllowType["True"] = "true";
150
+ /** False */
151
+ KnownAllowType["False"] = "false";
152
+ })(KnownAllowType || (exports.KnownAllowType = KnownAllowType = {}));
153
+ /** Known values of {@link DaprMetadataRequired} that the service accepts. */
154
+ var KnownDaprMetadataRequired;
155
+ (function (KnownDaprMetadataRequired) {
156
+ /** True */
157
+ KnownDaprMetadataRequired["True"] = "true";
158
+ /** False */
159
+ KnownDaprMetadataRequired["False"] = "false";
160
+ })(KnownDaprMetadataRequired || (exports.KnownDaprMetadataRequired = KnownDaprMetadataRequired = {}));
161
+ /** Known values of {@link DaprBindingComponentDirection} that the service accepts. */
162
+ var KnownDaprBindingComponentDirection;
163
+ (function (KnownDaprBindingComponentDirection) {
164
+ /** Input */
165
+ KnownDaprBindingComponentDirection["Input"] = "input";
166
+ /** Output */
167
+ KnownDaprBindingComponentDirection["Output"] = "output";
168
+ })(KnownDaprBindingComponentDirection || (exports.KnownDaprBindingComponentDirection = KnownDaprBindingComponentDirection = {}));
169
+ /** Known values of {@link ValidationResultStatus} that the service accepts. */
170
+ var KnownValidationResultStatus;
171
+ (function (KnownValidationResultStatus) {
172
+ /** Success */
173
+ KnownValidationResultStatus["Success"] = "success";
174
+ /** Failure */
175
+ KnownValidationResultStatus["Failure"] = "failure";
176
+ /** Warning */
177
+ KnownValidationResultStatus["Warning"] = "warning";
178
+ })(KnownValidationResultStatus || (exports.KnownValidationResultStatus = KnownValidationResultStatus = {}));
179
+ /** Known values of {@link LinkerConfigurationType} that the service accepts. */
180
+ var KnownLinkerConfigurationType;
181
+ (function (KnownLinkerConfigurationType) {
182
+ /** Default */
183
+ KnownLinkerConfigurationType["Default"] = "Default";
184
+ /** KeyVaultSecret */
185
+ KnownLinkerConfigurationType["KeyVaultSecret"] = "KeyVaultSecret";
186
+ })(KnownLinkerConfigurationType || (exports.KnownLinkerConfigurationType = KnownLinkerConfigurationType = {}));
187
+ /** Known values of {@link Origin} that the service accepts. */
188
+ var KnownOrigin;
189
+ (function (KnownOrigin) {
190
+ /** User */
191
+ KnownOrigin["User"] = "user";
192
+ /** System */
193
+ KnownOrigin["System"] = "system";
194
+ /** UserSystem */
195
+ KnownOrigin["UserSystem"] = "user,system";
196
+ })(KnownOrigin || (exports.KnownOrigin = KnownOrigin = {}));
197
+ /** Known values of {@link SecretSourceType} that the service accepts. */
198
+ var KnownSecretSourceType;
199
+ (function (KnownSecretSourceType) {
200
+ /** RawValue */
201
+ KnownSecretSourceType["RawValue"] = "rawValue";
202
+ /** KeyVaultSecret */
203
+ KnownSecretSourceType["KeyVaultSecret"] = "keyVaultSecret";
204
+ })(KnownSecretSourceType || (exports.KnownSecretSourceType = KnownSecretSourceType = {}));
205
+ /** Known values of {@link AzureResourceType} that the service accepts. */
206
+ var KnownAzureResourceType;
207
+ (function (KnownAzureResourceType) {
208
+ /** KeyVault */
209
+ KnownAzureResourceType["KeyVault"] = "KeyVault";
210
+ /** AppConfig */
211
+ KnownAzureResourceType["AppConfig"] = "AppConfig";
212
+ })(KnownAzureResourceType || (exports.KnownAzureResourceType = KnownAzureResourceType = {}));
213
+ /** Known values of {@link SecretType} that the service accepts. */
214
+ var KnownSecretType;
215
+ (function (KnownSecretType) {
216
+ /** RawValue */
217
+ KnownSecretType["RawValue"] = "rawValue";
218
+ /** KeyVaultSecretUri */
219
+ KnownSecretType["KeyVaultSecretUri"] = "keyVaultSecretUri";
220
+ /** KeyVaultSecretReference */
221
+ KnownSecretType["KeyVaultSecretReference"] = "keyVaultSecretReference";
222
+ })(KnownSecretType || (exports.KnownSecretType = KnownSecretType = {}));
223
+ /** Known values of {@link AccessKeyPermissions} that the service accepts. */
224
+ var KnownAccessKeyPermissions;
225
+ (function (KnownAccessKeyPermissions) {
226
+ /** Read */
227
+ KnownAccessKeyPermissions["Read"] = "Read";
228
+ /** Write */
229
+ KnownAccessKeyPermissions["Write"] = "Write";
230
+ /** Listen */
231
+ KnownAccessKeyPermissions["Listen"] = "Listen";
232
+ /** Send */
233
+ KnownAccessKeyPermissions["Send"] = "Send";
234
+ /** Manage */
235
+ KnownAccessKeyPermissions["Manage"] = "Manage";
236
+ })(KnownAccessKeyPermissions || (exports.KnownAccessKeyPermissions = KnownAccessKeyPermissions = {}));
237
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport type DryrunParametersUnion =\n | DryrunParameters\n | CreateOrUpdateDryrunParameters;\nexport type DryrunPrerequisiteResultUnion =\n | DryrunPrerequisiteResult\n | BasicErrorDryrunPrerequisiteResult\n | PermissionsMissingDryrunPrerequisiteResult;\nexport type TargetServiceBaseUnion =\n | TargetServiceBase\n | AzureResource\n | ConfluentBootstrapServer\n | FabricPlatform\n | SelfHostedServer\n | ConfluentSchemaRegistry;\nexport type AuthInfoBaseUnion =\n | AuthInfoBase\n | AccessKeyInfoBase\n | SecretAuthInfo\n | UserAssignedIdentityAuthInfo\n | SystemAssignedIdentityAuthInfo\n | ServicePrincipalSecretAuthInfo\n | ServicePrincipalCertificateAuthInfo\n | UserAccountAuthInfo\n | EasyAuthMicrosoftEntraIDAuthInfo;\nexport type AzureResourcePropertiesBaseUnion =\n | AzureResourcePropertiesBase\n | AzureKeyVaultProperties\n | AzureAppConfigProperties;\nexport type SecretInfoBaseUnion =\n | SecretInfoBase\n | ValueSecretInfo\n | KeyVaultSecretReferenceSecretInfo\n | KeyVaultSecretUriSecretInfo;\n\n/** The list of dryrun. */\nexport interface DryrunList {\n /** The link used to get the next page of dryrun list. */\n nextLink?: string;\n /** The list of dryrun. */\n value?: DryrunResource[];\n}\n\n/** The parameters of the dryrun */\nexport interface DryrunParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n actionName: \"createOrUpdate\";\n}\n\n/** A result of dryrun */\nexport interface DryrunPrerequisiteResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"basicError\" | \"permissionsMissing\";\n}\n\n/** The preview of the operations for creation */\nexport interface DryrunOperationPreview {\n /** The operation name */\n name?: string;\n /** The operation type */\n operationType?: DryrunPreviewOperationType;\n /** The description of the operation */\n description?: string;\n /** The action defined by RBAC, refer https://docs.microsoft.com/azure/role-based-access-control/role-definitions#actions-format */\n action?: string;\n /** The scope of the operation, refer https://docs.microsoft.com/azure/role-based-access-control/scope-overview */\n scope?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** a dryrun job to be updated. */\nexport interface DryrunPatch {\n /** The parameters of the dryrun */\n parameters?: DryrunParametersUnion;\n /**\n * the result of the dryrun\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly prerequisiteResults?: DryrunPrerequisiteResultUnion[];\n /**\n * the preview of the operations for creation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operationPreviews?: DryrunOperationPreview[];\n /**\n * The provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n}\n\n/** The list of Linker. */\nexport interface ResourceList {\n /** The Linker used to get the next page of Linker list. */\n nextLink?: string;\n /** The list of Linkers. */\n value?: LinkerResource[];\n}\n\n/** The properties of the Linker. */\nexport interface LinkerProperties {\n /** The target service properties */\n targetService?: TargetServiceBaseUnion;\n /** The authentication type. */\n authInfo?: AuthInfoBaseUnion;\n /** The application client type */\n clientType?: ClientType;\n /**\n * The provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** The VNet solution. */\n vNetSolution?: VNetSolution;\n /** An option to store secret value in secure place */\n secretStore?: SecretStore;\n /** connection scope in source service. */\n scope?: string;\n /** The network solution. */\n publicNetworkSolution?: PublicNetworkSolution;\n /** The connection information consumed by applications, including secrets, connection strings. */\n configurationInfo?: ConfigurationInfo;\n}\n\n/** The target service properties */\nexport interface TargetServiceBase {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type:\n | \"AzureResource\"\n | \"ConfluentBootstrapServer\"\n | \"FabricPlatform\"\n | \"SelfHostedServer\"\n | \"ConfluentSchemaRegistry\";\n}\n\n/** The authentication info */\nexport interface AuthInfoBase {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n authType:\n | \"accessKey\"\n | \"secret\"\n | \"userAssignedIdentity\"\n | \"systemAssignedIdentity\"\n | \"servicePrincipalSecret\"\n | \"servicePrincipalCertificate\"\n | \"userAccount\"\n | \"easyAuthMicrosoftEntraID\";\n /** Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth. */\n authMode?: AuthMode;\n}\n\n/** The VNet solution for linker */\nexport interface VNetSolution {\n /** Type of VNet solution. */\n type?: VNetSolutionType;\n /** Indicates whether to clean up previous operation when Linker is updating or deleting */\n deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;\n}\n\n/** An option to store secret value in secure place */\nexport interface SecretStore {\n /** The key vault id to store secret */\n keyVaultId?: string;\n /** The key vault secret name to store secret, only valid when storing one secret */\n keyVaultSecretName?: string;\n}\n\n/** Indicates public network solution, include firewall rules */\nexport interface PublicNetworkSolution {\n /** Indicates whether to clean up previous operation(such as firewall rules) when Linker is updating or deleting */\n deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;\n /** Optional. Indicates public network solution. If enable, enable public network access of target service with best try. Default is enable. If optOut, opt out public network access configuration. */\n action?: ActionType;\n /** Describe firewall rules of target service to make sure source application could connect to the target. */\n firewallRules?: FirewallRules;\n}\n\n/** Target service's firewall rules. to allow connections from source service. */\nexport interface FirewallRules {\n /** This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account. */\n ipRanges?: string[];\n /** Allow Azure services to access the target service if true. */\n azureServices?: AllowType;\n /** Allow caller client IP to access the target service if true. the property is used when connecting local application to target service. */\n callerClientIP?: AllowType;\n}\n\n/** The configuration information, used to generate configurations or save to applications */\nexport interface ConfigurationInfo {\n /** Indicates whether to clean up previous operation when Linker is updating or deleting */\n deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;\n /** Optional, indicate whether to apply configurations on source application. If enable, generate configurations and applied to the source application. Default is enable. If optOut, no configuration change will be made on source. */\n action?: ActionType;\n /** Optional. A dictionary of default key name and customized key name mapping. If not specified, default key name will be used for generate configurations */\n customizedKeys?: { [propertyName: string]: string };\n /** Indicates some additional properties for dapr client type */\n daprProperties?: DaprProperties;\n /** A dictionary of additional configurations to be added. Service will auto generate a set of basic configurations and this property is to full fill more customized configurations */\n additionalConfigurations?: { [propertyName: string]: string };\n /** A dictionary of additional properties to be added in the end of connection string. */\n additionalConnectionStringProperties?: { [propertyName: string]: string };\n /** An option to store configuration into different place */\n configurationStore?: ConfigurationStore;\n}\n\n/** Indicates some additional properties for dapr client type */\nexport interface DaprProperties {\n /** The dapr component version */\n version?: string;\n /** The dapr component type */\n componentType?: string;\n /** The name of a secret store dapr to retrieve secret */\n secretStoreComponent?: string;\n /** Additional dapr metadata */\n metadata?: DaprMetadata[];\n /** The dapr component scopes */\n scopes?: string[];\n /**\n * The runtime version supported by the properties\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runtimeVersion?: string;\n /**\n * The direction supported by the dapr binding component\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly bindingComponentDirection?: DaprBindingComponentDirection;\n}\n\n/** The dapr component metadata. */\nexport interface DaprMetadata {\n /** Metadata property name. */\n name?: string;\n /** Metadata property value. */\n value?: string;\n /** The secret name where dapr could get value */\n secretRef?: string;\n /** The description of the metadata, returned from configuration api */\n description?: string;\n /** The value indicating whether the metadata is required or not */\n required?: DaprMetadataRequired;\n}\n\n/** An option to store configuration into different place */\nexport interface ConfigurationStore {\n /** The app configuration id to store configuration */\n appConfigurationId?: string;\n}\n\n/** A Linker to be updated. */\nexport interface LinkerPatch {\n /** The target service properties */\n targetService?: TargetServiceBaseUnion;\n /** The authentication type. */\n authInfo?: AuthInfoBaseUnion;\n /** The application client type */\n clientType?: ClientType;\n /**\n * The provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** The VNet solution. */\n vNetSolution?: VNetSolution;\n /** An option to store secret value in secure place */\n secretStore?: SecretStore;\n /** connection scope in source service. */\n scope?: string;\n /** The network solution. */\n publicNetworkSolution?: PublicNetworkSolution;\n /** The connection information consumed by applications, including secrets, connection strings. */\n configurationInfo?: ConfigurationInfo;\n}\n\n/** The validation operation result for a Linker. */\nexport interface ValidateOperationResult {\n /** Validated Linker id. */\n resourceId?: string;\n /** Validation operation status. */\n status?: string;\n /** The linker name. */\n linkerName?: string;\n /** A boolean value indicating whether the connection is available or not */\n isConnectionAvailable?: boolean;\n /** The start time of the validation report. */\n reportStartTimeUtc?: Date;\n /** The end time of the validation report. */\n reportEndTimeUtc?: Date;\n /** The resource id of the Linker source application. */\n sourceId?: string;\n /** The resource Id of target service. */\n targetId?: string;\n /** The authentication type. */\n authType?: AuthType;\n /** The detail of validation result */\n validationDetail?: ValidationResultItem[];\n}\n\n/** The validation item for a Linker. */\nexport interface ValidationResultItem {\n /** The validation item name. */\n name?: string;\n /** The display name of validation item */\n description?: string;\n /** The result of validation */\n result?: ValidationResultStatus;\n /** The error message of validation result */\n errorMessage?: string;\n /** The error code of validation result */\n errorCode?: string;\n}\n\n/** Configurations for source resource, include appSettings, connectionString and serviceBindings */\nexport interface ConfigurationResult {\n /** The configuration properties for source resource. */\n configurations?: SourceConfiguration[];\n}\n\n/** A configuration item for source resource */\nexport interface SourceConfiguration {\n /** The name of setting. */\n name?: string;\n /** The value of setting */\n value?: string;\n /**\n * The type of setting\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly configType?: LinkerConfigurationType;\n /** The identity for key vault reference, system or user-assigned managed identity ID */\n keyVaultReferenceIdentity?: string;\n /** Descriptive information for the configuration */\n description?: string;\n}\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Configuration Name list which will be set based on different target resource, client type, auth type. */\nexport interface ConfigurationNameResult {\n /** Expected configuration names for each target service. */\n value?: ConfigurationNameItem[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\nexport interface ConfigurationNameItem {\n /** The target service provider name and resource name. */\n targetService?: string;\n /** The client type for configuration names. */\n clientType?: ClientType;\n /** The auth type. */\n authType?: AuthType;\n /** Indicates where the secrets in configuration from. Used when secrets are from Keyvault. */\n secretType?: SecretSourceType;\n /** Deprecated, please use #/definitions/DaprConfigurationList instead */\n daprProperties?: DaprProperties;\n /** The configuration names to be set in compute service environment. */\n names?: ConfigurationName[];\n}\n\n/** The configuration names. */\nexport interface ConfigurationName {\n value?: string;\n /** Description for the configuration name. */\n description?: string;\n /** Represent the configuration is required or not */\n required?: boolean;\n}\n\n/** Dapr configuration list supported by Service Connector */\nexport interface DaprConfigurationList {\n /** The list of dapr configurations */\n value?: DaprConfigurationResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Represent one resource of the dapr configuration list */\nexport interface DaprConfigurationResource {\n /** Supported target resource type, extract from resource id, uppercase */\n targetType?: string;\n /** The authentication type. */\n authType?: AuthType;\n /** Indicates some additional properties for dapr client type */\n daprProperties?: DaprProperties;\n}\n\n/** The azure resource properties */\nexport interface AzureResourcePropertiesBase {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"KeyVault\" | \"AppConfig\";\n}\n\n/** The secret info */\nexport interface SecretInfoBase {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n secretType: \"rawValue\" | \"keyVaultSecretReference\" | \"keyVaultSecretUri\";\n}\n\n/** The extra auth info required by Database AAD authentication. */\nexport interface DatabaseAadAuthInfo {\n /** Username created in the database which is mapped to a user in AAD. */\n userName?: string;\n}\n\n/** The dryrun parameters for creation or update a linker */\nexport interface CreateOrUpdateDryrunParameters\n extends DryrunParameters,\n LinkerProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n actionName: \"createOrUpdate\";\n}\n\n/** The represent of basic error */\nexport interface BasicErrorDryrunPrerequisiteResult\n extends DryrunPrerequisiteResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"basicError\";\n /** The error code. */\n code?: string;\n /** The error message. */\n message?: string;\n}\n\n/** The represent of missing permissions */\nexport interface PermissionsMissingDryrunPrerequisiteResult\n extends DryrunPrerequisiteResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"permissionsMissing\";\n /** The permission scope */\n scope?: string;\n /** The permission list */\n permissions?: string[];\n /** The recommended role to resolve permissions missing */\n recommendedRole?: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The azure resource info when target service type is AzureResource */\nexport interface AzureResource extends TargetServiceBase {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"AzureResource\";\n /** The Id of azure resource. */\n id?: string;\n /** The azure resource connection related properties. */\n resourceProperties?: AzureResourcePropertiesBaseUnion;\n}\n\n/** The service properties when target service type is ConfluentBootstrapServer */\nexport interface ConfluentBootstrapServer extends TargetServiceBase {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"ConfluentBootstrapServer\";\n /** The endpoint of service. */\n endpoint?: string;\n}\n\n/** The service properties when target service type is FabricPlatform */\nexport interface FabricPlatform extends TargetServiceBase {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"FabricPlatform\";\n /** The endpoint of service. */\n endpoint?: string;\n}\n\n/** The service properties when target service type is SelfHostedServer */\nexport interface SelfHostedServer extends TargetServiceBase {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"SelfHostedServer\";\n /** The endpoint of service. */\n endpoint?: string;\n}\n\n/** The service properties when target service type is ConfluentSchemaRegistry */\nexport interface ConfluentSchemaRegistry extends TargetServiceBase {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"ConfluentSchemaRegistry\";\n /** The endpoint of service. */\n endpoint?: string;\n}\n\n/** The access key directly from target resource properties, which target service is Azure Resource, such as Microsoft.Storage */\nexport interface AccessKeyInfoBase extends AuthInfoBase {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n authType: \"accessKey\";\n /** Permissions of the accessKey. `Read` and `Write` are for Azure Cosmos DB and Azure App Configuration, `Listen`, `Send` and `Manage` are for Azure Event Hub and Azure Service Bus. */\n permissions?: AccessKeyPermissions[];\n}\n\n/** The authentication info when authType is secret */\nexport interface SecretAuthInfo extends AuthInfoBase {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n authType: \"secret\";\n /** Username or account name for secret auth. */\n name?: string;\n /** Password or key vault secret for secret auth. */\n secretInfo?: SecretInfoBaseUnion;\n}\n\n/** The authentication info when authType is userAssignedIdentity */\nexport interface UserAssignedIdentityAuthInfo\n extends AuthInfoBase,\n DatabaseAadAuthInfo {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n authType: \"userAssignedIdentity\";\n /** Client Id for userAssignedIdentity. */\n clientId?: string;\n /** Subscription id for userAssignedIdentity. */\n subscriptionId?: string;\n /** Indicates whether to clean up previous operation when Linker is updating or deleting */\n deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;\n /** Optional, this value specifies the Azure role to be assigned */\n roles?: string[];\n}\n\n/** The authentication info when authType is systemAssignedIdentity */\nexport interface SystemAssignedIdentityAuthInfo\n extends AuthInfoBase,\n DatabaseAadAuthInfo {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n authType: \"systemAssignedIdentity\";\n /** Indicates whether to clean up previous operation when Linker is updating or deleting */\n deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;\n /** Optional, this value specifies the Azure role to be assigned */\n roles?: string[];\n}\n\n/** The authentication info when authType is servicePrincipal secret */\nexport interface ServicePrincipalSecretAuthInfo\n extends AuthInfoBase,\n DatabaseAadAuthInfo {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n authType: \"servicePrincipalSecret\";\n /** ServicePrincipal application clientId for servicePrincipal auth. */\n clientId: string;\n /** Principal Id for servicePrincipal auth. */\n principalId: string;\n /** Secret for servicePrincipal auth. */\n secret: string;\n /** Indicates whether to clean up previous operation when Linker is updating or deleting */\n deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;\n /** Optional, this value specifies the Azure roles to be assigned. Automatically */\n roles?: string[];\n}\n\n/** The authentication info when authType is servicePrincipal certificate */\nexport interface ServicePrincipalCertificateAuthInfo extends AuthInfoBase {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n authType: \"servicePrincipalCertificate\";\n /** Application clientId for servicePrincipal auth. */\n clientId: string;\n /** Principal Id for servicePrincipal auth. */\n principalId: string;\n /** ServicePrincipal certificate for servicePrincipal auth. */\n certificate: string;\n /** Indicates whether to clean up previous operation when Linker is updating or deleting */\n deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;\n /** Optional, this value specifies the Azure roles to be assigned. Automatically */\n roles?: string[];\n}\n\n/** The authentication info when authType is user account */\nexport interface UserAccountAuthInfo extends AuthInfoBase, DatabaseAadAuthInfo {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n authType: \"userAccount\";\n /** Principal Id for user account. */\n principalId?: string;\n /** Indicates whether to clean up previous operation when Linker is updating or deleting */\n deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;\n /** Optional, this value specifies the Azure roles to be assigned. Automatically */\n roles?: string[];\n}\n\n/** The authentication info when authType is EasyAuth Microsoft Entra ID */\nexport interface EasyAuthMicrosoftEntraIDAuthInfo extends AuthInfoBase {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n authType: \"easyAuthMicrosoftEntraID\";\n /** Application clientId for EasyAuth Microsoft Entra ID. */\n clientId?: string;\n /** Application Secret for EasyAuth Microsoft Entra ID. */\n secret?: string;\n /** Indicates whether to clean up previous operation when Linker is updating or deleting */\n deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;\n}\n\n/** The resource properties when type is Azure Key Vault */\nexport interface AzureKeyVaultProperties extends AzureResourcePropertiesBase {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"KeyVault\";\n /** True if connect via Kubernetes CSI Driver. */\n connectAsKubernetesCsiDriver?: boolean;\n}\n\n/** The resource properties when type is Azure App Configuration */\nexport interface AzureAppConfigProperties extends AzureResourcePropertiesBase {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"AppConfig\";\n /** True if connection enables app configuration kubernetes extension. */\n connectWithKubernetesExtension?: boolean;\n}\n\n/** The secret info when type is rawValue. It's for scenarios that user input the secret. */\nexport interface ValueSecretInfo extends SecretInfoBase {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n secretType: \"rawValue\";\n /** The actual value of the secret. */\n value?: string;\n}\n\n/** The secret info when type is keyVaultSecretReference. It's for scenario that user provides a secret stored in user's keyvault and source is Azure Kubernetes. The key Vault's resource id is linked to secretStore.keyVaultId. */\nexport interface KeyVaultSecretReferenceSecretInfo extends SecretInfoBase {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n secretType: \"keyVaultSecretReference\";\n /** Name of the Key Vault secret. */\n name?: string;\n /** Version of the Key Vault secret. */\n version?: string;\n}\n\n/** The secret info when type is keyVaultSecretUri. It's for scenario that user provides a secret stored in user's keyvault and source is Web App, Spring Cloud or Container App. */\nexport interface KeyVaultSecretUriSecretInfo extends SecretInfoBase {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n secretType: \"keyVaultSecretUri\";\n /** URI to the keyvault secret */\n value?: string;\n}\n\n/** a dryrun job resource */\nexport interface DryrunResource extends ProxyResource {\n /** The parameters of the dryrun */\n parameters?: DryrunParametersUnion;\n /**\n * the result of the dryrun\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly prerequisiteResults?: DryrunPrerequisiteResultUnion[];\n /**\n * the preview of the operations for creation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operationPreviews?: DryrunOperationPreview[];\n /**\n * The provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n}\n\n/** Linker of source and target resource */\nexport interface LinkerResource extends ProxyResource {\n /** The target service properties */\n targetService?: TargetServiceBaseUnion;\n /** The authentication type. */\n authInfo?: AuthInfoBaseUnion;\n /** The application client type */\n clientType?: ClientType;\n /**\n * The provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** The VNet solution. */\n vNetSolution?: VNetSolution;\n /** An option to store secret value in secure place */\n secretStore?: SecretStore;\n /** connection scope in source service. */\n scope?: string;\n /** The network solution. */\n publicNetworkSolution?: PublicNetworkSolution;\n /** The connection information consumed by applications, including secrets, connection strings. */\n configurationInfo?: ConfigurationInfo;\n}\n\n/** Known values of {@link DryrunActionName} that the service accepts. */\nexport enum KnownDryrunActionName {\n /** CreateOrUpdate */\n CreateOrUpdate = \"createOrUpdate\",\n}\n\n/**\n * Defines values for DryrunActionName. \\\n * {@link KnownDryrunActionName} can be used interchangeably with DryrunActionName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **createOrUpdate**\n */\nexport type DryrunActionName = string;\n\n/** Known values of {@link DryrunPrerequisiteResultType} that the service accepts. */\nexport enum KnownDryrunPrerequisiteResultType {\n /** BasicError */\n BasicError = \"basicError\",\n /** PermissionsMissing */\n PermissionsMissing = \"permissionsMissing\",\n}\n\n/**\n * Defines values for DryrunPrerequisiteResultType. \\\n * {@link KnownDryrunPrerequisiteResultType} can be used interchangeably with DryrunPrerequisiteResultType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **basicError** \\\n * **permissionsMissing**\n */\nexport type DryrunPrerequisiteResultType = string;\n\n/** Known values of {@link DryrunPreviewOperationType} that the service accepts. */\nexport enum KnownDryrunPreviewOperationType {\n /** ConfigConnection */\n ConfigConnection = \"configConnection\",\n /** ConfigNetwork */\n ConfigNetwork = \"configNetwork\",\n /** ConfigAuth */\n ConfigAuth = \"configAuth\",\n}\n\n/**\n * Defines values for DryrunPreviewOperationType. \\\n * {@link KnownDryrunPreviewOperationType} can be used interchangeably with DryrunPreviewOperationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **configConnection** \\\n * **configNetwork** \\\n * **configAuth**\n */\nexport type DryrunPreviewOperationType = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link TargetServiceType} that the service accepts. */\nexport enum KnownTargetServiceType {\n /** AzureResource */\n AzureResource = \"AzureResource\",\n /** ConfluentBootstrapServer */\n ConfluentBootstrapServer = \"ConfluentBootstrapServer\",\n /** ConfluentSchemaRegistry */\n ConfluentSchemaRegistry = \"ConfluentSchemaRegistry\",\n /** SelfHostedServer */\n SelfHostedServer = \"SelfHostedServer\",\n /** FabricPlatform */\n FabricPlatform = \"FabricPlatform\",\n}\n\n/**\n * Defines values for TargetServiceType. \\\n * {@link KnownTargetServiceType} can be used interchangeably with TargetServiceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureResource** \\\n * **ConfluentBootstrapServer** \\\n * **ConfluentSchemaRegistry** \\\n * **SelfHostedServer** \\\n * **FabricPlatform**\n */\nexport type TargetServiceType = string;\n\n/** Known values of {@link AuthType} that the service accepts. */\nexport enum KnownAuthType {\n /** SystemAssignedIdentity */\n SystemAssignedIdentity = \"systemAssignedIdentity\",\n /** UserAssignedIdentity */\n UserAssignedIdentity = \"userAssignedIdentity\",\n /** ServicePrincipalSecret */\n ServicePrincipalSecret = \"servicePrincipalSecret\",\n /** ServicePrincipalCertificate */\n ServicePrincipalCertificate = \"servicePrincipalCertificate\",\n /** Secret */\n Secret = \"secret\",\n /** AccessKey */\n AccessKey = \"accessKey\",\n /** UserAccount */\n UserAccount = \"userAccount\",\n /** EasyAuthMicrosoftEntraID */\n EasyAuthMicrosoftEntraID = \"easyAuthMicrosoftEntraID\",\n}\n\n/**\n * Defines values for AuthType. \\\n * {@link KnownAuthType} can be used interchangeably with AuthType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **systemAssignedIdentity** \\\n * **userAssignedIdentity** \\\n * **servicePrincipalSecret** \\\n * **servicePrincipalCertificate** \\\n * **secret** \\\n * **accessKey** \\\n * **userAccount** \\\n * **easyAuthMicrosoftEntraID**\n */\nexport type AuthType = string;\n\n/** Known values of {@link AuthMode} that the service accepts. */\nexport enum KnownAuthMode {\n /** Default authentication configuration according to the authentication type. */\n OptInAllAuth = \"optInAllAuth\",\n /** Skip all authentication configuration such as enabling managed identity and granting RBAC roles */\n OptOutAllAuth = \"optOutAllAuth\",\n}\n\n/**\n * Defines values for AuthMode. \\\n * {@link KnownAuthMode} can be used interchangeably with AuthMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **optInAllAuth**: Default authentication configuration according to the authentication type. \\\n * **optOutAllAuth**: Skip all authentication configuration such as enabling managed identity and granting RBAC roles\n */\nexport type AuthMode = string;\n\n/** Known values of {@link ClientType} that the service accepts. */\nexport enum KnownClientType {\n /** None */\n None = \"none\",\n /** Dotnet */\n Dotnet = \"dotnet\",\n /** Java */\n Java = \"java\",\n /** Python */\n Python = \"python\",\n /** Go */\n Go = \"go\",\n /** Php */\n Php = \"php\",\n /** Ruby */\n Ruby = \"ruby\",\n /** Django */\n Django = \"django\",\n /** Nodejs */\n Nodejs = \"nodejs\",\n /** SpringBoot */\n SpringBoot = \"springBoot\",\n /** KafkaSpringBoot */\n KafkaSpringBoot = \"kafka-springBoot\",\n /** JmsSpringBoot */\n JmsSpringBoot = \"jms-springBoot\",\n /** Dapr */\n Dapr = \"dapr\",\n}\n\n/**\n * Defines values for ClientType. \\\n * {@link KnownClientType} can be used interchangeably with ClientType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **none** \\\n * **dotnet** \\\n * **java** \\\n * **python** \\\n * **go** \\\n * **php** \\\n * **ruby** \\\n * **django** \\\n * **nodejs** \\\n * **springBoot** \\\n * **kafka-springBoot** \\\n * **jms-springBoot** \\\n * **dapr**\n */\nexport type ClientType = string;\n\n/** Known values of {@link VNetSolutionType} that the service accepts. */\nexport enum KnownVNetSolutionType {\n /** ServiceEndpoint */\n ServiceEndpoint = \"serviceEndpoint\",\n /** PrivateLink */\n PrivateLink = \"privateLink\",\n}\n\n/**\n * Defines values for VNetSolutionType. \\\n * {@link KnownVNetSolutionType} can be used interchangeably with VNetSolutionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **serviceEndpoint** \\\n * **privateLink**\n */\nexport type VNetSolutionType = string;\n\n/** Known values of {@link DeleteOrUpdateBehavior} that the service accepts. */\nexport enum KnownDeleteOrUpdateBehavior {\n /** Default */\n Default = \"Default\",\n /** ForcedCleanup */\n ForcedCleanup = \"ForcedCleanup\",\n}\n\n/**\n * Defines values for DeleteOrUpdateBehavior. \\\n * {@link KnownDeleteOrUpdateBehavior} can be used interchangeably with DeleteOrUpdateBehavior,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default** \\\n * **ForcedCleanup**\n */\nexport type DeleteOrUpdateBehavior = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\",\n /** Enable */\n Enable = \"enable\",\n /** OptOut */\n OptOut = \"optOut\",\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal** \\\n * **enable** \\\n * **optOut**\n */\nexport type ActionType = string;\n\n/** Known values of {@link AllowType} that the service accepts. */\nexport enum KnownAllowType {\n /** True */\n True = \"true\",\n /** False */\n False = \"false\",\n}\n\n/**\n * Defines values for AllowType. \\\n * {@link KnownAllowType} can be used interchangeably with AllowType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **true** \\\n * **false**\n */\nexport type AllowType = string;\n\n/** Known values of {@link DaprMetadataRequired} that the service accepts. */\nexport enum KnownDaprMetadataRequired {\n /** True */\n True = \"true\",\n /** False */\n False = \"false\",\n}\n\n/**\n * Defines values for DaprMetadataRequired. \\\n * {@link KnownDaprMetadataRequired} can be used interchangeably with DaprMetadataRequired,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **true** \\\n * **false**\n */\nexport type DaprMetadataRequired = string;\n\n/** Known values of {@link DaprBindingComponentDirection} that the service accepts. */\nexport enum KnownDaprBindingComponentDirection {\n /** Input */\n Input = \"input\",\n /** Output */\n Output = \"output\",\n}\n\n/**\n * Defines values for DaprBindingComponentDirection. \\\n * {@link KnownDaprBindingComponentDirection} can be used interchangeably with DaprBindingComponentDirection,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **input** \\\n * **output**\n */\nexport type DaprBindingComponentDirection = string;\n\n/** Known values of {@link ValidationResultStatus} that the service accepts. */\nexport enum KnownValidationResultStatus {\n /** Success */\n Success = \"success\",\n /** Failure */\n Failure = \"failure\",\n /** Warning */\n Warning = \"warning\",\n}\n\n/**\n * Defines values for ValidationResultStatus. \\\n * {@link KnownValidationResultStatus} can be used interchangeably with ValidationResultStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **success** \\\n * **failure** \\\n * **warning**\n */\nexport type ValidationResultStatus = string;\n\n/** Known values of {@link LinkerConfigurationType} that the service accepts. */\nexport enum KnownLinkerConfigurationType {\n /** Default */\n Default = \"Default\",\n /** KeyVaultSecret */\n KeyVaultSecret = \"KeyVaultSecret\",\n}\n\n/**\n * Defines values for LinkerConfigurationType. \\\n * {@link KnownLinkerConfigurationType} can be used interchangeably with LinkerConfigurationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default** \\\n * **KeyVaultSecret**\n */\nexport type LinkerConfigurationType = string;\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\",\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link SecretSourceType} that the service accepts. */\nexport enum KnownSecretSourceType {\n /** RawValue */\n RawValue = \"rawValue\",\n /** KeyVaultSecret */\n KeyVaultSecret = \"keyVaultSecret\",\n}\n\n/**\n * Defines values for SecretSourceType. \\\n * {@link KnownSecretSourceType} can be used interchangeably with SecretSourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **rawValue** \\\n * **keyVaultSecret**\n */\nexport type SecretSourceType = string;\n\n/** Known values of {@link AzureResourceType} that the service accepts. */\nexport enum KnownAzureResourceType {\n /** KeyVault */\n KeyVault = \"KeyVault\",\n /** AppConfig */\n AppConfig = \"AppConfig\",\n}\n\n/**\n * Defines values for AzureResourceType. \\\n * {@link KnownAzureResourceType} can be used interchangeably with AzureResourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **KeyVault** \\\n * **AppConfig**\n */\nexport type AzureResourceType = string;\n\n/** Known values of {@link SecretType} that the service accepts. */\nexport enum KnownSecretType {\n /** RawValue */\n RawValue = \"rawValue\",\n /** KeyVaultSecretUri */\n KeyVaultSecretUri = \"keyVaultSecretUri\",\n /** KeyVaultSecretReference */\n KeyVaultSecretReference = \"keyVaultSecretReference\",\n}\n\n/**\n * Defines values for SecretType. \\\n * {@link KnownSecretType} can be used interchangeably with SecretType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **rawValue** \\\n * **keyVaultSecretUri** \\\n * **keyVaultSecretReference**\n */\nexport type SecretType = string;\n\n/** Known values of {@link AccessKeyPermissions} that the service accepts. */\nexport enum KnownAccessKeyPermissions {\n /** Read */\n Read = \"Read\",\n /** Write */\n Write = \"Write\",\n /** Listen */\n Listen = \"Listen\",\n /** Send */\n Send = \"Send\",\n /** Manage */\n Manage = \"Manage\",\n}\n\n/**\n * Defines values for AccessKeyPermissions. \\\n * {@link KnownAccessKeyPermissions} can be used interchangeably with AccessKeyPermissions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Read** \\\n * **Write** \\\n * **Listen** \\\n * **Send** \\\n * **Manage**\n */\nexport type AccessKeyPermissions = string;\n\n/** Optional parameters. */\nexport interface ConnectorListDryrunOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDryrun operation. */\nexport type ConnectorListDryrunResponse = DryrunList;\n\n/** Optional parameters. */\nexport interface ConnectorGetDryrunOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDryrun operation. */\nexport type ConnectorGetDryrunResponse = DryrunResource;\n\n/** Optional parameters. */\nexport interface ConnectorCreateDryrunOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createDryrun operation. */\nexport type ConnectorCreateDryrunResponse = DryrunResource;\n\n/** Optional parameters. */\nexport interface ConnectorUpdateDryrunOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the updateDryrun operation. */\nexport type ConnectorUpdateDryrunResponse = DryrunResource;\n\n/** Optional parameters. */\nexport interface ConnectorDeleteDryrunOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ConnectorListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ConnectorListResponse = ResourceList;\n\n/** Optional parameters. */\nexport interface ConnectorGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConnectorGetResponse = LinkerResource;\n\n/** Optional parameters. */\nexport interface ConnectorCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ConnectorCreateOrUpdateResponse = LinkerResource;\n\n/** Optional parameters. */\nexport interface ConnectorDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ConnectorUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ConnectorUpdateResponse = LinkerResource;\n\n/** Optional parameters. */\nexport interface ConnectorValidateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the validate operation. */\nexport type ConnectorValidateResponse = ValidateOperationResult;\n\n/** Optional parameters. */\nexport interface ConnectorGenerateConfigurationsOptionalParams\n extends coreClient.OperationOptions {\n /** Connection Info, including format, secret store, etc */\n parameters?: ConfigurationInfo;\n}\n\n/** Contains response data for the generateConfigurations operation. */\nexport type ConnectorGenerateConfigurationsResponse = ConfigurationResult;\n\n/** Optional parameters. */\nexport interface ConnectorListDryrunNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDryrunNext operation. */\nexport type ConnectorListDryrunNextResponse = DryrunList;\n\n/** Optional parameters. */\nexport interface ConnectorListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ConnectorListNextResponse = ResourceList;\n\n/** Optional parameters. */\nexport interface LinkerListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type LinkerListResponse = ResourceList;\n\n/** Optional parameters. */\nexport interface LinkerGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type LinkerGetResponse = LinkerResource;\n\n/** Optional parameters. */\nexport interface LinkerCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type LinkerCreateOrUpdateResponse = LinkerResource;\n\n/** Optional parameters. */\nexport interface LinkerDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface LinkerUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type LinkerUpdateResponse = LinkerResource;\n\n/** Optional parameters. */\nexport interface LinkerValidateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the validate operation. */\nexport type LinkerValidateResponse = ValidateOperationResult;\n\n/** Optional parameters. */\nexport interface LinkerListConfigurationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConfigurations operation. */\nexport type LinkerListConfigurationsResponse = ConfigurationResult;\n\n/** Optional parameters. */\nexport interface LinkerListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type LinkerListNextResponse = ResourceList;\n\n/** Optional parameters. */\nexport interface LinkersListDryrunOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDryrun operation. */\nexport type LinkersListDryrunResponse = DryrunList;\n\n/** Optional parameters. */\nexport interface LinkersGetDryrunOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDryrun operation. */\nexport type LinkersGetDryrunResponse = DryrunResource;\n\n/** Optional parameters. */\nexport interface LinkersCreateDryrunOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createDryrun operation. */\nexport type LinkersCreateDryrunResponse = DryrunResource;\n\n/** Optional parameters. */\nexport interface LinkersUpdateDryrunOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the updateDryrun operation. */\nexport type LinkersUpdateDryrunResponse = DryrunResource;\n\n/** Optional parameters. */\nexport interface LinkersDeleteDryrunOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface LinkersGenerateConfigurationsOptionalParams\n extends coreClient.OperationOptions {\n /** Connection Info, including format, secret store, etc */\n parameters?: ConfigurationInfo;\n}\n\n/** Contains response data for the generateConfigurations operation. */\nexport type LinkersGenerateConfigurationsResponse = ConfigurationResult;\n\n/** Optional parameters. */\nexport interface LinkersListDaprConfigurationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDaprConfigurations operation. */\nexport type LinkersListDaprConfigurationsResponse = DaprConfigurationList;\n\n/** Optional parameters. */\nexport interface LinkersListDryrunNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDryrunNext operation. */\nexport type LinkersListDryrunNextResponse = DryrunList;\n\n/** Optional parameters. */\nexport interface LinkersListDaprConfigurationsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDaprConfigurationsNext operation. */\nexport type LinkersListDaprConfigurationsNextResponse = DaprConfigurationList;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface ConfigurationNamesListOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter options. */\n filter?: string;\n /** OData skipToken option for pagination. */\n skipToken?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ConfigurationNamesListResponse = ConfigurationNameResult;\n\n/** Optional parameters. */\nexport interface ConfigurationNamesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ConfigurationNamesListNextResponse = ConfigurationNameResult;\n\n/** Optional parameters. */\nexport interface ServiceLinkerManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1,93 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const DryrunList: coreClient.CompositeMapper;
3
+ export declare const DryrunParameters: coreClient.CompositeMapper;
4
+ export declare const DryrunPrerequisiteResult: coreClient.CompositeMapper;
5
+ export declare const DryrunOperationPreview: coreClient.CompositeMapper;
6
+ export declare const Resource: coreClient.CompositeMapper;
7
+ export declare const SystemData: coreClient.CompositeMapper;
8
+ export declare const ErrorResponse: coreClient.CompositeMapper;
9
+ export declare const ErrorDetail: coreClient.CompositeMapper;
10
+ export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
11
+ export declare const DryrunPatch: coreClient.CompositeMapper;
12
+ export declare const ResourceList: coreClient.CompositeMapper;
13
+ export declare const LinkerProperties: coreClient.CompositeMapper;
14
+ export declare const TargetServiceBase: coreClient.CompositeMapper;
15
+ export declare const AuthInfoBase: coreClient.CompositeMapper;
16
+ export declare const VNetSolution: coreClient.CompositeMapper;
17
+ export declare const SecretStore: coreClient.CompositeMapper;
18
+ export declare const PublicNetworkSolution: coreClient.CompositeMapper;
19
+ export declare const FirewallRules: coreClient.CompositeMapper;
20
+ export declare const ConfigurationInfo: coreClient.CompositeMapper;
21
+ export declare const DaprProperties: coreClient.CompositeMapper;
22
+ export declare const DaprMetadata: coreClient.CompositeMapper;
23
+ export declare const ConfigurationStore: coreClient.CompositeMapper;
24
+ export declare const LinkerPatch: coreClient.CompositeMapper;
25
+ export declare const ValidateOperationResult: coreClient.CompositeMapper;
26
+ export declare const ValidationResultItem: coreClient.CompositeMapper;
27
+ export declare const ConfigurationResult: coreClient.CompositeMapper;
28
+ export declare const SourceConfiguration: coreClient.CompositeMapper;
29
+ export declare const OperationListResult: coreClient.CompositeMapper;
30
+ export declare const Operation: coreClient.CompositeMapper;
31
+ export declare const OperationDisplay: coreClient.CompositeMapper;
32
+ export declare const ConfigurationNameResult: coreClient.CompositeMapper;
33
+ export declare const ConfigurationNameItem: coreClient.CompositeMapper;
34
+ export declare const ConfigurationName: coreClient.CompositeMapper;
35
+ export declare const DaprConfigurationList: coreClient.CompositeMapper;
36
+ export declare const DaprConfigurationResource: coreClient.CompositeMapper;
37
+ export declare const AzureResourcePropertiesBase: coreClient.CompositeMapper;
38
+ export declare const SecretInfoBase: coreClient.CompositeMapper;
39
+ export declare const DatabaseAadAuthInfo: coreClient.CompositeMapper;
40
+ export declare const CreateOrUpdateDryrunParameters: coreClient.CompositeMapper;
41
+ export declare const BasicErrorDryrunPrerequisiteResult: coreClient.CompositeMapper;
42
+ export declare const PermissionsMissingDryrunPrerequisiteResult: coreClient.CompositeMapper;
43
+ export declare const ProxyResource: coreClient.CompositeMapper;
44
+ export declare const AzureResource: coreClient.CompositeMapper;
45
+ export declare const ConfluentBootstrapServer: coreClient.CompositeMapper;
46
+ export declare const FabricPlatform: coreClient.CompositeMapper;
47
+ export declare const SelfHostedServer: coreClient.CompositeMapper;
48
+ export declare const ConfluentSchemaRegistry: coreClient.CompositeMapper;
49
+ export declare const AccessKeyInfoBase: coreClient.CompositeMapper;
50
+ export declare const SecretAuthInfo: coreClient.CompositeMapper;
51
+ export declare const UserAssignedIdentityAuthInfo: coreClient.CompositeMapper;
52
+ export declare const SystemAssignedIdentityAuthInfo: coreClient.CompositeMapper;
53
+ export declare const ServicePrincipalSecretAuthInfo: coreClient.CompositeMapper;
54
+ export declare const ServicePrincipalCertificateAuthInfo: coreClient.CompositeMapper;
55
+ export declare const UserAccountAuthInfo: coreClient.CompositeMapper;
56
+ export declare const EasyAuthMicrosoftEntraIDAuthInfo: coreClient.CompositeMapper;
57
+ export declare const AzureKeyVaultProperties: coreClient.CompositeMapper;
58
+ export declare const AzureAppConfigProperties: coreClient.CompositeMapper;
59
+ export declare const ValueSecretInfo: coreClient.CompositeMapper;
60
+ export declare const KeyVaultSecretReferenceSecretInfo: coreClient.CompositeMapper;
61
+ export declare const KeyVaultSecretUriSecretInfo: coreClient.CompositeMapper;
62
+ export declare const DryrunResource: coreClient.CompositeMapper;
63
+ export declare const LinkerResource: coreClient.CompositeMapper;
64
+ export declare let discriminators: {
65
+ DryrunParameters: coreClient.CompositeMapper;
66
+ DryrunPrerequisiteResult: coreClient.CompositeMapper;
67
+ TargetServiceBase: coreClient.CompositeMapper;
68
+ AuthInfoBase: coreClient.CompositeMapper;
69
+ AzureResourcePropertiesBase: coreClient.CompositeMapper;
70
+ SecretInfoBase: coreClient.CompositeMapper;
71
+ "DryrunParameters.createOrUpdate": coreClient.CompositeMapper;
72
+ "DryrunPrerequisiteResult.basicError": coreClient.CompositeMapper;
73
+ "DryrunPrerequisiteResult.permissionsMissing": coreClient.CompositeMapper;
74
+ "TargetServiceBase.AzureResource": coreClient.CompositeMapper;
75
+ "TargetServiceBase.ConfluentBootstrapServer": coreClient.CompositeMapper;
76
+ "TargetServiceBase.FabricPlatform": coreClient.CompositeMapper;
77
+ "TargetServiceBase.SelfHostedServer": coreClient.CompositeMapper;
78
+ "TargetServiceBase.ConfluentSchemaRegistry": coreClient.CompositeMapper;
79
+ "AuthInfoBase.accessKey": coreClient.CompositeMapper;
80
+ "AuthInfoBase.secret": coreClient.CompositeMapper;
81
+ "AuthInfoBase.userAssignedIdentity": coreClient.CompositeMapper;
82
+ "AuthInfoBase.systemAssignedIdentity": coreClient.CompositeMapper;
83
+ "AuthInfoBase.servicePrincipalSecret": coreClient.CompositeMapper;
84
+ "AuthInfoBase.servicePrincipalCertificate": coreClient.CompositeMapper;
85
+ "AuthInfoBase.userAccount": coreClient.CompositeMapper;
86
+ "AuthInfoBase.easyAuthMicrosoftEntraID": coreClient.CompositeMapper;
87
+ "AzureResourcePropertiesBase.KeyVault": coreClient.CompositeMapper;
88
+ "AzureResourcePropertiesBase.AppConfig": coreClient.CompositeMapper;
89
+ "SecretInfoBase.rawValue": coreClient.CompositeMapper;
90
+ "SecretInfoBase.keyVaultSecretReference": coreClient.CompositeMapper;
91
+ "SecretInfoBase.keyVaultSecretUri": coreClient.CompositeMapper;
92
+ };
93
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}