@azure/synapse-artifacts 1.0.0-beta.16 → 1.0.0-beta.17
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.
- package/README.md +0 -2
- package/dist/browser/artifactsClient.d.ts +3 -3
- package/dist/browser/artifactsClient.js +39 -10
- package/dist/browser/artifactsClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +255 -49
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +54 -2
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +3 -1
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +6493 -2903
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/bigDataPools.d.ts +4 -4
- package/dist/browser/operations/bigDataPools.d.ts.map +1 -1
- package/dist/browser/operations/bigDataPools.js +30 -29
- package/dist/browser/operations/bigDataPools.js.map +1 -1
- package/dist/browser/operations/dataFlowDebugSession.d.ts +17 -17
- package/dist/browser/operations/dataFlowDebugSession.d.ts.map +1 -1
- package/dist/browser/operations/dataFlowDebugSession.js +194 -200
- package/dist/browser/operations/dataFlowDebugSession.js.map +1 -1
- package/dist/browser/operations/dataFlowOperations.d.ts +23 -23
- package/dist/browser/operations/dataFlowOperations.d.ts.map +1 -1
- package/dist/browser/operations/dataFlowOperations.js +201 -202
- package/dist/browser/operations/dataFlowOperations.js.map +1 -1
- package/dist/browser/operations/datasetOperations.d.ts +23 -23
- package/dist/browser/operations/datasetOperations.d.ts.map +1 -1
- package/dist/browser/operations/datasetOperations.js +202 -203
- package/dist/browser/operations/datasetOperations.js.map +1 -1
- package/dist/browser/operations/integrationRuntimes.d.ts +4 -4
- package/dist/browser/operations/integrationRuntimes.d.ts.map +1 -1
- package/dist/browser/operations/integrationRuntimes.js +30 -29
- package/dist/browser/operations/integrationRuntimes.js.map +1 -1
- package/dist/browser/operations/kqlScriptOperations.d.ts +19 -19
- package/dist/browser/operations/kqlScriptOperations.d.ts.map +1 -1
- package/dist/browser/operations/kqlScriptOperations.js +139 -123
- package/dist/browser/operations/kqlScriptOperations.js.map +1 -1
- package/dist/browser/operations/kqlScripts.d.ts +5 -5
- package/dist/browser/operations/kqlScripts.d.ts.map +1 -1
- package/dist/browser/operations/kqlScripts.js +66 -82
- package/dist/browser/operations/kqlScripts.js.map +1 -1
- package/dist/browser/operations/library.d.ts +24 -24
- package/dist/browser/operations/library.d.ts.map +1 -1
- package/dist/browser/operations/library.js +234 -235
- package/dist/browser/operations/library.js.map +1 -1
- package/dist/browser/operations/linkConnectionOperations.d.ts +33 -33
- package/dist/browser/operations/linkConnectionOperations.d.ts.map +1 -1
- package/dist/browser/operations/linkConnectionOperations.js +203 -219
- package/dist/browser/operations/linkConnectionOperations.js.map +1 -1
- package/dist/browser/operations/linkedServiceOperations.d.ts +23 -23
- package/dist/browser/operations/linkedServiceOperations.d.ts.map +1 -1
- package/dist/browser/operations/linkedServiceOperations.js +202 -203
- package/dist/browser/operations/linkedServiceOperations.js.map +1 -1
- package/dist/browser/operations/metastore.d.ts +11 -11
- package/dist/browser/operations/metastore.d.ts.map +1 -1
- package/dist/browser/operations/metastore.js +54 -53
- package/dist/browser/operations/metastore.js.map +1 -1
- package/dist/browser/operations/notebookOperationResult.d.ts +3 -3
- package/dist/browser/operations/notebookOperationResult.d.ts.map +1 -1
- package/dist/browser/operations/notebookOperationResult.js +21 -20
- package/dist/browser/operations/notebookOperationResult.js.map +1 -1
- package/dist/browser/operations/notebookOperations.d.ts +27 -27
- package/dist/browser/operations/notebookOperations.d.ts.map +1 -1
- package/dist/browser/operations/notebookOperations.js +263 -281
- package/dist/browser/operations/notebookOperations.js.map +1 -1
- package/dist/browser/operations/pipelineOperations.d.ts +25 -25
- package/dist/browser/operations/pipelineOperations.d.ts.map +1 -1
- package/dist/browser/operations/pipelineOperations.js +229 -230
- package/dist/browser/operations/pipelineOperations.js.map +1 -1
- package/dist/browser/operations/pipelineRunOperations.d.ts +11 -11
- package/dist/browser/operations/pipelineRunOperations.d.ts.map +1 -1
- package/dist/browser/operations/pipelineRunOperations.js +53 -52
- package/dist/browser/operations/pipelineRunOperations.js.map +1 -1
- package/dist/browser/operations/runNotebook.d.ts +18 -13
- package/dist/browser/operations/runNotebook.d.ts.map +1 -1
- package/dist/browser/operations/runNotebook.js +104 -93
- package/dist/browser/operations/runNotebook.js.map +1 -1
- package/dist/browser/operations/sparkConfigurationOperations.d.ts +23 -23
- package/dist/browser/operations/sparkConfigurationOperations.d.ts.map +1 -1
- package/dist/browser/operations/sparkConfigurationOperations.js +202 -203
- package/dist/browser/operations/sparkConfigurationOperations.js.map +1 -1
- package/dist/browser/operations/sparkJobDefinitionOperations.d.ts +31 -31
- package/dist/browser/operations/sparkJobDefinitionOperations.d.ts.map +1 -1
- package/dist/browser/operations/sparkJobDefinitionOperations.js +286 -278
- package/dist/browser/operations/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/browser/operations/sqlPools.d.ts +4 -4
- package/dist/browser/operations/sqlPools.d.ts.map +1 -1
- package/dist/browser/operations/sqlPools.js +30 -30
- package/dist/browser/operations/sqlPools.js.map +1 -1
- package/dist/browser/operations/sqlScriptOperations.d.ts +23 -23
- package/dist/browser/operations/sqlScriptOperations.d.ts.map +1 -1
- package/dist/browser/operations/sqlScriptOperations.js +202 -204
- package/dist/browser/operations/sqlScriptOperations.js.map +1 -1
- package/dist/browser/operations/triggerOperations.d.ts +35 -35
- package/dist/browser/operations/triggerOperations.d.ts.map +1 -1
- package/dist/browser/operations/triggerOperations.js +333 -320
- package/dist/browser/operations/triggerOperations.js.map +1 -1
- package/dist/browser/operations/triggerRunOperations.d.ts +9 -9
- package/dist/browser/operations/triggerRunOperations.d.ts.map +1 -1
- package/dist/browser/operations/triggerRunOperations.js +43 -43
- package/dist/browser/operations/triggerRunOperations.js.map +1 -1
- package/dist/browser/operations/workspaceGitRepoManagement.d.ts +3 -3
- package/dist/browser/operations/workspaceGitRepoManagement.d.ts.map +1 -1
- package/dist/browser/operations/workspaceGitRepoManagement.js +21 -21
- package/dist/browser/operations/workspaceGitRepoManagement.js.map +1 -1
- package/dist/browser/operations/workspaceOperations.d.ts +2 -2
- package/dist/browser/operations/workspaceOperations.d.ts.map +1 -1
- package/dist/browser/operations/workspaceOperations.js +20 -20
- package/dist/browser/operations/workspaceOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/bigDataPools.d.ts +3 -3
- package/dist/browser/operationsInterfaces/bigDataPools.js.map +1 -1
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.d.ts +13 -13
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.js.map +1 -1
- package/dist/browser/operationsInterfaces/dataFlowOperations.d.ts +19 -19
- package/dist/browser/operationsInterfaces/dataFlowOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/dataFlowOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/datasetOperations.d.ts +19 -19
- package/dist/browser/operationsInterfaces/datasetOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/datasetOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/integrationRuntimes.d.ts +3 -3
- package/dist/browser/operationsInterfaces/integrationRuntimes.js.map +1 -1
- package/dist/browser/operationsInterfaces/kqlScriptOperations.d.ts +18 -18
- package/dist/browser/operationsInterfaces/kqlScriptOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/kqlScripts.d.ts +1 -1
- package/dist/browser/operationsInterfaces/kqlScripts.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/kqlScripts.js.map +1 -1
- package/dist/browser/operationsInterfaces/library.d.ts +20 -20
- package/dist/browser/operationsInterfaces/library.js.map +1 -1
- package/dist/browser/operationsInterfaces/linkConnectionOperations.d.ts +29 -29
- package/dist/browser/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/linkConnectionOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/linkedServiceOperations.d.ts +19 -19
- package/dist/browser/operationsInterfaces/linkedServiceOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/metastore.d.ts +10 -10
- package/dist/browser/operationsInterfaces/metastore.js.map +1 -1
- package/dist/browser/operationsInterfaces/notebookOperationResult.d.ts +2 -2
- package/dist/browser/operationsInterfaces/notebookOperationResult.js.map +1 -1
- package/dist/browser/operationsInterfaces/notebookOperations.d.ts +20 -20
- package/dist/browser/operationsInterfaces/notebookOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/pipelineOperations.d.ts +21 -21
- package/dist/browser/operationsInterfaces/pipelineOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/pipelineOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/pipelineRunOperations.d.ts +10 -10
- package/dist/browser/operationsInterfaces/pipelineRunOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/runNotebook.d.ts +17 -12
- package/dist/browser/operationsInterfaces/runNotebook.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/runNotebook.js.map +1 -1
- package/dist/browser/operationsInterfaces/sparkConfigurationOperations.d.ts +19 -19
- package/dist/browser/operationsInterfaces/sparkConfigurationOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.d.ts +27 -27
- package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/sqlPools.d.ts +3 -3
- package/dist/browser/operationsInterfaces/sqlPools.js.map +1 -1
- package/dist/browser/operationsInterfaces/sqlScriptOperations.d.ts +19 -19
- package/dist/browser/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/sqlScriptOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/triggerOperations.d.ts +31 -31
- package/dist/browser/operationsInterfaces/triggerOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/triggerOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/triggerRunOperations.d.ts +8 -8
- package/dist/browser/operationsInterfaces/triggerRunOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.d.ts +2 -2
- package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -1
- package/dist/browser/operationsInterfaces/workspaceOperations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/workspaceOperations.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts +1 -1
- package/dist/browser/pagingHelper.js +3 -5
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/artifactsClient.d.ts +3 -3
- package/dist/commonjs/artifactsClient.js +39 -10
- package/dist/commonjs/artifactsClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +255 -49
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +57 -5
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +3 -1
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +6501 -2911
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/bigDataPools.d.ts +4 -4
- package/dist/commonjs/operations/bigDataPools.d.ts.map +1 -1
- package/dist/commonjs/operations/bigDataPools.js +31 -30
- package/dist/commonjs/operations/bigDataPools.js.map +1 -1
- package/dist/commonjs/operations/dataFlowDebugSession.d.ts +17 -17
- package/dist/commonjs/operations/dataFlowDebugSession.d.ts.map +1 -1
- package/dist/commonjs/operations/dataFlowDebugSession.js +194 -199
- package/dist/commonjs/operations/dataFlowDebugSession.js.map +1 -1
- package/dist/commonjs/operations/dataFlowOperations.d.ts +23 -23
- package/dist/commonjs/operations/dataFlowOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/dataFlowOperations.js +201 -201
- package/dist/commonjs/operations/dataFlowOperations.js.map +1 -1
- package/dist/commonjs/operations/datasetOperations.d.ts +23 -23
- package/dist/commonjs/operations/datasetOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/datasetOperations.js +202 -202
- package/dist/commonjs/operations/datasetOperations.js.map +1 -1
- package/dist/commonjs/operations/integrationRuntimes.d.ts +4 -4
- package/dist/commonjs/operations/integrationRuntimes.d.ts.map +1 -1
- package/dist/commonjs/operations/integrationRuntimes.js +31 -30
- package/dist/commonjs/operations/integrationRuntimes.js.map +1 -1
- package/dist/commonjs/operations/kqlScriptOperations.d.ts +19 -19
- package/dist/commonjs/operations/kqlScriptOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/kqlScriptOperations.js +139 -123
- package/dist/commonjs/operations/kqlScriptOperations.js.map +1 -1
- package/dist/commonjs/operations/kqlScripts.d.ts +5 -5
- package/dist/commonjs/operations/kqlScripts.d.ts.map +1 -1
- package/dist/commonjs/operations/kqlScripts.js +66 -81
- package/dist/commonjs/operations/kqlScripts.js.map +1 -1
- package/dist/commonjs/operations/library.d.ts +24 -24
- package/dist/commonjs/operations/library.d.ts.map +1 -1
- package/dist/commonjs/operations/library.js +234 -234
- package/dist/commonjs/operations/library.js.map +1 -1
- package/dist/commonjs/operations/linkConnectionOperations.d.ts +33 -33
- package/dist/commonjs/operations/linkConnectionOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/linkConnectionOperations.js +204 -219
- package/dist/commonjs/operations/linkConnectionOperations.js.map +1 -1
- package/dist/commonjs/operations/linkedServiceOperations.d.ts +23 -23
- package/dist/commonjs/operations/linkedServiceOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/linkedServiceOperations.js +202 -202
- package/dist/commonjs/operations/linkedServiceOperations.js.map +1 -1
- package/dist/commonjs/operations/metastore.d.ts +11 -11
- package/dist/commonjs/operations/metastore.d.ts.map +1 -1
- package/dist/commonjs/operations/metastore.js +55 -54
- package/dist/commonjs/operations/metastore.js.map +1 -1
- package/dist/commonjs/operations/notebookOperationResult.d.ts +3 -3
- package/dist/commonjs/operations/notebookOperationResult.d.ts.map +1 -1
- package/dist/commonjs/operations/notebookOperationResult.js +22 -21
- package/dist/commonjs/operations/notebookOperationResult.js.map +1 -1
- package/dist/commonjs/operations/notebookOperations.d.ts +27 -27
- package/dist/commonjs/operations/notebookOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/notebookOperations.js +263 -280
- package/dist/commonjs/operations/notebookOperations.js.map +1 -1
- package/dist/commonjs/operations/pipelineOperations.d.ts +25 -25
- package/dist/commonjs/operations/pipelineOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/pipelineOperations.js +229 -229
- package/dist/commonjs/operations/pipelineOperations.js.map +1 -1
- package/dist/commonjs/operations/pipelineRunOperations.d.ts +11 -11
- package/dist/commonjs/operations/pipelineRunOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/pipelineRunOperations.js +54 -53
- package/dist/commonjs/operations/pipelineRunOperations.js.map +1 -1
- package/dist/commonjs/operations/runNotebook.d.ts +18 -13
- package/dist/commonjs/operations/runNotebook.d.ts.map +1 -1
- package/dist/commonjs/operations/runNotebook.js +105 -94
- package/dist/commonjs/operations/runNotebook.js.map +1 -1
- package/dist/commonjs/operations/sparkConfigurationOperations.d.ts +23 -23
- package/dist/commonjs/operations/sparkConfigurationOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/sparkConfigurationOperations.js +202 -202
- package/dist/commonjs/operations/sparkConfigurationOperations.js.map +1 -1
- package/dist/commonjs/operations/sparkJobDefinitionOperations.d.ts +31 -31
- package/dist/commonjs/operations/sparkJobDefinitionOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/sparkJobDefinitionOperations.js +286 -277
- package/dist/commonjs/operations/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/commonjs/operations/sqlPools.d.ts +4 -4
- package/dist/commonjs/operations/sqlPools.d.ts.map +1 -1
- package/dist/commonjs/operations/sqlPools.js +31 -31
- package/dist/commonjs/operations/sqlPools.js.map +1 -1
- package/dist/commonjs/operations/sqlScriptOperations.d.ts +23 -23
- package/dist/commonjs/operations/sqlScriptOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/sqlScriptOperations.js +202 -203
- package/dist/commonjs/operations/sqlScriptOperations.js.map +1 -1
- package/dist/commonjs/operations/triggerOperations.d.ts +35 -35
- package/dist/commonjs/operations/triggerOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/triggerOperations.js +333 -319
- package/dist/commonjs/operations/triggerOperations.js.map +1 -1
- package/dist/commonjs/operations/triggerRunOperations.d.ts +9 -9
- package/dist/commonjs/operations/triggerRunOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/triggerRunOperations.js +44 -44
- package/dist/commonjs/operations/triggerRunOperations.js.map +1 -1
- package/dist/commonjs/operations/workspaceGitRepoManagement.d.ts +3 -3
- package/dist/commonjs/operations/workspaceGitRepoManagement.d.ts.map +1 -1
- package/dist/commonjs/operations/workspaceGitRepoManagement.js +22 -22
- package/dist/commonjs/operations/workspaceGitRepoManagement.js.map +1 -1
- package/dist/commonjs/operations/workspaceOperations.d.ts +2 -2
- package/dist/commonjs/operations/workspaceOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/workspaceOperations.js +21 -21
- package/dist/commonjs/operations/workspaceOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/bigDataPools.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/bigDataPools.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.d.ts +13 -13
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.d.ts +19 -19
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/datasetOperations.d.ts +19 -19
- package/dist/commonjs/operationsInterfaces/datasetOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/datasetOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/kqlScriptOperations.d.ts +18 -18
- package/dist/commonjs/operationsInterfaces/kqlScriptOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/kqlScripts.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/kqlScripts.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/kqlScripts.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/library.d.ts +20 -20
- package/dist/commonjs/operationsInterfaces/library.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.d.ts +29 -29
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/linkedServiceOperations.d.ts +19 -19
- package/dist/commonjs/operationsInterfaces/linkedServiceOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/metastore.d.ts +10 -10
- package/dist/commonjs/operationsInterfaces/metastore.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/notebookOperationResult.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/notebookOperationResult.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/notebookOperations.d.ts +20 -20
- package/dist/commonjs/operationsInterfaces/notebookOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/pipelineOperations.d.ts +21 -21
- package/dist/commonjs/operationsInterfaces/pipelineOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/pipelineOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/pipelineRunOperations.d.ts +10 -10
- package/dist/commonjs/operationsInterfaces/pipelineRunOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/runNotebook.d.ts +17 -12
- package/dist/commonjs/operationsInterfaces/runNotebook.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/runNotebook.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.d.ts +19 -19
- package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.d.ts +27 -27
- package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlPools.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/sqlPools.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.d.ts +19 -19
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/triggerOperations.d.ts +31 -31
- package/dist/commonjs/operationsInterfaces/triggerOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/triggerOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/triggerRunOperations.d.ts +8 -8
- package/dist/commonjs/operationsInterfaces/triggerRunOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/workspaceOperations.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/workspaceOperations.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts +1 -1
- package/dist/commonjs/pagingHelper.js +3 -5
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/artifactsClient.d.ts +3 -3
- package/dist/esm/artifactsClient.js +39 -10
- package/dist/esm/artifactsClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +255 -49
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +54 -2
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +3 -1
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +6493 -2903
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/bigDataPools.d.ts +4 -4
- package/dist/esm/operations/bigDataPools.d.ts.map +1 -1
- package/dist/esm/operations/bigDataPools.js +30 -29
- package/dist/esm/operations/bigDataPools.js.map +1 -1
- package/dist/esm/operations/dataFlowDebugSession.d.ts +17 -17
- package/dist/esm/operations/dataFlowDebugSession.d.ts.map +1 -1
- package/dist/esm/operations/dataFlowDebugSession.js +194 -200
- package/dist/esm/operations/dataFlowDebugSession.js.map +1 -1
- package/dist/esm/operations/dataFlowOperations.d.ts +23 -23
- package/dist/esm/operations/dataFlowOperations.d.ts.map +1 -1
- package/dist/esm/operations/dataFlowOperations.js +201 -202
- package/dist/esm/operations/dataFlowOperations.js.map +1 -1
- package/dist/esm/operations/datasetOperations.d.ts +23 -23
- package/dist/esm/operations/datasetOperations.d.ts.map +1 -1
- package/dist/esm/operations/datasetOperations.js +202 -203
- package/dist/esm/operations/datasetOperations.js.map +1 -1
- package/dist/esm/operations/integrationRuntimes.d.ts +4 -4
- package/dist/esm/operations/integrationRuntimes.d.ts.map +1 -1
- package/dist/esm/operations/integrationRuntimes.js +30 -29
- package/dist/esm/operations/integrationRuntimes.js.map +1 -1
- package/dist/esm/operations/kqlScriptOperations.d.ts +19 -19
- package/dist/esm/operations/kqlScriptOperations.d.ts.map +1 -1
- package/dist/esm/operations/kqlScriptOperations.js +139 -123
- package/dist/esm/operations/kqlScriptOperations.js.map +1 -1
- package/dist/esm/operations/kqlScripts.d.ts +5 -5
- package/dist/esm/operations/kqlScripts.d.ts.map +1 -1
- package/dist/esm/operations/kqlScripts.js +66 -82
- package/dist/esm/operations/kqlScripts.js.map +1 -1
- package/dist/esm/operations/library.d.ts +24 -24
- package/dist/esm/operations/library.d.ts.map +1 -1
- package/dist/esm/operations/library.js +234 -235
- package/dist/esm/operations/library.js.map +1 -1
- package/dist/esm/operations/linkConnectionOperations.d.ts +33 -33
- package/dist/esm/operations/linkConnectionOperations.d.ts.map +1 -1
- package/dist/esm/operations/linkConnectionOperations.js +203 -219
- package/dist/esm/operations/linkConnectionOperations.js.map +1 -1
- package/dist/esm/operations/linkedServiceOperations.d.ts +23 -23
- package/dist/esm/operations/linkedServiceOperations.d.ts.map +1 -1
- package/dist/esm/operations/linkedServiceOperations.js +202 -203
- package/dist/esm/operations/linkedServiceOperations.js.map +1 -1
- package/dist/esm/operations/metastore.d.ts +11 -11
- package/dist/esm/operations/metastore.d.ts.map +1 -1
- package/dist/esm/operations/metastore.js +54 -53
- package/dist/esm/operations/metastore.js.map +1 -1
- package/dist/esm/operations/notebookOperationResult.d.ts +3 -3
- package/dist/esm/operations/notebookOperationResult.d.ts.map +1 -1
- package/dist/esm/operations/notebookOperationResult.js +21 -20
- package/dist/esm/operations/notebookOperationResult.js.map +1 -1
- package/dist/esm/operations/notebookOperations.d.ts +27 -27
- package/dist/esm/operations/notebookOperations.d.ts.map +1 -1
- package/dist/esm/operations/notebookOperations.js +263 -281
- package/dist/esm/operations/notebookOperations.js.map +1 -1
- package/dist/esm/operations/pipelineOperations.d.ts +25 -25
- package/dist/esm/operations/pipelineOperations.d.ts.map +1 -1
- package/dist/esm/operations/pipelineOperations.js +229 -230
- package/dist/esm/operations/pipelineOperations.js.map +1 -1
- package/dist/esm/operations/pipelineRunOperations.d.ts +11 -11
- package/dist/esm/operations/pipelineRunOperations.d.ts.map +1 -1
- package/dist/esm/operations/pipelineRunOperations.js +53 -52
- package/dist/esm/operations/pipelineRunOperations.js.map +1 -1
- package/dist/esm/operations/runNotebook.d.ts +18 -13
- package/dist/esm/operations/runNotebook.d.ts.map +1 -1
- package/dist/esm/operations/runNotebook.js +104 -93
- package/dist/esm/operations/runNotebook.js.map +1 -1
- package/dist/esm/operations/sparkConfigurationOperations.d.ts +23 -23
- package/dist/esm/operations/sparkConfigurationOperations.d.ts.map +1 -1
- package/dist/esm/operations/sparkConfigurationOperations.js +202 -203
- package/dist/esm/operations/sparkConfigurationOperations.js.map +1 -1
- package/dist/esm/operations/sparkJobDefinitionOperations.d.ts +31 -31
- package/dist/esm/operations/sparkJobDefinitionOperations.d.ts.map +1 -1
- package/dist/esm/operations/sparkJobDefinitionOperations.js +286 -278
- package/dist/esm/operations/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/esm/operations/sqlPools.d.ts +4 -4
- package/dist/esm/operations/sqlPools.d.ts.map +1 -1
- package/dist/esm/operations/sqlPools.js +30 -30
- package/dist/esm/operations/sqlPools.js.map +1 -1
- package/dist/esm/operations/sqlScriptOperations.d.ts +23 -23
- package/dist/esm/operations/sqlScriptOperations.d.ts.map +1 -1
- package/dist/esm/operations/sqlScriptOperations.js +202 -204
- package/dist/esm/operations/sqlScriptOperations.js.map +1 -1
- package/dist/esm/operations/triggerOperations.d.ts +35 -35
- package/dist/esm/operations/triggerOperations.d.ts.map +1 -1
- package/dist/esm/operations/triggerOperations.js +333 -320
- package/dist/esm/operations/triggerOperations.js.map +1 -1
- package/dist/esm/operations/triggerRunOperations.d.ts +9 -9
- package/dist/esm/operations/triggerRunOperations.d.ts.map +1 -1
- package/dist/esm/operations/triggerRunOperations.js +43 -43
- package/dist/esm/operations/triggerRunOperations.js.map +1 -1
- package/dist/esm/operations/workspaceGitRepoManagement.d.ts +3 -3
- package/dist/esm/operations/workspaceGitRepoManagement.d.ts.map +1 -1
- package/dist/esm/operations/workspaceGitRepoManagement.js +21 -21
- package/dist/esm/operations/workspaceGitRepoManagement.js.map +1 -1
- package/dist/esm/operations/workspaceOperations.d.ts +2 -2
- package/dist/esm/operations/workspaceOperations.d.ts.map +1 -1
- package/dist/esm/operations/workspaceOperations.js +20 -20
- package/dist/esm/operations/workspaceOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/bigDataPools.d.ts +3 -3
- package/dist/esm/operationsInterfaces/bigDataPools.js.map +1 -1
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.d.ts +13 -13
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.js.map +1 -1
- package/dist/esm/operationsInterfaces/dataFlowOperations.d.ts +19 -19
- package/dist/esm/operationsInterfaces/dataFlowOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/dataFlowOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/datasetOperations.d.ts +19 -19
- package/dist/esm/operationsInterfaces/datasetOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/datasetOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/integrationRuntimes.d.ts +3 -3
- package/dist/esm/operationsInterfaces/integrationRuntimes.js.map +1 -1
- package/dist/esm/operationsInterfaces/kqlScriptOperations.d.ts +18 -18
- package/dist/esm/operationsInterfaces/kqlScriptOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/kqlScripts.d.ts +1 -1
- package/dist/esm/operationsInterfaces/kqlScripts.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/kqlScripts.js.map +1 -1
- package/dist/esm/operationsInterfaces/library.d.ts +20 -20
- package/dist/esm/operationsInterfaces/library.js.map +1 -1
- package/dist/esm/operationsInterfaces/linkConnectionOperations.d.ts +29 -29
- package/dist/esm/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/linkConnectionOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/linkedServiceOperations.d.ts +19 -19
- package/dist/esm/operationsInterfaces/linkedServiceOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/metastore.d.ts +10 -10
- package/dist/esm/operationsInterfaces/metastore.js.map +1 -1
- package/dist/esm/operationsInterfaces/notebookOperationResult.d.ts +2 -2
- package/dist/esm/operationsInterfaces/notebookOperationResult.js.map +1 -1
- package/dist/esm/operationsInterfaces/notebookOperations.d.ts +20 -20
- package/dist/esm/operationsInterfaces/notebookOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/pipelineOperations.d.ts +21 -21
- package/dist/esm/operationsInterfaces/pipelineOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/pipelineOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/pipelineRunOperations.d.ts +10 -10
- package/dist/esm/operationsInterfaces/pipelineRunOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/runNotebook.d.ts +17 -12
- package/dist/esm/operationsInterfaces/runNotebook.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/runNotebook.js.map +1 -1
- package/dist/esm/operationsInterfaces/sparkConfigurationOperations.d.ts +19 -19
- package/dist/esm/operationsInterfaces/sparkConfigurationOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.d.ts +27 -27
- package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/sqlPools.d.ts +3 -3
- package/dist/esm/operationsInterfaces/sqlPools.js.map +1 -1
- package/dist/esm/operationsInterfaces/sqlScriptOperations.d.ts +19 -19
- package/dist/esm/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/sqlScriptOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/triggerOperations.d.ts +31 -31
- package/dist/esm/operationsInterfaces/triggerOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/triggerOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/triggerRunOperations.d.ts +8 -8
- package/dist/esm/operationsInterfaces/triggerRunOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.d.ts +2 -2
- package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -1
- package/dist/esm/operationsInterfaces/workspaceOperations.d.ts +1 -1
- package/dist/esm/operationsInterfaces/workspaceOperations.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts +1 -1
- package/dist/esm/pagingHelper.js +3 -5
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/artifactsClient.d.ts +3 -3
- package/dist/react-native/artifactsClient.js +39 -10
- package/dist/react-native/artifactsClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +255 -49
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +54 -2
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +3 -1
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +6493 -2903
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/bigDataPools.d.ts +4 -4
- package/dist/react-native/operations/bigDataPools.d.ts.map +1 -1
- package/dist/react-native/operations/bigDataPools.js +30 -29
- package/dist/react-native/operations/bigDataPools.js.map +1 -1
- package/dist/react-native/operations/dataFlowDebugSession.d.ts +17 -17
- package/dist/react-native/operations/dataFlowDebugSession.d.ts.map +1 -1
- package/dist/react-native/operations/dataFlowDebugSession.js +194 -200
- package/dist/react-native/operations/dataFlowDebugSession.js.map +1 -1
- package/dist/react-native/operations/dataFlowOperations.d.ts +23 -23
- package/dist/react-native/operations/dataFlowOperations.d.ts.map +1 -1
- package/dist/react-native/operations/dataFlowOperations.js +201 -202
- package/dist/react-native/operations/dataFlowOperations.js.map +1 -1
- package/dist/react-native/operations/datasetOperations.d.ts +23 -23
- package/dist/react-native/operations/datasetOperations.d.ts.map +1 -1
- package/dist/react-native/operations/datasetOperations.js +202 -203
- package/dist/react-native/operations/datasetOperations.js.map +1 -1
- package/dist/react-native/operations/integrationRuntimes.d.ts +4 -4
- package/dist/react-native/operations/integrationRuntimes.d.ts.map +1 -1
- package/dist/react-native/operations/integrationRuntimes.js +30 -29
- package/dist/react-native/operations/integrationRuntimes.js.map +1 -1
- package/dist/react-native/operations/kqlScriptOperations.d.ts +19 -19
- package/dist/react-native/operations/kqlScriptOperations.d.ts.map +1 -1
- package/dist/react-native/operations/kqlScriptOperations.js +139 -123
- package/dist/react-native/operations/kqlScriptOperations.js.map +1 -1
- package/dist/react-native/operations/kqlScripts.d.ts +5 -5
- package/dist/react-native/operations/kqlScripts.d.ts.map +1 -1
- package/dist/react-native/operations/kqlScripts.js +66 -82
- package/dist/react-native/operations/kqlScripts.js.map +1 -1
- package/dist/react-native/operations/library.d.ts +24 -24
- package/dist/react-native/operations/library.d.ts.map +1 -1
- package/dist/react-native/operations/library.js +234 -235
- package/dist/react-native/operations/library.js.map +1 -1
- package/dist/react-native/operations/linkConnectionOperations.d.ts +33 -33
- package/dist/react-native/operations/linkConnectionOperations.d.ts.map +1 -1
- package/dist/react-native/operations/linkConnectionOperations.js +203 -219
- package/dist/react-native/operations/linkConnectionOperations.js.map +1 -1
- package/dist/react-native/operations/linkedServiceOperations.d.ts +23 -23
- package/dist/react-native/operations/linkedServiceOperations.d.ts.map +1 -1
- package/dist/react-native/operations/linkedServiceOperations.js +202 -203
- package/dist/react-native/operations/linkedServiceOperations.js.map +1 -1
- package/dist/react-native/operations/metastore.d.ts +11 -11
- package/dist/react-native/operations/metastore.d.ts.map +1 -1
- package/dist/react-native/operations/metastore.js +54 -53
- package/dist/react-native/operations/metastore.js.map +1 -1
- package/dist/react-native/operations/notebookOperationResult.d.ts +3 -3
- package/dist/react-native/operations/notebookOperationResult.d.ts.map +1 -1
- package/dist/react-native/operations/notebookOperationResult.js +21 -20
- package/dist/react-native/operations/notebookOperationResult.js.map +1 -1
- package/dist/react-native/operations/notebookOperations.d.ts +27 -27
- package/dist/react-native/operations/notebookOperations.d.ts.map +1 -1
- package/dist/react-native/operations/notebookOperations.js +263 -281
- package/dist/react-native/operations/notebookOperations.js.map +1 -1
- package/dist/react-native/operations/pipelineOperations.d.ts +25 -25
- package/dist/react-native/operations/pipelineOperations.d.ts.map +1 -1
- package/dist/react-native/operations/pipelineOperations.js +229 -230
- package/dist/react-native/operations/pipelineOperations.js.map +1 -1
- package/dist/react-native/operations/pipelineRunOperations.d.ts +11 -11
- package/dist/react-native/operations/pipelineRunOperations.d.ts.map +1 -1
- package/dist/react-native/operations/pipelineRunOperations.js +53 -52
- package/dist/react-native/operations/pipelineRunOperations.js.map +1 -1
- package/dist/react-native/operations/runNotebook.d.ts +18 -13
- package/dist/react-native/operations/runNotebook.d.ts.map +1 -1
- package/dist/react-native/operations/runNotebook.js +104 -93
- package/dist/react-native/operations/runNotebook.js.map +1 -1
- package/dist/react-native/operations/sparkConfigurationOperations.d.ts +23 -23
- package/dist/react-native/operations/sparkConfigurationOperations.d.ts.map +1 -1
- package/dist/react-native/operations/sparkConfigurationOperations.js +202 -203
- package/dist/react-native/operations/sparkConfigurationOperations.js.map +1 -1
- package/dist/react-native/operations/sparkJobDefinitionOperations.d.ts +31 -31
- package/dist/react-native/operations/sparkJobDefinitionOperations.d.ts.map +1 -1
- package/dist/react-native/operations/sparkJobDefinitionOperations.js +286 -278
- package/dist/react-native/operations/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/react-native/operations/sqlPools.d.ts +4 -4
- package/dist/react-native/operations/sqlPools.d.ts.map +1 -1
- package/dist/react-native/operations/sqlPools.js +30 -30
- package/dist/react-native/operations/sqlPools.js.map +1 -1
- package/dist/react-native/operations/sqlScriptOperations.d.ts +23 -23
- package/dist/react-native/operations/sqlScriptOperations.d.ts.map +1 -1
- package/dist/react-native/operations/sqlScriptOperations.js +202 -204
- package/dist/react-native/operations/sqlScriptOperations.js.map +1 -1
- package/dist/react-native/operations/triggerOperations.d.ts +35 -35
- package/dist/react-native/operations/triggerOperations.d.ts.map +1 -1
- package/dist/react-native/operations/triggerOperations.js +333 -320
- package/dist/react-native/operations/triggerOperations.js.map +1 -1
- package/dist/react-native/operations/triggerRunOperations.d.ts +9 -9
- package/dist/react-native/operations/triggerRunOperations.d.ts.map +1 -1
- package/dist/react-native/operations/triggerRunOperations.js +43 -43
- package/dist/react-native/operations/triggerRunOperations.js.map +1 -1
- package/dist/react-native/operations/workspaceGitRepoManagement.d.ts +3 -3
- package/dist/react-native/operations/workspaceGitRepoManagement.d.ts.map +1 -1
- package/dist/react-native/operations/workspaceGitRepoManagement.js +21 -21
- package/dist/react-native/operations/workspaceGitRepoManagement.js.map +1 -1
- package/dist/react-native/operations/workspaceOperations.d.ts +2 -2
- package/dist/react-native/operations/workspaceOperations.d.ts.map +1 -1
- package/dist/react-native/operations/workspaceOperations.js +20 -20
- package/dist/react-native/operations/workspaceOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/bigDataPools.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/bigDataPools.js.map +1 -1
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.d.ts +13 -13
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.js.map +1 -1
- package/dist/react-native/operationsInterfaces/dataFlowOperations.d.ts +19 -19
- package/dist/react-native/operationsInterfaces/dataFlowOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/dataFlowOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/datasetOperations.d.ts +19 -19
- package/dist/react-native/operationsInterfaces/datasetOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/datasetOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/integrationRuntimes.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/integrationRuntimes.js.map +1 -1
- package/dist/react-native/operationsInterfaces/kqlScriptOperations.d.ts +18 -18
- package/dist/react-native/operationsInterfaces/kqlScriptOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/kqlScripts.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/kqlScripts.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/kqlScripts.js.map +1 -1
- package/dist/react-native/operationsInterfaces/library.d.ts +20 -20
- package/dist/react-native/operationsInterfaces/library.js.map +1 -1
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.d.ts +29 -29
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/linkedServiceOperations.d.ts +19 -19
- package/dist/react-native/operationsInterfaces/linkedServiceOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/metastore.d.ts +10 -10
- package/dist/react-native/operationsInterfaces/metastore.js.map +1 -1
- package/dist/react-native/operationsInterfaces/notebookOperationResult.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/notebookOperationResult.js.map +1 -1
- package/dist/react-native/operationsInterfaces/notebookOperations.d.ts +20 -20
- package/dist/react-native/operationsInterfaces/notebookOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/pipelineOperations.d.ts +21 -21
- package/dist/react-native/operationsInterfaces/pipelineOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/pipelineOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/pipelineRunOperations.d.ts +10 -10
- package/dist/react-native/operationsInterfaces/pipelineRunOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/runNotebook.d.ts +17 -12
- package/dist/react-native/operationsInterfaces/runNotebook.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/runNotebook.js.map +1 -1
- package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.d.ts +19 -19
- package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.d.ts +27 -27
- package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlPools.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/sqlPools.js.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.d.ts +19 -19
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/triggerOperations.d.ts +31 -31
- package/dist/react-native/operationsInterfaces/triggerOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/triggerOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/triggerRunOperations.d.ts +8 -8
- package/dist/react-native/operationsInterfaces/triggerRunOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -1
- package/dist/react-native/operationsInterfaces/workspaceOperations.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/workspaceOperations.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts +1 -1
- package/dist/react-native/pagingHelper.js +3 -5
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +36 -42
|
@@ -3,7 +3,7 @@ export type SecretBaseUnion = SecretBase | SecureString | AzureKeyVaultSecretRef
|
|
|
3
3
|
export type DataFlowUnion = DataFlow | MappingDataFlow | Flowlet;
|
|
4
4
|
export type IntegrationRuntimeUnion = IntegrationRuntime | ManagedIntegrationRuntime | SelfHostedIntegrationRuntime;
|
|
5
5
|
export type DatasetUnion = Dataset | AmazonS3Dataset | AvroDataset | ExcelDataset | ParquetDataset | DelimitedTextDataset | JsonDataset | XmlDataset | OrcDataset | BinaryDataset | IcebergDataset | AzureBlobDataset | AzureTableDataset | AzureSqlTableDataset | AzureSqlMITableDataset | AzureSqlDWTableDataset | CassandraTableDataset | CustomDataset | CosmosDbSqlApiCollectionDataset | DocumentDbCollectionDataset | DynamicsEntityDataset | DynamicsCrmEntityDataset | CommonDataServiceForAppsEntityDataset | AzureDataLakeStoreDataset | AzureBlobFSDataset | Office365Dataset | FileShareDataset | MongoDbCollectionDataset | MongoDbAtlasCollectionDataset | MongoDbV2CollectionDataset | CosmosDbMongoDbApiCollectionDataset | ODataResourceDataset | OracleTableDataset | AmazonRdsForOracleTableDataset | TeradataTableDataset | AzureMySqlTableDataset | AmazonRedshiftTableDataset | Db2TableDataset | RelationalTableDataset | InformixTableDataset | OdbcTableDataset | MySqlTableDataset | PostgreSqlTableDataset | PostgreSqlV2TableDataset | MicrosoftAccessTableDataset | SalesforceObjectDataset | SalesforceServiceCloudObjectDataset | SybaseTableDataset | SapBwCubeDataset | SapCloudForCustomerResourceDataset | SapEccResourceDataset | SapHanaTableDataset | SapOpenHubTableDataset | SqlServerTableDataset | AmazonRdsForSqlServerTableDataset | RestResourceDataset | SapTableResourceDataset | SapOdpResourceDataset | WebTableDataset | AzureSearchIndexDataset | HttpDataset | AmazonMWSObjectDataset | AzurePostgreSqlTableDataset | ConcurObjectDataset | CouchbaseTableDataset | DrillTableDataset | EloquaObjectDataset | GoogleBigQueryObjectDataset | GoogleBigQueryV2ObjectDataset | GreenplumTableDataset | HBaseObjectDataset | HiveObjectDataset | HubspotObjectDataset | ImpalaObjectDataset | JiraObjectDataset | MagentoObjectDataset | MariaDBTableDataset | AzureMariaDBTableDataset | MarketoObjectDataset | PaypalObjectDataset | PhoenixObjectDataset | PrestoObjectDataset | QuickBooksObjectDataset | ServiceNowObjectDataset | ShopifyObjectDataset | SparkObjectDataset | SquareObjectDataset | XeroObjectDataset | ZohoObjectDataset | NetezzaTableDataset | VerticaTableDataset | SalesforceMarketingCloudObjectDataset | ResponsysObjectDataset | DynamicsAXResourceDataset | OracleServiceCloudObjectDataset | AzureDataExplorerTableDataset | GoogleAdWordsObjectDataset | SnowflakeDataset | SnowflakeV2Dataset | SharePointOnlineListResourceDataset | AzureDatabricksDeltaLakeDataset | LakeHouseTableDataset | SalesforceV2ObjectDataset | SalesforceServiceCloudV2ObjectDataset | WarehouseTableDataset | ServiceNowV2ObjectDataset;
|
|
6
|
-
export type LinkedServiceUnion = LinkedService | AzureStorageLinkedService | AzureBlobStorageLinkedService | AzureTableStorageLinkedService | AzureSqlDWLinkedService | SqlServerLinkedService | AmazonRdsForSqlServerLinkedService | AzureSqlDatabaseLinkedService | AzureSqlMILinkedService | AzureBatchLinkedService | AzureKeyVaultLinkedService | CosmosDbLinkedService | DynamicsLinkedService | DynamicsCrmLinkedService | CommonDataServiceForAppsLinkedService | HDInsightLinkedService | FileServerLinkedService | AzureFileStorageLinkedService | GoogleCloudStorageLinkedService | OracleLinkedService | AmazonRdsForOracleLinkedService | AzureMySqlLinkedService | MySqlLinkedService | PostgreSqlLinkedService | PostgreSqlV2LinkedService | SybaseLinkedService | Db2LinkedService | TeradataLinkedService | AzureMLLinkedService | AzureMLServiceLinkedService | OdbcLinkedService | InformixLinkedService | MicrosoftAccessLinkedService | HdfsLinkedService | ODataLinkedService | WebLinkedService | CassandraLinkedService | MongoDbLinkedService | MongoDbAtlasLinkedService | MongoDbV2LinkedService | CosmosDbMongoDbApiLinkedService | AzureDataLakeStoreLinkedService | AzureBlobFSLinkedService | Office365LinkedService | SalesforceLinkedService | SalesforceServiceCloudLinkedService | SapCloudForCustomerLinkedService | SapEccLinkedService | SapOpenHubLinkedService | SapOdpLinkedService | RestServiceLinkedService | TeamDeskLinkedService | QuickbaseLinkedService | SmartsheetLinkedService | ZendeskLinkedService | DataworldLinkedService | AppFiguresLinkedService | AsanaLinkedService | TwilioLinkedService | GoogleSheetsLinkedService | AmazonS3LinkedService | AmazonRedshiftLinkedService | CustomDataSourceLinkedService | AzureSearchLinkedService | HttpLinkedService | FtpServerLinkedService | SftpServerLinkedService | SapBWLinkedService | SapHanaLinkedService | AmazonMWSLinkedService | AzurePostgreSqlLinkedService | ConcurLinkedService | CouchbaseLinkedService | DrillLinkedService | EloquaLinkedService | GoogleBigQueryLinkedService | GoogleBigQueryV2LinkedService | GreenplumLinkedService | HBaseLinkedService | HiveLinkedService | HubspotLinkedService | ImpalaLinkedService | JiraLinkedService | MagentoLinkedService | MariaDBLinkedService | AzureMariaDBLinkedService | MarketoLinkedService | PaypalLinkedService | PhoenixLinkedService | PrestoLinkedService | QuickBooksLinkedService | ServiceNowLinkedService | ShopifyLinkedService | SparkLinkedService | SquareLinkedService | XeroLinkedService | ZohoLinkedService | VerticaLinkedService | NetezzaLinkedService | SalesforceMarketingCloudLinkedService | HDInsightOnDemandLinkedService | AzureDataLakeAnalyticsLinkedService | AzureDatabricksLinkedService | AzureDatabricksDeltaLakeLinkedService | ResponsysLinkedService | DynamicsAXLinkedService | OracleServiceCloudLinkedService | GoogleAdWordsLinkedService | SapTableLinkedService | AzureDataExplorerLinkedService | AzureFunctionLinkedService | SnowflakeLinkedService | SnowflakeV2LinkedService | SharePointOnlineListLinkedService | AzureSynapseArtifactsLinkedService | LakeHouseLinkedService | PowerBIWorkspaceLinkedService | SalesforceV2LinkedService | SalesforceServiceCloudV2LinkedService | WarehouseLinkedService;
|
|
6
|
+
export type LinkedServiceUnion = LinkedService | AzureStorageLinkedService | AzureBlobStorageLinkedService | AzureTableStorageLinkedService | AzureSqlDWLinkedService | SqlServerLinkedService | AmazonRdsForSqlServerLinkedService | AzureSqlDatabaseLinkedService | AzureSqlMILinkedService | AzureBatchLinkedService | AzureKeyVaultLinkedService | CosmosDbLinkedService | DynamicsLinkedService | DynamicsCrmLinkedService | CommonDataServiceForAppsLinkedService | HDInsightLinkedService | FileServerLinkedService | AzureFileStorageLinkedService | GoogleCloudStorageLinkedService | OracleLinkedService | AmazonRdsForOracleLinkedService | AzureMySqlLinkedService | MySqlLinkedService | PostgreSqlLinkedService | PostgreSqlV2LinkedService | SybaseLinkedService | Db2LinkedService | TeradataLinkedService | AzureMLLinkedService | AzureMLServiceLinkedService | OdbcLinkedService | InformixLinkedService | MicrosoftAccessLinkedService | HdfsLinkedService | ODataLinkedService | WebLinkedService | CassandraLinkedService | MongoDbLinkedService | MongoDbAtlasLinkedService | MongoDbV2LinkedService | CosmosDbMongoDbApiLinkedService | AzureDataLakeStoreLinkedService | AzureBlobFSLinkedService | Office365LinkedService | SalesforceLinkedService | SalesforceServiceCloudLinkedService | SapCloudForCustomerLinkedService | SapEccLinkedService | SapOpenHubLinkedService | SapOdpLinkedService | RestServiceLinkedService | TeamDeskLinkedService | QuickbaseLinkedService | SmartsheetLinkedService | ZendeskLinkedService | DataworldLinkedService | AppFiguresLinkedService | AsanaLinkedService | TwilioLinkedService | GoogleSheetsLinkedService | AmazonS3LinkedService | AmazonRedshiftLinkedService | CustomDataSourceLinkedService | AzureSearchLinkedService | HttpLinkedService | FtpServerLinkedService | SftpServerLinkedService | SapBWLinkedService | SapHanaLinkedService | AmazonMWSLinkedService | AzurePostgreSqlLinkedService | ConcurLinkedService | CouchbaseLinkedService | DrillLinkedService | EloquaLinkedService | GoogleBigQueryLinkedService | GoogleBigQueryV2LinkedService | GreenplumLinkedService | HBaseLinkedService | HiveLinkedService | HubspotLinkedService | ImpalaLinkedService | JiraLinkedService | MagentoLinkedService | MariaDBLinkedService | AzureMariaDBLinkedService | MarketoLinkedService | PaypalLinkedService | PhoenixLinkedService | PrestoLinkedService | QuickBooksLinkedService | ServiceNowLinkedService | ShopifyLinkedService | SparkLinkedService | SquareLinkedService | XeroLinkedService | ZohoLinkedService | VerticaLinkedService | NetezzaLinkedService | SalesforceMarketingCloudLinkedService | HDInsightOnDemandLinkedService | AzureDataLakeAnalyticsLinkedService | AzureDatabricksLinkedService | AzureDatabricksDeltaLakeLinkedService | ResponsysLinkedService | DynamicsAXLinkedService | OracleServiceCloudLinkedService | GoogleAdWordsLinkedService | SapTableLinkedService | AzureDataExplorerLinkedService | AzureFunctionLinkedService | SnowflakeLinkedService | SnowflakeV2LinkedService | SharePointOnlineListLinkedService | AzureSynapseArtifactsLinkedService | LakeHouseLinkedService | PowerBIWorkspaceLinkedService | SalesforceV2LinkedService | SalesforceServiceCloudV2LinkedService | WarehouseLinkedService | ServiceNowV2LinkedService;
|
|
7
7
|
export type ActivityUnion = Activity | ControlActivityUnion | ExecutionActivityUnion | SqlPoolStoredProcedureActivity;
|
|
8
8
|
export type TriggerUnion = Trigger | RerunTumblingWindowTrigger | MultiplePipelineTriggerUnion | TumblingWindowTrigger | ChainingTrigger;
|
|
9
9
|
export type DatasetLocationUnion = DatasetLocation | AzureBlobStorageLocation | AzureBlobFSLocation | AzureDataLakeStoreLocation | AmazonS3Location | FileServerLocation | AzureFileStorageLocation | GoogleCloudStorageLocation | FtpServerLocation | SftpLocation | HttpServerLocation | HdfsLocation | LakeHouseLocation;
|
|
@@ -889,7 +889,7 @@ export interface DatasetFolder {
|
|
|
889
889
|
/** The Azure Synapse nested object which contains the information and credential which can be used to connect with related store or compute resource. */
|
|
890
890
|
export interface LinkedService {
|
|
891
891
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
892
|
-
type: "AzureStorage" | "AzureBlobStorage" | "AzureTableStorage" | "AzureSqlDW" | "SqlServer" | "AmazonRdsForSqlServer" | "AzureSqlDatabase" | "AzureSqlMI" | "AzureBatch" | "AzureKeyVault" | "CosmosDb" | "Dynamics" | "DynamicsCrm" | "CommonDataServiceForApps" | "HDInsight" | "FileServer" | "AzureFileStorage" | "GoogleCloudStorage" | "Oracle" | "AmazonRdsForOracle" | "AzureMySql" | "MySql" | "PostgreSql" | "PostgreSqlV2" | "Sybase" | "Db2" | "Teradata" | "AzureML" | "AzureMLService" | "Odbc" | "Informix" | "MicrosoftAccess" | "Hdfs" | "OData" | "Web" | "Cassandra" | "MongoDb" | "MongoDbAtlas" | "MongoDbV2" | "CosmosDbMongoDbApi" | "AzureDataLakeStore" | "AzureBlobFS" | "Office365" | "Salesforce" | "SalesforceServiceCloud" | "SapCloudForCustomer" | "SapEcc" | "SapOpenHub" | "SapOdp" | "RestService" | "TeamDesk" | "Quickbase" | "Smartsheet" | "Zendesk" | "Dataworld" | "AppFigures" | "Asana" | "Twilio" | "GoogleSheets" | "AmazonS3" | "AmazonRedshift" | "CustomDataSource" | "AzureSearch" | "HttpServer" | "FtpServer" | "Sftp" | "SapBW" | "SapHana" | "AmazonMWS" | "AzurePostgreSql" | "Concur" | "Couchbase" | "Drill" | "Eloqua" | "GoogleBigQuery" | "GoogleBigQueryV2" | "Greenplum" | "HBase" | "Hive" | "Hubspot" | "Impala" | "Jira" | "Magento" | "MariaDB" | "AzureMariaDB" | "Marketo" | "Paypal" | "Phoenix" | "Presto" | "QuickBooks" | "ServiceNow" | "Shopify" | "Spark" | "Square" | "Xero" | "Zoho" | "Vertica" | "Netezza" | "SalesforceMarketingCloud" | "HDInsightOnDemand" | "AzureDataLakeAnalytics" | "AzureDatabricks" | "AzureDatabricksDeltaLake" | "Responsys" | "DynamicsAX" | "OracleServiceCloud" | "GoogleAdWords" | "SapTable" | "AzureDataExplorer" | "AzureFunction" | "Snowflake" | "SnowflakeV2" | "SharePointOnlineList" | "AzureSynapseArtifacts" | "Lakehouse" | "PowerBIWorkspace" | "SalesforceV2" | "SalesforceServiceCloudV2" | "Warehouse";
|
|
892
|
+
type: "AzureStorage" | "AzureBlobStorage" | "AzureTableStorage" | "AzureSqlDW" | "SqlServer" | "AmazonRdsForSqlServer" | "AzureSqlDatabase" | "AzureSqlMI" | "AzureBatch" | "AzureKeyVault" | "CosmosDb" | "Dynamics" | "DynamicsCrm" | "CommonDataServiceForApps" | "HDInsight" | "FileServer" | "AzureFileStorage" | "GoogleCloudStorage" | "Oracle" | "AmazonRdsForOracle" | "AzureMySql" | "MySql" | "PostgreSql" | "PostgreSqlV2" | "Sybase" | "Db2" | "Teradata" | "AzureML" | "AzureMLService" | "Odbc" | "Informix" | "MicrosoftAccess" | "Hdfs" | "OData" | "Web" | "Cassandra" | "MongoDb" | "MongoDbAtlas" | "MongoDbV2" | "CosmosDbMongoDbApi" | "AzureDataLakeStore" | "AzureBlobFS" | "Office365" | "Salesforce" | "SalesforceServiceCloud" | "SapCloudForCustomer" | "SapEcc" | "SapOpenHub" | "SapOdp" | "RestService" | "TeamDesk" | "Quickbase" | "Smartsheet" | "Zendesk" | "Dataworld" | "AppFigures" | "Asana" | "Twilio" | "GoogleSheets" | "AmazonS3" | "AmazonRedshift" | "CustomDataSource" | "AzureSearch" | "HttpServer" | "FtpServer" | "Sftp" | "SapBW" | "SapHana" | "AmazonMWS" | "AzurePostgreSql" | "Concur" | "Couchbase" | "Drill" | "Eloqua" | "GoogleBigQuery" | "GoogleBigQueryV2" | "Greenplum" | "HBase" | "Hive" | "Hubspot" | "Impala" | "Jira" | "Magento" | "MariaDB" | "AzureMariaDB" | "Marketo" | "Paypal" | "Phoenix" | "Presto" | "QuickBooks" | "ServiceNow" | "Shopify" | "Spark" | "Square" | "Xero" | "Zoho" | "Vertica" | "Netezza" | "SalesforceMarketingCloud" | "HDInsightOnDemand" | "AzureDataLakeAnalytics" | "AzureDatabricks" | "AzureDatabricksDeltaLake" | "Responsys" | "DynamicsAX" | "OracleServiceCloud" | "GoogleAdWords" | "SapTable" | "AzureDataExplorer" | "AzureFunction" | "Snowflake" | "SnowflakeV2" | "SharePointOnlineList" | "AzureSynapseArtifacts" | "Lakehouse" | "PowerBIWorkspace" | "SalesforceV2" | "SalesforceServiceCloudV2" | "Warehouse" | "ServiceNowV2";
|
|
893
893
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
894
894
|
[property: string]: any;
|
|
895
895
|
/** Version of the linked service. */
|
|
@@ -2244,25 +2244,6 @@ export interface ScriptAction {
|
|
|
2244
2244
|
/** The parameters for the script action. */
|
|
2245
2245
|
parameters?: string;
|
|
2246
2246
|
}
|
|
2247
|
-
/** ServiceNowV2 server linked service properties. */
|
|
2248
|
-
export interface ServiceNowV2LinkedServiceTypeProperties {
|
|
2249
|
-
/** The endpoint of the ServiceNowV2 server. (i.e. <instance>.service-now.com) */
|
|
2250
|
-
endpoint: any;
|
|
2251
|
-
/** The authentication type to use. */
|
|
2252
|
-
authenticationType: ServiceNowV2AuthenticationType;
|
|
2253
|
-
/** The user name used to connect to the ServiceNowV2 server for Basic and OAuth2 authentication. */
|
|
2254
|
-
username?: any;
|
|
2255
|
-
/** The password corresponding to the user name for Basic and OAuth2 authentication. */
|
|
2256
|
-
password?: SecretBaseUnion;
|
|
2257
|
-
/** The client id for OAuth2 authentication. */
|
|
2258
|
-
clientId?: any;
|
|
2259
|
-
/** The client secret for OAuth2 authentication. */
|
|
2260
|
-
clientSecret?: SecretBaseUnion;
|
|
2261
|
-
/** GrantType for OAuth2 authentication. Default value is password. */
|
|
2262
|
-
grantType?: any;
|
|
2263
|
-
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
2264
|
-
encryptedCredential?: string;
|
|
2265
|
-
}
|
|
2266
2247
|
/** Execution policy for an activity. */
|
|
2267
2248
|
export interface ActivityPolicy {
|
|
2268
2249
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
@@ -2511,6 +2492,11 @@ export interface OutputColumn {
|
|
|
2511
2492
|
/** Name of the table column. Type: string. */
|
|
2512
2493
|
name?: string;
|
|
2513
2494
|
}
|
|
2495
|
+
/** Azure Database for PostgreSQL upsert option settings */
|
|
2496
|
+
export interface AzurePostgreSqlSinkUpsertSettings {
|
|
2497
|
+
/** Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings). */
|
|
2498
|
+
keys?: any;
|
|
2499
|
+
}
|
|
2514
2500
|
/** The settings that will be leveraged for Netezza source partitioning. */
|
|
2515
2501
|
export interface NetezzaPartitionSettings {
|
|
2516
2502
|
/** The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string). */
|
|
@@ -2603,6 +2589,10 @@ export interface TypeConversionSettings {
|
|
|
2603
2589
|
dateTimeOffsetFormat?: any;
|
|
2604
2590
|
/** The format for TimeSpan values. Type: string (or Expression with resultType string). */
|
|
2605
2591
|
timeSpanFormat?: any;
|
|
2592
|
+
/** The format for Time values. Type: string (or Expression with resultType string). */
|
|
2593
|
+
timeFormat?: any;
|
|
2594
|
+
/** The format for Date values. Type: string (or Expression with resultType string). */
|
|
2595
|
+
dateFormat?: any;
|
|
2606
2596
|
/** The culture used to convert data from/to string. Type: string (or Expression with resultType string). */
|
|
2607
2597
|
culture?: any;
|
|
2608
2598
|
}
|
|
@@ -2789,8 +2779,8 @@ export interface SynapseActivityAuthentication {
|
|
|
2789
2779
|
export interface ExpressionV2 {
|
|
2790
2780
|
/** Type of expressions supported by the system. Type: string. */
|
|
2791
2781
|
type?: ExpressionV2Type;
|
|
2792
|
-
/** Value for Constant/Field Type:
|
|
2793
|
-
value?:
|
|
2782
|
+
/** Value for Constant/Field Type: object. */
|
|
2783
|
+
value?: any;
|
|
2794
2784
|
/** Expression operator value Type: list of strings. */
|
|
2795
2785
|
operators?: string[];
|
|
2796
2786
|
/** List of nested expressions. */
|
|
@@ -4047,6 +4037,8 @@ export interface ServiceNowV2ObjectDataset extends Dataset {
|
|
|
4047
4037
|
type: "ServiceNowV2Object";
|
|
4048
4038
|
/** The table name. Type: string (or Expression with resultType string). */
|
|
4049
4039
|
tableName?: any;
|
|
4040
|
+
/** Type of value copied from source. */
|
|
4041
|
+
valueType?: ValueType;
|
|
4050
4042
|
}
|
|
4051
4043
|
/** The storage account linked service. */
|
|
4052
4044
|
export interface AzureStorageLinkedService extends LinkedService {
|
|
@@ -4580,6 +4572,8 @@ export interface HDInsightLinkedService extends LinkedService {
|
|
|
4580
4572
|
type: "HDInsight";
|
|
4581
4573
|
/** HDInsight cluster URI. Type: string (or Expression with resultType string). */
|
|
4582
4574
|
clusterUri: any;
|
|
4575
|
+
/** HDInsight cluster authentication type. */
|
|
4576
|
+
clusterAuthType?: HDInsightClusterAuthenticationType;
|
|
4583
4577
|
/** HDInsight cluster user name. Type: string (or Expression with resultType string). */
|
|
4584
4578
|
userName?: any;
|
|
4585
4579
|
/** HDInsight cluster password. */
|
|
@@ -4594,6 +4588,8 @@ export interface HDInsightLinkedService extends LinkedService {
|
|
|
4594
4588
|
isEspEnabled?: any;
|
|
4595
4589
|
/** Specify the FileSystem if the main storage for the HDInsight is ADLS Gen2. Type: string (or Expression with resultType string). */
|
|
4596
4590
|
fileSystem?: any;
|
|
4591
|
+
/** The credential reference containing MI authentication information for the HDInsight cluster. */
|
|
4592
|
+
credential?: CredentialReference;
|
|
4597
4593
|
}
|
|
4598
4594
|
/** File system linked service. */
|
|
4599
4595
|
export interface FileServerLinkedService extends LinkedService {
|
|
@@ -4655,7 +4651,7 @@ export interface OracleLinkedService extends LinkedService {
|
|
|
4655
4651
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4656
4652
|
type: "Oracle";
|
|
4657
4653
|
/** The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Only used for Version 1.0. */
|
|
4658
|
-
connectionString
|
|
4654
|
+
connectionString?: any;
|
|
4659
4655
|
/** The location of Oracle database you want to connect to, the supported forms include connector descriptor, Easy Connect (Plus) Naming and Oracle Net Services Name (Only self-hosted IR). Type: string. Only used for Version 2.0. */
|
|
4660
4656
|
server?: any;
|
|
4661
4657
|
/** Authentication type for connecting to the Oracle database. Only used for Version 2.0. */
|
|
@@ -4689,14 +4685,42 @@ export interface OracleLinkedService extends LinkedService {
|
|
|
4689
4685
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
4690
4686
|
encryptedCredential?: any;
|
|
4691
4687
|
}
|
|
4692
|
-
/** AmazonRdsForOracle database. */
|
|
4688
|
+
/** AmazonRdsForOracle database. This linked service has supported version property. The Version 1.0 is scheduled for deprecation while your pipeline will continue to run after EOL but without any bug fix or new features. */
|
|
4693
4689
|
export interface AmazonRdsForOracleLinkedService extends LinkedService {
|
|
4694
4690
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4695
4691
|
type: "AmazonRdsForOracle";
|
|
4696
|
-
/** The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
4697
|
-
connectionString
|
|
4692
|
+
/** The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Only used for Version 1.0. */
|
|
4693
|
+
connectionString?: any;
|
|
4694
|
+
/** The location of AmazonRdsForOracle database you want to connect to, the supported forms include connector descriptor, Easy Connect (Plus) Naming and Oracle Net Services Name (Only self-hosted IR). Type: string. Only used for Version 2.0. */
|
|
4695
|
+
server?: any;
|
|
4696
|
+
/** Authentication type for connecting to the AmazonRdsForOracle database. Only used for Version 2.0. */
|
|
4697
|
+
authenticationType?: AmazonRdsForOracleAuthenticationType;
|
|
4698
|
+
/** The AmazonRdsForOracle database username. Type: string. Only used for Version 2.0. */
|
|
4699
|
+
username?: any;
|
|
4698
4700
|
/** The Azure key vault secret reference of password in connection string. */
|
|
4699
4701
|
password?: SecretBaseUnion;
|
|
4702
|
+
/** Specifies the encryption client behavior. Supported values are accepted, rejected, requested or required, default value is required. Type: string. Only used for Version 2.0. */
|
|
4703
|
+
encryptionClient?: any;
|
|
4704
|
+
/** Specifies the encryption algorithms that client can use. Supported values are AES128, AES192, AES256, 3DES112, 3DES168, default value is (AES256). Type: string. Only used for Version 2.0. */
|
|
4705
|
+
encryptionTypesClient?: any;
|
|
4706
|
+
/** Specifies the desired data integrity behavior when this client connects to a server. Supported values are accepted, rejected, requested or required, default value is required. Type: string. Only used for Version 2.0. */
|
|
4707
|
+
cryptoChecksumClient?: any;
|
|
4708
|
+
/** Specifies the crypto-checksum algorithms that client can use. Supported values are SHA1, SHA256, SHA384, SHA512, default value is (SHA512). Type: string. Only used for Version 2.0. */
|
|
4709
|
+
cryptoChecksumTypesClient?: any;
|
|
4710
|
+
/** Specifies the amount that the source initially fetches for LOB columns, default value is 0. Type: integer. Only used for Version 2.0. */
|
|
4711
|
+
initialLobFetchSize?: any;
|
|
4712
|
+
/** Specifies the number of bytes that the driver allocates to fetch the data in one database round-trip, default value is 10485760. Type: integer. Only used for Version 2.0. */
|
|
4713
|
+
fetchSize?: any;
|
|
4714
|
+
/** Specifies the number of cursors or statements to be cached for each database connection, default value is 0. Type: integer. Only used for Version 2.0. */
|
|
4715
|
+
statementCacheSize?: any;
|
|
4716
|
+
/** Specifies a command that is issued immediately after connecting to the database to manage session settings. Type: string. Only used for Version 2.0. */
|
|
4717
|
+
initializationString?: any;
|
|
4718
|
+
/** Specifies whether to use bulk copy or batch insert when loading data into the database, default value is true. Type: boolean. Only used for Version 2.0. */
|
|
4719
|
+
enableBulkLoad?: any;
|
|
4720
|
+
/** Specifies whether to use the Version 1.0 data type mappings. Do not set this to true unless you want to keep backward compatibility with Version 1.0's data type mappings, default value is false. Type: boolean. Only used for Version 2.0. */
|
|
4721
|
+
supportV1DataTypes?: any;
|
|
4722
|
+
/** Specifies whether the driver returns column value with the TIMESTAMP WITH TIME ZONE data type as DateTime or string. This setting is ignored if supportV1DataTypes is not true, default value is true. Type: boolean. Only used for Version 2.0. */
|
|
4723
|
+
fetchTswtzAsTimestamp?: any;
|
|
4700
4724
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
4701
4725
|
encryptedCredential?: any;
|
|
4702
4726
|
}
|
|
@@ -5160,6 +5184,12 @@ export interface Office365LinkedService extends LinkedService {
|
|
|
5160
5184
|
servicePrincipalId: any;
|
|
5161
5185
|
/** Specify the application's key. */
|
|
5162
5186
|
servicePrincipalKey: SecretBaseUnion;
|
|
5187
|
+
/** The service principal credential type for authentication.'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. If not specified, 'ServicePrincipalKey' is in use. Type: string (or Expression with resultType string). */
|
|
5188
|
+
servicePrincipalCredentialType?: any;
|
|
5189
|
+
/** Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string). */
|
|
5190
|
+
servicePrincipalEmbeddedCert?: SecretBaseUnion;
|
|
5191
|
+
/** Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string). */
|
|
5192
|
+
servicePrincipalEmbeddedCertPassword?: SecretBaseUnion;
|
|
5163
5193
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
5164
5194
|
encryptedCredential?: any;
|
|
5165
5195
|
}
|
|
@@ -5806,8 +5836,6 @@ export interface GreenplumLinkedService extends LinkedService {
|
|
|
5806
5836
|
connectionTimeout?: any;
|
|
5807
5837
|
/** The time to wait (in seconds) while trying to execute a command before terminating the attempt and generating an error. Set to zero for infinity. Type: integer. Only used for V2. */
|
|
5808
5838
|
commandTimeout?: any;
|
|
5809
|
-
/** The Azure key vault secret reference of password in connection string. Type: string. Only used for V2. */
|
|
5810
|
-
password?: SecretBaseUnion;
|
|
5811
5839
|
}
|
|
5812
5840
|
/** HBase server linked service. */
|
|
5813
5841
|
export interface HBaseLinkedService extends LinkedService {
|
|
@@ -5864,6 +5892,8 @@ export interface HiveLinkedService extends LinkedService {
|
|
|
5864
5892
|
httpPath?: any;
|
|
5865
5893
|
/** Specifies whether the connections to the server are encrypted using SSL. The default value is false. */
|
|
5866
5894
|
enableSsl?: any;
|
|
5895
|
+
/** Specifies whether the connections to the server will validate server certificate, the default value is True. Only used for Version 2.0 */
|
|
5896
|
+
enableServerCertificateValidation?: any;
|
|
5867
5897
|
/** The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR. */
|
|
5868
5898
|
trustedCertPath?: any;
|
|
5869
5899
|
/** Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false. */
|
|
@@ -5910,8 +5940,12 @@ export interface ImpalaLinkedService extends LinkedService {
|
|
|
5910
5940
|
username?: any;
|
|
5911
5941
|
/** The password corresponding to the user name when using UsernameAndPassword. */
|
|
5912
5942
|
password?: SecretBaseUnion;
|
|
5943
|
+
/** The transport protocol to use in the Thrift layer (for V2 only). Default value is Binary. */
|
|
5944
|
+
thriftTransportProtocol?: ImpalaThriftTransportProtocol;
|
|
5913
5945
|
/** Specifies whether the connections to the server are encrypted using SSL. The default value is false. */
|
|
5914
5946
|
enableSsl?: any;
|
|
5947
|
+
/** Specify whether to enable server SSL certificate validation when you connect.Always use System Trust Store (for V2 only). The default value is true. */
|
|
5948
|
+
enableServerCertificateValidation?: any;
|
|
5915
5949
|
/** The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR. */
|
|
5916
5950
|
trustedCertPath?: any;
|
|
5917
5951
|
/** Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false. */
|
|
@@ -6064,17 +6098,17 @@ export interface PhoenixLinkedService extends LinkedService {
|
|
|
6064
6098
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
6065
6099
|
encryptedCredential?: any;
|
|
6066
6100
|
}
|
|
6067
|
-
/** Presto server linked service. */
|
|
6101
|
+
/** Presto server linked service. This linked service has supported version property. The Version 1.0 is scheduled for deprecation while your pipeline will continue to run after EOL but without any bug fix or new features. */
|
|
6068
6102
|
export interface PrestoLinkedService extends LinkedService {
|
|
6069
6103
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6070
6104
|
type: "Presto";
|
|
6071
6105
|
/** The IP address or host name of the Presto server. (i.e. 192.168.222.160) */
|
|
6072
6106
|
host: any;
|
|
6073
|
-
/** The version of the Presto server. (i.e. 0.148-t) */
|
|
6074
|
-
serverVersion
|
|
6107
|
+
/** The version of the Presto server. (i.e. 0.148-t) Only used for Version 1.0. */
|
|
6108
|
+
serverVersion?: any;
|
|
6075
6109
|
/** The catalog context for all request against the server. */
|
|
6076
6110
|
catalog: any;
|
|
6077
|
-
/** The TCP port that the Presto server uses to listen for client connections. The default value is 8080. */
|
|
6111
|
+
/** The TCP port that the Presto server uses to listen for client connections. The default value is 8080 when disable SSL, default value is 443 when enable SSL. */
|
|
6078
6112
|
port?: any;
|
|
6079
6113
|
/** The authentication mechanism used to connect to the Presto server. */
|
|
6080
6114
|
authenticationType: PrestoAuthenticationType;
|
|
@@ -6082,22 +6116,24 @@ export interface PrestoLinkedService extends LinkedService {
|
|
|
6082
6116
|
username?: any;
|
|
6083
6117
|
/** The password corresponding to the user name. */
|
|
6084
6118
|
password?: SecretBaseUnion;
|
|
6085
|
-
/** Specifies whether the connections to the server are encrypted using SSL. The default value is
|
|
6119
|
+
/** Specifies whether the connections to the server are encrypted using SSL. The default value for legacy version is False. The default value for version 2.0 is True. */
|
|
6086
6120
|
enableSsl?: any;
|
|
6087
|
-
/**
|
|
6121
|
+
/** Specifies whether the connections to the server will validate server certificate, the default value is True. Only used for Version 2.0 */
|
|
6122
|
+
enableServerCertificateValidation?: any;
|
|
6123
|
+
/** The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR. Only used for Version 1.0. */
|
|
6088
6124
|
trustedCertPath?: any;
|
|
6089
|
-
/** Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false. */
|
|
6125
|
+
/** Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false. Only used for Version 1.0. */
|
|
6090
6126
|
useSystemTrustStore?: any;
|
|
6091
|
-
/** Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when connecting over SSL. The default value is false. */
|
|
6127
|
+
/** Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when connecting over SSL. The default value is false. Only used for Version 1.0. */
|
|
6092
6128
|
allowHostNameCNMismatch?: any;
|
|
6093
|
-
/** Specifies whether to allow self-signed certificates from the server. The default value is false. */
|
|
6129
|
+
/** Specifies whether to allow self-signed certificates from the server. The default value is false. Only used for Version 1.0. */
|
|
6094
6130
|
allowSelfSignedServerCert?: any;
|
|
6095
|
-
/** The local time zone used by the connection. Valid values for this option are specified in the IANA Time Zone Database. The default value is the system time zone. */
|
|
6131
|
+
/** The local time zone used by the connection. Valid values for this option are specified in the IANA Time Zone Database. The default value for Version 1.0 is the client system time zone. The default value for Version 2.0 is server system timeZone */
|
|
6096
6132
|
timeZoneID?: any;
|
|
6097
6133
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
6098
6134
|
encryptedCredential?: any;
|
|
6099
6135
|
}
|
|
6100
|
-
/** QuickBooks server linked service. */
|
|
6136
|
+
/** QuickBooks server linked service. This linked service has supported version property. The Version 1.0 is scheduled for deprecation while your pipeline will continue to run after EOL but without any bug fix or new features. */
|
|
6101
6137
|
export interface QuickBooksLinkedService extends LinkedService {
|
|
6102
6138
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6103
6139
|
type: "QuickBooks";
|
|
@@ -6107,14 +6143,16 @@ export interface QuickBooksLinkedService extends LinkedService {
|
|
|
6107
6143
|
endpoint: any;
|
|
6108
6144
|
/** The company ID of the QuickBooks company to authorize. */
|
|
6109
6145
|
companyId: any;
|
|
6110
|
-
/** The consumer key for OAuth
|
|
6146
|
+
/** The consumer key for OAuth 2.0 authentication. */
|
|
6111
6147
|
consumerKey: any;
|
|
6112
|
-
/** The consumer secret for OAuth
|
|
6148
|
+
/** The consumer secret for OAuth 2.0 authentication. */
|
|
6113
6149
|
consumerSecret: SecretBaseUnion;
|
|
6114
|
-
/** The access token for OAuth
|
|
6115
|
-
accessToken
|
|
6116
|
-
/** The access token secret for OAuth 1.0 authentication. */
|
|
6117
|
-
accessTokenSecret
|
|
6150
|
+
/** The access token for OAuth 2.0 authentication. */
|
|
6151
|
+
accessToken?: SecretBaseUnion;
|
|
6152
|
+
/** The access token secret is deprecated for OAuth 1.0 authentication. Only used for version 1.0. */
|
|
6153
|
+
accessTokenSecret?: SecretBaseUnion;
|
|
6154
|
+
/** The refresh token for OAuth 2.0 authentication. */
|
|
6155
|
+
refreshToken?: SecretBaseUnion;
|
|
6118
6156
|
/** Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. */
|
|
6119
6157
|
useEncryptedEndpoints?: any;
|
|
6120
6158
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
@@ -6184,6 +6222,8 @@ export interface SparkLinkedService extends LinkedService {
|
|
|
6184
6222
|
httpPath?: any;
|
|
6185
6223
|
/** Specifies whether the connections to the server are encrypted using SSL. The default value is false. */
|
|
6186
6224
|
enableSsl?: any;
|
|
6225
|
+
/** Specifies whether the connections to the server will validate server certificate, the default value is True. Only used for Version 2.0 */
|
|
6226
|
+
enableServerCertificateValidation?: any;
|
|
6187
6227
|
/** The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR. */
|
|
6188
6228
|
trustedCertPath?: any;
|
|
6189
6229
|
/** Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false. */
|
|
@@ -6452,6 +6492,8 @@ export interface AzureDatabricksLinkedService extends LinkedService {
|
|
|
6452
6492
|
policyId?: any;
|
|
6453
6493
|
/** The credential reference containing authentication information. */
|
|
6454
6494
|
credential?: CredentialReference;
|
|
6495
|
+
/** The data security mode for the Databricks Cluster. Type: string (or Expression with resultType string). */
|
|
6496
|
+
dataSecurityMode?: any;
|
|
6455
6497
|
}
|
|
6456
6498
|
/** Azure Databricks Delta Lake linked service. */
|
|
6457
6499
|
export interface AzureDatabricksDeltaLakeLinkedService extends LinkedService {
|
|
@@ -6666,8 +6708,12 @@ export interface SnowflakeV2LinkedService extends LinkedService {
|
|
|
6666
6708
|
tenantId?: any;
|
|
6667
6709
|
/** The scope of the application registered in Azure Active Directory for AADServicePrincipal authentication. */
|
|
6668
6710
|
scope?: any;
|
|
6669
|
-
/** The
|
|
6711
|
+
/** The default access control role to use in the Snowflake session. Type: string (or Expression with resultType string). */
|
|
6712
|
+
role?: any;
|
|
6713
|
+
/** The host name of the Snowflake account. Type: string (or Expression with resultType string). */
|
|
6670
6714
|
host?: any;
|
|
6715
|
+
/** Schema name for connection. Type: string (or Expression with resultType string). */
|
|
6716
|
+
schema?: any;
|
|
6671
6717
|
/** The Azure key vault secret reference of privateKey for KeyPair auth. */
|
|
6672
6718
|
privateKey?: SecretBaseUnion;
|
|
6673
6719
|
/** The Azure key vault secret reference of private key password for KeyPair auth with encrypted private key. */
|
|
@@ -6715,6 +6761,8 @@ export interface LakeHouseLinkedService extends LinkedService {
|
|
|
6715
6761
|
workspaceId?: any;
|
|
6716
6762
|
/** The ID of Microsoft Fabric Lakehouse artifact. Type: string (or Expression with resultType string). */
|
|
6717
6763
|
artifactId?: any;
|
|
6764
|
+
/** The authentication type to use. */
|
|
6765
|
+
authenticationType?: LakehouseAuthenticationType;
|
|
6718
6766
|
/** The ID of the application used to authenticate against Microsoft Fabric Lakehouse. Type: string (or Expression with resultType string). */
|
|
6719
6767
|
servicePrincipalId?: any;
|
|
6720
6768
|
/** The Key of the application used to authenticate against Microsoft Fabric Lakehouse. */
|
|
@@ -6727,6 +6775,8 @@ export interface LakeHouseLinkedService extends LinkedService {
|
|
|
6727
6775
|
servicePrincipalCredentialType?: any;
|
|
6728
6776
|
/** The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference. */
|
|
6729
6777
|
servicePrincipalCredential?: SecretBaseUnion;
|
|
6778
|
+
/** The credential reference containing authentication information. */
|
|
6779
|
+
credential?: CredentialReference;
|
|
6730
6780
|
}
|
|
6731
6781
|
/** Power BI Workspace linked service. */
|
|
6732
6782
|
export interface PowerBIWorkspaceLinkedService extends LinkedService {
|
|
@@ -6781,6 +6831,8 @@ export interface WarehouseLinkedService extends LinkedService {
|
|
|
6781
6831
|
endpoint: any;
|
|
6782
6832
|
/** The ID of Microsoft Fabric workspace. Type: string (or Expression with resultType string). */
|
|
6783
6833
|
workspaceId?: any;
|
|
6834
|
+
/** The authentication type to use. */
|
|
6835
|
+
authenticationType?: WarehouseAuthenticationType;
|
|
6784
6836
|
/** The ID of the application used to authenticate against Microsoft Fabric Warehouse. Type: string (or Expression with resultType string). */
|
|
6785
6837
|
servicePrincipalId?: any;
|
|
6786
6838
|
/** The Key of the application used to authenticate against Microsoft Fabric Warehouse. */
|
|
@@ -6793,6 +6845,29 @@ export interface WarehouseLinkedService extends LinkedService {
|
|
|
6793
6845
|
servicePrincipalCredentialType?: any;
|
|
6794
6846
|
/** The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference. */
|
|
6795
6847
|
servicePrincipalCredential?: SecretBaseUnion;
|
|
6848
|
+
/** The credential reference containing authentication information. */
|
|
6849
|
+
credential?: CredentialReference;
|
|
6850
|
+
}
|
|
6851
|
+
/** ServiceNowV2 server linked service. */
|
|
6852
|
+
export interface ServiceNowV2LinkedService extends LinkedService {
|
|
6853
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6854
|
+
type: "ServiceNowV2";
|
|
6855
|
+
/** The endpoint of the ServiceNowV2 server. (i.e. <instance>.service-now.com) */
|
|
6856
|
+
endpoint: any;
|
|
6857
|
+
/** The authentication type to use. */
|
|
6858
|
+
authenticationType: ServiceNowV2AuthenticationType;
|
|
6859
|
+
/** The user name used to connect to the ServiceNowV2 server for Basic and OAuth2 authentication. */
|
|
6860
|
+
username?: any;
|
|
6861
|
+
/** The password corresponding to the user name for Basic and OAuth2 authentication. */
|
|
6862
|
+
password?: SecretBaseUnion;
|
|
6863
|
+
/** The client id for OAuth2 authentication. */
|
|
6864
|
+
clientId?: any;
|
|
6865
|
+
/** The client secret for OAuth2 authentication. */
|
|
6866
|
+
clientSecret?: SecretBaseUnion;
|
|
6867
|
+
/** GrantType for OAuth2 authentication. Default value is password. */
|
|
6868
|
+
grantType?: any;
|
|
6869
|
+
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
6870
|
+
encryptedCredential?: string;
|
|
6796
6871
|
}
|
|
6797
6872
|
/** Base class for all control activities like IfCondition, ForEach , Until. */
|
|
6798
6873
|
export interface ControlActivity extends Activity {
|
|
@@ -7875,6 +7950,10 @@ export interface OracleSource extends CopySource {
|
|
|
7875
7950
|
partitionSettings?: OraclePartitionSettings;
|
|
7876
7951
|
/** Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects). */
|
|
7877
7952
|
additionalColumns?: any;
|
|
7953
|
+
/** The decimal precision used to represent Oracle NUMBER type without precision and scale. The range is 1 to 256 and default value is 256 if not specified. Type: integer (or Expression with resultType integer). Only used for Version 2.0. */
|
|
7954
|
+
numberPrecision?: any;
|
|
7955
|
+
/** The decimal scale used to represent Oracle NUMBER type without precision and scale. The range is 0 to 130 and default value is 130 if not specified. Type: integer (or Expression with resultType integer). Only used for Version 2.0. */
|
|
7956
|
+
numberScale?: any;
|
|
7878
7957
|
}
|
|
7879
7958
|
/** A copy activity AmazonRdsForOracle source. */
|
|
7880
7959
|
export interface AmazonRdsForOracleSource extends CopySource {
|
|
@@ -7890,6 +7969,10 @@ export interface AmazonRdsForOracleSource extends CopySource {
|
|
|
7890
7969
|
partitionSettings?: AmazonRdsForOraclePartitionSettings;
|
|
7891
7970
|
/** Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects). */
|
|
7892
7971
|
additionalColumns?: any;
|
|
7972
|
+
/** The decimal precision used to represent Oracle NUMBER type without precision and scale. The range is 1 to 256 and default value is 256 if not specified. Type: integer (or Expression with resultType integer). Only used for Version 2.0. */
|
|
7973
|
+
numberPrecision?: any;
|
|
7974
|
+
/** The decimal scale used to represent Oracle NUMBER type without precision and scale. The range is 0 to 130 and default value is 130 if not specified. Type: integer (or Expression with resultType integer). Only used for Version 2.0. */
|
|
7975
|
+
numberScale?: any;
|
|
7893
7976
|
}
|
|
7894
7977
|
/** A copy activity source for web page table. */
|
|
7895
7978
|
export interface WebSource extends CopySource {
|
|
@@ -8103,12 +8186,16 @@ export interface TeradataSink extends CopySink {
|
|
|
8103
8186
|
/** Teradata import settings. */
|
|
8104
8187
|
importSettings?: TeradataImportCommand;
|
|
8105
8188
|
}
|
|
8106
|
-
/** A copy activity Azure PostgreSQL sink. */
|
|
8189
|
+
/** A copy activity Azure Database for PostgreSQL sink. */
|
|
8107
8190
|
export interface AzurePostgreSqlSink extends CopySink {
|
|
8108
8191
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8109
8192
|
type: "AzurePostgreSqlSink";
|
|
8110
8193
|
/** A query to execute before starting the copy. Type: string (or Expression with resultType string). */
|
|
8111
8194
|
preCopyScript?: any;
|
|
8195
|
+
/** The write behavior for the operation. Default is Bulk Insert. */
|
|
8196
|
+
writeMethod?: AzurePostgreSqlWriteMethodEnum;
|
|
8197
|
+
/** Azure Database for PostgreSQL upsert option settings */
|
|
8198
|
+
upsertSettings?: AzurePostgreSqlSinkUpsertSettings;
|
|
8112
8199
|
}
|
|
8113
8200
|
/** A copy activity Azure MySql sink. */
|
|
8114
8201
|
export interface AzureMySqlSink extends CopySink {
|
|
@@ -8402,6 +8489,10 @@ export interface DynamicsSink extends CopySink {
|
|
|
8402
8489
|
ignoreNullValues?: any;
|
|
8403
8490
|
/** The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string). */
|
|
8404
8491
|
alternateKeyName?: any;
|
|
8492
|
+
/** Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string). */
|
|
8493
|
+
bypassBusinessLogicExecution?: any;
|
|
8494
|
+
/** Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean). */
|
|
8495
|
+
bypassPowerAutomateFlows?: any;
|
|
8405
8496
|
}
|
|
8406
8497
|
/** A copy activity Dynamics CRM sink. */
|
|
8407
8498
|
export interface DynamicsCrmSink extends CopySink {
|
|
@@ -8413,6 +8504,10 @@ export interface DynamicsCrmSink extends CopySink {
|
|
|
8413
8504
|
ignoreNullValues?: any;
|
|
8414
8505
|
/** The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string). */
|
|
8415
8506
|
alternateKeyName?: any;
|
|
8507
|
+
/** Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string). */
|
|
8508
|
+
bypassBusinessLogicExecution?: any;
|
|
8509
|
+
/** Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean). */
|
|
8510
|
+
bypassPowerAutomateFlows?: any;
|
|
8416
8511
|
}
|
|
8417
8512
|
/** A copy activity Common Data Service for Apps sink. */
|
|
8418
8513
|
export interface CommonDataServiceForAppsSink extends CopySink {
|
|
@@ -8424,6 +8519,10 @@ export interface CommonDataServiceForAppsSink extends CopySink {
|
|
|
8424
8519
|
ignoreNullValues?: any;
|
|
8425
8520
|
/** The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string). */
|
|
8426
8521
|
alternateKeyName?: any;
|
|
8522
|
+
/** Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string). */
|
|
8523
|
+
bypassBusinessLogicExecution?: any;
|
|
8524
|
+
/** Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean). */
|
|
8525
|
+
bypassPowerAutomateFlows?: any;
|
|
8427
8526
|
}
|
|
8428
8527
|
/** A copy activity Azure Data Explorer sink. */
|
|
8429
8528
|
export interface AzureDataExplorerSink extends CopySink {
|
|
@@ -9753,7 +9852,7 @@ export interface AmazonMWSSource extends TabularSource {
|
|
|
9753
9852
|
/** A query to retrieve data from source. Type: string (or Expression with resultType string). */
|
|
9754
9853
|
query?: any;
|
|
9755
9854
|
}
|
|
9756
|
-
/** A copy activity Azure PostgreSQL source. */
|
|
9855
|
+
/** A copy activity Azure Database for PostgreSQL source. */
|
|
9757
9856
|
export interface AzurePostgreSqlSource extends TabularSource {
|
|
9758
9857
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
9759
9858
|
type: "AzurePostgreSqlSource";
|
|
@@ -10956,6 +11055,22 @@ export declare enum KnownCredentialReferenceType {
|
|
|
10956
11055
|
* **CredentialReference**
|
|
10957
11056
|
*/
|
|
10958
11057
|
export type CredentialReferenceType = string;
|
|
11058
|
+
/** Known values of {@link ValueType} that the service accepts. */
|
|
11059
|
+
export declare enum KnownValueType {
|
|
11060
|
+
/** Actual */
|
|
11061
|
+
Actual = "actual",
|
|
11062
|
+
/** Display */
|
|
11063
|
+
Display = "display"
|
|
11064
|
+
}
|
|
11065
|
+
/**
|
|
11066
|
+
* Defines values for ValueType. \
|
|
11067
|
+
* {@link KnownValueType} can be used interchangeably with ValueType,
|
|
11068
|
+
* this enum contains the known values that the service supports.
|
|
11069
|
+
* ### Known values supported by the service
|
|
11070
|
+
* **actual** \
|
|
11071
|
+
* **display**
|
|
11072
|
+
*/
|
|
11073
|
+
export type ValueType = string;
|
|
10959
11074
|
/** Known values of {@link AzureStorageAuthenticationType} that the service accepts. */
|
|
10960
11075
|
export declare enum KnownAzureStorageAuthenticationType {
|
|
10961
11076
|
/** Anonymous */
|
|
@@ -11101,6 +11216,25 @@ export declare enum KnownAzureSqlMIAuthenticationType {
|
|
|
11101
11216
|
* **UserAssignedManagedIdentity**
|
|
11102
11217
|
*/
|
|
11103
11218
|
export type AzureSqlMIAuthenticationType = string;
|
|
11219
|
+
/** Known values of {@link HDInsightClusterAuthenticationType} that the service accepts. */
|
|
11220
|
+
export declare enum KnownHDInsightClusterAuthenticationType {
|
|
11221
|
+
/** BasicAuth */
|
|
11222
|
+
BasicAuth = "BasicAuth",
|
|
11223
|
+
/** SystemAssignedManagedIdentity */
|
|
11224
|
+
SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
|
|
11225
|
+
/** UserAssignedManagedIdentity */
|
|
11226
|
+
UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
|
|
11227
|
+
}
|
|
11228
|
+
/**
|
|
11229
|
+
* Defines values for HDInsightClusterAuthenticationType. \
|
|
11230
|
+
* {@link KnownHDInsightClusterAuthenticationType} can be used interchangeably with HDInsightClusterAuthenticationType,
|
|
11231
|
+
* this enum contains the known values that the service supports.
|
|
11232
|
+
* ### Known values supported by the service
|
|
11233
|
+
* **BasicAuth** \
|
|
11234
|
+
* **SystemAssignedManagedIdentity** \
|
|
11235
|
+
* **UserAssignedManagedIdentity**
|
|
11236
|
+
*/
|
|
11237
|
+
export type HDInsightClusterAuthenticationType = string;
|
|
11104
11238
|
/** Known values of {@link OracleAuthenticationType} that the service accepts. */
|
|
11105
11239
|
export declare enum KnownOracleAuthenticationType {
|
|
11106
11240
|
/** Basic */
|
|
@@ -11114,6 +11248,19 @@ export declare enum KnownOracleAuthenticationType {
|
|
|
11114
11248
|
* **Basic**
|
|
11115
11249
|
*/
|
|
11116
11250
|
export type OracleAuthenticationType = string;
|
|
11251
|
+
/** Known values of {@link AmazonRdsForOracleAuthenticationType} that the service accepts. */
|
|
11252
|
+
export declare enum KnownAmazonRdsForOracleAuthenticationType {
|
|
11253
|
+
/** Basic */
|
|
11254
|
+
Basic = "Basic"
|
|
11255
|
+
}
|
|
11256
|
+
/**
|
|
11257
|
+
* Defines values for AmazonRdsForOracleAuthenticationType. \
|
|
11258
|
+
* {@link KnownAmazonRdsForOracleAuthenticationType} can be used interchangeably with AmazonRdsForOracleAuthenticationType,
|
|
11259
|
+
* this enum contains the known values that the service supports.
|
|
11260
|
+
* ### Known values supported by the service
|
|
11261
|
+
* **Basic**
|
|
11262
|
+
*/
|
|
11263
|
+
export type AmazonRdsForOracleAuthenticationType = string;
|
|
11117
11264
|
/** Known values of {@link SybaseAuthenticationType} that the service accepts. */
|
|
11118
11265
|
export declare enum KnownSybaseAuthenticationType {
|
|
11119
11266
|
/** Basic */
|
|
@@ -11651,6 +11798,44 @@ export declare enum KnownSnowflakeAuthenticationType {
|
|
|
11651
11798
|
* **AADServicePrincipal**
|
|
11652
11799
|
*/
|
|
11653
11800
|
export type SnowflakeAuthenticationType = string;
|
|
11801
|
+
/** Known values of {@link LakehouseAuthenticationType} that the service accepts. */
|
|
11802
|
+
export declare enum KnownLakehouseAuthenticationType {
|
|
11803
|
+
/** ServicePrincipal */
|
|
11804
|
+
ServicePrincipal = "ServicePrincipal",
|
|
11805
|
+
/** SystemAssignedManagedIdentity */
|
|
11806
|
+
SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
|
|
11807
|
+
/** UserAssignedManagedIdentity */
|
|
11808
|
+
UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
|
|
11809
|
+
}
|
|
11810
|
+
/**
|
|
11811
|
+
* Defines values for LakehouseAuthenticationType. \
|
|
11812
|
+
* {@link KnownLakehouseAuthenticationType} can be used interchangeably with LakehouseAuthenticationType,
|
|
11813
|
+
* this enum contains the known values that the service supports.
|
|
11814
|
+
* ### Known values supported by the service
|
|
11815
|
+
* **ServicePrincipal** \
|
|
11816
|
+
* **SystemAssignedManagedIdentity** \
|
|
11817
|
+
* **UserAssignedManagedIdentity**
|
|
11818
|
+
*/
|
|
11819
|
+
export type LakehouseAuthenticationType = string;
|
|
11820
|
+
/** Known values of {@link WarehouseAuthenticationType} that the service accepts. */
|
|
11821
|
+
export declare enum KnownWarehouseAuthenticationType {
|
|
11822
|
+
/** ServicePrincipal */
|
|
11823
|
+
ServicePrincipal = "ServicePrincipal",
|
|
11824
|
+
/** SystemAssignedManagedIdentity */
|
|
11825
|
+
SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
|
|
11826
|
+
/** UserAssignedManagedIdentity */
|
|
11827
|
+
UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
|
|
11828
|
+
}
|
|
11829
|
+
/**
|
|
11830
|
+
* Defines values for WarehouseAuthenticationType. \
|
|
11831
|
+
* {@link KnownWarehouseAuthenticationType} can be used interchangeably with WarehouseAuthenticationType,
|
|
11832
|
+
* this enum contains the known values that the service supports.
|
|
11833
|
+
* ### Known values supported by the service
|
|
11834
|
+
* **ServicePrincipal** \
|
|
11835
|
+
* **SystemAssignedManagedIdentity** \
|
|
11836
|
+
* **UserAssignedManagedIdentity**
|
|
11837
|
+
*/
|
|
11838
|
+
export type WarehouseAuthenticationType = string;
|
|
11654
11839
|
/** Known values of {@link ServiceNowV2AuthenticationType} that the service accepts. */
|
|
11655
11840
|
export declare enum KnownServiceNowV2AuthenticationType {
|
|
11656
11841
|
/** Basic */
|
|
@@ -11745,6 +11930,25 @@ export declare enum KnownCassandraSourceReadConsistencyLevels {
|
|
|
11745
11930
|
* **LOCAL_SERIAL**
|
|
11746
11931
|
*/
|
|
11747
11932
|
export type CassandraSourceReadConsistencyLevels = string;
|
|
11933
|
+
/** Known values of {@link AzurePostgreSqlWriteMethodEnum} that the service accepts. */
|
|
11934
|
+
export declare enum KnownAzurePostgreSqlWriteMethodEnum {
|
|
11935
|
+
/** BulkInsert */
|
|
11936
|
+
BulkInsert = "BulkInsert",
|
|
11937
|
+
/** CopyCommand */
|
|
11938
|
+
CopyCommand = "CopyCommand",
|
|
11939
|
+
/** Upsert */
|
|
11940
|
+
Upsert = "Upsert"
|
|
11941
|
+
}
|
|
11942
|
+
/**
|
|
11943
|
+
* Defines values for AzurePostgreSqlWriteMethodEnum. \
|
|
11944
|
+
* {@link KnownAzurePostgreSqlWriteMethodEnum} can be used interchangeably with AzurePostgreSqlWriteMethodEnum,
|
|
11945
|
+
* this enum contains the known values that the service supports.
|
|
11946
|
+
* ### Known values supported by the service
|
|
11947
|
+
* **BulkInsert** \
|
|
11948
|
+
* **CopyCommand** \
|
|
11949
|
+
* **Upsert**
|
|
11950
|
+
*/
|
|
11951
|
+
export type AzurePostgreSqlWriteMethodEnum = string;
|
|
11748
11952
|
/** Known values of {@link NetezzaPartitionOption} that the service accepts. */
|
|
11749
11953
|
export declare enum KnownNetezzaPartitionOption {
|
|
11750
11954
|
/** None */
|
|
@@ -12731,6 +12935,8 @@ export declare enum KnownSapTablePartitionOption {
|
|
|
12731
12935
|
export type SapTablePartitionOption = string;
|
|
12732
12936
|
/** Defines values for ResourceIdentityType. */
|
|
12733
12937
|
export type ResourceIdentityType = "None" | "SystemAssigned";
|
|
12938
|
+
/** Defines values for ImpalaThriftTransportProtocol. */
|
|
12939
|
+
export type ImpalaThriftTransportProtocol = "Binary" | "HTTP";
|
|
12734
12940
|
/** Defines values for DayOfWeek. */
|
|
12735
12941
|
export type DayOfWeek = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday";
|
|
12736
12942
|
/** Optional parameters. */
|