@azure/arm-datafactory 10.4.0 → 10.6.0-alpha.20220608.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (416) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/dist/index.js +2099 -3149
  3. package/dist/index.js.map +1 -1
  4. package/dist/index.min.js +1 -1
  5. package/dist/index.min.js.map +1 -1
  6. package/dist-esm/samples-dev/activityRunsQueryByPipelineRunSample.d.ts +2 -0
  7. package/dist-esm/samples-dev/activityRunsQueryByPipelineRunSample.d.ts.map +1 -0
  8. package/dist-esm/samples-dev/activityRunsQueryByPipelineRunSample.js +36 -0
  9. package/dist-esm/samples-dev/activityRunsQueryByPipelineRunSample.js.map +1 -0
  10. package/dist-esm/samples-dev/dataFlowDebugSessionAddDataFlowSample.d.ts +2 -0
  11. package/dist-esm/samples-dev/dataFlowDebugSessionAddDataFlowSample.d.ts.map +1 -0
  12. package/dist-esm/samples-dev/dataFlowDebugSessionAddDataFlowSample.js +94 -0
  13. package/dist-esm/samples-dev/dataFlowDebugSessionAddDataFlowSample.js.map +1 -0
  14. package/dist-esm/samples-dev/dataFlowDebugSessionCreateSample.d.ts +2 -0
  15. package/dist-esm/samples-dev/dataFlowDebugSessionCreateSample.d.ts.map +1 -0
  16. package/dist-esm/samples-dev/dataFlowDebugSessionCreateSample.js +48 -0
  17. package/dist-esm/samples-dev/dataFlowDebugSessionCreateSample.js.map +1 -0
  18. package/dist-esm/samples-dev/dataFlowDebugSessionDeleteSample.d.ts +2 -0
  19. package/dist-esm/samples-dev/dataFlowDebugSessionDeleteSample.d.ts.map +1 -0
  20. package/dist-esm/samples-dev/dataFlowDebugSessionDeleteSample.js +34 -0
  21. package/dist-esm/samples-dev/dataFlowDebugSessionDeleteSample.js.map +1 -0
  22. package/dist-esm/samples-dev/dataFlowDebugSessionExecuteCommandSample.d.ts +2 -0
  23. package/dist-esm/samples-dev/dataFlowDebugSessionExecuteCommandSample.d.ts.map +1 -0
  24. package/dist-esm/samples-dev/dataFlowDebugSessionExecuteCommandSample.js +36 -0
  25. package/dist-esm/samples-dev/dataFlowDebugSessionExecuteCommandSample.js.map +1 -0
  26. package/dist-esm/samples-dev/dataFlowDebugSessionQueryByFactorySample.d.ts +2 -0
  27. package/dist-esm/samples-dev/dataFlowDebugSessionQueryByFactorySample.d.ts.map +1 -0
  28. package/dist-esm/samples-dev/dataFlowDebugSessionQueryByFactorySample.js +45 -0
  29. package/dist-esm/samples-dev/dataFlowDebugSessionQueryByFactorySample.js.map +1 -0
  30. package/dist-esm/samples-dev/dataFlowsCreateOrUpdateSample.d.ts +2 -0
  31. package/dist-esm/samples-dev/dataFlowsCreateOrUpdateSample.d.ts.map +1 -0
  32. package/dist-esm/samples-dev/dataFlowsCreateOrUpdateSample.js +117 -0
  33. package/dist-esm/samples-dev/dataFlowsCreateOrUpdateSample.js.map +1 -0
  34. package/dist-esm/samples-dev/dataFlowsDeleteSample.d.ts +2 -0
  35. package/dist-esm/samples-dev/dataFlowsDeleteSample.d.ts.map +1 -0
  36. package/dist-esm/samples-dev/dataFlowsDeleteSample.js +32 -0
  37. package/dist-esm/samples-dev/dataFlowsDeleteSample.js.map +1 -0
  38. package/dist-esm/samples-dev/dataFlowsGetSample.d.ts +2 -0
  39. package/dist-esm/samples-dev/dataFlowsGetSample.d.ts.map +1 -0
  40. package/dist-esm/samples-dev/dataFlowsGetSample.js +32 -0
  41. package/dist-esm/samples-dev/dataFlowsGetSample.js.map +1 -0
  42. package/dist-esm/samples-dev/dataFlowsListByFactorySample.d.ts +2 -0
  43. package/dist-esm/samples-dev/dataFlowsListByFactorySample.d.ts.map +1 -0
  44. package/dist-esm/samples-dev/dataFlowsListByFactorySample.js +45 -0
  45. package/dist-esm/samples-dev/dataFlowsListByFactorySample.js.map +1 -0
  46. package/dist-esm/samples-dev/datasetsCreateOrUpdateSample.d.ts +2 -0
  47. package/dist-esm/samples-dev/datasetsCreateOrUpdateSample.d.ts.map +1 -0
  48. package/dist-esm/samples-dev/datasetsCreateOrUpdateSample.js +84 -0
  49. package/dist-esm/samples-dev/datasetsCreateOrUpdateSample.js.map +1 -0
  50. package/dist-esm/samples-dev/datasetsDeleteSample.d.ts +2 -0
  51. package/dist-esm/samples-dev/datasetsDeleteSample.d.ts.map +1 -0
  52. package/dist-esm/samples-dev/datasetsDeleteSample.js +32 -0
  53. package/dist-esm/samples-dev/datasetsDeleteSample.js.map +1 -0
  54. package/dist-esm/samples-dev/datasetsGetSample.d.ts +2 -0
  55. package/dist-esm/samples-dev/datasetsGetSample.d.ts.map +1 -0
  56. package/dist-esm/samples-dev/datasetsGetSample.js +32 -0
  57. package/dist-esm/samples-dev/datasetsGetSample.js.map +1 -0
  58. package/dist-esm/samples-dev/datasetsListByFactorySample.d.ts +2 -0
  59. package/dist-esm/samples-dev/datasetsListByFactorySample.d.ts.map +1 -0
  60. package/dist-esm/samples-dev/datasetsListByFactorySample.js +45 -0
  61. package/dist-esm/samples-dev/datasetsListByFactorySample.js.map +1 -0
  62. package/dist-esm/samples-dev/exposureControlGetFeatureValueByFactorySample.d.ts +2 -0
  63. package/dist-esm/samples-dev/exposureControlGetFeatureValueByFactorySample.d.ts.map +1 -0
  64. package/dist-esm/samples-dev/exposureControlGetFeatureValueByFactorySample.js +35 -0
  65. package/dist-esm/samples-dev/exposureControlGetFeatureValueByFactorySample.js.map +1 -0
  66. package/dist-esm/samples-dev/exposureControlGetFeatureValueSample.d.ts +2 -0
  67. package/dist-esm/samples-dev/exposureControlGetFeatureValueSample.d.ts.map +1 -0
  68. package/dist-esm/samples-dev/exposureControlGetFeatureValueSample.js +34 -0
  69. package/dist-esm/samples-dev/exposureControlGetFeatureValueSample.js.map +1 -0
  70. package/dist-esm/samples-dev/exposureControlQueryFeatureValuesByFactorySample.d.ts +2 -0
  71. package/dist-esm/samples-dev/exposureControlQueryFeatureValuesByFactorySample.d.ts.map +1 -0
  72. package/dist-esm/samples-dev/exposureControlQueryFeatureValuesByFactorySample.js +40 -0
  73. package/dist-esm/samples-dev/exposureControlQueryFeatureValuesByFactorySample.js.map +1 -0
  74. package/dist-esm/samples-dev/factoriesConfigureFactoryRepoSample.d.ts +2 -0
  75. package/dist-esm/samples-dev/factoriesConfigureFactoryRepoSample.d.ts.map +1 -0
  76. package/dist-esm/samples-dev/factoriesConfigureFactoryRepoSample.js +43 -0
  77. package/dist-esm/samples-dev/factoriesConfigureFactoryRepoSample.js.map +1 -0
  78. package/dist-esm/samples-dev/factoriesCreateOrUpdateSample.d.ts +2 -0
  79. package/dist-esm/samples-dev/factoriesCreateOrUpdateSample.d.ts.map +1 -0
  80. package/dist-esm/samples-dev/factoriesCreateOrUpdateSample.js +32 -0
  81. package/dist-esm/samples-dev/factoriesCreateOrUpdateSample.js.map +1 -0
  82. package/dist-esm/samples-dev/factoriesDeleteSample.d.ts +2 -0
  83. package/dist-esm/samples-dev/factoriesDeleteSample.d.ts.map +1 -0
  84. package/dist-esm/samples-dev/factoriesDeleteSample.js +31 -0
  85. package/dist-esm/samples-dev/factoriesDeleteSample.js.map +1 -0
  86. package/dist-esm/samples-dev/factoriesGetDataPlaneAccessSample.d.ts +2 -0
  87. package/dist-esm/samples-dev/factoriesGetDataPlaneAccessSample.d.ts.map +1 -0
  88. package/dist-esm/samples-dev/factoriesGetDataPlaneAccessSample.js +38 -0
  89. package/dist-esm/samples-dev/factoriesGetDataPlaneAccessSample.js.map +1 -0
  90. package/dist-esm/samples-dev/factoriesGetGitHubAccessTokenSample.d.ts +2 -0
  91. package/dist-esm/samples-dev/factoriesGetGitHubAccessTokenSample.d.ts.map +1 -0
  92. package/dist-esm/samples-dev/factoriesGetGitHubAccessTokenSample.js +36 -0
  93. package/dist-esm/samples-dev/factoriesGetGitHubAccessTokenSample.js.map +1 -0
  94. package/dist-esm/samples-dev/factoriesGetSample.d.ts +2 -0
  95. package/dist-esm/samples-dev/factoriesGetSample.d.ts.map +1 -0
  96. package/dist-esm/samples-dev/factoriesGetSample.js +31 -0
  97. package/dist-esm/samples-dev/factoriesGetSample.js.map +1 -0
  98. package/dist-esm/samples-dev/factoriesListByResourceGroupSample.d.ts +2 -0
  99. package/dist-esm/samples-dev/factoriesListByResourceGroupSample.d.ts.map +1 -0
  100. package/dist-esm/samples-dev/factoriesListByResourceGroupSample.js +44 -0
  101. package/dist-esm/samples-dev/factoriesListByResourceGroupSample.js.map +1 -0
  102. package/dist-esm/samples-dev/factoriesListSample.d.ts +2 -0
  103. package/dist-esm/samples-dev/factoriesListSample.d.ts.map +1 -0
  104. package/dist-esm/samples-dev/factoriesListSample.js +43 -0
  105. package/dist-esm/samples-dev/factoriesListSample.js.map +1 -0
  106. package/dist-esm/samples-dev/factoriesUpdateSample.d.ts +2 -0
  107. package/dist-esm/samples-dev/factoriesUpdateSample.d.ts.map +1 -0
  108. package/dist-esm/samples-dev/factoriesUpdateSample.js +34 -0
  109. package/dist-esm/samples-dev/factoriesUpdateSample.js.map +1 -0
  110. package/dist-esm/samples-dev/globalParametersCreateOrUpdateSample.d.ts +2 -0
  111. package/dist-esm/samples-dev/globalParametersCreateOrUpdateSample.d.ts.map +1 -0
  112. package/dist-esm/samples-dev/globalParametersCreateOrUpdateSample.js +57 -0
  113. package/dist-esm/samples-dev/globalParametersCreateOrUpdateSample.js.map +1 -0
  114. package/dist-esm/samples-dev/globalParametersDeleteSample.d.ts +2 -0
  115. package/dist-esm/samples-dev/globalParametersDeleteSample.d.ts.map +1 -0
  116. package/dist-esm/samples-dev/globalParametersDeleteSample.js +32 -0
  117. package/dist-esm/samples-dev/globalParametersDeleteSample.js.map +1 -0
  118. package/dist-esm/samples-dev/globalParametersGetSample.d.ts +2 -0
  119. package/dist-esm/samples-dev/globalParametersGetSample.d.ts.map +1 -0
  120. package/dist-esm/samples-dev/globalParametersGetSample.js +32 -0
  121. package/dist-esm/samples-dev/globalParametersGetSample.js.map +1 -0
  122. package/dist-esm/samples-dev/globalParametersListByFactorySample.d.ts +2 -0
  123. package/dist-esm/samples-dev/globalParametersListByFactorySample.d.ts.map +1 -0
  124. package/dist-esm/samples-dev/globalParametersListByFactorySample.js +45 -0
  125. package/dist-esm/samples-dev/globalParametersListByFactorySample.js.map +1 -0
  126. package/dist-esm/samples-dev/integrationRuntimeNodesDeleteSample.d.ts +2 -0
  127. package/dist-esm/samples-dev/integrationRuntimeNodesDeleteSample.d.ts.map +1 -0
  128. package/dist-esm/samples-dev/integrationRuntimeNodesDeleteSample.js +33 -0
  129. package/dist-esm/samples-dev/integrationRuntimeNodesDeleteSample.js.map +1 -0
  130. package/dist-esm/samples-dev/integrationRuntimeNodesGetIPAddressSample.d.ts +2 -0
  131. package/dist-esm/samples-dev/integrationRuntimeNodesGetIPAddressSample.d.ts.map +1 -0
  132. package/dist-esm/samples-dev/integrationRuntimeNodesGetIPAddressSample.js +33 -0
  133. package/dist-esm/samples-dev/integrationRuntimeNodesGetIPAddressSample.js.map +1 -0
  134. package/dist-esm/samples-dev/integrationRuntimeNodesGetSample.d.ts +2 -0
  135. package/dist-esm/samples-dev/integrationRuntimeNodesGetSample.d.ts.map +1 -0
  136. package/dist-esm/samples-dev/integrationRuntimeNodesGetSample.js +33 -0
  137. package/dist-esm/samples-dev/integrationRuntimeNodesGetSample.js.map +1 -0
  138. package/dist-esm/samples-dev/integrationRuntimeNodesUpdateSample.d.ts +2 -0
  139. package/dist-esm/samples-dev/integrationRuntimeNodesUpdateSample.d.ts.map +1 -0
  140. package/dist-esm/samples-dev/integrationRuntimeNodesUpdateSample.js +36 -0
  141. package/dist-esm/samples-dev/integrationRuntimeNodesUpdateSample.js.map +1 -0
  142. package/dist-esm/samples-dev/integrationRuntimeObjectMetadataGetSample.d.ts +2 -0
  143. package/dist-esm/samples-dev/integrationRuntimeObjectMetadataGetSample.d.ts.map +1 -0
  144. package/dist-esm/samples-dev/integrationRuntimeObjectMetadataGetSample.js +38 -0
  145. package/dist-esm/samples-dev/integrationRuntimeObjectMetadataGetSample.js.map +1 -0
  146. package/dist-esm/samples-dev/integrationRuntimeObjectMetadataRefreshSample.d.ts +2 -0
  147. package/dist-esm/samples-dev/integrationRuntimeObjectMetadataRefreshSample.d.ts.map +1 -0
  148. package/dist-esm/samples-dev/integrationRuntimeObjectMetadataRefreshSample.js +32 -0
  149. package/dist-esm/samples-dev/integrationRuntimeObjectMetadataRefreshSample.js.map +1 -0
  150. package/dist-esm/samples-dev/integrationRuntimesCreateLinkedIntegrationRuntimeSample.d.ts +2 -0
  151. package/dist-esm/samples-dev/integrationRuntimesCreateLinkedIntegrationRuntimeSample.d.ts.map +1 -0
  152. package/dist-esm/samples-dev/integrationRuntimesCreateLinkedIntegrationRuntimeSample.js +38 -0
  153. package/dist-esm/samples-dev/integrationRuntimesCreateLinkedIntegrationRuntimeSample.js.map +1 -0
  154. package/dist-esm/samples-dev/integrationRuntimesCreateOrUpdateSample.d.ts +2 -0
  155. package/dist-esm/samples-dev/integrationRuntimesCreateOrUpdateSample.d.ts.map +1 -0
  156. package/dist-esm/samples-dev/integrationRuntimesCreateOrUpdateSample.js +38 -0
  157. package/dist-esm/samples-dev/integrationRuntimesCreateOrUpdateSample.js.map +1 -0
  158. package/dist-esm/samples-dev/integrationRuntimesDeleteSample.d.ts +2 -0
  159. package/dist-esm/samples-dev/integrationRuntimesDeleteSample.d.ts.map +1 -0
  160. package/dist-esm/samples-dev/integrationRuntimesDeleteSample.js +32 -0
  161. package/dist-esm/samples-dev/integrationRuntimesDeleteSample.js.map +1 -0
  162. package/dist-esm/samples-dev/integrationRuntimesGetConnectionInfoSample.d.ts +2 -0
  163. package/dist-esm/samples-dev/integrationRuntimesGetConnectionInfoSample.d.ts.map +1 -0
  164. package/dist-esm/samples-dev/integrationRuntimesGetConnectionInfoSample.js +32 -0
  165. package/dist-esm/samples-dev/integrationRuntimesGetConnectionInfoSample.js.map +1 -0
  166. package/dist-esm/samples-dev/integrationRuntimesGetMonitoringDataSample.d.ts +2 -0
  167. package/dist-esm/samples-dev/integrationRuntimesGetMonitoringDataSample.d.ts.map +1 -0
  168. package/dist-esm/samples-dev/integrationRuntimesGetMonitoringDataSample.js +32 -0
  169. package/dist-esm/samples-dev/integrationRuntimesGetMonitoringDataSample.js.map +1 -0
  170. package/dist-esm/samples-dev/integrationRuntimesGetSample.d.ts +2 -0
  171. package/dist-esm/samples-dev/integrationRuntimesGetSample.d.ts.map +1 -0
  172. package/dist-esm/samples-dev/integrationRuntimesGetSample.js +32 -0
  173. package/dist-esm/samples-dev/integrationRuntimesGetSample.js.map +1 -0
  174. package/dist-esm/samples-dev/integrationRuntimesGetStatusSample.d.ts +2 -0
  175. package/dist-esm/samples-dev/integrationRuntimesGetStatusSample.d.ts.map +1 -0
  176. package/dist-esm/samples-dev/integrationRuntimesGetStatusSample.js +32 -0
  177. package/dist-esm/samples-dev/integrationRuntimesGetStatusSample.js.map +1 -0
  178. package/dist-esm/samples-dev/integrationRuntimesListAuthKeysSample.d.ts +2 -0
  179. package/dist-esm/samples-dev/integrationRuntimesListAuthKeysSample.d.ts.map +1 -0
  180. package/dist-esm/samples-dev/integrationRuntimesListAuthKeysSample.js +32 -0
  181. package/dist-esm/samples-dev/integrationRuntimesListAuthKeysSample.js.map +1 -0
  182. package/dist-esm/samples-dev/integrationRuntimesListByFactorySample.d.ts +2 -0
  183. package/dist-esm/samples-dev/integrationRuntimesListByFactorySample.d.ts.map +1 -0
  184. package/dist-esm/samples-dev/integrationRuntimesListByFactorySample.js +45 -0
  185. package/dist-esm/samples-dev/integrationRuntimesListByFactorySample.js.map +1 -0
  186. package/dist-esm/samples-dev/integrationRuntimesListOutboundNetworkDependenciesEndpointsSample.d.ts +2 -0
  187. package/dist-esm/samples-dev/integrationRuntimesListOutboundNetworkDependenciesEndpointsSample.d.ts.map +1 -0
  188. package/dist-esm/samples-dev/integrationRuntimesListOutboundNetworkDependenciesEndpointsSample.js +32 -0
  189. package/dist-esm/samples-dev/integrationRuntimesListOutboundNetworkDependenciesEndpointsSample.js.map +1 -0
  190. package/dist-esm/samples-dev/integrationRuntimesRegenerateAuthKeySample.d.ts +2 -0
  191. package/dist-esm/samples-dev/integrationRuntimesRegenerateAuthKeySample.d.ts.map +1 -0
  192. package/dist-esm/samples-dev/integrationRuntimesRegenerateAuthKeySample.js +35 -0
  193. package/dist-esm/samples-dev/integrationRuntimesRegenerateAuthKeySample.js.map +1 -0
  194. package/dist-esm/samples-dev/integrationRuntimesRemoveLinksSample.d.ts +2 -0
  195. package/dist-esm/samples-dev/integrationRuntimesRemoveLinksSample.d.ts.map +1 -0
  196. package/dist-esm/samples-dev/integrationRuntimesRemoveLinksSample.js +35 -0
  197. package/dist-esm/samples-dev/integrationRuntimesRemoveLinksSample.js.map +1 -0
  198. package/dist-esm/samples-dev/integrationRuntimesStartSample.d.ts +2 -0
  199. package/dist-esm/samples-dev/integrationRuntimesStartSample.d.ts.map +1 -0
  200. package/dist-esm/samples-dev/integrationRuntimesStartSample.js +32 -0
  201. package/dist-esm/samples-dev/integrationRuntimesStartSample.js.map +1 -0
  202. package/dist-esm/samples-dev/integrationRuntimesStopSample.d.ts +2 -0
  203. package/dist-esm/samples-dev/integrationRuntimesStopSample.d.ts.map +1 -0
  204. package/dist-esm/samples-dev/integrationRuntimesStopSample.js +32 -0
  205. package/dist-esm/samples-dev/integrationRuntimesStopSample.js.map +1 -0
  206. package/dist-esm/samples-dev/integrationRuntimesSyncCredentialsSample.d.ts +2 -0
  207. package/dist-esm/samples-dev/integrationRuntimesSyncCredentialsSample.d.ts.map +1 -0
  208. package/dist-esm/samples-dev/integrationRuntimesSyncCredentialsSample.js +32 -0
  209. package/dist-esm/samples-dev/integrationRuntimesSyncCredentialsSample.js.map +1 -0
  210. package/dist-esm/samples-dev/integrationRuntimesUpdateSample.d.ts +2 -0
  211. package/dist-esm/samples-dev/integrationRuntimesUpdateSample.d.ts.map +1 -0
  212. package/dist-esm/samples-dev/integrationRuntimesUpdateSample.js +36 -0
  213. package/dist-esm/samples-dev/integrationRuntimesUpdateSample.js.map +1 -0
  214. package/dist-esm/samples-dev/integrationRuntimesUpgradeSample.d.ts +2 -0
  215. package/dist-esm/samples-dev/integrationRuntimesUpgradeSample.d.ts.map +1 -0
  216. package/dist-esm/samples-dev/integrationRuntimesUpgradeSample.js +32 -0
  217. package/dist-esm/samples-dev/integrationRuntimesUpgradeSample.js.map +1 -0
  218. package/dist-esm/samples-dev/linkedServicesCreateOrUpdateSample.d.ts +2 -0
  219. package/dist-esm/samples-dev/linkedServicesCreateOrUpdateSample.d.ts.map +1 -0
  220. package/dist-esm/samples-dev/linkedServicesCreateOrUpdateSample.js +70 -0
  221. package/dist-esm/samples-dev/linkedServicesCreateOrUpdateSample.js.map +1 -0
  222. package/dist-esm/samples-dev/linkedServicesDeleteSample.d.ts +2 -0
  223. package/dist-esm/samples-dev/linkedServicesDeleteSample.d.ts.map +1 -0
  224. package/dist-esm/samples-dev/linkedServicesDeleteSample.js +32 -0
  225. package/dist-esm/samples-dev/linkedServicesDeleteSample.js.map +1 -0
  226. package/dist-esm/samples-dev/linkedServicesGetSample.d.ts +2 -0
  227. package/dist-esm/samples-dev/linkedServicesGetSample.d.ts.map +1 -0
  228. package/dist-esm/samples-dev/linkedServicesGetSample.js +32 -0
  229. package/dist-esm/samples-dev/linkedServicesGetSample.js.map +1 -0
  230. package/dist-esm/samples-dev/linkedServicesListByFactorySample.d.ts +2 -0
  231. package/dist-esm/samples-dev/linkedServicesListByFactorySample.d.ts.map +1 -0
  232. package/dist-esm/samples-dev/linkedServicesListByFactorySample.js +45 -0
  233. package/dist-esm/samples-dev/linkedServicesListByFactorySample.js.map +1 -0
  234. package/dist-esm/samples-dev/managedPrivateEndpointsCreateOrUpdateSample.d.ts +2 -0
  235. package/dist-esm/samples-dev/managedPrivateEndpointsCreateOrUpdateSample.d.ts.map +1 -0
  236. package/dist-esm/samples-dev/managedPrivateEndpointsCreateOrUpdateSample.js +40 -0
  237. package/dist-esm/samples-dev/managedPrivateEndpointsCreateOrUpdateSample.js.map +1 -0
  238. package/dist-esm/samples-dev/managedPrivateEndpointsDeleteSample.d.ts +2 -0
  239. package/dist-esm/samples-dev/managedPrivateEndpointsDeleteSample.d.ts.map +1 -0
  240. package/dist-esm/samples-dev/managedPrivateEndpointsDeleteSample.js +33 -0
  241. package/dist-esm/samples-dev/managedPrivateEndpointsDeleteSample.js.map +1 -0
  242. package/dist-esm/samples-dev/managedPrivateEndpointsGetSample.d.ts +2 -0
  243. package/dist-esm/samples-dev/managedPrivateEndpointsGetSample.d.ts.map +1 -0
  244. package/dist-esm/samples-dev/managedPrivateEndpointsGetSample.js +33 -0
  245. package/dist-esm/samples-dev/managedPrivateEndpointsGetSample.js.map +1 -0
  246. package/dist-esm/samples-dev/managedPrivateEndpointsListByFactorySample.d.ts +2 -0
  247. package/dist-esm/samples-dev/managedPrivateEndpointsListByFactorySample.d.ts.map +1 -0
  248. package/dist-esm/samples-dev/managedPrivateEndpointsListByFactorySample.js +46 -0
  249. package/dist-esm/samples-dev/managedPrivateEndpointsListByFactorySample.js.map +1 -0
  250. package/dist-esm/samples-dev/managedVirtualNetworksCreateOrUpdateSample.d.ts +2 -0
  251. package/dist-esm/samples-dev/managedVirtualNetworksCreateOrUpdateSample.d.ts.map +1 -0
  252. package/dist-esm/samples-dev/managedVirtualNetworksCreateOrUpdateSample.js +35 -0
  253. package/dist-esm/samples-dev/managedVirtualNetworksCreateOrUpdateSample.js.map +1 -0
  254. package/dist-esm/samples-dev/managedVirtualNetworksGetSample.d.ts +2 -0
  255. package/dist-esm/samples-dev/managedVirtualNetworksGetSample.d.ts.map +1 -0
  256. package/dist-esm/samples-dev/managedVirtualNetworksGetSample.js +32 -0
  257. package/dist-esm/samples-dev/managedVirtualNetworksGetSample.js.map +1 -0
  258. package/dist-esm/samples-dev/managedVirtualNetworksListByFactorySample.d.ts +2 -0
  259. package/dist-esm/samples-dev/managedVirtualNetworksListByFactorySample.d.ts.map +1 -0
  260. package/dist-esm/samples-dev/managedVirtualNetworksListByFactorySample.js +45 -0
  261. package/dist-esm/samples-dev/managedVirtualNetworksListByFactorySample.js.map +1 -0
  262. package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
  263. package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
  264. package/dist-esm/samples-dev/operationsListSample.js +43 -0
  265. package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
  266. package/dist-esm/samples-dev/pipelineRunsCancelSample.d.ts +2 -0
  267. package/dist-esm/samples-dev/pipelineRunsCancelSample.d.ts.map +1 -0
  268. package/dist-esm/samples-dev/pipelineRunsCancelSample.js +32 -0
  269. package/dist-esm/samples-dev/pipelineRunsCancelSample.js.map +1 -0
  270. package/dist-esm/samples-dev/pipelineRunsGetSample.d.ts +2 -0
  271. package/dist-esm/samples-dev/pipelineRunsGetSample.d.ts.map +1 -0
  272. package/dist-esm/samples-dev/pipelineRunsGetSample.js +32 -0
  273. package/dist-esm/samples-dev/pipelineRunsGetSample.js.map +1 -0
  274. package/dist-esm/samples-dev/pipelineRunsQueryByFactorySample.d.ts +2 -0
  275. package/dist-esm/samples-dev/pipelineRunsQueryByFactorySample.d.ts.map +1 -0
  276. package/dist-esm/samples-dev/pipelineRunsQueryByFactorySample.js +42 -0
  277. package/dist-esm/samples-dev/pipelineRunsQueryByFactorySample.js.map +1 -0
  278. package/dist-esm/samples-dev/pipelinesCreateOrUpdateSample.d.ts +2 -0
  279. package/dist-esm/samples-dev/pipelinesCreateOrUpdateSample.d.ts.map +1 -0
  280. package/dist-esm/samples-dev/pipelinesCreateOrUpdateSample.js +147 -0
  281. package/dist-esm/samples-dev/pipelinesCreateOrUpdateSample.js.map +1 -0
  282. package/dist-esm/samples-dev/pipelinesCreateRunSample.d.ts +2 -0
  283. package/dist-esm/samples-dev/pipelinesCreateRunSample.d.ts.map +1 -0
  284. package/dist-esm/samples-dev/pipelinesCreateRunSample.js +40 -0
  285. package/dist-esm/samples-dev/pipelinesCreateRunSample.js.map +1 -0
  286. package/dist-esm/samples-dev/pipelinesDeleteSample.d.ts +2 -0
  287. package/dist-esm/samples-dev/pipelinesDeleteSample.d.ts.map +1 -0
  288. package/dist-esm/samples-dev/pipelinesDeleteSample.js +32 -0
  289. package/dist-esm/samples-dev/pipelinesDeleteSample.js.map +1 -0
  290. package/dist-esm/samples-dev/pipelinesGetSample.d.ts +2 -0
  291. package/dist-esm/samples-dev/pipelinesGetSample.d.ts.map +1 -0
  292. package/dist-esm/samples-dev/pipelinesGetSample.js +32 -0
  293. package/dist-esm/samples-dev/pipelinesGetSample.js.map +1 -0
  294. package/dist-esm/samples-dev/pipelinesListByFactorySample.d.ts +2 -0
  295. package/dist-esm/samples-dev/pipelinesListByFactorySample.d.ts.map +1 -0
  296. package/dist-esm/samples-dev/pipelinesListByFactorySample.js +45 -0
  297. package/dist-esm/samples-dev/pipelinesListByFactorySample.js.map +1 -0
  298. package/dist-esm/samples-dev/privateEndPointConnectionsListByFactorySample.d.ts +2 -0
  299. package/dist-esm/samples-dev/privateEndPointConnectionsListByFactorySample.d.ts.map +1 -0
  300. package/dist-esm/samples-dev/privateEndPointConnectionsListByFactorySample.js +45 -0
  301. package/dist-esm/samples-dev/privateEndPointConnectionsListByFactorySample.js.map +1 -0
  302. package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdateSample.d.ts +2 -0
  303. package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdateSample.d.ts.map +1 -0
  304. package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdateSample.js +44 -0
  305. package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdateSample.js.map +1 -0
  306. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.d.ts +2 -0
  307. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.d.ts.map +1 -0
  308. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js +32 -0
  309. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js.map +1 -0
  310. package/dist-esm/samples-dev/privateEndpointConnectionGetSample.d.ts +2 -0
  311. package/dist-esm/samples-dev/privateEndpointConnectionGetSample.d.ts.map +1 -0
  312. package/dist-esm/samples-dev/privateEndpointConnectionGetSample.js +32 -0
  313. package/dist-esm/samples-dev/privateEndpointConnectionGetSample.js.map +1 -0
  314. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +2 -0
  315. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +1 -0
  316. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +31 -0
  317. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +1 -0
  318. package/dist-esm/samples-dev/triggerRunsCancelSample.d.ts +2 -0
  319. package/dist-esm/samples-dev/triggerRunsCancelSample.d.ts.map +1 -0
  320. package/dist-esm/samples-dev/triggerRunsCancelSample.js +33 -0
  321. package/dist-esm/samples-dev/triggerRunsCancelSample.js.map +1 -0
  322. package/dist-esm/samples-dev/triggerRunsQueryByFactorySample.d.ts +2 -0
  323. package/dist-esm/samples-dev/triggerRunsQueryByFactorySample.d.ts.map +1 -0
  324. package/dist-esm/samples-dev/triggerRunsQueryByFactorySample.js +38 -0
  325. package/dist-esm/samples-dev/triggerRunsQueryByFactorySample.js.map +1 -0
  326. package/dist-esm/samples-dev/triggerRunsRerunSample.d.ts +2 -0
  327. package/dist-esm/samples-dev/triggerRunsRerunSample.d.ts.map +1 -0
  328. package/dist-esm/samples-dev/triggerRunsRerunSample.js +33 -0
  329. package/dist-esm/samples-dev/triggerRunsRerunSample.js.map +1 -0
  330. package/dist-esm/samples-dev/triggersCreateOrUpdateSample.d.ts +2 -0
  331. package/dist-esm/samples-dev/triggersCreateOrUpdateSample.d.ts.map +1 -0
  332. package/dist-esm/samples-dev/triggersCreateOrUpdateSample.js +94 -0
  333. package/dist-esm/samples-dev/triggersCreateOrUpdateSample.js.map +1 -0
  334. package/dist-esm/samples-dev/triggersDeleteSample.d.ts +2 -0
  335. package/dist-esm/samples-dev/triggersDeleteSample.d.ts.map +1 -0
  336. package/dist-esm/samples-dev/triggersDeleteSample.js +32 -0
  337. package/dist-esm/samples-dev/triggersDeleteSample.js.map +1 -0
  338. package/dist-esm/samples-dev/triggersGetEventSubscriptionStatusSample.d.ts +2 -0
  339. package/dist-esm/samples-dev/triggersGetEventSubscriptionStatusSample.d.ts.map +1 -0
  340. package/dist-esm/samples-dev/triggersGetEventSubscriptionStatusSample.js +32 -0
  341. package/dist-esm/samples-dev/triggersGetEventSubscriptionStatusSample.js.map +1 -0
  342. package/dist-esm/samples-dev/triggersGetSample.d.ts +2 -0
  343. package/dist-esm/samples-dev/triggersGetSample.d.ts.map +1 -0
  344. package/dist-esm/samples-dev/triggersGetSample.js +32 -0
  345. package/dist-esm/samples-dev/triggersGetSample.js.map +1 -0
  346. package/dist-esm/samples-dev/triggersListByFactorySample.d.ts +2 -0
  347. package/dist-esm/samples-dev/triggersListByFactorySample.d.ts.map +1 -0
  348. package/dist-esm/samples-dev/triggersListByFactorySample.js +45 -0
  349. package/dist-esm/samples-dev/triggersListByFactorySample.js.map +1 -0
  350. package/dist-esm/samples-dev/triggersQueryByFactorySample.d.ts +2 -0
  351. package/dist-esm/samples-dev/triggersQueryByFactorySample.d.ts.map +1 -0
  352. package/dist-esm/samples-dev/triggersQueryByFactorySample.js +34 -0
  353. package/dist-esm/samples-dev/triggersQueryByFactorySample.js.map +1 -0
  354. package/dist-esm/samples-dev/triggersStartSample.d.ts +2 -0
  355. package/dist-esm/samples-dev/triggersStartSample.d.ts.map +1 -0
  356. package/dist-esm/samples-dev/triggersStartSample.js +32 -0
  357. package/dist-esm/samples-dev/triggersStartSample.js.map +1 -0
  358. package/dist-esm/samples-dev/triggersStopSample.d.ts +2 -0
  359. package/dist-esm/samples-dev/triggersStopSample.d.ts.map +1 -0
  360. package/dist-esm/samples-dev/triggersStopSample.js +32 -0
  361. package/dist-esm/samples-dev/triggersStopSample.js.map +1 -0
  362. package/dist-esm/samples-dev/triggersSubscribeToEventsSample.d.ts +2 -0
  363. package/dist-esm/samples-dev/triggersSubscribeToEventsSample.d.ts.map +1 -0
  364. package/dist-esm/samples-dev/triggersSubscribeToEventsSample.js +32 -0
  365. package/dist-esm/samples-dev/triggersSubscribeToEventsSample.js.map +1 -0
  366. package/dist-esm/samples-dev/triggersUnsubscribeFromEventsSample.d.ts +2 -0
  367. package/dist-esm/samples-dev/triggersUnsubscribeFromEventsSample.d.ts.map +1 -0
  368. package/dist-esm/samples-dev/triggersUnsubscribeFromEventsSample.js +32 -0
  369. package/dist-esm/samples-dev/triggersUnsubscribeFromEventsSample.js.map +1 -0
  370. package/dist-esm/src/dataFactoryManagementClient.d.ts +4 -1
  371. package/dist-esm/src/dataFactoryManagementClient.d.ts.map +1 -1
  372. package/dist-esm/src/dataFactoryManagementClient.js +32 -2
  373. package/dist-esm/src/dataFactoryManagementClient.js.map +1 -1
  374. package/dist-esm/src/models/index.d.ts +1521 -1450
  375. package/dist-esm/src/models/index.d.ts.map +1 -1
  376. package/dist-esm/src/models/index.js +1 -0
  377. package/dist-esm/src/models/index.js.map +1 -1
  378. package/dist-esm/src/models/mappers.d.ts +4 -0
  379. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  380. package/dist-esm/src/models/mappers.js +1587 -2927
  381. package/dist-esm/src/models/mappers.js.map +1 -1
  382. package/dist-esm/src/models/parameters.d.ts +2 -0
  383. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  384. package/dist-esm/src/models/parameters.js +21 -2
  385. package/dist-esm/src/models/parameters.js.map +1 -1
  386. package/dist-esm/src/operations/globalParameters.d.ts +63 -0
  387. package/dist-esm/src/operations/globalParameters.d.ts.map +1 -0
  388. package/dist-esm/src/operations/globalParameters.js +241 -0
  389. package/dist-esm/src/operations/globalParameters.js.map +1 -0
  390. package/dist-esm/src/operations/index.d.ts +1 -0
  391. package/dist-esm/src/operations/index.d.ts.map +1 -1
  392. package/dist-esm/src/operations/index.js +1 -0
  393. package/dist-esm/src/operations/index.js.map +1 -1
  394. package/dist-esm/src/operationsInterfaces/globalParameters.d.ts +38 -0
  395. package/dist-esm/src/operationsInterfaces/globalParameters.d.ts.map +1 -0
  396. package/dist-esm/src/operationsInterfaces/globalParameters.js +9 -0
  397. package/dist-esm/src/operationsInterfaces/globalParameters.js.map +1 -0
  398. package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
  399. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  400. package/dist-esm/src/operationsInterfaces/index.js +1 -0
  401. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  402. package/dist-esm/test/sampleTest.js +11 -13
  403. package/dist-esm/test/sampleTest.js.map +1 -1
  404. package/package.json +19 -7
  405. package/review/arm-datafactory.api.md +1526 -1448
  406. package/src/dataFactoryManagementClient.ts +41 -3
  407. package/src/models/index.ts +1532 -1452
  408. package/src/models/mappers.ts +1597 -2921
  409. package/src/models/parameters.ts +24 -2
  410. package/src/operations/globalParameters.ts +329 -0
  411. package/src/operations/index.ts +1 -0
  412. package/src/operationsInterfaces/globalParameters.ts +75 -0
  413. package/src/operationsInterfaces/index.ts +1 -0
  414. package/tsconfig.json +8 -2
  415. package/types/arm-datafactory.d.ts +1573 -1450
  416. package/types/tsdoc-metadata.json +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesListByFactorySample.js","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesListByFactorySample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,gCAAgC;;;QAC7C,MAAM,cAAc,GAAG,qCAAqC,CAAC;QAC7D,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;QACjD,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,2BAA2B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC3E,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,IAAA,KAAA,cAAA,MAAM,CAAC,mBAAmB,CAAC,aAAa,CAC7D,iBAAiB,EACjB,WAAW,CACZ,CAAA,IAAA;gBAHU,IAAI,IAAI,WAAA,CAAA;gBAIjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,gCAAgC,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=integrationRuntimesListOutboundNetworkDependenciesEndpointsSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesListOutboundNetworkDependenciesEndpointsSample.d.ts","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesListOutboundNetworkDependenciesEndpointsSample.ts"],"names":[],"mappings":""}
@@ -0,0 +1,32 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ import { DataFactoryManagementClient } from "@azure/arm-datafactory";
12
+ import { DefaultAzureCredential } from "@azure/identity";
13
+ /**
14
+ * This sample demonstrates how to Gets the list of outbound network dependencies for a given Azure-SSIS integration runtime.
15
+ *
16
+ * @summary Gets the list of outbound network dependencies for a given Azure-SSIS integration runtime.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_ListOutboundNetworkDependenciesEndpoints.json
18
+ */
19
+ function integrationRuntimesOutboundNetworkDependenciesEndpoints() {
20
+ return __awaiter(this, void 0, void 0, function* () {
21
+ const subscriptionId = "7ad7c73b-38b8-4df3-84ee-52ff91092f61";
22
+ const resourceGroupName = "exampleResourceGroup";
23
+ const factoryName = "exampleFactoryName";
24
+ const integrationRuntimeName = "exampleIntegrationRuntime";
25
+ const credential = new DefaultAzureCredential();
26
+ const client = new DataFactoryManagementClient(credential, subscriptionId);
27
+ const result = yield client.integrationRuntimes.listOutboundNetworkDependenciesEndpoints(resourceGroupName, factoryName, integrationRuntimeName);
28
+ console.log(result);
29
+ });
30
+ }
31
+ integrationRuntimesOutboundNetworkDependenciesEndpoints().catch(console.error);
32
+ //# sourceMappingURL=integrationRuntimesListOutboundNetworkDependenciesEndpointsSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesListOutboundNetworkDependenciesEndpointsSample.js","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesListOutboundNetworkDependenciesEndpointsSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,uDAAuD;;QACpE,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;QACjD,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,sBAAsB,GAAG,2BAA2B,CAAC;QAC3D,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,2BAA2B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC3E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,mBAAmB,CAAC,wCAAwC,CACtF,iBAAiB,EACjB,WAAW,EACX,sBAAsB,CACvB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,uDAAuD,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=integrationRuntimesRegenerateAuthKeySample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesRegenerateAuthKeySample.d.ts","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesRegenerateAuthKeySample.ts"],"names":[],"mappings":""}
@@ -0,0 +1,35 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ import { DataFactoryManagementClient } from "@azure/arm-datafactory";
12
+ import { DefaultAzureCredential } from "@azure/identity";
13
+ /**
14
+ * This sample demonstrates how to Regenerates the authentication key for an integration runtime.
15
+ *
16
+ * @summary Regenerates the authentication key for an integration runtime.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_RegenerateAuthKey.json
18
+ */
19
+ function integrationRuntimesRegenerateAuthKey() {
20
+ return __awaiter(this, void 0, void 0, function* () {
21
+ const subscriptionId = "12345678-1234-1234-1234-12345678abc";
22
+ const resourceGroupName = "exampleResourceGroup";
23
+ const factoryName = "exampleFactoryName";
24
+ const integrationRuntimeName = "exampleIntegrationRuntime";
25
+ const regenerateKeyParameters = {
26
+ keyName: "authKey2"
27
+ };
28
+ const credential = new DefaultAzureCredential();
29
+ const client = new DataFactoryManagementClient(credential, subscriptionId);
30
+ const result = yield client.integrationRuntimes.regenerateAuthKey(resourceGroupName, factoryName, integrationRuntimeName, regenerateKeyParameters);
31
+ console.log(result);
32
+ });
33
+ }
34
+ integrationRuntimesRegenerateAuthKey().catch(console.error);
35
+ //# sourceMappingURL=integrationRuntimesRegenerateAuthKeySample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesRegenerateAuthKeySample.js","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesRegenerateAuthKeySample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,2BAA2B,EAC5B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,oCAAoC;;QACjD,MAAM,cAAc,GAAG,qCAAqC,CAAC;QAC7D,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;QACjD,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,sBAAsB,GAAG,2BAA2B,CAAC;QAC3D,MAAM,uBAAuB,GAA8C;YACzE,OAAO,EAAE,UAAU;SACpB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,2BAA2B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC3E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,mBAAmB,CAAC,iBAAiB,CAC/D,iBAAiB,EACjB,WAAW,EACX,sBAAsB,EACtB,uBAAuB,CACxB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,oCAAoC,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=integrationRuntimesRemoveLinksSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesRemoveLinksSample.d.ts","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesRemoveLinksSample.ts"],"names":[],"mappings":""}
@@ -0,0 +1,35 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ import { DataFactoryManagementClient } from "@azure/arm-datafactory";
12
+ import { DefaultAzureCredential } from "@azure/identity";
13
+ /**
14
+ * This sample demonstrates how to Remove all linked integration runtimes under specific data factory in a self-hosted integration runtime.
15
+ *
16
+ * @summary Remove all linked integration runtimes under specific data factory in a self-hosted integration runtime.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_RemoveLinks.json
18
+ */
19
+ function integrationRuntimesUpgrade() {
20
+ return __awaiter(this, void 0, void 0, function* () {
21
+ const subscriptionId = "12345678-1234-1234-1234-12345678abc";
22
+ const resourceGroupName = "exampleResourceGroup";
23
+ const factoryName = "exampleFactoryName";
24
+ const integrationRuntimeName = "exampleIntegrationRuntime";
25
+ const linkedIntegrationRuntimeRequest = {
26
+ linkedFactoryName: "exampleFactoryName-linked"
27
+ };
28
+ const credential = new DefaultAzureCredential();
29
+ const client = new DataFactoryManagementClient(credential, subscriptionId);
30
+ const result = yield client.integrationRuntimes.removeLinks(resourceGroupName, factoryName, integrationRuntimeName, linkedIntegrationRuntimeRequest);
31
+ console.log(result);
32
+ });
33
+ }
34
+ integrationRuntimesUpgrade().catch(console.error);
35
+ //# sourceMappingURL=integrationRuntimesRemoveLinksSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesRemoveLinksSample.js","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesRemoveLinksSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,2BAA2B,EAC5B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,0BAA0B;;QACvC,MAAM,cAAc,GAAG,qCAAqC,CAAC;QAC7D,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;QACjD,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,sBAAsB,GAAG,2BAA2B,CAAC;QAC3D,MAAM,+BAA+B,GAAoC;YACvE,iBAAiB,EAAE,2BAA2B;SAC/C,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,2BAA2B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC3E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,mBAAmB,CAAC,WAAW,CACzD,iBAAiB,EACjB,WAAW,EACX,sBAAsB,EACtB,+BAA+B,CAChC,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,0BAA0B,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=integrationRuntimesStartSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesStartSample.d.ts","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesStartSample.ts"],"names":[],"mappings":""}
@@ -0,0 +1,32 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ import { DataFactoryManagementClient } from "@azure/arm-datafactory";
12
+ import { DefaultAzureCredential } from "@azure/identity";
13
+ /**
14
+ * This sample demonstrates how to Starts a ManagedReserved type integration runtime.
15
+ *
16
+ * @summary Starts a ManagedReserved type integration runtime.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_Start.json
18
+ */
19
+ function integrationRuntimesStart() {
20
+ return __awaiter(this, void 0, void 0, function* () {
21
+ const subscriptionId = "12345678-1234-1234-1234-12345678abc";
22
+ const resourceGroupName = "exampleResourceGroup";
23
+ const factoryName = "exampleFactoryName";
24
+ const integrationRuntimeName = "exampleManagedIntegrationRuntime";
25
+ const credential = new DefaultAzureCredential();
26
+ const client = new DataFactoryManagementClient(credential, subscriptionId);
27
+ const result = yield client.integrationRuntimes.beginStartAndWait(resourceGroupName, factoryName, integrationRuntimeName);
28
+ console.log(result);
29
+ });
30
+ }
31
+ integrationRuntimesStart().catch(console.error);
32
+ //# sourceMappingURL=integrationRuntimesStartSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesStartSample.js","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesStartSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,wBAAwB;;QACrC,MAAM,cAAc,GAAG,qCAAqC,CAAC;QAC7D,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;QACjD,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,sBAAsB,GAAG,kCAAkC,CAAC;QAClE,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,2BAA2B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC3E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,mBAAmB,CAAC,iBAAiB,CAC/D,iBAAiB,EACjB,WAAW,EACX,sBAAsB,CACvB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,wBAAwB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=integrationRuntimesStopSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesStopSample.d.ts","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesStopSample.ts"],"names":[],"mappings":""}
@@ -0,0 +1,32 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ import { DataFactoryManagementClient } from "@azure/arm-datafactory";
12
+ import { DefaultAzureCredential } from "@azure/identity";
13
+ /**
14
+ * This sample demonstrates how to Stops a ManagedReserved type integration runtime.
15
+ *
16
+ * @summary Stops a ManagedReserved type integration runtime.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_Stop.json
18
+ */
19
+ function integrationRuntimesStop() {
20
+ return __awaiter(this, void 0, void 0, function* () {
21
+ const subscriptionId = "12345678-1234-1234-1234-12345678abc";
22
+ const resourceGroupName = "exampleResourceGroup";
23
+ const factoryName = "exampleFactoryName";
24
+ const integrationRuntimeName = "exampleManagedIntegrationRuntime";
25
+ const credential = new DefaultAzureCredential();
26
+ const client = new DataFactoryManagementClient(credential, subscriptionId);
27
+ const result = yield client.integrationRuntimes.beginStopAndWait(resourceGroupName, factoryName, integrationRuntimeName);
28
+ console.log(result);
29
+ });
30
+ }
31
+ integrationRuntimesStop().catch(console.error);
32
+ //# sourceMappingURL=integrationRuntimesStopSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesStopSample.js","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesStopSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,uBAAuB;;QACpC,MAAM,cAAc,GAAG,qCAAqC,CAAC;QAC7D,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;QACjD,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,sBAAsB,GAAG,kCAAkC,CAAC;QAClE,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,2BAA2B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC3E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,mBAAmB,CAAC,gBAAgB,CAC9D,iBAAiB,EACjB,WAAW,EACX,sBAAsB,CACvB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,uBAAuB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=integrationRuntimesSyncCredentialsSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesSyncCredentialsSample.d.ts","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesSyncCredentialsSample.ts"],"names":[],"mappings":""}
@@ -0,0 +1,32 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ import { DataFactoryManagementClient } from "@azure/arm-datafactory";
12
+ import { DefaultAzureCredential } from "@azure/identity";
13
+ /**
14
+ * This sample demonstrates how to Force the integration runtime to synchronize credentials across integration runtime nodes, and this will override the credentials across all worker nodes with those available on the dispatcher node. If you already have the latest credential backup file, you should manually import it (preferred) on any self-hosted integration runtime node than using this API directly.
15
+ *
16
+ * @summary Force the integration runtime to synchronize credentials across integration runtime nodes, and this will override the credentials across all worker nodes with those available on the dispatcher node. If you already have the latest credential backup file, you should manually import it (preferred) on any self-hosted integration runtime node than using this API directly.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_SyncCredentials.json
18
+ */
19
+ function integrationRuntimesSyncCredentials() {
20
+ return __awaiter(this, void 0, void 0, function* () {
21
+ const subscriptionId = "12345678-1234-1234-1234-12345678abc";
22
+ const resourceGroupName = "exampleResourceGroup";
23
+ const factoryName = "exampleFactoryName";
24
+ const integrationRuntimeName = "exampleIntegrationRuntime";
25
+ const credential = new DefaultAzureCredential();
26
+ const client = new DataFactoryManagementClient(credential, subscriptionId);
27
+ const result = yield client.integrationRuntimes.syncCredentials(resourceGroupName, factoryName, integrationRuntimeName);
28
+ console.log(result);
29
+ });
30
+ }
31
+ integrationRuntimesSyncCredentials().catch(console.error);
32
+ //# sourceMappingURL=integrationRuntimesSyncCredentialsSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesSyncCredentialsSample.js","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesSyncCredentialsSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,kCAAkC;;QAC/C,MAAM,cAAc,GAAG,qCAAqC,CAAC;QAC7D,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;QACjD,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,sBAAsB,GAAG,2BAA2B,CAAC;QAC3D,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,2BAA2B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC3E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,mBAAmB,CAAC,eAAe,CAC7D,iBAAiB,EACjB,WAAW,EACX,sBAAsB,CACvB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,kCAAkC,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=integrationRuntimesUpdateSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesUpdateSample.d.ts","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesUpdateSample.ts"],"names":[],"mappings":""}
@@ -0,0 +1,36 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ import { DataFactoryManagementClient } from "@azure/arm-datafactory";
12
+ import { DefaultAzureCredential } from "@azure/identity";
13
+ /**
14
+ * This sample demonstrates how to Updates an integration runtime.
15
+ *
16
+ * @summary Updates an integration runtime.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_Update.json
18
+ */
19
+ function integrationRuntimesUpdate() {
20
+ return __awaiter(this, void 0, void 0, function* () {
21
+ const subscriptionId = "12345678-1234-1234-1234-12345678abc";
22
+ const resourceGroupName = "exampleResourceGroup";
23
+ const factoryName = "exampleFactoryName";
24
+ const integrationRuntimeName = "exampleIntegrationRuntime";
25
+ const updateIntegrationRuntimeRequest = {
26
+ autoUpdate: "Off",
27
+ updateDelayOffset: '"PT3H"'
28
+ };
29
+ const credential = new DefaultAzureCredential();
30
+ const client = new DataFactoryManagementClient(credential, subscriptionId);
31
+ const result = yield client.integrationRuntimes.update(resourceGroupName, factoryName, integrationRuntimeName, updateIntegrationRuntimeRequest);
32
+ console.log(result);
33
+ });
34
+ }
35
+ integrationRuntimesUpdate().catch(console.error);
36
+ //# sourceMappingURL=integrationRuntimesUpdateSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesUpdateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,2BAA2B,EAC5B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,yBAAyB;;QACtC,MAAM,cAAc,GAAG,qCAAqC,CAAC;QAC7D,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;QACjD,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,sBAAsB,GAAG,2BAA2B,CAAC;QAC3D,MAAM,+BAA+B,GAAoC;YACvE,UAAU,EAAE,KAAK;YACjB,iBAAiB,EAAE,QAAQ;SAC5B,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,2BAA2B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC3E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,mBAAmB,CAAC,MAAM,CACpD,iBAAiB,EACjB,WAAW,EACX,sBAAsB,EACtB,+BAA+B,CAChC,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,yBAAyB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=integrationRuntimesUpgradeSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesUpgradeSample.d.ts","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesUpgradeSample.ts"],"names":[],"mappings":""}
@@ -0,0 +1,32 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ import { DataFactoryManagementClient } from "@azure/arm-datafactory";
12
+ import { DefaultAzureCredential } from "@azure/identity";
13
+ /**
14
+ * This sample demonstrates how to Upgrade self-hosted integration runtime to latest version if availability.
15
+ *
16
+ * @summary Upgrade self-hosted integration runtime to latest version if availability.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_Upgrade.json
18
+ */
19
+ function integrationRuntimesUpgrade() {
20
+ return __awaiter(this, void 0, void 0, function* () {
21
+ const subscriptionId = "12345678-1234-1234-1234-12345678abc";
22
+ const resourceGroupName = "exampleResourceGroup";
23
+ const factoryName = "exampleFactoryName";
24
+ const integrationRuntimeName = "exampleIntegrationRuntime";
25
+ const credential = new DefaultAzureCredential();
26
+ const client = new DataFactoryManagementClient(credential, subscriptionId);
27
+ const result = yield client.integrationRuntimes.upgrade(resourceGroupName, factoryName, integrationRuntimeName);
28
+ console.log(result);
29
+ });
30
+ }
31
+ integrationRuntimesUpgrade().catch(console.error);
32
+ //# sourceMappingURL=integrationRuntimesUpgradeSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesUpgradeSample.js","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesUpgradeSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,0BAA0B;;QACvC,MAAM,cAAc,GAAG,qCAAqC,CAAC;QAC7D,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;QACjD,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,sBAAsB,GAAG,2BAA2B,CAAC;QAC3D,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,2BAA2B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC3E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,mBAAmB,CAAC,OAAO,CACrD,iBAAiB,EACjB,WAAW,EACX,sBAAsB,CACvB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,0BAA0B,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=linkedServicesCreateOrUpdateSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linkedServicesCreateOrUpdateSample.d.ts","sourceRoot":"","sources":["../../samples-dev/linkedServicesCreateOrUpdateSample.ts"],"names":[],"mappings":""}
@@ -0,0 +1,70 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ import { DataFactoryManagementClient } from "@azure/arm-datafactory";
12
+ import { DefaultAzureCredential } from "@azure/identity";
13
+ /**
14
+ * This sample demonstrates how to Creates or updates a linked service.
15
+ *
16
+ * @summary Creates or updates a linked service.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/LinkedServices_Create.json
18
+ */
19
+ function linkedServicesCreate() {
20
+ return __awaiter(this, void 0, void 0, function* () {
21
+ const subscriptionId = "12345678-1234-1234-1234-12345678abc";
22
+ const resourceGroupName = "exampleResourceGroup";
23
+ const factoryName = "exampleFactoryName";
24
+ const linkedServiceName = "exampleLinkedService";
25
+ const linkedService = {
26
+ properties: {
27
+ type: "AzureStorage",
28
+ connectionString: {
29
+ type: "SecureString",
30
+ value: "DefaultEndpointsProtocol=https;AccountName=examplestorageaccount;AccountKey=<storage key>"
31
+ }
32
+ }
33
+ };
34
+ const credential = new DefaultAzureCredential();
35
+ const client = new DataFactoryManagementClient(credential, subscriptionId);
36
+ const result = yield client.linkedServices.createOrUpdate(resourceGroupName, factoryName, linkedServiceName, linkedService);
37
+ console.log(result);
38
+ });
39
+ }
40
+ linkedServicesCreate().catch(console.error);
41
+ /**
42
+ * This sample demonstrates how to Creates or updates a linked service.
43
+ *
44
+ * @summary Creates or updates a linked service.
45
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/LinkedServices_Update.json
46
+ */
47
+ function linkedServicesUpdate() {
48
+ return __awaiter(this, void 0, void 0, function* () {
49
+ const subscriptionId = "12345678-1234-1234-1234-12345678abc";
50
+ const resourceGroupName = "exampleResourceGroup";
51
+ const factoryName = "exampleFactoryName";
52
+ const linkedServiceName = "exampleLinkedService";
53
+ const linkedService = {
54
+ properties: {
55
+ type: "AzureStorage",
56
+ description: "Example description",
57
+ connectionString: {
58
+ type: "SecureString",
59
+ value: "DefaultEndpointsProtocol=https;AccountName=examplestorageaccount;AccountKey=<storage key>"
60
+ }
61
+ }
62
+ };
63
+ const credential = new DefaultAzureCredential();
64
+ const client = new DataFactoryManagementClient(credential, subscriptionId);
65
+ const result = yield client.linkedServices.createOrUpdate(resourceGroupName, factoryName, linkedServiceName, linkedService);
66
+ console.log(result);
67
+ });
68
+ }
69
+ linkedServicesUpdate().catch(console.error);
70
+ //# sourceMappingURL=linkedServicesCreateOrUpdateSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linkedServicesCreateOrUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/linkedServicesCreateOrUpdateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,2BAA2B,EAC5B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,oBAAoB;;QACjC,MAAM,cAAc,GAAG,qCAAqC,CAAC;QAC7D,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;QACjD,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;QACjD,MAAM,aAAa,GAA0B;YAC3C,UAAU,EAAE;gBACV,IAAI,EAAE,cAAc;gBACpB,gBAAgB,EAAE;oBAChB,IAAI,EAAE,cAAc;oBACpB,KAAK,EACH,2FAA2F;iBAC9F;aACF;SACF,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,2BAA2B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC3E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,cAAc,CACvD,iBAAiB,EACjB,WAAW,EACX,iBAAiB,EACjB,aAAa,CACd,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,oBAAoB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;AAE5C;;;;;GAKG;AACH,SAAe,oBAAoB;;QACjC,MAAM,cAAc,GAAG,qCAAqC,CAAC;QAC7D,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;QACjD,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;QACjD,MAAM,aAAa,GAA0B;YAC3C,UAAU,EAAE;gBACV,IAAI,EAAE,cAAc;gBACpB,WAAW,EAAE,qBAAqB;gBAClC,gBAAgB,EAAE;oBAChB,IAAI,EAAE,cAAc;oBACpB,KAAK,EACH,2FAA2F;iBAC9F;aACF;SACF,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,2BAA2B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC3E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,cAAc,CACvD,iBAAiB,EACjB,WAAW,EACX,iBAAiB,EACjB,aAAa,CACd,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,oBAAoB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=linkedServicesDeleteSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linkedServicesDeleteSample.d.ts","sourceRoot":"","sources":["../../samples-dev/linkedServicesDeleteSample.ts"],"names":[],"mappings":""}
@@ -0,0 +1,32 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ import { DataFactoryManagementClient } from "@azure/arm-datafactory";
12
+ import { DefaultAzureCredential } from "@azure/identity";
13
+ /**
14
+ * This sample demonstrates how to Deletes a linked service.
15
+ *
16
+ * @summary Deletes a linked service.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/LinkedServices_Delete.json
18
+ */
19
+ function linkedServicesDelete() {
20
+ return __awaiter(this, void 0, void 0, function* () {
21
+ const subscriptionId = "12345678-1234-1234-1234-12345678abc";
22
+ const resourceGroupName = "exampleResourceGroup";
23
+ const factoryName = "exampleFactoryName";
24
+ const linkedServiceName = "exampleLinkedService";
25
+ const credential = new DefaultAzureCredential();
26
+ const client = new DataFactoryManagementClient(credential, subscriptionId);
27
+ const result = yield client.linkedServices.delete(resourceGroupName, factoryName, linkedServiceName);
28
+ console.log(result);
29
+ });
30
+ }
31
+ linkedServicesDelete().catch(console.error);
32
+ //# sourceMappingURL=linkedServicesDeleteSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linkedServicesDeleteSample.js","sourceRoot":"","sources":["../../samples-dev/linkedServicesDeleteSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,oBAAoB;;QACjC,MAAM,cAAc,GAAG,qCAAqC,CAAC;QAC7D,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;QACjD,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;QACjD,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,2BAA2B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC3E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,MAAM,CAC/C,iBAAiB,EACjB,WAAW,EACX,iBAAiB,CAClB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,oBAAoB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=linkedServicesGetSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linkedServicesGetSample.d.ts","sourceRoot":"","sources":["../../samples-dev/linkedServicesGetSample.ts"],"names":[],"mappings":""}
@@ -0,0 +1,32 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ import { DataFactoryManagementClient } from "@azure/arm-datafactory";
12
+ import { DefaultAzureCredential } from "@azure/identity";
13
+ /**
14
+ * This sample demonstrates how to Gets a linked service.
15
+ *
16
+ * @summary Gets a linked service.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/LinkedServices_Get.json
18
+ */
19
+ function linkedServicesGet() {
20
+ return __awaiter(this, void 0, void 0, function* () {
21
+ const subscriptionId = "12345678-1234-1234-1234-12345678abc";
22
+ const resourceGroupName = "exampleResourceGroup";
23
+ const factoryName = "exampleFactoryName";
24
+ const linkedServiceName = "exampleLinkedService";
25
+ const credential = new DefaultAzureCredential();
26
+ const client = new DataFactoryManagementClient(credential, subscriptionId);
27
+ const result = yield client.linkedServices.get(resourceGroupName, factoryName, linkedServiceName);
28
+ console.log(result);
29
+ });
30
+ }
31
+ linkedServicesGet().catch(console.error);
32
+ //# sourceMappingURL=linkedServicesGetSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linkedServicesGetSample.js","sourceRoot":"","sources":["../../samples-dev/linkedServicesGetSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,iBAAiB;;QAC9B,MAAM,cAAc,GAAG,qCAAqC,CAAC;QAC7D,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;QACjD,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;QACjD,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,2BAA2B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC3E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,GAAG,CAC5C,iBAAiB,EACjB,WAAW,EACX,iBAAiB,CAClB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,iBAAiB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=linkedServicesListByFactorySample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linkedServicesListByFactorySample.d.ts","sourceRoot":"","sources":["../../samples-dev/linkedServicesListByFactorySample.ts"],"names":[],"mappings":""}
@@ -0,0 +1,45 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __asyncValues, __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ import { DataFactoryManagementClient } from "@azure/arm-datafactory";
12
+ import { DefaultAzureCredential } from "@azure/identity";
13
+ /**
14
+ * This sample demonstrates how to Lists linked services.
15
+ *
16
+ * @summary Lists linked services.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/LinkedServices_ListByFactory.json
18
+ */
19
+ function linkedServicesListByFactory() {
20
+ var e_1, _a;
21
+ return __awaiter(this, void 0, void 0, function* () {
22
+ const subscriptionId = "12345678-1234-1234-1234-12345678abc";
23
+ const resourceGroupName = "exampleResourceGroup";
24
+ const factoryName = "exampleFactoryName";
25
+ const credential = new DefaultAzureCredential();
26
+ const client = new DataFactoryManagementClient(credential, subscriptionId);
27
+ const resArray = new Array();
28
+ try {
29
+ for (var _b = __asyncValues(client.linkedServices.listByFactory(resourceGroupName, factoryName)), _c; _c = yield _b.next(), !_c.done;) {
30
+ let item = _c.value;
31
+ resArray.push(item);
32
+ }
33
+ }
34
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
35
+ finally {
36
+ try {
37
+ if (_c && !_c.done && (_a = _b.return)) yield _a.call(_b);
38
+ }
39
+ finally { if (e_1) throw e_1.error; }
40
+ }
41
+ console.log(resArray);
42
+ });
43
+ }
44
+ linkedServicesListByFactory().catch(console.error);
45
+ //# sourceMappingURL=linkedServicesListByFactorySample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linkedServicesListByFactorySample.js","sourceRoot":"","sources":["../../samples-dev/linkedServicesListByFactorySample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,2BAA2B;;;QACxC,MAAM,cAAc,GAAG,qCAAqC,CAAC;QAC7D,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;QACjD,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,2BAA2B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC3E,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,IAAA,KAAA,cAAA,MAAM,CAAC,cAAc,CAAC,aAAa,CACxD,iBAAiB,EACjB,WAAW,CACZ,CAAA,IAAA;gBAHU,IAAI,IAAI,WAAA,CAAA;gBAIjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,2BAA2B,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}