@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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release History
2
-
2
+
3
+ ## 2.2.0-beta.2 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 2.2.0-beta.1 (2024-10-16)
4
14
  Compared with version 2.1.0
5
15
 
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
- The MIT License (MIT)
1
+ Copyright (c) Microsoft Corporation.
2
2
 
3
- Copyright (c) 2024 Microsoft
3
+ MIT License
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -12,10 +12,10 @@ furnished to do so, subject to the following conditions:
12
12
  The above copyright notice and this permission notice shall be included in all
13
13
  copies or substantial portions of the Software.
14
14
 
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
16
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
17
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
21
+ SOFTWARE.
package/README.md CHANGED
@@ -6,7 +6,7 @@ Microsoft.ServiceLinker provider
6
6
 
7
7
  [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicelinker/arm-servicelinker) |
8
8
  [Package (NPM)](https://www.npmjs.com/package/@azure/arm-servicelinker) |
9
- [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-servicelinker?view=azure-node-preview) |
9
+ [API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-servicelinker?view=azure-node-preview) |
10
10
  [Samples](https://github.com/Azure-Samples/azure-samples-js-management)
11
11
 
12
12
  ## Getting started
@@ -46,25 +46,34 @@ npm install @azure/identity
46
46
  You will also need to **register a new AAD application and grant access to Azure ServiceLinkerManagement** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
47
47
  Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
48
48
 
49
- For more information about how to create an Azure AD Application check out [this guide](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
49
+ For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
50
50
 
51
- ```javascript
52
- const { ServiceLinkerManagementClient } = require("@azure/arm-servicelinker");
53
- const { DefaultAzureCredential } = require("@azure/identity");
54
- // For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details.
51
+ Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
52
+
53
+ ```ts snippet:ReadmeSampleCreateClient_Node
54
+ import { ServiceLinkerManagementClient } from "@azure/arm-servicelinker";
55
+ import { DefaultAzureCredential } from "@azure/identity";
55
56
 
56
- const client = new ServiceLinkerManagementClient(new DefaultAzureCredential());
57
-
58
- // For client-side applications running in the browser, use this code instead:
59
- // const credential = new InteractiveBrowserCredential({
60
- // tenantId: "<YOUR_TENANT_ID>",
61
- // clientId: "<YOUR_CLIENT_ID>"
62
- // });
63
- // const client = new ServiceLinkerManagementClient(credential);
57
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
58
+ const client = new ServiceLinkerManagementClient(new DefaultAzureCredential(), subscriptionId);
59
+ ```
60
+
61
+ For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
62
+
63
+ ```ts snippet:ReadmeSampleCreateClient_Browser
64
+ import { InteractiveBrowserCredential } from "@azure/identity";
65
+ import { ServiceLinkerManagementClient } from "@azure/arm-servicelinker";
66
+
67
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
68
+ const credential = new InteractiveBrowserCredential({
69
+ tenantId: "<YOUR_TENANT_ID>",
70
+ clientId: "<YOUR_CLIENT_ID>",
71
+ });
72
+ const client = new ServiceLinkerManagementClient(credential, subscriptionId);
64
73
  ```
65
-
66
74
 
67
75
  ### JavaScript Bundle
76
+
68
77
  To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
69
78
 
70
79
  ## Key concepts
@@ -79,8 +88,9 @@ To use this client library in the browser, first you need to use a bundler. For
79
88
 
80
89
  Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
81
90
 
82
- ```javascript
83
- const { setLogLevel } = require("@azure/logger");
91
+ ```ts snippet:SetLogLevel
92
+ import { setLogLevel } from "@azure/logger";
93
+
84
94
  setLogLevel("info");
85
95
  ```
86
96
 
@@ -98,9 +108,9 @@ If you'd like to contribute to this library, please read the [contributing guide
98
108
 
99
109
  - [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
100
110
 
101
- ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fservicelinker%2Farm-servicelinker%2FREADME.png)
102
111
 
103
- [azure_cli]: https://docs.microsoft.com/cli/azure
112
+
113
+ [azure_cli]: https://learn.microsoft.com/cli/azure
104
114
  [azure_sub]: https://azure.microsoft.com/free/
105
115
  [azure_sub]: https://azure.microsoft.com/free/
106
116
  [azure_portal]: https://portal.azure.com
@@ -0,0 +1,5 @@
1
+ export { getContinuationToken } from "./pagingHelper.js";
2
+ export * from "./models/index.js";
3
+ export { ServiceLinkerManagementClient } from "./serviceLinkerManagementClient.js";
4
+ export * from "./operationsInterfaces/index.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAChF,cAAc,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AACnF,cAAc,iCAAiC,CAAC"}
@@ -6,8 +6,8 @@
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
  /// <reference lib="esnext.asynciterable" />
9
- export { getContinuationToken } from "./pagingHelper";
10
- export * from "./models";
11
- export { ServiceLinkerManagementClient } from "./serviceLinkerManagementClient";
12
- export * from "./operationsInterfaces";
9
+ export { getContinuationToken } from "./pagingHelper.js";
10
+ export * from "./models/index.js";
11
+ export { ServiceLinkerManagementClient } from "./serviceLinkerManagementClient.js";
12
+ export * from "./operationsInterfaces/index.js";
13
13
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AACnF,cAAc,iCAAiC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { ServiceLinkerManagementClient } from \"./serviceLinkerManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
1
+ {"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
@@ -0,0 +1,18 @@
1
+ export function createLroSpec(inputs) {
2
+ const { args, spec, sendOperationFn } = inputs;
3
+ return {
4
+ requestMethod: spec.httpMethod,
5
+ requestPath: spec.path,
6
+ sendInitialRequest: () => sendOperationFn(args, spec),
7
+ sendPollRequest: (path, options) => {
8
+ const { requestBody, ...restSpec } = spec;
9
+ return sendOperationFn(args, {
10
+ ...restSpec,
11
+ httpMethod: "GET",
12
+ path,
13
+ abortSignal: options?.abortSignal,
14
+ });
15
+ },
16
+ };
17
+ }
18
+ //# sourceMappingURL=lroImpl.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAUA,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,EAAE,GAAG,QAAQ,EAAE,GAAG,IAAI,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,EAAE;gBAC3B,GAAG,QAAQ;gBACX,UAAU,EAAE,KAAK;gBACjB,IAAI;gBACJ,WAAW,EAAE,OAAO,EAAE,WAAW;aAClC,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAi0BH,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAGX;AAHD,WAAY,qBAAqB;IAC/B,qBAAqB;IACrB,0DAAiC,CAAA;AACnC,CAAC,EAHW,qBAAqB,KAArB,qBAAqB,QAGhC;AAWD,qFAAqF;AACrF,MAAM,CAAN,IAAY,iCAKX;AALD,WAAY,iCAAiC;IAC3C,iBAAiB;IACjB,8DAAyB,CAAA;IACzB,yBAAyB;IACzB,8EAAyC,CAAA;AAC3C,CAAC,EALW,iCAAiC,KAAjC,iCAAiC,QAK5C;AAYD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BAOX;AAPD,WAAY,+BAA+B;IACzC,uBAAuB;IACvB,wEAAqC,CAAA;IACrC,oBAAoB;IACpB,kEAA+B,CAAA;IAC/B,iBAAiB;IACjB,4DAAyB,CAAA;AAC3B,CAAC,EAPW,+BAA+B,KAA/B,+BAA+B,QAO1C;AAaD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAWX;AAXD,WAAY,sBAAsB;IAChC,oBAAoB;IACpB,yDAA+B,CAAA;IAC/B,+BAA+B;IAC/B,+EAAqD,CAAA;IACrD,8BAA8B;IAC9B,6EAAmD,CAAA;IACnD,uBAAuB;IACvB,+DAAqC,CAAA;IACrC,qBAAqB;IACrB,2DAAiC,CAAA;AACnC,CAAC,EAXW,sBAAsB,KAAtB,sBAAsB,QAWjC;AAeD,iEAAiE;AACjE,MAAM,CAAN,IAAY,aAiBX;AAjBD,WAAY,aAAa;IACvB,6BAA6B;IAC7B,kEAAiD,CAAA;IACjD,2BAA2B;IAC3B,8DAA6C,CAAA;IAC7C,6BAA6B;IAC7B,kEAAiD,CAAA;IACjD,kCAAkC;IAClC,4EAA2D,CAAA;IAC3D,aAAa;IACb,kCAAiB,CAAA;IACjB,gBAAgB;IAChB,wCAAuB,CAAA;IACvB,kBAAkB;IAClB,4CAA2B,CAAA;IAC3B,+BAA+B;IAC/B,sEAAqD,CAAA;AACvD,CAAC,EAjBW,aAAa,KAAb,aAAa,QAiBxB;AAkBD,iEAAiE;AACjE,MAAM,CAAN,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,iFAAiF;IACjF,8CAA6B,CAAA;IAC7B,sGAAsG;IACtG,gDAA+B,CAAA;AACjC,CAAC,EALW,aAAa,KAAb,aAAa,QAKxB;AAYD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eA2BX;AA3BD,WAAY,eAAe;IACzB,WAAW;IACX,gCAAa,CAAA;IACb,aAAa;IACb,oCAAiB,CAAA;IACjB,WAAW;IACX,gCAAa,CAAA;IACb,aAAa;IACb,oCAAiB,CAAA;IACjB,SAAS;IACT,4BAAS,CAAA;IACT,UAAU;IACV,8BAAW,CAAA;IACX,WAAW;IACX,gCAAa,CAAA;IACb,aAAa;IACb,oCAAiB,CAAA;IACjB,aAAa;IACb,oCAAiB,CAAA;IACjB,iBAAiB;IACjB,4CAAyB,CAAA;IACzB,sBAAsB;IACtB,uDAAoC,CAAA;IACpC,oBAAoB;IACpB,mDAAgC,CAAA;IAChC,WAAW;IACX,gCAAa,CAAA;AACf,CAAC,EA3BW,eAAe,KAAf,eAAe,QA2B1B;AAuBD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,sBAAsB;IACtB,4DAAmC,CAAA;IACnC,kBAAkB;IAClB,oDAA2B,CAAA;AAC7B,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAYD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BAKX;AALD,WAAY,2BAA2B;IACrC,cAAc;IACd,kDAAmB,CAAA;IACnB,oBAAoB;IACpB,8DAA+B,CAAA;AACjC,CAAC,EALW,2BAA2B,KAA3B,2BAA2B,QAKtC;AAYD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;IACrB,aAAa;IACb,oCAAiB,CAAA;IACjB,aAAa;IACb,oCAAiB,CAAA;AACnB,CAAC,EAPW,eAAe,KAAf,eAAe,QAO1B;AAaD,kEAAkE;AAClE,MAAM,CAAN,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,WAAW;IACX,+BAAa,CAAA;IACb,YAAY;IACZ,iCAAe,CAAA;AACjB,CAAC,EALW,cAAc,KAAd,cAAc,QAKzB;AAYD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAKX;AALD,WAAY,yBAAyB;IACnC,WAAW;IACX,0CAAa,CAAA;IACb,YAAY;IACZ,4CAAe,CAAA;AACjB,CAAC,EALW,yBAAyB,KAAzB,yBAAyB,QAKpC;AAYD,sFAAsF;AACtF,MAAM,CAAN,IAAY,kCAKX;AALD,WAAY,kCAAkC;IAC5C,YAAY;IACZ,qDAAe,CAAA;IACf,aAAa;IACb,uDAAiB,CAAA;AACnB,CAAC,EALW,kCAAkC,KAAlC,kCAAkC,QAK7C;AAYD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BAOX;AAPD,WAAY,2BAA2B;IACrC,cAAc;IACd,kDAAmB,CAAA;IACnB,cAAc;IACd,kDAAmB,CAAA;IACnB,cAAc;IACd,kDAAmB,CAAA;AACrB,CAAC,EAPW,2BAA2B,KAA3B,2BAA2B,QAOtC;AAaD,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAKX;AALD,WAAY,4BAA4B;IACtC,cAAc;IACd,mDAAmB,CAAA;IACnB,qBAAqB;IACrB,iEAAiC,CAAA;AACnC,CAAC,EALW,4BAA4B,KAA5B,4BAA4B,QAKvC;AAYD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,WAAW;IACX,4BAAa,CAAA;IACb,aAAa;IACb,gCAAiB,CAAA;IACjB,iBAAiB;IACjB,yCAA0B,CAAA;AAC5B,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB;AAaD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,eAAe;IACf,8CAAqB,CAAA;IACrB,qBAAqB;IACrB,0DAAiC,CAAA;AACnC,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAYD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,eAAe;IACf,+CAAqB,CAAA;IACrB,gBAAgB;IAChB,iDAAuB,CAAA;AACzB,CAAC,EALW,sBAAsB,KAAtB,sBAAsB,QAKjC;AAYD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;IACrB,wBAAwB;IACxB,0DAAuC,CAAA;IACvC,8BAA8B;IAC9B,sEAAmD,CAAA;AACrD,CAAC,EAPW,eAAe,KAAf,eAAe,QAO1B;AAaD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAWX;AAXD,WAAY,yBAAyB;IACnC,WAAW;IACX,0CAAa,CAAA;IACb,YAAY;IACZ,4CAAe,CAAA;IACf,aAAa;IACb,8CAAiB,CAAA;IACjB,WAAW;IACX,0CAAa,CAAA;IACb,aAAa;IACb,8CAAiB,CAAA;AACnB,CAAC,EAXW,yBAAyB,KAAzB,yBAAyB,QAWpC","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"]}