@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,33 @@
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 self-hosted integration runtime node.
15
+ *
16
+ * @summary Gets a self-hosted integration runtime node.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimeNodes_Get.json
18
+ */
19
+ function integrationRuntimeNodesGet() {
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 nodeName = "Node_1";
26
+ const credential = new DefaultAzureCredential();
27
+ const client = new DataFactoryManagementClient(credential, subscriptionId);
28
+ const result = yield client.integrationRuntimeNodes.get(resourceGroupName, factoryName, integrationRuntimeName, nodeName);
29
+ console.log(result);
30
+ });
31
+ }
32
+ integrationRuntimeNodesGet().catch(console.error);
33
+ //# sourceMappingURL=integrationRuntimeNodesGetSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimeNodesGetSample.js","sourceRoot":"","sources":["../../samples-dev/integrationRuntimeNodesGetSample.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,QAAQ,GAAG,QAAQ,CAAC;QAC1B,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,uBAAuB,CAAC,GAAG,CACrD,iBAAiB,EACjB,WAAW,EACX,sBAAsB,EACtB,QAAQ,CACT,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=integrationRuntimeNodesUpdateSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimeNodesUpdateSample.d.ts","sourceRoot":"","sources":["../../samples-dev/integrationRuntimeNodesUpdateSample.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 a self-hosted integration runtime node.
15
+ *
16
+ * @summary Updates a self-hosted integration runtime node.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimeNodes_Update.json
18
+ */
19
+ function integrationRuntimeNodesUpdate() {
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 nodeName = "Node_1";
26
+ const updateIntegrationRuntimeNodeRequest = {
27
+ concurrentJobsLimit: 2
28
+ };
29
+ const credential = new DefaultAzureCredential();
30
+ const client = new DataFactoryManagementClient(credential, subscriptionId);
31
+ const result = yield client.integrationRuntimeNodes.update(resourceGroupName, factoryName, integrationRuntimeName, nodeName, updateIntegrationRuntimeNodeRequest);
32
+ console.log(result);
33
+ });
34
+ }
35
+ integrationRuntimeNodesUpdate().catch(console.error);
36
+ //# sourceMappingURL=integrationRuntimeNodesUpdateSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimeNodesUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/integrationRuntimeNodesUpdateSample.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,6BAA6B;;QAC1C,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,QAAQ,GAAG,QAAQ,CAAC;QAC1B,MAAM,mCAAmC,GAAwC;YAC/E,mBAAmB,EAAE,CAAC;SACvB,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,uBAAuB,CAAC,MAAM,CACxD,iBAAiB,EACjB,WAAW,EACX,sBAAsB,EACtB,QAAQ,EACR,mCAAmC,CACpC,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,6BAA6B,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=integrationRuntimeObjectMetadataGetSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimeObjectMetadataGetSample.d.ts","sourceRoot":"","sources":["../../samples-dev/integrationRuntimeObjectMetadataGetSample.ts"],"names":[],"mappings":""}
@@ -0,0 +1,38 @@
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 Get a SSIS integration runtime object metadata by specified path. The return is pageable metadata list.
15
+ *
16
+ * @summary Get a SSIS integration runtime object metadata by specified path. The return is pageable metadata list.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimeObjectMetadata_Get.json
18
+ */
19
+ function integrationRuntimeObjectMetadataGet() {
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 = "testactivityv2";
25
+ const getMetadataRequest = {
26
+ metadataPath: "ssisFolders"
27
+ };
28
+ const options = {
29
+ getMetadataRequest
30
+ };
31
+ const credential = new DefaultAzureCredential();
32
+ const client = new DataFactoryManagementClient(credential, subscriptionId);
33
+ const result = yield client.integrationRuntimeObjectMetadata.get(resourceGroupName, factoryName, integrationRuntimeName, options);
34
+ console.log(result);
35
+ });
36
+ }
37
+ integrationRuntimeObjectMetadataGet().catch(console.error);
38
+ //# sourceMappingURL=integrationRuntimeObjectMetadataGetSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimeObjectMetadataGetSample.js","sourceRoot":"","sources":["../../samples-dev/integrationRuntimeObjectMetadataGetSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAGL,2BAA2B,EAC5B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,mCAAmC;;QAChD,MAAM,cAAc,GAAG,qCAAqC,CAAC;QAC7D,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;QACjD,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,sBAAsB,GAAG,gBAAgB,CAAC;QAChD,MAAM,kBAAkB,GAAiC;YACvD,YAAY,EAAE,aAAa;SAC5B,CAAC;QACF,MAAM,OAAO,GAAsD;YACjE,kBAAkB;SACnB,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,gCAAgC,CAAC,GAAG,CAC9D,iBAAiB,EACjB,WAAW,EACX,sBAAsB,EACtB,OAAO,CACR,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,mCAAmC,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=integrationRuntimeObjectMetadataRefreshSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimeObjectMetadataRefreshSample.d.ts","sourceRoot":"","sources":["../../samples-dev/integrationRuntimeObjectMetadataRefreshSample.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 Refresh a SSIS integration runtime object metadata.
15
+ *
16
+ * @summary Refresh a SSIS integration runtime object metadata.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimeObjectMetadata_Refresh.json
18
+ */
19
+ function integrationRuntimeObjectMetadataRefresh() {
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 = "testactivityv2";
25
+ const credential = new DefaultAzureCredential();
26
+ const client = new DataFactoryManagementClient(credential, subscriptionId);
27
+ const result = yield client.integrationRuntimeObjectMetadata.beginRefreshAndWait(resourceGroupName, factoryName, integrationRuntimeName);
28
+ console.log(result);
29
+ });
30
+ }
31
+ integrationRuntimeObjectMetadataRefresh().catch(console.error);
32
+ //# sourceMappingURL=integrationRuntimeObjectMetadataRefreshSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimeObjectMetadataRefreshSample.js","sourceRoot":"","sources":["../../samples-dev/integrationRuntimeObjectMetadataRefreshSample.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,uCAAuC;;QACpD,MAAM,cAAc,GAAG,qCAAqC,CAAC;QAC7D,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;QACjD,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,sBAAsB,GAAG,gBAAgB,CAAC;QAChD,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,gCAAgC,CAAC,mBAAmB,CAC9E,iBAAiB,EACjB,WAAW,EACX,sBAAsB,CACvB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,uCAAuC,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=integrationRuntimesCreateLinkedIntegrationRuntimeSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesCreateLinkedIntegrationRuntimeSample.d.ts","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesCreateLinkedIntegrationRuntimeSample.ts"],"names":[],"mappings":""}
@@ -0,0 +1,38 @@
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 Create a linked integration runtime entry in a shared integration runtime.
15
+ *
16
+ * @summary Create a linked integration runtime entry in a shared integration runtime.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_CreateLinkedIntegrationRuntime.json
18
+ */
19
+ function integrationRuntimesCreateLinkedIntegrationRuntime() {
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 createLinkedIntegrationRuntimeRequest = {
26
+ name: "bfa92911-9fb6-4fbe-8f23-beae87bc1c83",
27
+ dataFactoryLocation: "West US",
28
+ dataFactoryName: "e9955d6d-56ea-4be3-841c-52a12c1a9981",
29
+ subscriptionId: "061774c7-4b5a-4159-a55b-365581830283"
30
+ };
31
+ const credential = new DefaultAzureCredential();
32
+ const client = new DataFactoryManagementClient(credential, subscriptionId);
33
+ const result = yield client.integrationRuntimes.createLinkedIntegrationRuntime(resourceGroupName, factoryName, integrationRuntimeName, createLinkedIntegrationRuntimeRequest);
34
+ console.log(result);
35
+ });
36
+ }
37
+ integrationRuntimesCreateLinkedIntegrationRuntime().catch(console.error);
38
+ //# sourceMappingURL=integrationRuntimesCreateLinkedIntegrationRuntimeSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesCreateLinkedIntegrationRuntimeSample.js","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesCreateLinkedIntegrationRuntimeSample.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,iDAAiD;;QAC9D,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,qCAAqC,GAA0C;YACnF,IAAI,EAAE,sCAAsC;YAC5C,mBAAmB,EAAE,SAAS;YAC9B,eAAe,EAAE,sCAAsC;YACvD,cAAc,EAAE,sCAAsC;SACvD,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,8BAA8B,CAC5E,iBAAiB,EACjB,WAAW,EACX,sBAAsB,EACtB,qCAAqC,CACtC,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,iDAAiD,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=integrationRuntimesCreateOrUpdateSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesCreateOrUpdateSample.d.ts","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesCreateOrUpdateSample.ts"],"names":[],"mappings":""}
@@ -0,0 +1,38 @@
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 an integration runtime.
15
+ *
16
+ * @summary Creates or updates an integration runtime.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_Create.json
18
+ */
19
+ function integrationRuntimesCreate() {
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 integrationRuntime = {
26
+ properties: {
27
+ type: "SelfHosted",
28
+ description: "A selfhosted integration runtime"
29
+ }
30
+ };
31
+ const credential = new DefaultAzureCredential();
32
+ const client = new DataFactoryManagementClient(credential, subscriptionId);
33
+ const result = yield client.integrationRuntimes.createOrUpdate(resourceGroupName, factoryName, integrationRuntimeName, integrationRuntime);
34
+ console.log(result);
35
+ });
36
+ }
37
+ integrationRuntimesCreate().catch(console.error);
38
+ //# sourceMappingURL=integrationRuntimesCreateOrUpdateSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesCreateOrUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesCreateOrUpdateSample.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,kBAAkB,GAA+B;YACrD,UAAU,EAAE;gBACV,IAAI,EAAE,YAAY;gBAClB,WAAW,EAAE,kCAAkC;aAChD;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,mBAAmB,CAAC,cAAc,CAC5D,iBAAiB,EACjB,WAAW,EACX,sBAAsB,EACtB,kBAAkB,CACnB,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=integrationRuntimesDeleteSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesDeleteSample.d.ts","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesDeleteSample.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 an integration runtime.
15
+ *
16
+ * @summary Deletes an integration runtime.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_Delete.json
18
+ */
19
+ function integrationRuntimesDelete() {
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.delete(resourceGroupName, factoryName, integrationRuntimeName);
28
+ console.log(result);
29
+ });
30
+ }
31
+ integrationRuntimesDelete().catch(console.error);
32
+ //# sourceMappingURL=integrationRuntimesDeleteSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesDeleteSample.js","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesDeleteSample.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,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,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,CACvB,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=integrationRuntimesGetConnectionInfoSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesGetConnectionInfoSample.d.ts","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesGetConnectionInfoSample.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 on-premises integration runtime connection information for encrypting the on-premises data source credentials.
15
+ *
16
+ * @summary Gets the on-premises integration runtime connection information for encrypting the on-premises data source credentials.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_GetConnectionInfo.json
18
+ */
19
+ function integrationRuntimesGetConnectionInfo() {
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.getConnectionInfo(resourceGroupName, factoryName, integrationRuntimeName);
28
+ console.log(result);
29
+ });
30
+ }
31
+ integrationRuntimesGetConnectionInfo().catch(console.error);
32
+ //# sourceMappingURL=integrationRuntimesGetConnectionInfoSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesGetConnectionInfoSample.js","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesGetConnectionInfoSample.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,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,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,oCAAoC,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=integrationRuntimesGetMonitoringDataSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesGetMonitoringDataSample.d.ts","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesGetMonitoringDataSample.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 Get the integration runtime monitoring data, which includes the monitor data for all the nodes under this integration runtime.
15
+ *
16
+ * @summary Get the integration runtime monitoring data, which includes the monitor data for all the nodes under this integration runtime.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_GetMonitoringData.json
18
+ */
19
+ function integrationRuntimesGetMonitoringData() {
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.getMonitoringData(resourceGroupName, factoryName, integrationRuntimeName);
28
+ console.log(result);
29
+ });
30
+ }
31
+ integrationRuntimesGetMonitoringData().catch(console.error);
32
+ //# sourceMappingURL=integrationRuntimesGetMonitoringDataSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesGetMonitoringDataSample.js","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesGetMonitoringDataSample.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,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,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,oCAAoC,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=integrationRuntimesGetSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesGetSample.d.ts","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesGetSample.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 an integration runtime.
15
+ *
16
+ * @summary Gets an integration runtime.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_Get.json
18
+ */
19
+ function integrationRuntimesGet() {
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.get(resourceGroupName, factoryName, integrationRuntimeName);
28
+ console.log(result);
29
+ });
30
+ }
31
+ integrationRuntimesGet().catch(console.error);
32
+ //# sourceMappingURL=integrationRuntimesGetSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesGetSample.js","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesGetSample.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,sBAAsB;;QACnC,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,GAAG,CACjD,iBAAiB,EACjB,WAAW,EACX,sBAAsB,CACvB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,sBAAsB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=integrationRuntimesGetStatusSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesGetStatusSample.d.ts","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesGetStatusSample.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 detailed status information for an integration runtime.
15
+ *
16
+ * @summary Gets detailed status information for an integration runtime.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_GetStatus.json
18
+ */
19
+ function integrationRuntimesGetStatus() {
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.getStatus(resourceGroupName, factoryName, integrationRuntimeName);
28
+ console.log(result);
29
+ });
30
+ }
31
+ integrationRuntimesGetStatus().catch(console.error);
32
+ //# sourceMappingURL=integrationRuntimesGetStatusSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesGetStatusSample.js","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesGetStatusSample.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,4BAA4B;;QACzC,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,SAAS,CACvD,iBAAiB,EACjB,WAAW,EACX,sBAAsB,CACvB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,4BAA4B,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=integrationRuntimesListAuthKeysSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesListAuthKeysSample.d.ts","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesListAuthKeysSample.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 Retrieves the authentication keys for an integration runtime.
15
+ *
16
+ * @summary Retrieves the authentication keys for an integration runtime.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_ListAuthKeys.json
18
+ */
19
+ function integrationRuntimesListAuthKeys() {
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.listAuthKeys(resourceGroupName, factoryName, integrationRuntimeName);
28
+ console.log(result);
29
+ });
30
+ }
31
+ integrationRuntimesListAuthKeys().catch(console.error);
32
+ //# sourceMappingURL=integrationRuntimesListAuthKeysSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesListAuthKeysSample.js","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesListAuthKeysSample.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,+BAA+B;;QAC5C,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,YAAY,CAC1D,iBAAiB,EACjB,WAAW,EACX,sBAAsB,CACvB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,+BAA+B,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=integrationRuntimesListByFactorySample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"integrationRuntimesListByFactorySample.d.ts","sourceRoot":"","sources":["../../samples-dev/integrationRuntimesListByFactorySample.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 integration runtimes.
15
+ *
16
+ * @summary Lists integration runtimes.
17
+ * x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_ListByFactory.json
18
+ */
19
+ function integrationRuntimesListByFactory() {
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.integrationRuntimes.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
+ integrationRuntimesListByFactory().catch(console.error);
45
+ //# sourceMappingURL=integrationRuntimesListByFactorySample.js.map