@azure/synapse-artifacts 1.0.0-alpha.20251104.1 → 1.0.0-alpha.20251105.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/artifactsClient.d.ts +3 -3
- package/dist/browser/artifactsClient.js +4 -4
- package/dist/browser/artifactsClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +257 -51
- 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 +371 -71
- 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 -30
- 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 +147 -146
- 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 +142 -141
- 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 +143 -142
- 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 -30
- 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 +102 -102
- 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 +43 -42
- 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 +175 -174
- 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 -202
- 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 +143 -142
- 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 -54
- 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 -21
- 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 +182 -181
- 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 +170 -169
- 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 -53
- 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 -99
- 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 +143 -142
- 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 +203 -203
- 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 -31
- 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 +143 -143
- 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 +238 -238
- 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 -44
- 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 -22
- 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 -21
- 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 +1 -1
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/artifactsClient.d.ts +3 -3
- package/dist/commonjs/artifactsClient.js +4 -4
- package/dist/commonjs/artifactsClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +257 -51
- 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 +379 -79
- 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 -31
- 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 +147 -146
- 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 +142 -141
- 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 +143 -142
- 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 -31
- 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 +102 -102
- 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 +43 -42
- 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 +175 -174
- 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 -203
- 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 +143 -142
- 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 -55
- 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 -22
- 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 +182 -181
- 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 +170 -169
- 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 -54
- 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 -100
- 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 +143 -142
- 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 +203 -203
- 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 -32
- 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 +143 -143
- 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 +238 -238
- 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 -45
- 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 -23
- 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 -22
- 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 +1 -1
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/esm/artifactsClient.d.ts +3 -3
- package/dist/esm/artifactsClient.js +4 -4
- package/dist/esm/artifactsClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +257 -51
- 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 +371 -71
- 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 -30
- 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 +147 -146
- 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 +142 -141
- 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 +143 -142
- 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 -30
- 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 +102 -102
- 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 +43 -42
- 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 +175 -174
- 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 -202
- 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 +143 -142
- 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 -54
- 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 -21
- 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 +182 -181
- 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 +170 -169
- 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 -53
- 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 -99
- 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 +143 -142
- 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 +203 -203
- 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 -31
- 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 +143 -143
- 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 +238 -238
- 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 -44
- 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 -22
- 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 -21
- 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 +1 -1
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/artifactsClient.d.ts +3 -3
- package/dist/react-native/artifactsClient.js +4 -4
- 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.map +1 -1
- package/dist/react-native/models/index.d.ts +257 -51
- 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 +371 -71
- 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 -30
- 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 +147 -146
- 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 +142 -141
- 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 +143 -142
- 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 -30
- 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 +102 -102
- 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 +43 -42
- 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 +175 -174
- 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 -202
- 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 +143 -142
- 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 -54
- 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 -21
- 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 +182 -181
- 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 +170 -169
- 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 -53
- 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 -99
- 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 +143 -142
- 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 +203 -203
- 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 -31
- 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 +143 -143
- 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 +238 -238
- 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 -44
- 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 -22
- 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 -21
- 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 +1 -1
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +5 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"linkConnectionOperations.js","sourceRoot":"","sources":["../../../src/operations/linkConnectionOperations.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 { LinkConnectionOperations } 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 LinkConnectionResource,\n LinkConnectionListByWorkspaceNextOptionalParams,\n LinkConnectionListByWorkspaceOptionalParams,\n LinkConnectionListByWorkspaceResponse,\n LinkConnectionCreateOrUpdateOptionalParams,\n LinkConnectionCreateOrUpdateResponse,\n LinkConnectionGetOptionalParams,\n LinkConnectionGetResponse,\n LinkConnectionDeleteOptionalParams,\n EditTablesRequest,\n LinkConnectionEditTablesOptionalParams,\n LinkConnectionStartOptionalParams,\n LinkConnectionStopOptionalParams,\n LinkConnectionGetDetailedStatusOptionalParams,\n LinkConnectionGetDetailedStatusResponse,\n LinkConnectionListLinkTablesOptionalParams,\n LinkConnectionListLinkTablesResponse,\n QueryTableStatusRequest,\n LinkConnectionQueryTableStatusOptionalParams,\n LinkConnectionQueryTableStatusResponse,\n UpdateLandingZoneCredential,\n LinkConnectionUpdateLandingZoneCredentialOptionalParams,\n LinkConnectionPauseOptionalParams,\n LinkConnectionResumeOptionalParams,\n LinkConnectionListByWorkspaceNextResponse,\n} from \"../models/index.js\";\n\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByWorkspaceOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionResource,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.linkConnection,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionResource,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst editTablesOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/edittables\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.editTablesRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst startOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/start\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst stopOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/stop\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getDetailedStatusOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/detailedstatus\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionDetailedStatus,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listLinkTablesOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/linktables\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkTableListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst queryTableStatusOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/querytablestatus\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionQueryTableStatus,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.queryTableStatusRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst updateLandingZoneCredentialOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/updateLandingZoneCredential\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.updateLandingZoneCredentialRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst pauseOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/pause\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst resumeOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/resume\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByWorkspaceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionListResponse,\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 LinkConnectionOperations operations. */\nexport class LinkConnectionOperationsImpl implements LinkConnectionOperations {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class LinkConnectionOperations class.\n * @param client - Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * List link connections\n * @param options - The options parameters.\n */\n public listByWorkspace(\n options?: LinkConnectionListByWorkspaceOptionalParams,\n ): PagedAsyncIterableIterator<LinkConnectionResource> {\n const iter = this.listByWorkspacePagingAll(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.listByWorkspacePagingPage(options, settings);\n },\n };\n }\n\n private async *listByWorkspacePagingPage(\n options?: LinkConnectionListByWorkspaceOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<LinkConnectionResource[]> {\n let result: LinkConnectionListByWorkspaceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByWorkspace(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._listByWorkspaceNext(continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByWorkspacePagingAll(\n options?: LinkConnectionListByWorkspaceOptionalParams,\n ): AsyncIterableIterator<LinkConnectionResource> {\n for await (const page of this.listByWorkspacePagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List link connections\n * @param options - The options parameters.\n */\n private async _listByWorkspace(\n options?: LinkConnectionListByWorkspaceOptionalParams,\n ): Promise<LinkConnectionListByWorkspaceResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._listByWorkspace\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { updatedOptions },\n listByWorkspaceOperationSpec,\n ) as Promise<LinkConnectionListByWorkspaceResponse>;\n },\n );\n }\n\n /**\n * Creates or updates a link connection\n * @param linkConnectionName - The link connection name\n * @param linkConnection - Link connection resource definition\n * @param options - The options parameters.\n */\n async createOrUpdate(\n linkConnectionName: string,\n linkConnection: LinkConnectionResource,\n options?: LinkConnectionCreateOrUpdateOptionalParams,\n ): Promise<LinkConnectionCreateOrUpdateResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.createOrUpdate\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, linkConnection, updatedOptions },\n createOrUpdateOperationSpec,\n ) as Promise<LinkConnectionCreateOrUpdateResponse>;\n },\n );\n }\n\n /**\n * Get a link connection\n * @param linkConnectionName - The link connection name\n * @param options - The options parameters.\n */\n async get(\n linkConnectionName: string,\n options?: LinkConnectionGetOptionalParams,\n ): Promise<LinkConnectionGetResponse> {\n return tracingClient.withSpan(\"ArtifactsClient.get\", options ?? {}, async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, updatedOptions },\n getOperationSpec,\n ) as Promise<LinkConnectionGetResponse>;\n });\n }\n\n /**\n * Delete a link connection\n * @param linkConnectionName - The link connection name\n * @param options - The options parameters.\n */\n async delete(\n linkConnectionName: string,\n options?: LinkConnectionDeleteOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.delete\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, updatedOptions },\n deleteOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * Edit tables for a link connection\n * @param linkConnectionName - The link connection name\n * @param editTablesRequest - Edit tables request\n * @param options - The options parameters.\n */\n async editTables(\n linkConnectionName: string,\n editTablesRequest: EditTablesRequest,\n options?: LinkConnectionEditTablesOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.editTables\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, editTablesRequest, updatedOptions },\n editTablesOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * Start a link connection. It may take a few minutes from Starting to Running, monitor the status with\n * LinkConnection_GetDetailedStatus.\n * @param linkConnectionName - The link connection name\n * @param options - The options parameters.\n */\n async start(\n linkConnectionName: string,\n options?: LinkConnectionStartOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.start\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, updatedOptions },\n startOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * Stop a link connection. It may take a few minutes from Stopping to stopped, monitor the status with\n * LinkConnection_GetDetailedStatus.\n * @param linkConnectionName - The link connection name\n * @param options - The options parameters.\n */\n async stop(\n linkConnectionName: string,\n options?: LinkConnectionStopOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\"ArtifactsClient.stop\", options ?? {}, async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, updatedOptions },\n stopOperationSpec,\n ) as Promise<void>;\n });\n }\n\n /**\n * Get the detailed status of a link connection\n * @param linkConnectionName - The link connection name\n * @param options - The options parameters.\n */\n async getDetailedStatus(\n linkConnectionName: string,\n options?: LinkConnectionGetDetailedStatusOptionalParams,\n ): Promise<LinkConnectionGetDetailedStatusResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.getDetailedStatus\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, updatedOptions },\n getDetailedStatusOperationSpec,\n ) as Promise<LinkConnectionGetDetailedStatusResponse>;\n },\n );\n }\n\n /**\n * List the link tables of a link connection\n * @param linkConnectionName - The link connection name\n * @param options - The options parameters.\n */\n async listLinkTables(\n linkConnectionName: string,\n options?: LinkConnectionListLinkTablesOptionalParams,\n ): Promise<LinkConnectionListLinkTablesResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.listLinkTables\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, updatedOptions },\n listLinkTablesOperationSpec,\n ) as Promise<LinkConnectionListLinkTablesResponse>;\n },\n );\n }\n\n /**\n * Query the link table status of a link connection\n * @param linkConnectionName - The link connection name\n * @param queryTableStatusRequest - Query table status request\n * @param options - The options parameters.\n */\n async queryTableStatus(\n linkConnectionName: string,\n queryTableStatusRequest: QueryTableStatusRequest,\n options?: LinkConnectionQueryTableStatusOptionalParams,\n ): Promise<LinkConnectionQueryTableStatusResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.queryTableStatus\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, queryTableStatusRequest, updatedOptions },\n queryTableStatusOperationSpec,\n ) as Promise<LinkConnectionQueryTableStatusResponse>;\n },\n );\n }\n\n /**\n * Update landing zone credential of a link connection\n * @param linkConnectionName - The link connection name\n * @param updateLandingZoneCredentialRequest - update landing zone credential request\n * @param options - The options parameters.\n */\n async updateLandingZoneCredential(\n linkConnectionName: string,\n updateLandingZoneCredentialRequest: UpdateLandingZoneCredential,\n options?: LinkConnectionUpdateLandingZoneCredentialOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.updateLandingZoneCredential\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, updateLandingZoneCredentialRequest, updatedOptions },\n updateLandingZoneCredentialOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * Pause a link connection. It may take a few minutes from Pausing to Paused, monitor the status with\n * LinkConnection_GetDetailedStatus.\n * @param linkConnectionName - The link connection name\n * @param options - The options parameters.\n */\n async pause(\n linkConnectionName: string,\n options?: LinkConnectionPauseOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.pause\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, updatedOptions },\n pauseOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * Resume a link connection. It may take a few minutes from Resuming to Running, monitor the status\n * with LinkConnection_GetDetailedStatus.\n * @param linkConnectionName - The link connection name\n * @param options - The options parameters.\n */\n async resume(\n linkConnectionName: string,\n options?: LinkConnectionResumeOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.resume\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, updatedOptions },\n resumeOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * ListByWorkspaceNext\n * @param nextLink - The nextLink from the previous successful call to the ListByWorkspace method.\n * @param options - The options parameters.\n */\n private async _listByWorkspaceNext(\n nextLink: string,\n options?: LinkConnectionListByWorkspaceNextOptionalParams,\n ): Promise<LinkConnectionListByWorkspaceNextResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._listByWorkspaceNext\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { nextLink, updatedOptions },\n listByWorkspaceNextOperationSpec,\n ) as Promise<LinkConnectionListByWorkspaceNextResponse>;\n },\n );\n }\n}\n"]}
|
|
1
|
+
{"version":3,"file":"linkConnectionOperations.js","sourceRoot":"","sources":["../../../src/operations/linkConnectionOperations.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 { LinkConnectionOperations } 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 LinkConnectionResource,\n LinkConnectionListByWorkspaceNextOptionalParams,\n LinkConnectionListByWorkspaceOptionalParams,\n LinkConnectionListByWorkspaceResponse,\n LinkConnectionCreateOrUpdateOptionalParams,\n LinkConnectionCreateOrUpdateResponse,\n LinkConnectionGetOptionalParams,\n LinkConnectionGetResponse,\n LinkConnectionDeleteOptionalParams,\n EditTablesRequest,\n LinkConnectionEditTablesOptionalParams,\n LinkConnectionStartOptionalParams,\n LinkConnectionStopOptionalParams,\n LinkConnectionGetDetailedStatusOptionalParams,\n LinkConnectionGetDetailedStatusResponse,\n LinkConnectionListLinkTablesOptionalParams,\n LinkConnectionListLinkTablesResponse,\n QueryTableStatusRequest,\n LinkConnectionQueryTableStatusOptionalParams,\n LinkConnectionQueryTableStatusResponse,\n UpdateLandingZoneCredential,\n LinkConnectionUpdateLandingZoneCredentialOptionalParams,\n LinkConnectionPauseOptionalParams,\n LinkConnectionResumeOptionalParams,\n LinkConnectionListByWorkspaceNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing LinkConnectionOperations operations. */\nexport class LinkConnectionOperationsImpl implements LinkConnectionOperations {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class LinkConnectionOperations class.\n * @param client Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * List link connections\n * @param options The options parameters.\n */\n public listByWorkspace(\n options?: LinkConnectionListByWorkspaceOptionalParams,\n ): PagedAsyncIterableIterator<LinkConnectionResource> {\n const iter = this.listByWorkspacePagingAll(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.listByWorkspacePagingPage(options, settings);\n },\n };\n }\n\n private async *listByWorkspacePagingPage(\n options?: LinkConnectionListByWorkspaceOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<LinkConnectionResource[]> {\n let result: LinkConnectionListByWorkspaceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByWorkspace(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._listByWorkspaceNext(continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByWorkspacePagingAll(\n options?: LinkConnectionListByWorkspaceOptionalParams,\n ): AsyncIterableIterator<LinkConnectionResource> {\n for await (const page of this.listByWorkspacePagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List link connections\n * @param options The options parameters.\n */\n private async _listByWorkspace(\n options?: LinkConnectionListByWorkspaceOptionalParams,\n ): Promise<LinkConnectionListByWorkspaceResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._listByWorkspace\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { options },\n listByWorkspaceOperationSpec,\n ) as Promise<LinkConnectionListByWorkspaceResponse>;\n },\n );\n }\n\n /**\n * Creates or updates a link connection\n * @param linkConnectionName The link connection name\n * @param linkConnection Link connection resource definition\n * @param options The options parameters.\n */\n async createOrUpdate(\n linkConnectionName: string,\n linkConnection: LinkConnectionResource,\n options?: LinkConnectionCreateOrUpdateOptionalParams,\n ): Promise<LinkConnectionCreateOrUpdateResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.createOrUpdate\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, linkConnection, options },\n createOrUpdateOperationSpec,\n ) as Promise<LinkConnectionCreateOrUpdateResponse>;\n },\n );\n }\n\n /**\n * Get a link connection\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async get(\n linkConnectionName: string,\n options?: LinkConnectionGetOptionalParams,\n ): Promise<LinkConnectionGetResponse> {\n return tracingClient.withSpan(\"ArtifactsClient.get\", options ?? {}, async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n getOperationSpec,\n ) as Promise<LinkConnectionGetResponse>;\n });\n }\n\n /**\n * Delete a link connection\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async delete(\n linkConnectionName: string,\n options?: LinkConnectionDeleteOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\"ArtifactsClient.delete\", options ?? {}, async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n deleteOperationSpec,\n ) as Promise<void>;\n });\n }\n\n /**\n * Edit tables for a link connection\n * @param linkConnectionName The link connection name\n * @param editTablesRequest Edit tables request\n * @param options The options parameters.\n */\n async editTables(\n linkConnectionName: string,\n editTablesRequest: EditTablesRequest,\n options?: LinkConnectionEditTablesOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\"ArtifactsClient.editTables\", options ?? {}, async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, editTablesRequest, options },\n editTablesOperationSpec,\n ) as Promise<void>;\n });\n }\n\n /**\n * Start a link connection. It may take a few minutes from Starting to Running, monitor the status with\n * LinkConnection_GetDetailedStatus.\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async start(\n linkConnectionName: string,\n options?: LinkConnectionStartOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\"ArtifactsClient.start\", options ?? {}, async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n startOperationSpec,\n ) as Promise<void>;\n });\n }\n\n /**\n * Stop a link connection. It may take a few minutes from Stopping to stopped, monitor the status with\n * LinkConnection_GetDetailedStatus.\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async stop(\n linkConnectionName: string,\n options?: LinkConnectionStopOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\"ArtifactsClient.stop\", options ?? {}, async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n stopOperationSpec,\n ) as Promise<void>;\n });\n }\n\n /**\n * Get the detailed status of a link connection\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async getDetailedStatus(\n linkConnectionName: string,\n options?: LinkConnectionGetDetailedStatusOptionalParams,\n ): Promise<LinkConnectionGetDetailedStatusResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.getDetailedStatus\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n getDetailedStatusOperationSpec,\n ) as Promise<LinkConnectionGetDetailedStatusResponse>;\n },\n );\n }\n\n /**\n * List the link tables of a link connection\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async listLinkTables(\n linkConnectionName: string,\n options?: LinkConnectionListLinkTablesOptionalParams,\n ): Promise<LinkConnectionListLinkTablesResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.listLinkTables\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n listLinkTablesOperationSpec,\n ) as Promise<LinkConnectionListLinkTablesResponse>;\n },\n );\n }\n\n /**\n * Query the link table status of a link connection\n * @param linkConnectionName The link connection name\n * @param queryTableStatusRequest Query table status request\n * @param options The options parameters.\n */\n async queryTableStatus(\n linkConnectionName: string,\n queryTableStatusRequest: QueryTableStatusRequest,\n options?: LinkConnectionQueryTableStatusOptionalParams,\n ): Promise<LinkConnectionQueryTableStatusResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.queryTableStatus\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, queryTableStatusRequest, options },\n queryTableStatusOperationSpec,\n ) as Promise<LinkConnectionQueryTableStatusResponse>;\n },\n );\n }\n\n /**\n * Update landing zone credential of a link connection\n * @param linkConnectionName The link connection name\n * @param updateLandingZoneCredentialRequest update landing zone credential request\n * @param options The options parameters.\n */\n async updateLandingZoneCredential(\n linkConnectionName: string,\n updateLandingZoneCredentialRequest: UpdateLandingZoneCredential,\n options?: LinkConnectionUpdateLandingZoneCredentialOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.updateLandingZoneCredential\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, updateLandingZoneCredentialRequest, options },\n updateLandingZoneCredentialOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * Pause a link connection. It may take a few minutes from Pausing to Paused, monitor the status with\n * LinkConnection_GetDetailedStatus.\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async pause(\n linkConnectionName: string,\n options?: LinkConnectionPauseOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\"ArtifactsClient.pause\", options ?? {}, async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n pauseOperationSpec,\n ) as Promise<void>;\n });\n }\n\n /**\n * Resume a link connection. It may take a few minutes from Resuming to Running, monitor the status\n * with LinkConnection_GetDetailedStatus.\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async resume(\n linkConnectionName: string,\n options?: LinkConnectionResumeOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\"ArtifactsClient.resume\", options ?? {}, async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n resumeOperationSpec,\n ) as Promise<void>;\n });\n }\n\n /**\n * ListByWorkspaceNext\n * @param nextLink The nextLink from the previous successful call to the ListByWorkspace method.\n * @param options The options parameters.\n */\n private async _listByWorkspaceNext(\n nextLink: string,\n options?: LinkConnectionListByWorkspaceNextOptionalParams,\n ): Promise<LinkConnectionListByWorkspaceNextResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._listByWorkspaceNext\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listByWorkspaceNextOperationSpec,\n ) as Promise<LinkConnectionListByWorkspaceNextResponse>;\n },\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByWorkspaceOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionResource,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.linkConnection,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionResource,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst editTablesOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/edittables\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.editTablesRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst startOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/start\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst stopOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/stop\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getDetailedStatusOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/detailedstatus\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionDetailedStatus,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listLinkTablesOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/linktables\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkTableListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst queryTableStatusOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/querytablestatus\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionQueryTableStatus,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.queryTableStatusRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst updateLandingZoneCredentialOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/updateLandingZoneCredential\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.updateLandingZoneCredentialRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst pauseOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/pause\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst resumeOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/resume\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByWorkspaceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [Parameters.endpoint, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -8,72 +8,72 @@ export declare class LinkedServiceOperationsImpl implements LinkedServiceOperati
|
|
|
8
8
|
private readonly client;
|
|
9
9
|
/**
|
|
10
10
|
* Initialize a new instance of the class LinkedServiceOperations class.
|
|
11
|
-
* @param client
|
|
11
|
+
* @param client Reference to the service client
|
|
12
12
|
*/
|
|
13
13
|
constructor(client: ArtifactsClient);
|
|
14
14
|
/**
|
|
15
15
|
* Lists linked services.
|
|
16
|
-
* @param options
|
|
16
|
+
* @param options The options parameters.
|
|
17
17
|
*/
|
|
18
18
|
listLinkedServicesByWorkspace(options?: LinkedServiceGetLinkedServicesByWorkspaceOptionalParams): PagedAsyncIterableIterator<LinkedServiceResource>;
|
|
19
19
|
private getLinkedServicesByWorkspacePagingPage;
|
|
20
20
|
private getLinkedServicesByWorkspacePagingAll;
|
|
21
21
|
/**
|
|
22
22
|
* Lists linked services.
|
|
23
|
-
* @param options
|
|
23
|
+
* @param options The options parameters.
|
|
24
24
|
*/
|
|
25
25
|
private _getLinkedServicesByWorkspace;
|
|
26
26
|
/**
|
|
27
27
|
* Creates or updates a linked service.
|
|
28
|
-
* @param linkedServiceName
|
|
29
|
-
* @param linkedService
|
|
30
|
-
* @param options
|
|
28
|
+
* @param linkedServiceName The linked service name.
|
|
29
|
+
* @param linkedService Linked service resource definition.
|
|
30
|
+
* @param options The options parameters.
|
|
31
31
|
*/
|
|
32
32
|
beginCreateOrUpdateLinkedService(linkedServiceName: string, linkedService: LinkedServiceResource, options?: LinkedServiceCreateOrUpdateLinkedServiceOptionalParams): Promise<SimplePollerLike<OperationState<LinkedServiceCreateOrUpdateLinkedServiceResponse>, LinkedServiceCreateOrUpdateLinkedServiceResponse>>;
|
|
33
33
|
/**
|
|
34
34
|
* Creates or updates a linked service.
|
|
35
|
-
* @param linkedServiceName
|
|
36
|
-
* @param linkedService
|
|
37
|
-
* @param options
|
|
35
|
+
* @param linkedServiceName The linked service name.
|
|
36
|
+
* @param linkedService Linked service resource definition.
|
|
37
|
+
* @param options The options parameters.
|
|
38
38
|
*/
|
|
39
39
|
beginCreateOrUpdateLinkedServiceAndWait(linkedServiceName: string, linkedService: LinkedServiceResource, options?: LinkedServiceCreateOrUpdateLinkedServiceOptionalParams): Promise<LinkedServiceCreateOrUpdateLinkedServiceResponse>;
|
|
40
40
|
/**
|
|
41
41
|
* Gets a linked service.
|
|
42
|
-
* @param linkedServiceName
|
|
43
|
-
* @param options
|
|
42
|
+
* @param linkedServiceName The linked service name.
|
|
43
|
+
* @param options The options parameters.
|
|
44
44
|
*/
|
|
45
45
|
getLinkedService(linkedServiceName: string, options?: LinkedServiceGetLinkedServiceOptionalParams): Promise<LinkedServiceGetLinkedServiceResponse>;
|
|
46
46
|
/**
|
|
47
47
|
* Deletes a linked service.
|
|
48
|
-
* @param linkedServiceName
|
|
49
|
-
* @param options
|
|
48
|
+
* @param linkedServiceName The linked service name.
|
|
49
|
+
* @param options The options parameters.
|
|
50
50
|
*/
|
|
51
51
|
beginDeleteLinkedService(linkedServiceName: string, options?: LinkedServiceDeleteLinkedServiceOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
52
52
|
/**
|
|
53
53
|
* Deletes a linked service.
|
|
54
|
-
* @param linkedServiceName
|
|
55
|
-
* @param options
|
|
54
|
+
* @param linkedServiceName The linked service name.
|
|
55
|
+
* @param options The options parameters.
|
|
56
56
|
*/
|
|
57
57
|
beginDeleteLinkedServiceAndWait(linkedServiceName: string, options?: LinkedServiceDeleteLinkedServiceOptionalParams): Promise<void>;
|
|
58
58
|
/**
|
|
59
59
|
* Renames a linked service.
|
|
60
|
-
* @param linkedServiceName
|
|
61
|
-
* @param request
|
|
62
|
-
* @param options
|
|
60
|
+
* @param linkedServiceName The linked service name.
|
|
61
|
+
* @param request proposed new name.
|
|
62
|
+
* @param options The options parameters.
|
|
63
63
|
*/
|
|
64
64
|
beginRenameLinkedService(linkedServiceName: string, request: ArtifactRenameRequest, options?: LinkedServiceRenameLinkedServiceOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
65
65
|
/**
|
|
66
66
|
* Renames a linked service.
|
|
67
|
-
* @param linkedServiceName
|
|
68
|
-
* @param request
|
|
69
|
-
* @param options
|
|
67
|
+
* @param linkedServiceName The linked service name.
|
|
68
|
+
* @param request proposed new name.
|
|
69
|
+
* @param options The options parameters.
|
|
70
70
|
*/
|
|
71
71
|
beginRenameLinkedServiceAndWait(linkedServiceName: string, request: ArtifactRenameRequest, options?: LinkedServiceRenameLinkedServiceOptionalParams): Promise<void>;
|
|
72
72
|
/**
|
|
73
73
|
* GetLinkedServicesByWorkspaceNext
|
|
74
|
-
* @param nextLink
|
|
74
|
+
* @param nextLink The nextLink from the previous successful call to the GetLinkedServicesByWorkspace
|
|
75
75
|
* method.
|
|
76
|
-
* @param options
|
|
76
|
+
* @param options The options parameters.
|
|
77
77
|
*/
|
|
78
78
|
private _getLinkedServicesByWorkspaceNext;
|
|
79
79
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"linkedServiceOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/linkedServiceOperations.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAEnF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAIhF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGxE,OAAO,KAAK,EACV,qBAAqB,EAErB,uDAAuD,EAEvD,sDAAsD,EACtD,gDAAgD,EAChD,2CAA2C,EAC3C,qCAAqC,EACrC,8CAA8C,EAC9C,qBAAqB,EACrB,8CAA8C,EAE/C,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"linkedServiceOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/linkedServiceOperations.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAEnF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAIhF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGxE,OAAO,KAAK,EACV,qBAAqB,EAErB,uDAAuD,EAEvD,sDAAsD,EACtD,gDAAgD,EAChD,2CAA2C,EAC3C,qCAAqC,EACrC,8CAA8C,EAC9C,qBAAqB,EACrB,8CAA8C,EAE/C,MAAM,oBAAoB,CAAC;AAG5B,2DAA2D;AAC3D,qBAAa,2BAA4B,YAAW,uBAAuB;IACzE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkB;IAEzC;;;OAGG;gBACS,MAAM,EAAE,eAAe;IAInC;;;OAGG;IACI,6BAA6B,CAClC,OAAO,CAAC,EAAE,uDAAuD,GAChE,0BAA0B,CAAC,qBAAqB,CAAC;YAkBrC,sCAAsC;YAsBtC,qCAAqC;IAQpD;;;OAGG;YACW,6BAA6B;IAe3C;;;;;OAKG;IACG,gCAAgC,CACpC,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,qBAAqB,EACpC,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,gDAAgD,CAAC,EAChE,gDAAgD,CACjD,CACF;IA+DD;;;;;OAKG;IACG,uCAAuC,CAC3C,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,qBAAqB,EACpC,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC;IAS5D;;;;OAIG;IACG,gBAAgB,CACpB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC;IAajD;;;;OAIG;IACG,wBAAwB,CAC5B,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAyDxD;;;;OAIG;IACG,+BAA+B,CACnC,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,IAAI,CAAC;IAKhB;;;;;OAKG;IACG,wBAAwB,CAC5B,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,qBAAqB,EAC9B,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAyDxD;;;;;OAKG;IACG,+BAA+B,CACnC,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,qBAAqB,EAC9B,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,IAAI,CAAC;IAKhB;;;;;OAKG;YACW,iCAAiC;CAehD"}
|
|
@@ -16,132 +16,20 @@ const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
|
16
16
|
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
17
17
|
const core_lro_1 = require("@azure/core-lro");
|
|
18
18
|
const lroImpl_js_1 = require("../lroImpl.js");
|
|
19
|
-
|
|
20
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
21
|
-
const getLinkedServicesByWorkspaceOperationSpec = {
|
|
22
|
-
path: "/linkedservices",
|
|
23
|
-
httpMethod: "GET",
|
|
24
|
-
responses: {
|
|
25
|
-
200: {
|
|
26
|
-
bodyMapper: Mappers.LinkedServiceListResponse,
|
|
27
|
-
},
|
|
28
|
-
default: {
|
|
29
|
-
bodyMapper: Mappers.CloudError,
|
|
30
|
-
},
|
|
31
|
-
},
|
|
32
|
-
queryParameters: [Parameters.apiVersion5],
|
|
33
|
-
urlParameters: [Parameters.endpoint],
|
|
34
|
-
headerParameters: [Parameters.accept],
|
|
35
|
-
serializer,
|
|
36
|
-
};
|
|
37
|
-
const createOrUpdateLinkedServiceOperationSpec = {
|
|
38
|
-
path: "/linkedservices/{linkedServiceName}",
|
|
39
|
-
httpMethod: "PUT",
|
|
40
|
-
responses: {
|
|
41
|
-
200: {
|
|
42
|
-
bodyMapper: Mappers.LinkedServiceResource,
|
|
43
|
-
},
|
|
44
|
-
201: {
|
|
45
|
-
bodyMapper: Mappers.LinkedServiceResource,
|
|
46
|
-
},
|
|
47
|
-
202: {
|
|
48
|
-
bodyMapper: Mappers.LinkedServiceResource,
|
|
49
|
-
},
|
|
50
|
-
204: {
|
|
51
|
-
bodyMapper: Mappers.LinkedServiceResource,
|
|
52
|
-
},
|
|
53
|
-
default: {
|
|
54
|
-
bodyMapper: Mappers.CloudError,
|
|
55
|
-
},
|
|
56
|
-
},
|
|
57
|
-
requestBody: Parameters.linkedService,
|
|
58
|
-
queryParameters: [Parameters.apiVersion5],
|
|
59
|
-
urlParameters: [Parameters.endpoint, Parameters.linkedServiceName],
|
|
60
|
-
headerParameters: [Parameters.accept, Parameters.contentType, Parameters.ifMatch],
|
|
61
|
-
mediaType: "json",
|
|
62
|
-
serializer,
|
|
63
|
-
};
|
|
64
|
-
const getLinkedServiceOperationSpec = {
|
|
65
|
-
path: "/linkedservices/{linkedServiceName}",
|
|
66
|
-
httpMethod: "GET",
|
|
67
|
-
responses: {
|
|
68
|
-
200: {
|
|
69
|
-
bodyMapper: Mappers.LinkedServiceResource,
|
|
70
|
-
},
|
|
71
|
-
304: {},
|
|
72
|
-
default: {
|
|
73
|
-
bodyMapper: Mappers.CloudError,
|
|
74
|
-
},
|
|
75
|
-
},
|
|
76
|
-
queryParameters: [Parameters.apiVersion5],
|
|
77
|
-
urlParameters: [Parameters.endpoint, Parameters.linkedServiceName],
|
|
78
|
-
headerParameters: [Parameters.accept, Parameters.ifNoneMatch],
|
|
79
|
-
serializer,
|
|
80
|
-
};
|
|
81
|
-
const deleteLinkedServiceOperationSpec = {
|
|
82
|
-
path: "/linkedservices/{linkedServiceName}",
|
|
83
|
-
httpMethod: "DELETE",
|
|
84
|
-
responses: {
|
|
85
|
-
200: {},
|
|
86
|
-
201: {},
|
|
87
|
-
202: {},
|
|
88
|
-
204: {},
|
|
89
|
-
default: {
|
|
90
|
-
bodyMapper: Mappers.CloudError,
|
|
91
|
-
},
|
|
92
|
-
},
|
|
93
|
-
queryParameters: [Parameters.apiVersion5],
|
|
94
|
-
urlParameters: [Parameters.endpoint, Parameters.linkedServiceName],
|
|
95
|
-
headerParameters: [Parameters.accept],
|
|
96
|
-
serializer,
|
|
97
|
-
};
|
|
98
|
-
const renameLinkedServiceOperationSpec = {
|
|
99
|
-
path: "/linkedservices/{linkedServiceName}/rename",
|
|
100
|
-
httpMethod: "POST",
|
|
101
|
-
responses: {
|
|
102
|
-
200: {},
|
|
103
|
-
201: {},
|
|
104
|
-
202: {},
|
|
105
|
-
204: {},
|
|
106
|
-
default: {
|
|
107
|
-
bodyMapper: Mappers.CloudError,
|
|
108
|
-
},
|
|
109
|
-
},
|
|
110
|
-
requestBody: Parameters.request,
|
|
111
|
-
queryParameters: [Parameters.apiVersion5],
|
|
112
|
-
urlParameters: [Parameters.endpoint, Parameters.linkedServiceName],
|
|
113
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
114
|
-
mediaType: "json",
|
|
115
|
-
serializer,
|
|
116
|
-
};
|
|
117
|
-
const getLinkedServicesByWorkspaceNextOperationSpec = {
|
|
118
|
-
path: "{nextLink}",
|
|
119
|
-
httpMethod: "GET",
|
|
120
|
-
responses: {
|
|
121
|
-
200: {
|
|
122
|
-
bodyMapper: Mappers.LinkedServiceListResponse,
|
|
123
|
-
},
|
|
124
|
-
default: {
|
|
125
|
-
bodyMapper: Mappers.CloudError,
|
|
126
|
-
},
|
|
127
|
-
},
|
|
128
|
-
urlParameters: [Parameters.endpoint, Parameters.nextLink],
|
|
129
|
-
headerParameters: [Parameters.accept],
|
|
130
|
-
serializer,
|
|
131
|
-
};
|
|
19
|
+
/// <reference lib="esnext.asynciterable" />
|
|
132
20
|
/** Class containing LinkedServiceOperations operations. */
|
|
133
21
|
class LinkedServiceOperationsImpl {
|
|
134
22
|
client;
|
|
135
23
|
/**
|
|
136
24
|
* Initialize a new instance of the class LinkedServiceOperations class.
|
|
137
|
-
* @param client
|
|
25
|
+
* @param client Reference to the service client
|
|
138
26
|
*/
|
|
139
27
|
constructor(client) {
|
|
140
28
|
this.client = client;
|
|
141
29
|
}
|
|
142
30
|
/**
|
|
143
31
|
* Lists linked services.
|
|
144
|
-
* @param options
|
|
32
|
+
* @param options The options parameters.
|
|
145
33
|
*/
|
|
146
34
|
listLinkedServicesByWorkspace(options) {
|
|
147
35
|
const iter = this.getLinkedServicesByWorkspacePagingAll(options);
|
|
@@ -185,18 +73,18 @@ class LinkedServiceOperationsImpl {
|
|
|
185
73
|
}
|
|
186
74
|
/**
|
|
187
75
|
* Lists linked services.
|
|
188
|
-
* @param options
|
|
76
|
+
* @param options The options parameters.
|
|
189
77
|
*/
|
|
190
78
|
async _getLinkedServicesByWorkspace(options) {
|
|
191
|
-
return tracing_js_1.tracingClient.withSpan("ArtifactsClient._getLinkedServicesByWorkspace", options ?? {}, async (
|
|
192
|
-
return this.client.sendOperationRequest({
|
|
79
|
+
return tracing_js_1.tracingClient.withSpan("ArtifactsClient._getLinkedServicesByWorkspace", options ?? {}, async (options) => {
|
|
80
|
+
return this.client.sendOperationRequest({ options }, getLinkedServicesByWorkspaceOperationSpec);
|
|
193
81
|
});
|
|
194
82
|
}
|
|
195
83
|
/**
|
|
196
84
|
* Creates or updates a linked service.
|
|
197
|
-
* @param linkedServiceName
|
|
198
|
-
* @param linkedService
|
|
199
|
-
* @param options
|
|
85
|
+
* @param linkedServiceName The linked service name.
|
|
86
|
+
* @param linkedService Linked service resource definition.
|
|
87
|
+
* @param options The options parameters.
|
|
200
88
|
*/
|
|
201
89
|
async beginCreateOrUpdateLinkedService(linkedServiceName, linkedService, options) {
|
|
202
90
|
const directSendOperation = async (args, spec) => {
|
|
@@ -242,9 +130,9 @@ class LinkedServiceOperationsImpl {
|
|
|
242
130
|
}
|
|
243
131
|
/**
|
|
244
132
|
* Creates or updates a linked service.
|
|
245
|
-
* @param linkedServiceName
|
|
246
|
-
* @param linkedService
|
|
247
|
-
* @param options
|
|
133
|
+
* @param linkedServiceName The linked service name.
|
|
134
|
+
* @param linkedService Linked service resource definition.
|
|
135
|
+
* @param options The options parameters.
|
|
248
136
|
*/
|
|
249
137
|
async beginCreateOrUpdateLinkedServiceAndWait(linkedServiceName, linkedService, options) {
|
|
250
138
|
const poller = await this.beginCreateOrUpdateLinkedService(linkedServiceName, linkedService, options);
|
|
@@ -252,18 +140,18 @@ class LinkedServiceOperationsImpl {
|
|
|
252
140
|
}
|
|
253
141
|
/**
|
|
254
142
|
* Gets a linked service.
|
|
255
|
-
* @param linkedServiceName
|
|
256
|
-
* @param options
|
|
143
|
+
* @param linkedServiceName The linked service name.
|
|
144
|
+
* @param options The options parameters.
|
|
257
145
|
*/
|
|
258
146
|
async getLinkedService(linkedServiceName, options) {
|
|
259
|
-
return tracing_js_1.tracingClient.withSpan("ArtifactsClient.getLinkedService", options ?? {}, async (
|
|
260
|
-
return this.client.sendOperationRequest({ linkedServiceName,
|
|
147
|
+
return tracing_js_1.tracingClient.withSpan("ArtifactsClient.getLinkedService", options ?? {}, async (options) => {
|
|
148
|
+
return this.client.sendOperationRequest({ linkedServiceName, options }, getLinkedServiceOperationSpec);
|
|
261
149
|
});
|
|
262
150
|
}
|
|
263
151
|
/**
|
|
264
152
|
* Deletes a linked service.
|
|
265
|
-
* @param linkedServiceName
|
|
266
|
-
* @param options
|
|
153
|
+
* @param linkedServiceName The linked service name.
|
|
154
|
+
* @param options The options parameters.
|
|
267
155
|
*/
|
|
268
156
|
async beginDeleteLinkedService(linkedServiceName, options) {
|
|
269
157
|
const directSendOperation = async (args, spec) => {
|
|
@@ -309,8 +197,8 @@ class LinkedServiceOperationsImpl {
|
|
|
309
197
|
}
|
|
310
198
|
/**
|
|
311
199
|
* Deletes a linked service.
|
|
312
|
-
* @param linkedServiceName
|
|
313
|
-
* @param options
|
|
200
|
+
* @param linkedServiceName The linked service name.
|
|
201
|
+
* @param options The options parameters.
|
|
314
202
|
*/
|
|
315
203
|
async beginDeleteLinkedServiceAndWait(linkedServiceName, options) {
|
|
316
204
|
const poller = await this.beginDeleteLinkedService(linkedServiceName, options);
|
|
@@ -318,9 +206,9 @@ class LinkedServiceOperationsImpl {
|
|
|
318
206
|
}
|
|
319
207
|
/**
|
|
320
208
|
* Renames a linked service.
|
|
321
|
-
* @param linkedServiceName
|
|
322
|
-
* @param request
|
|
323
|
-
* @param options
|
|
209
|
+
* @param linkedServiceName The linked service name.
|
|
210
|
+
* @param request proposed new name.
|
|
211
|
+
* @param options The options parameters.
|
|
324
212
|
*/
|
|
325
213
|
async beginRenameLinkedService(linkedServiceName, request, options) {
|
|
326
214
|
const directSendOperation = async (args, spec) => {
|
|
@@ -366,9 +254,9 @@ class LinkedServiceOperationsImpl {
|
|
|
366
254
|
}
|
|
367
255
|
/**
|
|
368
256
|
* Renames a linked service.
|
|
369
|
-
* @param linkedServiceName
|
|
370
|
-
* @param request
|
|
371
|
-
* @param options
|
|
257
|
+
* @param linkedServiceName The linked service name.
|
|
258
|
+
* @param request proposed new name.
|
|
259
|
+
* @param options The options parameters.
|
|
372
260
|
*/
|
|
373
261
|
async beginRenameLinkedServiceAndWait(linkedServiceName, request, options) {
|
|
374
262
|
const poller = await this.beginRenameLinkedService(linkedServiceName, request, options);
|
|
@@ -376,15 +264,128 @@ class LinkedServiceOperationsImpl {
|
|
|
376
264
|
}
|
|
377
265
|
/**
|
|
378
266
|
* GetLinkedServicesByWorkspaceNext
|
|
379
|
-
* @param nextLink
|
|
267
|
+
* @param nextLink The nextLink from the previous successful call to the GetLinkedServicesByWorkspace
|
|
380
268
|
* method.
|
|
381
|
-
* @param options
|
|
269
|
+
* @param options The options parameters.
|
|
382
270
|
*/
|
|
383
271
|
async _getLinkedServicesByWorkspaceNext(nextLink, options) {
|
|
384
|
-
return tracing_js_1.tracingClient.withSpan("ArtifactsClient._getLinkedServicesByWorkspaceNext", options ?? {}, async (
|
|
385
|
-
return this.client.sendOperationRequest({ nextLink,
|
|
272
|
+
return tracing_js_1.tracingClient.withSpan("ArtifactsClient._getLinkedServicesByWorkspaceNext", options ?? {}, async (options) => {
|
|
273
|
+
return this.client.sendOperationRequest({ nextLink, options }, getLinkedServicesByWorkspaceNextOperationSpec);
|
|
386
274
|
});
|
|
387
275
|
}
|
|
388
276
|
}
|
|
389
277
|
exports.LinkedServiceOperationsImpl = LinkedServiceOperationsImpl;
|
|
278
|
+
// Operation Specifications
|
|
279
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
280
|
+
const getLinkedServicesByWorkspaceOperationSpec = {
|
|
281
|
+
path: "/linkedservices",
|
|
282
|
+
httpMethod: "GET",
|
|
283
|
+
responses: {
|
|
284
|
+
200: {
|
|
285
|
+
bodyMapper: Mappers.LinkedServiceListResponse,
|
|
286
|
+
},
|
|
287
|
+
default: {
|
|
288
|
+
bodyMapper: Mappers.CloudError,
|
|
289
|
+
},
|
|
290
|
+
},
|
|
291
|
+
queryParameters: [Parameters.apiVersion5],
|
|
292
|
+
urlParameters: [Parameters.endpoint],
|
|
293
|
+
headerParameters: [Parameters.accept],
|
|
294
|
+
serializer,
|
|
295
|
+
};
|
|
296
|
+
const createOrUpdateLinkedServiceOperationSpec = {
|
|
297
|
+
path: "/linkedservices/{linkedServiceName}",
|
|
298
|
+
httpMethod: "PUT",
|
|
299
|
+
responses: {
|
|
300
|
+
200: {
|
|
301
|
+
bodyMapper: Mappers.LinkedServiceResource,
|
|
302
|
+
},
|
|
303
|
+
201: {
|
|
304
|
+
bodyMapper: Mappers.LinkedServiceResource,
|
|
305
|
+
},
|
|
306
|
+
202: {
|
|
307
|
+
bodyMapper: Mappers.LinkedServiceResource,
|
|
308
|
+
},
|
|
309
|
+
204: {
|
|
310
|
+
bodyMapper: Mappers.LinkedServiceResource,
|
|
311
|
+
},
|
|
312
|
+
default: {
|
|
313
|
+
bodyMapper: Mappers.CloudError,
|
|
314
|
+
},
|
|
315
|
+
},
|
|
316
|
+
requestBody: Parameters.linkedService,
|
|
317
|
+
queryParameters: [Parameters.apiVersion5],
|
|
318
|
+
urlParameters: [Parameters.endpoint, Parameters.linkedServiceName],
|
|
319
|
+
headerParameters: [Parameters.accept, Parameters.contentType, Parameters.ifMatch],
|
|
320
|
+
mediaType: "json",
|
|
321
|
+
serializer,
|
|
322
|
+
};
|
|
323
|
+
const getLinkedServiceOperationSpec = {
|
|
324
|
+
path: "/linkedservices/{linkedServiceName}",
|
|
325
|
+
httpMethod: "GET",
|
|
326
|
+
responses: {
|
|
327
|
+
200: {
|
|
328
|
+
bodyMapper: Mappers.LinkedServiceResource,
|
|
329
|
+
},
|
|
330
|
+
304: {},
|
|
331
|
+
default: {
|
|
332
|
+
bodyMapper: Mappers.CloudError,
|
|
333
|
+
},
|
|
334
|
+
},
|
|
335
|
+
queryParameters: [Parameters.apiVersion5],
|
|
336
|
+
urlParameters: [Parameters.endpoint, Parameters.linkedServiceName],
|
|
337
|
+
headerParameters: [Parameters.accept, Parameters.ifNoneMatch],
|
|
338
|
+
serializer,
|
|
339
|
+
};
|
|
340
|
+
const deleteLinkedServiceOperationSpec = {
|
|
341
|
+
path: "/linkedservices/{linkedServiceName}",
|
|
342
|
+
httpMethod: "DELETE",
|
|
343
|
+
responses: {
|
|
344
|
+
200: {},
|
|
345
|
+
201: {},
|
|
346
|
+
202: {},
|
|
347
|
+
204: {},
|
|
348
|
+
default: {
|
|
349
|
+
bodyMapper: Mappers.CloudError,
|
|
350
|
+
},
|
|
351
|
+
},
|
|
352
|
+
queryParameters: [Parameters.apiVersion5],
|
|
353
|
+
urlParameters: [Parameters.endpoint, Parameters.linkedServiceName],
|
|
354
|
+
headerParameters: [Parameters.accept],
|
|
355
|
+
serializer,
|
|
356
|
+
};
|
|
357
|
+
const renameLinkedServiceOperationSpec = {
|
|
358
|
+
path: "/linkedservices/{linkedServiceName}/rename",
|
|
359
|
+
httpMethod: "POST",
|
|
360
|
+
responses: {
|
|
361
|
+
200: {},
|
|
362
|
+
201: {},
|
|
363
|
+
202: {},
|
|
364
|
+
204: {},
|
|
365
|
+
default: {
|
|
366
|
+
bodyMapper: Mappers.CloudError,
|
|
367
|
+
},
|
|
368
|
+
},
|
|
369
|
+
requestBody: Parameters.request,
|
|
370
|
+
queryParameters: [Parameters.apiVersion5],
|
|
371
|
+
urlParameters: [Parameters.endpoint, Parameters.linkedServiceName],
|
|
372
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
373
|
+
mediaType: "json",
|
|
374
|
+
serializer,
|
|
375
|
+
};
|
|
376
|
+
const getLinkedServicesByWorkspaceNextOperationSpec = {
|
|
377
|
+
path: "{nextLink}",
|
|
378
|
+
httpMethod: "GET",
|
|
379
|
+
responses: {
|
|
380
|
+
200: {
|
|
381
|
+
bodyMapper: Mappers.LinkedServiceListResponse,
|
|
382
|
+
},
|
|
383
|
+
default: {
|
|
384
|
+
bodyMapper: Mappers.CloudError,
|
|
385
|
+
},
|
|
386
|
+
},
|
|
387
|
+
urlParameters: [Parameters.endpoint, Parameters.nextLink],
|
|
388
|
+
headerParameters: [Parameters.accept],
|
|
389
|
+
serializer,
|
|
390
|
+
};
|
|
390
391
|
//# sourceMappingURL=linkedServiceOperations.js.map
|