@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pipelineOperations.js","sourceRoot":"","sources":["../../../src/operations/pipelineOperations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { tracingClient } from \"../tracing.js\";\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport type { PipelineOperations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { ArtifactsClient } from \"../artifactsClient.js\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport { createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport type {\n PipelineResource,\n PipelineGetPipelinesByWorkspaceNextOptionalParams,\n PipelineGetPipelinesByWorkspaceOptionalParams,\n PipelineGetPipelinesByWorkspaceResponse,\n PipelineCreateOrUpdatePipelineOptionalParams,\n PipelineCreateOrUpdatePipelineResponse,\n PipelineGetPipelineOptionalParams,\n PipelineGetPipelineResponse,\n PipelineDeletePipelineOptionalParams,\n ArtifactRenameRequest,\n PipelineRenamePipelineOptionalParams,\n PipelineCreatePipelineRunOptionalParams,\n PipelineCreatePipelineRunResponse,\n PipelineGetPipelinesByWorkspaceNextResponse,\n} from \"../models/index.js\";\nimport type { RawHttpHeaders } from \"@azure/core-rest-pipeline\";\n\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getPipelinesByWorkspaceOperationSpec: coreClient.OperationSpec = {\n path: \"/pipelines\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PipelineListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdatePipelineOperationSpec: coreClient.OperationSpec = {\n path: \"/pipelines/{pipelineName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.PipelineResource,\n },\n 201: {\n bodyMapper: Mappers.PipelineResource,\n },\n 202: {\n bodyMapper: Mappers.PipelineResource,\n },\n 204: {\n bodyMapper: Mappers.PipelineResource,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.pipeline,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.pipelineName],\n headerParameters: [Parameters.accept, Parameters.contentType, Parameters.ifMatch],\n mediaType: \"json\",\n serializer,\n};\nconst getPipelineOperationSpec: coreClient.OperationSpec = {\n path: \"/pipelines/{pipelineName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PipelineResource,\n },\n 304: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.pipelineName],\n headerParameters: [Parameters.accept, Parameters.ifNoneMatch],\n serializer,\n};\nconst deletePipelineOperationSpec: coreClient.OperationSpec = {\n path: \"/pipelines/{pipelineName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.pipelineName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst renamePipelineOperationSpec: coreClient.OperationSpec = {\n path: \"/pipelines/{pipelineName}/rename\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.request,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.pipelineName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst createPipelineRunOperationSpec: coreClient.OperationSpec = {\n path: \"/pipelines/{pipelineName}/createRun\",\n httpMethod: \"POST\",\n responses: {\n 202: {\n bodyMapper: Mappers.CreateRunResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.parameters,\n queryParameters: [\n Parameters.apiVersion5,\n Parameters.referencePipelineRunId,\n Parameters.isRecovery,\n Parameters.startActivityName,\n ],\n urlParameters: [Parameters.endpoint, Parameters.pipelineName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getPipelinesByWorkspaceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PipelineListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [Parameters.endpoint, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n\n/** Class containing PipelineOperations operations. */\nexport class PipelineOperationsImpl implements PipelineOperations {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class PipelineOperations class.\n * @param client - Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * Lists pipelines.\n * @param options - The options parameters.\n */\n public listPipelinesByWorkspace(\n options?: PipelineGetPipelinesByWorkspaceOptionalParams,\n ): PagedAsyncIterableIterator<PipelineResource> {\n const iter = this.getPipelinesByWorkspacePagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.getPipelinesByWorkspacePagingPage(options, settings);\n },\n };\n }\n\n private async *getPipelinesByWorkspacePagingPage(\n options?: PipelineGetPipelinesByWorkspaceOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<PipelineResource[]> {\n let result: PipelineGetPipelinesByWorkspaceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._getPipelinesByWorkspace(options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._getPipelinesByWorkspaceNext(continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *getPipelinesByWorkspacePagingAll(\n options?: PipelineGetPipelinesByWorkspaceOptionalParams,\n ): AsyncIterableIterator<PipelineResource> {\n for await (const page of this.getPipelinesByWorkspacePagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists pipelines.\n * @param options - The options parameters.\n */\n private async _getPipelinesByWorkspace(\n options?: PipelineGetPipelinesByWorkspaceOptionalParams,\n ): Promise<PipelineGetPipelinesByWorkspaceResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._getPipelinesByWorkspace\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { updatedOptions },\n getPipelinesByWorkspaceOperationSpec,\n ) as Promise<PipelineGetPipelinesByWorkspaceResponse>;\n },\n );\n }\n\n /**\n * Creates or updates a pipeline.\n * @param pipelineName - The pipeline name.\n * @param pipeline - Pipeline resource definition.\n * @param options - The options parameters.\n */\n async beginCreateOrUpdatePipeline(\n pipelineName: string,\n pipeline: PipelineResource,\n options?: PipelineCreateOrUpdatePipelineOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<PipelineCreateOrUpdatePipelineResponse>,\n PipelineCreateOrUpdatePipelineResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<PipelineCreateOrUpdatePipelineResponse> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginCreateOrUpdatePipeline\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(\n args,\n spec,\n ) as Promise<PipelineCreateOrUpdatePipelineResponse>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<{\n flatResponse: PipelineResource;\n rawResponse: {\n statusCode: number;\n body: any;\n headers: RawHttpHeaders;\n };\n }> => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { pipelineName, pipeline, options },\n spec: createOrUpdatePipelineOperationSpec,\n });\n const poller = await createHttpPoller<\n PipelineCreateOrUpdatePipelineResponse,\n OperationState<PipelineCreateOrUpdatePipelineResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates a pipeline.\n * @param pipelineName - The pipeline name.\n * @param pipeline - Pipeline resource definition.\n * @param options - The options parameters.\n */\n async beginCreateOrUpdatePipelineAndWait(\n pipelineName: string,\n pipeline: PipelineResource,\n options?: PipelineCreateOrUpdatePipelineOptionalParams,\n ): Promise<PipelineCreateOrUpdatePipelineResponse> {\n const poller = await this.beginCreateOrUpdatePipeline(pipelineName, pipeline, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Gets a pipeline.\n * @param pipelineName - The pipeline name.\n * @param options - The options parameters.\n */\n async getPipeline(\n pipelineName: string,\n options?: PipelineGetPipelineOptionalParams,\n ): Promise<PipelineGetPipelineResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.getPipeline\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { pipelineName, updatedOptions },\n getPipelineOperationSpec,\n ) as Promise<PipelineGetPipelineResponse>;\n },\n );\n }\n\n /**\n * Deletes a pipeline.\n * @param pipelineName - The pipeline name.\n * @param options - The options parameters.\n */\n async beginDeletePipeline(\n pipelineName: string,\n options?: PipelineDeletePipelineOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginDeletePipeline\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(args, spec) as Promise<void>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<{\n flatResponse: void;\n rawResponse: {\n statusCode: number;\n body: any;\n headers: RawHttpHeaders;\n };\n }> => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { pipelineName, options },\n spec: deletePipelineOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes a pipeline.\n * @param pipelineName - The pipeline name.\n * @param options - The options parameters.\n */\n async beginDeletePipelineAndWait(\n pipelineName: string,\n options?: PipelineDeletePipelineOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDeletePipeline(pipelineName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Renames a pipeline.\n * @param pipelineName - The pipeline name.\n * @param request - proposed new name.\n * @param options - The options parameters.\n */\n async beginRenamePipeline(\n pipelineName: string,\n request: ArtifactRenameRequest,\n options?: PipelineRenamePipelineOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginRenamePipeline\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(args, spec) as Promise<void>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<{\n flatResponse: void;\n rawResponse: {\n statusCode: number;\n body: any;\n headers: RawHttpHeaders;\n };\n }> => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { pipelineName, request, options },\n spec: renamePipelineOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Renames a pipeline.\n * @param pipelineName - The pipeline name.\n * @param request - proposed new name.\n * @param options - The options parameters.\n */\n async beginRenamePipelineAndWait(\n pipelineName: string,\n request: ArtifactRenameRequest,\n options?: PipelineRenamePipelineOptionalParams,\n ): Promise<void> {\n const poller = await this.beginRenamePipeline(pipelineName, request, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Creates a run of a pipeline.\n * @param pipelineName - The pipeline name.\n * @param options - The options parameters.\n */\n async createPipelineRun(\n pipelineName: string,\n options?: PipelineCreatePipelineRunOptionalParams,\n ): Promise<PipelineCreatePipelineRunResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.createPipelineRun\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { pipelineName, updatedOptions },\n createPipelineRunOperationSpec,\n ) as Promise<PipelineCreatePipelineRunResponse>;\n },\n );\n }\n\n /**\n * GetPipelinesByWorkspaceNext\n * @param nextLink - The nextLink from the previous successful call to the GetPipelinesByWorkspace\n * method.\n * @param options - The options parameters.\n */\n private async _getPipelinesByWorkspaceNext(\n nextLink: string,\n options?: PipelineGetPipelinesByWorkspaceNextOptionalParams,\n ): Promise<PipelineGetPipelinesByWorkspaceNextResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._getPipelinesByWorkspaceNext\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { nextLink, updatedOptions },\n getPipelinesByWorkspaceNextOperationSpec,\n ) as Promise<PipelineGetPipelinesByWorkspaceNextResponse>;\n },\n );\n }\n}\n"]}
|
|
1
|
+
{"version":3,"file":"pipelineOperations.js","sourceRoot":"","sources":["../../../src/operations/pipelineOperations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { tracingClient } from \"../tracing.js\";\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport type { PipelineOperations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { ArtifactsClient } from \"../artifactsClient.js\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport { createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport type {\n PipelineResource,\n PipelineGetPipelinesByWorkspaceNextOptionalParams,\n PipelineGetPipelinesByWorkspaceOptionalParams,\n PipelineGetPipelinesByWorkspaceResponse,\n PipelineCreateOrUpdatePipelineOptionalParams,\n PipelineCreateOrUpdatePipelineResponse,\n PipelineGetPipelineOptionalParams,\n PipelineGetPipelineResponse,\n PipelineDeletePipelineOptionalParams,\n ArtifactRenameRequest,\n PipelineRenamePipelineOptionalParams,\n PipelineCreatePipelineRunOptionalParams,\n PipelineCreatePipelineRunResponse,\n PipelineGetPipelinesByWorkspaceNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing PipelineOperations operations. */\nexport class PipelineOperationsImpl implements PipelineOperations {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class PipelineOperations class.\n * @param client Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * Lists pipelines.\n * @param options The options parameters.\n */\n public listPipelinesByWorkspace(\n options?: PipelineGetPipelinesByWorkspaceOptionalParams,\n ): PagedAsyncIterableIterator<PipelineResource> {\n const iter = this.getPipelinesByWorkspacePagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.getPipelinesByWorkspacePagingPage(options, settings);\n },\n };\n }\n\n private async *getPipelinesByWorkspacePagingPage(\n options?: PipelineGetPipelinesByWorkspaceOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<PipelineResource[]> {\n let result: PipelineGetPipelinesByWorkspaceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._getPipelinesByWorkspace(options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._getPipelinesByWorkspaceNext(continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *getPipelinesByWorkspacePagingAll(\n options?: PipelineGetPipelinesByWorkspaceOptionalParams,\n ): AsyncIterableIterator<PipelineResource> {\n for await (const page of this.getPipelinesByWorkspacePagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists pipelines.\n * @param options The options parameters.\n */\n private async _getPipelinesByWorkspace(\n options?: PipelineGetPipelinesByWorkspaceOptionalParams,\n ): Promise<PipelineGetPipelinesByWorkspaceResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._getPipelinesByWorkspace\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { options },\n getPipelinesByWorkspaceOperationSpec,\n ) as Promise<PipelineGetPipelinesByWorkspaceResponse>;\n },\n );\n }\n\n /**\n * Creates or updates a pipeline.\n * @param pipelineName The pipeline name.\n * @param pipeline Pipeline resource definition.\n * @param options The options parameters.\n */\n async beginCreateOrUpdatePipeline(\n pipelineName: string,\n pipeline: PipelineResource,\n options?: PipelineCreateOrUpdatePipelineOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<PipelineCreateOrUpdatePipelineResponse>,\n PipelineCreateOrUpdatePipelineResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<PipelineCreateOrUpdatePipelineResponse> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginCreateOrUpdatePipeline\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(\n args,\n spec,\n ) as Promise<PipelineCreateOrUpdatePipelineResponse>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { pipelineName, pipeline, options },\n spec: createOrUpdatePipelineOperationSpec,\n });\n const poller = await createHttpPoller<\n PipelineCreateOrUpdatePipelineResponse,\n OperationState<PipelineCreateOrUpdatePipelineResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates a pipeline.\n * @param pipelineName The pipeline name.\n * @param pipeline Pipeline resource definition.\n * @param options The options parameters.\n */\n async beginCreateOrUpdatePipelineAndWait(\n pipelineName: string,\n pipeline: PipelineResource,\n options?: PipelineCreateOrUpdatePipelineOptionalParams,\n ): Promise<PipelineCreateOrUpdatePipelineResponse> {\n const poller = await this.beginCreateOrUpdatePipeline(pipelineName, pipeline, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Gets a pipeline.\n * @param pipelineName The pipeline name.\n * @param options The options parameters.\n */\n async getPipeline(\n pipelineName: string,\n options?: PipelineGetPipelineOptionalParams,\n ): Promise<PipelineGetPipelineResponse> {\n return tracingClient.withSpan(\"ArtifactsClient.getPipeline\", options ?? {}, async (options) => {\n return this.client.sendOperationRequest(\n { pipelineName, options },\n getPipelineOperationSpec,\n ) as Promise<PipelineGetPipelineResponse>;\n });\n }\n\n /**\n * Deletes a pipeline.\n * @param pipelineName The pipeline name.\n * @param options The options parameters.\n */\n async beginDeletePipeline(\n pipelineName: string,\n options?: PipelineDeletePipelineOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginDeletePipeline\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(args, spec) as Promise<void>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { pipelineName, options },\n spec: deletePipelineOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes a pipeline.\n * @param pipelineName The pipeline name.\n * @param options The options parameters.\n */\n async beginDeletePipelineAndWait(\n pipelineName: string,\n options?: PipelineDeletePipelineOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDeletePipeline(pipelineName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Renames a pipeline.\n * @param pipelineName The pipeline name.\n * @param request proposed new name.\n * @param options The options parameters.\n */\n async beginRenamePipeline(\n pipelineName: string,\n request: ArtifactRenameRequest,\n options?: PipelineRenamePipelineOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginRenamePipeline\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(args, spec) as Promise<void>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { pipelineName, request, options },\n spec: renamePipelineOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Renames a pipeline.\n * @param pipelineName The pipeline name.\n * @param request proposed new name.\n * @param options The options parameters.\n */\n async beginRenamePipelineAndWait(\n pipelineName: string,\n request: ArtifactRenameRequest,\n options?: PipelineRenamePipelineOptionalParams,\n ): Promise<void> {\n const poller = await this.beginRenamePipeline(pipelineName, request, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Creates a run of a pipeline.\n * @param pipelineName The pipeline name.\n * @param options The options parameters.\n */\n async createPipelineRun(\n pipelineName: string,\n options?: PipelineCreatePipelineRunOptionalParams,\n ): Promise<PipelineCreatePipelineRunResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.createPipelineRun\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { pipelineName, options },\n createPipelineRunOperationSpec,\n ) as Promise<PipelineCreatePipelineRunResponse>;\n },\n );\n }\n\n /**\n * GetPipelinesByWorkspaceNext\n * @param nextLink The nextLink from the previous successful call to the GetPipelinesByWorkspace\n * method.\n * @param options The options parameters.\n */\n private async _getPipelinesByWorkspaceNext(\n nextLink: string,\n options?: PipelineGetPipelinesByWorkspaceNextOptionalParams,\n ): Promise<PipelineGetPipelinesByWorkspaceNextResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._getPipelinesByWorkspaceNext\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { nextLink, options },\n getPipelinesByWorkspaceNextOperationSpec,\n ) as Promise<PipelineGetPipelinesByWorkspaceNextResponse>;\n },\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getPipelinesByWorkspaceOperationSpec: coreClient.OperationSpec = {\n path: \"/pipelines\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PipelineListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdatePipelineOperationSpec: coreClient.OperationSpec = {\n path: \"/pipelines/{pipelineName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.PipelineResource,\n },\n 201: {\n bodyMapper: Mappers.PipelineResource,\n },\n 202: {\n bodyMapper: Mappers.PipelineResource,\n },\n 204: {\n bodyMapper: Mappers.PipelineResource,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.pipeline,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.pipelineName],\n headerParameters: [Parameters.accept, Parameters.contentType, Parameters.ifMatch],\n mediaType: \"json\",\n serializer,\n};\nconst getPipelineOperationSpec: coreClient.OperationSpec = {\n path: \"/pipelines/{pipelineName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PipelineResource,\n },\n 304: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.pipelineName],\n headerParameters: [Parameters.accept, Parameters.ifNoneMatch],\n serializer,\n};\nconst deletePipelineOperationSpec: coreClient.OperationSpec = {\n path: \"/pipelines/{pipelineName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.pipelineName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst renamePipelineOperationSpec: coreClient.OperationSpec = {\n path: \"/pipelines/{pipelineName}/rename\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.request,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.pipelineName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst createPipelineRunOperationSpec: coreClient.OperationSpec = {\n path: \"/pipelines/{pipelineName}/createRun\",\n httpMethod: \"POST\",\n responses: {\n 202: {\n bodyMapper: Mappers.CreateRunResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.parameters,\n queryParameters: [\n Parameters.apiVersion5,\n Parameters.referencePipelineRunId,\n Parameters.isRecovery,\n Parameters.startActivityName,\n ],\n urlParameters: [Parameters.endpoint, Parameters.pipelineName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getPipelinesByWorkspaceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PipelineListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [Parameters.endpoint, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -6,33 +6,33 @@ export declare class PipelineRunOperationsImpl implements PipelineRunOperations
|
|
|
6
6
|
private readonly client;
|
|
7
7
|
/**
|
|
8
8
|
* Initialize a new instance of the class PipelineRunOperations class.
|
|
9
|
-
* @param client
|
|
9
|
+
* @param client Reference to the service client
|
|
10
10
|
*/
|
|
11
11
|
constructor(client: ArtifactsClient);
|
|
12
12
|
/**
|
|
13
13
|
* Query pipeline runs in the workspace based on input filter conditions.
|
|
14
|
-
* @param filterParameters
|
|
15
|
-
* @param options
|
|
14
|
+
* @param filterParameters Parameters to filter the pipeline run.
|
|
15
|
+
* @param options The options parameters.
|
|
16
16
|
*/
|
|
17
17
|
queryPipelineRunsByWorkspace(filterParameters: RunFilterParameters, options?: PipelineRunQueryPipelineRunsByWorkspaceOptionalParams): Promise<PipelineRunQueryPipelineRunsByWorkspaceResponse>;
|
|
18
18
|
/**
|
|
19
19
|
* Get a pipeline run by its run ID.
|
|
20
|
-
* @param runId
|
|
21
|
-
* @param options
|
|
20
|
+
* @param runId The pipeline run identifier.
|
|
21
|
+
* @param options The options parameters.
|
|
22
22
|
*/
|
|
23
23
|
getPipelineRun(runId: string, options?: PipelineRunGetPipelineRunOptionalParams): Promise<PipelineRunGetPipelineRunResponse>;
|
|
24
24
|
/**
|
|
25
25
|
* Query activity runs based on input filter conditions.
|
|
26
|
-
* @param pipelineName
|
|
27
|
-
* @param runId
|
|
28
|
-
* @param filterParameters
|
|
29
|
-
* @param options
|
|
26
|
+
* @param pipelineName The pipeline name.
|
|
27
|
+
* @param runId The pipeline run identifier.
|
|
28
|
+
* @param filterParameters Parameters to filter the activity runs.
|
|
29
|
+
* @param options The options parameters.
|
|
30
30
|
*/
|
|
31
31
|
queryActivityRuns(pipelineName: string, runId: string, filterParameters: RunFilterParameters, options?: PipelineRunQueryActivityRunsOptionalParams): Promise<PipelineRunQueryActivityRunsResponse>;
|
|
32
32
|
/**
|
|
33
33
|
* Cancel a pipeline run by its run ID.
|
|
34
|
-
* @param runId
|
|
35
|
-
* @param options
|
|
34
|
+
* @param runId The pipeline run identifier.
|
|
35
|
+
* @param options The options parameters.
|
|
36
36
|
*/
|
|
37
37
|
cancelPipelineRun(runId: string, options?: PipelineRunCancelPipelineRunOptionalParams): Promise<void>;
|
|
38
38
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pipelineRunOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/pipelineRunOperations.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAI9E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EACV,mBAAmB,EACnB,qDAAqD,EACrD,+CAA+C,EAC/C,uCAAuC,EACvC,iCAAiC,EACjC,0CAA0C,EAC1C,oCAAoC,EACpC,0CAA0C,EAC3C,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"pipelineRunOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/pipelineRunOperations.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAI9E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EACV,mBAAmB,EACnB,qDAAqD,EACrD,+CAA+C,EAC/C,uCAAuC,EACvC,iCAAiC,EACjC,0CAA0C,EAC1C,oCAAoC,EACpC,0CAA0C,EAC3C,MAAM,oBAAoB,CAAC;AAE5B,yDAAyD;AACzD,qBAAa,yBAA0B,YAAW,qBAAqB;IACrE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkB;IAEzC;;;OAGG;gBACS,MAAM,EAAE,eAAe;IAInC;;;;OAIG;IACG,4BAA4B,CAChC,gBAAgB,EAAE,mBAAmB,EACrC,OAAO,CAAC,EAAE,qDAAqD,GAC9D,OAAO,CAAC,+CAA+C,CAAC;IAa3D;;;;OAIG;IACG,cAAc,CAClB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC;IAa7C;;;;;;OAMG;IACG,iBAAiB,CACrB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,gBAAgB,EAAE,mBAAmB,EACrC,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC;IAahD;;;;OAIG;IACG,iBAAiB,CACrB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,IAAI,CAAC;CAYjB"}
|
|
@@ -9,6 +9,59 @@ import { tracingClient } from "../tracing.js";
|
|
|
9
9
|
import * as coreClient from "@azure/core-client";
|
|
10
10
|
import * as Mappers from "../models/mappers.js";
|
|
11
11
|
import * as Parameters from "../models/parameters.js";
|
|
12
|
+
/** Class containing PipelineRunOperations operations. */
|
|
13
|
+
export class PipelineRunOperationsImpl {
|
|
14
|
+
client;
|
|
15
|
+
/**
|
|
16
|
+
* Initialize a new instance of the class PipelineRunOperations class.
|
|
17
|
+
* @param client Reference to the service client
|
|
18
|
+
*/
|
|
19
|
+
constructor(client) {
|
|
20
|
+
this.client = client;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Query pipeline runs in the workspace based on input filter conditions.
|
|
24
|
+
* @param filterParameters Parameters to filter the pipeline run.
|
|
25
|
+
* @param options The options parameters.
|
|
26
|
+
*/
|
|
27
|
+
async queryPipelineRunsByWorkspace(filterParameters, options) {
|
|
28
|
+
return tracingClient.withSpan("ArtifactsClient.queryPipelineRunsByWorkspace", options ?? {}, async (options) => {
|
|
29
|
+
return this.client.sendOperationRequest({ filterParameters, options }, queryPipelineRunsByWorkspaceOperationSpec);
|
|
30
|
+
});
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Get a pipeline run by its run ID.
|
|
34
|
+
* @param runId The pipeline run identifier.
|
|
35
|
+
* @param options The options parameters.
|
|
36
|
+
*/
|
|
37
|
+
async getPipelineRun(runId, options) {
|
|
38
|
+
return tracingClient.withSpan("ArtifactsClient.getPipelineRun", options ?? {}, async (options) => {
|
|
39
|
+
return this.client.sendOperationRequest({ runId, options }, getPipelineRunOperationSpec);
|
|
40
|
+
});
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Query activity runs based on input filter conditions.
|
|
44
|
+
* @param pipelineName The pipeline name.
|
|
45
|
+
* @param runId The pipeline run identifier.
|
|
46
|
+
* @param filterParameters Parameters to filter the activity runs.
|
|
47
|
+
* @param options The options parameters.
|
|
48
|
+
*/
|
|
49
|
+
async queryActivityRuns(pipelineName, runId, filterParameters, options) {
|
|
50
|
+
return tracingClient.withSpan("ArtifactsClient.queryActivityRuns", options ?? {}, async (options) => {
|
|
51
|
+
return this.client.sendOperationRequest({ pipelineName, runId, filterParameters, options }, queryActivityRunsOperationSpec);
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Cancel a pipeline run by its run ID.
|
|
56
|
+
* @param runId The pipeline run identifier.
|
|
57
|
+
* @param options The options parameters.
|
|
58
|
+
*/
|
|
59
|
+
async cancelPipelineRun(runId, options) {
|
|
60
|
+
return tracingClient.withSpan("ArtifactsClient.cancelPipelineRun", options ?? {}, async (options) => {
|
|
61
|
+
return this.client.sendOperationRequest({ runId, options }, cancelPipelineRunOperationSpec);
|
|
62
|
+
});
|
|
63
|
+
}
|
|
64
|
+
}
|
|
12
65
|
// Operation Specifications
|
|
13
66
|
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
14
67
|
const queryPipelineRunsByWorkspaceOperationSpec = {
|
|
@@ -77,56 +130,4 @@ const cancelPipelineRunOperationSpec = {
|
|
|
77
130
|
headerParameters: [Parameters.accept],
|
|
78
131
|
serializer,
|
|
79
132
|
};
|
|
80
|
-
/** Class containing PipelineRunOperations operations. */
|
|
81
|
-
export class PipelineRunOperationsImpl {
|
|
82
|
-
/**
|
|
83
|
-
* Initialize a new instance of the class PipelineRunOperations class.
|
|
84
|
-
* @param client - Reference to the service client
|
|
85
|
-
*/
|
|
86
|
-
constructor(client) {
|
|
87
|
-
this.client = client;
|
|
88
|
-
}
|
|
89
|
-
/**
|
|
90
|
-
* Query pipeline runs in the workspace based on input filter conditions.
|
|
91
|
-
* @param filterParameters - Parameters to filter the pipeline run.
|
|
92
|
-
* @param options - The options parameters.
|
|
93
|
-
*/
|
|
94
|
-
async queryPipelineRunsByWorkspace(filterParameters, options) {
|
|
95
|
-
return tracingClient.withSpan("ArtifactsClient.queryPipelineRunsByWorkspace", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
96
|
-
return this.client.sendOperationRequest({ filterParameters, updatedOptions }, queryPipelineRunsByWorkspaceOperationSpec);
|
|
97
|
-
});
|
|
98
|
-
}
|
|
99
|
-
/**
|
|
100
|
-
* Get a pipeline run by its run ID.
|
|
101
|
-
* @param runId - The pipeline run identifier.
|
|
102
|
-
* @param options - The options parameters.
|
|
103
|
-
*/
|
|
104
|
-
async getPipelineRun(runId, options) {
|
|
105
|
-
return tracingClient.withSpan("ArtifactsClient.getPipelineRun", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
106
|
-
return this.client.sendOperationRequest({ runId, updatedOptions }, getPipelineRunOperationSpec);
|
|
107
|
-
});
|
|
108
|
-
}
|
|
109
|
-
/**
|
|
110
|
-
* Query activity runs based on input filter conditions.
|
|
111
|
-
* @param pipelineName - The pipeline name.
|
|
112
|
-
* @param runId - The pipeline run identifier.
|
|
113
|
-
* @param filterParameters - Parameters to filter the activity runs.
|
|
114
|
-
* @param options - The options parameters.
|
|
115
|
-
*/
|
|
116
|
-
async queryActivityRuns(pipelineName, runId, filterParameters, options) {
|
|
117
|
-
return tracingClient.withSpan("ArtifactsClient.queryActivityRuns", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
118
|
-
return this.client.sendOperationRequest({ pipelineName, runId, filterParameters, updatedOptions }, queryActivityRunsOperationSpec);
|
|
119
|
-
});
|
|
120
|
-
}
|
|
121
|
-
/**
|
|
122
|
-
* Cancel a pipeline run by its run ID.
|
|
123
|
-
* @param runId - The pipeline run identifier.
|
|
124
|
-
* @param options - The options parameters.
|
|
125
|
-
*/
|
|
126
|
-
async cancelPipelineRun(runId, options) {
|
|
127
|
-
return tracingClient.withSpan("ArtifactsClient.cancelPipelineRun", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
128
|
-
return this.client.sendOperationRequest({ runId, updatedOptions }, cancelPipelineRunOperationSpec);
|
|
129
|
-
});
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
133
|
//# sourceMappingURL=pipelineRunOperations.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pipelineRunOperations.js","sourceRoot":"","sources":["../../../src/operations/pipelineRunOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAE9C,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAatD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,yCAAyC,GAA6B;IAC1E,IAAI,EAAE,oBAAoB;IAC1B,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,yBAAyB;SAC9C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,WAAW,EAAE,UAAU,CAAC,gBAAgB;IACxC,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC;IACpC,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,2BAA2B,GAA6B;IAC5D,IAAI,EAAE,uBAAuB;IAC7B,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,MAAM,CAAC;IACvD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,8BAA8B,GAA6B;IAC/D,IAAI,EAAE,kEAAkE;IACxE,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,yBAAyB;SAC9C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,WAAW,EAAE,UAAU,CAAC,gBAAgB;IACxC,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,YAAY,EAAE,UAAU,CAAC,MAAM,CAAC;IAChF,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,8BAA8B,GAA6B;IAC/D,IAAI,EAAE,8BAA8B;IACpC,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,EAAE,UAAU,CAAC,WAAW,CAAC;IACjE,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,MAAM,CAAC;IACvD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC
|
|
1
|
+
{"version":3,"file":"pipelineRunOperations.js","sourceRoot":"","sources":["../../../src/operations/pipelineRunOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAE9C,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAatD,yDAAyD;AACzD,MAAM,OAAO,yBAAyB;IACnB,MAAM,CAAkB;IAEzC;;;OAGG;IACH,YAAY,MAAuB;QACjC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,4BAA4B,CAChC,gBAAqC,EACrC,OAA+D;QAE/D,OAAO,aAAa,CAAC,QAAQ,CAC3B,8CAA8C,EAC9C,OAAO,IAAI,EAAE,EACb,KAAK,EAAE,OAAO,EAAE,EAAE;YAChB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,gBAAgB,EAAE,OAAO,EAAE,EAC7B,yCAAyC,CACkB,CAAC;QAChE,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,cAAc,CAClB,KAAa,EACb,OAAiD;QAEjD,OAAO,aAAa,CAAC,QAAQ,CAC3B,gCAAgC,EAChC,OAAO,IAAI,EAAE,EACb,KAAK,EAAE,OAAO,EAAE,EAAE;YAChB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,OAAO,EAAE,EAClB,2BAA2B,CACkB,CAAC;QAClD,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,iBAAiB,CACrB,YAAoB,EACpB,KAAa,EACb,gBAAqC,EACrC,OAAoD;QAEpD,OAAO,aAAa,CAAC,QAAQ,CAC3B,mCAAmC,EACnC,OAAO,IAAI,EAAE,EACb,KAAK,EAAE,OAAO,EAAE,EAAE;YAChB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,YAAY,EAAE,KAAK,EAAE,gBAAgB,EAAE,OAAO,EAAE,EAClD,8BAA8B,CACkB,CAAC;QACrD,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,iBAAiB,CACrB,KAAa,EACb,OAAoD;QAEpD,OAAO,aAAa,CAAC,QAAQ,CAC3B,mCAAmC,EACnC,OAAO,IAAI,EAAE,EACb,KAAK,EAAE,OAAO,EAAE,EAAE;YAChB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,OAAO,EAAE,EAClB,8BAA8B,CACd,CAAC;QACrB,CAAC,CACF,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,yCAAyC,GAA6B;IAC1E,IAAI,EAAE,oBAAoB;IAC1B,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,yBAAyB;SAC9C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,WAAW,EAAE,UAAU,CAAC,gBAAgB;IACxC,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC;IACpC,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,2BAA2B,GAA6B;IAC5D,IAAI,EAAE,uBAAuB;IAC7B,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,MAAM,CAAC;IACvD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,8BAA8B,GAA6B;IAC/D,IAAI,EAAE,kEAAkE;IACxE,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,yBAAyB;SAC9C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,WAAW,EAAE,UAAU,CAAC,gBAAgB;IACxC,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,YAAY,EAAE,UAAU,CAAC,MAAM,CAAC;IAChF,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,8BAA8B,GAA6B;IAC/D,IAAI,EAAE,8BAA8B;IACpC,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,EAAE,UAAU,CAAC,WAAW,CAAC;IACjE,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,MAAM,CAAC;IACvD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { tracingClient } from \"../tracing.js\";\nimport type { PipelineRunOperations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { ArtifactsClient } from \"../artifactsClient.js\";\nimport type {\n RunFilterParameters,\n PipelineRunQueryPipelineRunsByWorkspaceOptionalParams,\n PipelineRunQueryPipelineRunsByWorkspaceResponse,\n PipelineRunGetPipelineRunOptionalParams,\n PipelineRunGetPipelineRunResponse,\n PipelineRunQueryActivityRunsOptionalParams,\n PipelineRunQueryActivityRunsResponse,\n PipelineRunCancelPipelineRunOptionalParams,\n} from \"../models/index.js\";\n\n/** Class containing PipelineRunOperations operations. */\nexport class PipelineRunOperationsImpl implements PipelineRunOperations {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class PipelineRunOperations class.\n * @param client Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * Query pipeline runs in the workspace based on input filter conditions.\n * @param filterParameters Parameters to filter the pipeline run.\n * @param options The options parameters.\n */\n async queryPipelineRunsByWorkspace(\n filterParameters: RunFilterParameters,\n options?: PipelineRunQueryPipelineRunsByWorkspaceOptionalParams,\n ): Promise<PipelineRunQueryPipelineRunsByWorkspaceResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.queryPipelineRunsByWorkspace\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { filterParameters, options },\n queryPipelineRunsByWorkspaceOperationSpec,\n ) as Promise<PipelineRunQueryPipelineRunsByWorkspaceResponse>;\n },\n );\n }\n\n /**\n * Get a pipeline run by its run ID.\n * @param runId The pipeline run identifier.\n * @param options The options parameters.\n */\n async getPipelineRun(\n runId: string,\n options?: PipelineRunGetPipelineRunOptionalParams,\n ): Promise<PipelineRunGetPipelineRunResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.getPipelineRun\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { runId, options },\n getPipelineRunOperationSpec,\n ) as Promise<PipelineRunGetPipelineRunResponse>;\n },\n );\n }\n\n /**\n * Query activity runs based on input filter conditions.\n * @param pipelineName The pipeline name.\n * @param runId The pipeline run identifier.\n * @param filterParameters Parameters to filter the activity runs.\n * @param options The options parameters.\n */\n async queryActivityRuns(\n pipelineName: string,\n runId: string,\n filterParameters: RunFilterParameters,\n options?: PipelineRunQueryActivityRunsOptionalParams,\n ): Promise<PipelineRunQueryActivityRunsResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.queryActivityRuns\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { pipelineName, runId, filterParameters, options },\n queryActivityRunsOperationSpec,\n ) as Promise<PipelineRunQueryActivityRunsResponse>;\n },\n );\n }\n\n /**\n * Cancel a pipeline run by its run ID.\n * @param runId The pipeline run identifier.\n * @param options The options parameters.\n */\n async cancelPipelineRun(\n runId: string,\n options?: PipelineRunCancelPipelineRunOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.cancelPipelineRun\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { runId, options },\n cancelPipelineRunOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst queryPipelineRunsByWorkspaceOperationSpec: coreClient.OperationSpec = {\n path: \"/queryPipelineRuns\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PipelineRunsQueryResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.filterParameters,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getPipelineRunOperationSpec: coreClient.OperationSpec = {\n path: \"/pipelineruns/{runId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PipelineRun,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.runId1],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst queryActivityRunsOperationSpec: coreClient.OperationSpec = {\n path: \"/pipelines/{pipelineName}/pipelineruns/{runId}/queryActivityruns\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ActivityRunsQueryResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.filterParameters,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.pipelineName, Parameters.runId1],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst cancelPipelineRunOperationSpec: coreClient.OperationSpec = {\n path: \"/pipelineruns/{runId}/cancel\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5, Parameters.isRecursive],\n urlParameters: [Parameters.endpoint, Parameters.runId1],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -7,39 +7,44 @@ export declare class RunNotebookImpl implements RunNotebook {
|
|
|
7
7
|
private readonly client;
|
|
8
8
|
/**
|
|
9
9
|
* Initialize a new instance of the class RunNotebook class.
|
|
10
|
-
* @param client
|
|
10
|
+
* @param client Reference to the service client
|
|
11
11
|
*/
|
|
12
12
|
constructor(client: ArtifactsClient);
|
|
13
13
|
/**
|
|
14
14
|
* Run notebook
|
|
15
|
-
* @param runId
|
|
16
|
-
*
|
|
17
|
-
* @param
|
|
15
|
+
* @param runId Notebook run id. For Create Run, you can generate a new GUID and use it here. For other
|
|
16
|
+
* actions, this is the same ID used in Create Run.
|
|
17
|
+
* @param runNotebookRequest Run notebook request payload.
|
|
18
|
+
* @param options The options parameters.
|
|
18
19
|
*/
|
|
19
20
|
beginCreateRun(runId: string, runNotebookRequest: RunNotebookRequest, options?: RunNotebookCreateRunOptionalParams): Promise<SimplePollerLike<OperationState<RunNotebookCreateRunResponse>, RunNotebookCreateRunResponse>>;
|
|
20
21
|
/**
|
|
21
22
|
* Run notebook
|
|
22
|
-
* @param runId
|
|
23
|
-
*
|
|
24
|
-
* @param
|
|
23
|
+
* @param runId Notebook run id. For Create Run, you can generate a new GUID and use it here. For other
|
|
24
|
+
* actions, this is the same ID used in Create Run.
|
|
25
|
+
* @param runNotebookRequest Run notebook request payload.
|
|
26
|
+
* @param options The options parameters.
|
|
25
27
|
*/
|
|
26
28
|
beginCreateRunAndWait(runId: string, runNotebookRequest: RunNotebookRequest, options?: RunNotebookCreateRunOptionalParams): Promise<RunNotebookCreateRunResponse>;
|
|
27
29
|
/**
|
|
28
30
|
* Get RunNotebook Status for run id.
|
|
29
|
-
* @param runId
|
|
30
|
-
*
|
|
31
|
+
* @param runId Notebook run id. For Create Run, you can generate a new GUID and use it here. For other
|
|
32
|
+
* actions, this is the same ID used in Create Run.
|
|
33
|
+
* @param options The options parameters.
|
|
31
34
|
*/
|
|
32
35
|
getStatus(runId: string, options?: RunNotebookGetStatusOptionalParams): Promise<RunNotebookGetStatusResponse>;
|
|
33
36
|
/**
|
|
34
37
|
* Cancel notebook run.
|
|
35
|
-
* @param runId
|
|
36
|
-
*
|
|
38
|
+
* @param runId Notebook run id. For Create Run, you can generate a new GUID and use it here. For other
|
|
39
|
+
* actions, this is the same ID used in Create Run.
|
|
40
|
+
* @param options The options parameters.
|
|
37
41
|
*/
|
|
38
42
|
cancelRun(runId: string, options?: RunNotebookCancelRunOptionalParams): Promise<RunNotebookCancelRunResponse>;
|
|
39
43
|
/**
|
|
40
44
|
* Get RunNotebook Snapshot for run id.
|
|
41
|
-
* @param runId
|
|
42
|
-
*
|
|
45
|
+
* @param runId Notebook run id. For Create Run, you can generate a new GUID and use it here. For other
|
|
46
|
+
* actions, this is the same ID used in Create Run.
|
|
47
|
+
* @param options The options parameters.
|
|
43
48
|
*/
|
|
44
49
|
getSnapshot(runId: string, options?: RunNotebookGetSnapshotOptionalParams): Promise<RunNotebookGetSnapshotResponse>;
|
|
45
50
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"runNotebook.d.ts","sourceRoot":"","sources":["../../../src/operations/runNotebook.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAIpE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGxE,OAAO,KAAK,EACV,kBAAkB,EAClB,kCAAkC,EAClC,4BAA4B,EAC5B,kCAAkC,EAClC,4BAA4B,EAC5B,kCAAkC,EAClC,4BAA4B,EAC5B,oCAAoC,EACpC,8BAA8B,EAC/B,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"runNotebook.d.ts","sourceRoot":"","sources":["../../../src/operations/runNotebook.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAIpE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGxE,OAAO,KAAK,EACV,kBAAkB,EAClB,kCAAkC,EAClC,4BAA4B,EAC5B,kCAAkC,EAClC,4BAA4B,EAC5B,kCAAkC,EAClC,4BAA4B,EAC5B,oCAAoC,EACpC,8BAA8B,EAC/B,MAAM,oBAAoB,CAAC;AAE5B,+CAA+C;AAC/C,qBAAa,eAAgB,YAAW,WAAW;IACjD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkB;IAEzC;;;OAGG;gBACS,MAAM,EAAE,eAAe;IAInC;;;;;;OAMG;IACG,cAAc,CAClB,KAAK,EAAE,MAAM,EACb,kBAAkB,EAAE,kBAAkB,EACtC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,4BAA4B,CAAC,EAAE,4BAA4B,CAAC,CAC7F;IA2DD;;;;;;OAMG;IACG,qBAAqB,CACzB,KAAK,EAAE,MAAM,EACb,kBAAkB,EAAE,kBAAkB,EACtC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;IAKxC;;;;;OAKG;IACG,SAAS,CACb,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;IASxC;;;;;OAKG;IACG,SAAS,CACb,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;IASxC;;;;;OAKG;IACG,WAAW,CACf,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC;CAQ3C"}
|
|
@@ -11,6 +11,110 @@ import * as Mappers from "../models/mappers.js";
|
|
|
11
11
|
import * as Parameters from "../models/parameters.js";
|
|
12
12
|
import { createHttpPoller } from "@azure/core-lro";
|
|
13
13
|
import { createLroSpec } from "../lroImpl.js";
|
|
14
|
+
/** Class containing RunNotebook operations. */
|
|
15
|
+
export class RunNotebookImpl {
|
|
16
|
+
client;
|
|
17
|
+
/**
|
|
18
|
+
* Initialize a new instance of the class RunNotebook class.
|
|
19
|
+
* @param client Reference to the service client
|
|
20
|
+
*/
|
|
21
|
+
constructor(client) {
|
|
22
|
+
this.client = client;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Run notebook
|
|
26
|
+
* @param runId Notebook run id. For Create Run, you can generate a new GUID and use it here. For other
|
|
27
|
+
* actions, this is the same ID used in Create Run.
|
|
28
|
+
* @param runNotebookRequest Run notebook request payload.
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
async beginCreateRun(runId, runNotebookRequest, options) {
|
|
32
|
+
const directSendOperation = async (args, spec) => {
|
|
33
|
+
return tracingClient.withSpan("ArtifactsClient.beginCreateRun", options ?? {}, async () => {
|
|
34
|
+
return this.client.sendOperationRequest(args, spec);
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
const sendOperationFn = async (args, spec) => {
|
|
38
|
+
let currentRawResponse = undefined;
|
|
39
|
+
const providedCallback = args.options?.onResponse;
|
|
40
|
+
const callback = (rawResponse, flatResponse) => {
|
|
41
|
+
currentRawResponse = rawResponse;
|
|
42
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
43
|
+
};
|
|
44
|
+
const updatedArgs = {
|
|
45
|
+
...args,
|
|
46
|
+
options: {
|
|
47
|
+
...args.options,
|
|
48
|
+
onResponse: callback,
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
52
|
+
return {
|
|
53
|
+
flatResponse,
|
|
54
|
+
rawResponse: {
|
|
55
|
+
statusCode: currentRawResponse.status,
|
|
56
|
+
body: currentRawResponse.parsedBody,
|
|
57
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
58
|
+
},
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
const lro = createLroSpec({
|
|
62
|
+
sendOperationFn,
|
|
63
|
+
args: { runId, runNotebookRequest, options },
|
|
64
|
+
spec: createRunOperationSpec,
|
|
65
|
+
});
|
|
66
|
+
const poller = await createHttpPoller(lro, {
|
|
67
|
+
restoreFrom: options?.resumeFrom,
|
|
68
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
69
|
+
});
|
|
70
|
+
await poller.poll();
|
|
71
|
+
return poller;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Run notebook
|
|
75
|
+
* @param runId Notebook run id. For Create Run, you can generate a new GUID and use it here. For other
|
|
76
|
+
* actions, this is the same ID used in Create Run.
|
|
77
|
+
* @param runNotebookRequest Run notebook request payload.
|
|
78
|
+
* @param options The options parameters.
|
|
79
|
+
*/
|
|
80
|
+
async beginCreateRunAndWait(runId, runNotebookRequest, options) {
|
|
81
|
+
const poller = await this.beginCreateRun(runId, runNotebookRequest, options);
|
|
82
|
+
return poller.pollUntilDone();
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* Get RunNotebook Status for run id.
|
|
86
|
+
* @param runId Notebook run id. For Create Run, you can generate a new GUID and use it here. For other
|
|
87
|
+
* actions, this is the same ID used in Create Run.
|
|
88
|
+
* @param options The options parameters.
|
|
89
|
+
*/
|
|
90
|
+
async getStatus(runId, options) {
|
|
91
|
+
return tracingClient.withSpan("ArtifactsClient.getStatus", options ?? {}, async (options) => {
|
|
92
|
+
return this.client.sendOperationRequest({ runId, options }, getStatusOperationSpec);
|
|
93
|
+
});
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* Cancel notebook run.
|
|
97
|
+
* @param runId Notebook run id. For Create Run, you can generate a new GUID and use it here. For other
|
|
98
|
+
* actions, this is the same ID used in Create Run.
|
|
99
|
+
* @param options The options parameters.
|
|
100
|
+
*/
|
|
101
|
+
async cancelRun(runId, options) {
|
|
102
|
+
return tracingClient.withSpan("ArtifactsClient.cancelRun", options ?? {}, async (options) => {
|
|
103
|
+
return this.client.sendOperationRequest({ runId, options }, cancelRunOperationSpec);
|
|
104
|
+
});
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* Get RunNotebook Snapshot for run id.
|
|
108
|
+
* @param runId Notebook run id. For Create Run, you can generate a new GUID and use it here. For other
|
|
109
|
+
* actions, this is the same ID used in Create Run.
|
|
110
|
+
* @param options The options parameters.
|
|
111
|
+
*/
|
|
112
|
+
async getSnapshot(runId, options) {
|
|
113
|
+
return tracingClient.withSpan("ArtifactsClient.getSnapshot", options ?? {}, async (options) => {
|
|
114
|
+
return this.client.sendOperationRequest({ runId, options }, getSnapshotOperationSpec);
|
|
115
|
+
});
|
|
116
|
+
}
|
|
117
|
+
}
|
|
14
118
|
// Operation Specifications
|
|
15
119
|
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
16
120
|
const createRunOperationSpec = {
|
|
@@ -96,97 +200,4 @@ const getSnapshotOperationSpec = {
|
|
|
96
200
|
headerParameters: [Parameters.accept],
|
|
97
201
|
serializer,
|
|
98
202
|
};
|
|
99
|
-
/** Class containing RunNotebook operations. */
|
|
100
|
-
export class RunNotebookImpl {
|
|
101
|
-
/**
|
|
102
|
-
* Initialize a new instance of the class RunNotebook class.
|
|
103
|
-
* @param client - Reference to the service client
|
|
104
|
-
*/
|
|
105
|
-
constructor(client) {
|
|
106
|
-
this.client = client;
|
|
107
|
-
}
|
|
108
|
-
/**
|
|
109
|
-
* Run notebook
|
|
110
|
-
* @param runId - Notebook run id.
|
|
111
|
-
* @param runNotebookRequest - Run notebook request payload.
|
|
112
|
-
* @param options - The options parameters.
|
|
113
|
-
*/
|
|
114
|
-
async beginCreateRun(runId, runNotebookRequest, options) {
|
|
115
|
-
const directSendOperation = async (args, spec) => {
|
|
116
|
-
return tracingClient.withSpan("ArtifactsClient.beginCreateRun", options !== null && options !== void 0 ? options : {}, async () => {
|
|
117
|
-
return this.client.sendOperationRequest(args, spec);
|
|
118
|
-
});
|
|
119
|
-
};
|
|
120
|
-
const sendOperationFn = async (args, spec) => {
|
|
121
|
-
var _a;
|
|
122
|
-
let currentRawResponse = undefined;
|
|
123
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
124
|
-
const callback = (rawResponse, flatResponse) => {
|
|
125
|
-
currentRawResponse = rawResponse;
|
|
126
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
127
|
-
};
|
|
128
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
129
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
130
|
-
return {
|
|
131
|
-
flatResponse,
|
|
132
|
-
rawResponse: {
|
|
133
|
-
statusCode: currentRawResponse.status,
|
|
134
|
-
body: currentRawResponse.parsedBody,
|
|
135
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
136
|
-
},
|
|
137
|
-
};
|
|
138
|
-
};
|
|
139
|
-
const lro = createLroSpec({
|
|
140
|
-
sendOperationFn,
|
|
141
|
-
args: { runId, runNotebookRequest, options },
|
|
142
|
-
spec: createRunOperationSpec,
|
|
143
|
-
});
|
|
144
|
-
const poller = await createHttpPoller(lro, {
|
|
145
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
146
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
147
|
-
});
|
|
148
|
-
await poller.poll();
|
|
149
|
-
return poller;
|
|
150
|
-
}
|
|
151
|
-
/**
|
|
152
|
-
* Run notebook
|
|
153
|
-
* @param runId - Notebook run id.
|
|
154
|
-
* @param runNotebookRequest - Run notebook request payload.
|
|
155
|
-
* @param options - The options parameters.
|
|
156
|
-
*/
|
|
157
|
-
async beginCreateRunAndWait(runId, runNotebookRequest, options) {
|
|
158
|
-
const poller = await this.beginCreateRun(runId, runNotebookRequest, options);
|
|
159
|
-
return poller.pollUntilDone();
|
|
160
|
-
}
|
|
161
|
-
/**
|
|
162
|
-
* Get RunNotebook Status for run id.
|
|
163
|
-
* @param runId - Notebook run id.
|
|
164
|
-
* @param options - The options parameters.
|
|
165
|
-
*/
|
|
166
|
-
async getStatus(runId, options) {
|
|
167
|
-
return tracingClient.withSpan("ArtifactsClient.getStatus", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
168
|
-
return this.client.sendOperationRequest({ runId, updatedOptions }, getStatusOperationSpec);
|
|
169
|
-
});
|
|
170
|
-
}
|
|
171
|
-
/**
|
|
172
|
-
* Cancel notebook run.
|
|
173
|
-
* @param runId - Notebook run id.
|
|
174
|
-
* @param options - The options parameters.
|
|
175
|
-
*/
|
|
176
|
-
async cancelRun(runId, options) {
|
|
177
|
-
return tracingClient.withSpan("ArtifactsClient.cancelRun", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
178
|
-
return this.client.sendOperationRequest({ runId, updatedOptions }, cancelRunOperationSpec);
|
|
179
|
-
});
|
|
180
|
-
}
|
|
181
|
-
/**
|
|
182
|
-
* Get RunNotebook Snapshot for run id.
|
|
183
|
-
* @param runId - Notebook run id.
|
|
184
|
-
* @param options - The options parameters.
|
|
185
|
-
*/
|
|
186
|
-
async getSnapshot(runId, options) {
|
|
187
|
-
return tracingClient.withSpan("ArtifactsClient.getSnapshot", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
188
|
-
return this.client.sendOperationRequest({ runId, updatedOptions }, getSnapshotOperationSpec);
|
|
189
|
-
});
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
203
|
//# sourceMappingURL=runNotebook.js.map
|