@azure/synapse-artifacts 1.0.0-beta.16 → 1.0.0-beta.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/dist/browser/artifactsClient.d.ts +3 -3
- package/dist/browser/artifactsClient.js +39 -10
- package/dist/browser/artifactsClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +255 -49
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +54 -2
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +3 -1
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +6493 -2903
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/bigDataPools.d.ts +4 -4
- package/dist/browser/operations/bigDataPools.d.ts.map +1 -1
- package/dist/browser/operations/bigDataPools.js +30 -29
- package/dist/browser/operations/bigDataPools.js.map +1 -1
- package/dist/browser/operations/dataFlowDebugSession.d.ts +17 -17
- package/dist/browser/operations/dataFlowDebugSession.d.ts.map +1 -1
- package/dist/browser/operations/dataFlowDebugSession.js +194 -200
- package/dist/browser/operations/dataFlowDebugSession.js.map +1 -1
- package/dist/browser/operations/dataFlowOperations.d.ts +23 -23
- package/dist/browser/operations/dataFlowOperations.d.ts.map +1 -1
- package/dist/browser/operations/dataFlowOperations.js +201 -202
- package/dist/browser/operations/dataFlowOperations.js.map +1 -1
- package/dist/browser/operations/datasetOperations.d.ts +23 -23
- package/dist/browser/operations/datasetOperations.d.ts.map +1 -1
- package/dist/browser/operations/datasetOperations.js +202 -203
- package/dist/browser/operations/datasetOperations.js.map +1 -1
- package/dist/browser/operations/integrationRuntimes.d.ts +4 -4
- package/dist/browser/operations/integrationRuntimes.d.ts.map +1 -1
- package/dist/browser/operations/integrationRuntimes.js +30 -29
- package/dist/browser/operations/integrationRuntimes.js.map +1 -1
- package/dist/browser/operations/kqlScriptOperations.d.ts +19 -19
- package/dist/browser/operations/kqlScriptOperations.d.ts.map +1 -1
- package/dist/browser/operations/kqlScriptOperations.js +139 -123
- package/dist/browser/operations/kqlScriptOperations.js.map +1 -1
- package/dist/browser/operations/kqlScripts.d.ts +5 -5
- package/dist/browser/operations/kqlScripts.d.ts.map +1 -1
- package/dist/browser/operations/kqlScripts.js +66 -82
- package/dist/browser/operations/kqlScripts.js.map +1 -1
- package/dist/browser/operations/library.d.ts +24 -24
- package/dist/browser/operations/library.d.ts.map +1 -1
- package/dist/browser/operations/library.js +234 -235
- package/dist/browser/operations/library.js.map +1 -1
- package/dist/browser/operations/linkConnectionOperations.d.ts +33 -33
- package/dist/browser/operations/linkConnectionOperations.d.ts.map +1 -1
- package/dist/browser/operations/linkConnectionOperations.js +203 -219
- package/dist/browser/operations/linkConnectionOperations.js.map +1 -1
- package/dist/browser/operations/linkedServiceOperations.d.ts +23 -23
- package/dist/browser/operations/linkedServiceOperations.d.ts.map +1 -1
- package/dist/browser/operations/linkedServiceOperations.js +202 -203
- package/dist/browser/operations/linkedServiceOperations.js.map +1 -1
- package/dist/browser/operations/metastore.d.ts +11 -11
- package/dist/browser/operations/metastore.d.ts.map +1 -1
- package/dist/browser/operations/metastore.js +54 -53
- package/dist/browser/operations/metastore.js.map +1 -1
- package/dist/browser/operations/notebookOperationResult.d.ts +3 -3
- package/dist/browser/operations/notebookOperationResult.d.ts.map +1 -1
- package/dist/browser/operations/notebookOperationResult.js +21 -20
- package/dist/browser/operations/notebookOperationResult.js.map +1 -1
- package/dist/browser/operations/notebookOperations.d.ts +27 -27
- package/dist/browser/operations/notebookOperations.d.ts.map +1 -1
- package/dist/browser/operations/notebookOperations.js +263 -281
- package/dist/browser/operations/notebookOperations.js.map +1 -1
- package/dist/browser/operations/pipelineOperations.d.ts +25 -25
- package/dist/browser/operations/pipelineOperations.d.ts.map +1 -1
- package/dist/browser/operations/pipelineOperations.js +229 -230
- package/dist/browser/operations/pipelineOperations.js.map +1 -1
- package/dist/browser/operations/pipelineRunOperations.d.ts +11 -11
- package/dist/browser/operations/pipelineRunOperations.d.ts.map +1 -1
- package/dist/browser/operations/pipelineRunOperations.js +53 -52
- package/dist/browser/operations/pipelineRunOperations.js.map +1 -1
- package/dist/browser/operations/runNotebook.d.ts +18 -13
- package/dist/browser/operations/runNotebook.d.ts.map +1 -1
- package/dist/browser/operations/runNotebook.js +104 -93
- package/dist/browser/operations/runNotebook.js.map +1 -1
- package/dist/browser/operations/sparkConfigurationOperations.d.ts +23 -23
- package/dist/browser/operations/sparkConfigurationOperations.d.ts.map +1 -1
- package/dist/browser/operations/sparkConfigurationOperations.js +202 -203
- package/dist/browser/operations/sparkConfigurationOperations.js.map +1 -1
- package/dist/browser/operations/sparkJobDefinitionOperations.d.ts +31 -31
- package/dist/browser/operations/sparkJobDefinitionOperations.d.ts.map +1 -1
- package/dist/browser/operations/sparkJobDefinitionOperations.js +286 -278
- package/dist/browser/operations/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/browser/operations/sqlPools.d.ts +4 -4
- package/dist/browser/operations/sqlPools.d.ts.map +1 -1
- package/dist/browser/operations/sqlPools.js +30 -30
- package/dist/browser/operations/sqlPools.js.map +1 -1
- package/dist/browser/operations/sqlScriptOperations.d.ts +23 -23
- package/dist/browser/operations/sqlScriptOperations.d.ts.map +1 -1
- package/dist/browser/operations/sqlScriptOperations.js +202 -204
- package/dist/browser/operations/sqlScriptOperations.js.map +1 -1
- package/dist/browser/operations/triggerOperations.d.ts +35 -35
- package/dist/browser/operations/triggerOperations.d.ts.map +1 -1
- package/dist/browser/operations/triggerOperations.js +333 -320
- package/dist/browser/operations/triggerOperations.js.map +1 -1
- package/dist/browser/operations/triggerRunOperations.d.ts +9 -9
- package/dist/browser/operations/triggerRunOperations.d.ts.map +1 -1
- package/dist/browser/operations/triggerRunOperations.js +43 -43
- package/dist/browser/operations/triggerRunOperations.js.map +1 -1
- package/dist/browser/operations/workspaceGitRepoManagement.d.ts +3 -3
- package/dist/browser/operations/workspaceGitRepoManagement.d.ts.map +1 -1
- package/dist/browser/operations/workspaceGitRepoManagement.js +21 -21
- package/dist/browser/operations/workspaceGitRepoManagement.js.map +1 -1
- package/dist/browser/operations/workspaceOperations.d.ts +2 -2
- package/dist/browser/operations/workspaceOperations.d.ts.map +1 -1
- package/dist/browser/operations/workspaceOperations.js +20 -20
- package/dist/browser/operations/workspaceOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/bigDataPools.d.ts +3 -3
- package/dist/browser/operationsInterfaces/bigDataPools.js.map +1 -1
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.d.ts +13 -13
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.js.map +1 -1
- package/dist/browser/operationsInterfaces/dataFlowOperations.d.ts +19 -19
- package/dist/browser/operationsInterfaces/dataFlowOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/dataFlowOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/datasetOperations.d.ts +19 -19
- package/dist/browser/operationsInterfaces/datasetOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/datasetOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/integrationRuntimes.d.ts +3 -3
- package/dist/browser/operationsInterfaces/integrationRuntimes.js.map +1 -1
- package/dist/browser/operationsInterfaces/kqlScriptOperations.d.ts +18 -18
- package/dist/browser/operationsInterfaces/kqlScriptOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/kqlScripts.d.ts +1 -1
- package/dist/browser/operationsInterfaces/kqlScripts.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/kqlScripts.js.map +1 -1
- package/dist/browser/operationsInterfaces/library.d.ts +20 -20
- package/dist/browser/operationsInterfaces/library.js.map +1 -1
- package/dist/browser/operationsInterfaces/linkConnectionOperations.d.ts +29 -29
- package/dist/browser/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/linkConnectionOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/linkedServiceOperations.d.ts +19 -19
- package/dist/browser/operationsInterfaces/linkedServiceOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/metastore.d.ts +10 -10
- package/dist/browser/operationsInterfaces/metastore.js.map +1 -1
- package/dist/browser/operationsInterfaces/notebookOperationResult.d.ts +2 -2
- package/dist/browser/operationsInterfaces/notebookOperationResult.js.map +1 -1
- package/dist/browser/operationsInterfaces/notebookOperations.d.ts +20 -20
- package/dist/browser/operationsInterfaces/notebookOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/pipelineOperations.d.ts +21 -21
- package/dist/browser/operationsInterfaces/pipelineOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/pipelineOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/pipelineRunOperations.d.ts +10 -10
- package/dist/browser/operationsInterfaces/pipelineRunOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/runNotebook.d.ts +17 -12
- package/dist/browser/operationsInterfaces/runNotebook.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/runNotebook.js.map +1 -1
- package/dist/browser/operationsInterfaces/sparkConfigurationOperations.d.ts +19 -19
- package/dist/browser/operationsInterfaces/sparkConfigurationOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.d.ts +27 -27
- package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/sqlPools.d.ts +3 -3
- package/dist/browser/operationsInterfaces/sqlPools.js.map +1 -1
- package/dist/browser/operationsInterfaces/sqlScriptOperations.d.ts +19 -19
- package/dist/browser/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/sqlScriptOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/triggerOperations.d.ts +31 -31
- package/dist/browser/operationsInterfaces/triggerOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/triggerOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/triggerRunOperations.d.ts +8 -8
- package/dist/browser/operationsInterfaces/triggerRunOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.d.ts +2 -2
- package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -1
- package/dist/browser/operationsInterfaces/workspaceOperations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/workspaceOperations.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts +1 -1
- package/dist/browser/pagingHelper.js +3 -5
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/artifactsClient.d.ts +3 -3
- package/dist/commonjs/artifactsClient.js +39 -10
- package/dist/commonjs/artifactsClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +255 -49
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +57 -5
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +3 -1
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +6501 -2911
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/bigDataPools.d.ts +4 -4
- package/dist/commonjs/operations/bigDataPools.d.ts.map +1 -1
- package/dist/commonjs/operations/bigDataPools.js +31 -30
- package/dist/commonjs/operations/bigDataPools.js.map +1 -1
- package/dist/commonjs/operations/dataFlowDebugSession.d.ts +17 -17
- package/dist/commonjs/operations/dataFlowDebugSession.d.ts.map +1 -1
- package/dist/commonjs/operations/dataFlowDebugSession.js +194 -199
- package/dist/commonjs/operations/dataFlowDebugSession.js.map +1 -1
- package/dist/commonjs/operations/dataFlowOperations.d.ts +23 -23
- package/dist/commonjs/operations/dataFlowOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/dataFlowOperations.js +201 -201
- package/dist/commonjs/operations/dataFlowOperations.js.map +1 -1
- package/dist/commonjs/operations/datasetOperations.d.ts +23 -23
- package/dist/commonjs/operations/datasetOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/datasetOperations.js +202 -202
- package/dist/commonjs/operations/datasetOperations.js.map +1 -1
- package/dist/commonjs/operations/integrationRuntimes.d.ts +4 -4
- package/dist/commonjs/operations/integrationRuntimes.d.ts.map +1 -1
- package/dist/commonjs/operations/integrationRuntimes.js +31 -30
- package/dist/commonjs/operations/integrationRuntimes.js.map +1 -1
- package/dist/commonjs/operations/kqlScriptOperations.d.ts +19 -19
- package/dist/commonjs/operations/kqlScriptOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/kqlScriptOperations.js +139 -123
- package/dist/commonjs/operations/kqlScriptOperations.js.map +1 -1
- package/dist/commonjs/operations/kqlScripts.d.ts +5 -5
- package/dist/commonjs/operations/kqlScripts.d.ts.map +1 -1
- package/dist/commonjs/operations/kqlScripts.js +66 -81
- package/dist/commonjs/operations/kqlScripts.js.map +1 -1
- package/dist/commonjs/operations/library.d.ts +24 -24
- package/dist/commonjs/operations/library.d.ts.map +1 -1
- package/dist/commonjs/operations/library.js +234 -234
- package/dist/commonjs/operations/library.js.map +1 -1
- package/dist/commonjs/operations/linkConnectionOperations.d.ts +33 -33
- package/dist/commonjs/operations/linkConnectionOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/linkConnectionOperations.js +204 -219
- package/dist/commonjs/operations/linkConnectionOperations.js.map +1 -1
- package/dist/commonjs/operations/linkedServiceOperations.d.ts +23 -23
- package/dist/commonjs/operations/linkedServiceOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/linkedServiceOperations.js +202 -202
- package/dist/commonjs/operations/linkedServiceOperations.js.map +1 -1
- package/dist/commonjs/operations/metastore.d.ts +11 -11
- package/dist/commonjs/operations/metastore.d.ts.map +1 -1
- package/dist/commonjs/operations/metastore.js +55 -54
- package/dist/commonjs/operations/metastore.js.map +1 -1
- package/dist/commonjs/operations/notebookOperationResult.d.ts +3 -3
- package/dist/commonjs/operations/notebookOperationResult.d.ts.map +1 -1
- package/dist/commonjs/operations/notebookOperationResult.js +22 -21
- package/dist/commonjs/operations/notebookOperationResult.js.map +1 -1
- package/dist/commonjs/operations/notebookOperations.d.ts +27 -27
- package/dist/commonjs/operations/notebookOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/notebookOperations.js +263 -280
- package/dist/commonjs/operations/notebookOperations.js.map +1 -1
- package/dist/commonjs/operations/pipelineOperations.d.ts +25 -25
- package/dist/commonjs/operations/pipelineOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/pipelineOperations.js +229 -229
- package/dist/commonjs/operations/pipelineOperations.js.map +1 -1
- package/dist/commonjs/operations/pipelineRunOperations.d.ts +11 -11
- package/dist/commonjs/operations/pipelineRunOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/pipelineRunOperations.js +54 -53
- package/dist/commonjs/operations/pipelineRunOperations.js.map +1 -1
- package/dist/commonjs/operations/runNotebook.d.ts +18 -13
- package/dist/commonjs/operations/runNotebook.d.ts.map +1 -1
- package/dist/commonjs/operations/runNotebook.js +105 -94
- package/dist/commonjs/operations/runNotebook.js.map +1 -1
- package/dist/commonjs/operations/sparkConfigurationOperations.d.ts +23 -23
- package/dist/commonjs/operations/sparkConfigurationOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/sparkConfigurationOperations.js +202 -202
- package/dist/commonjs/operations/sparkConfigurationOperations.js.map +1 -1
- package/dist/commonjs/operations/sparkJobDefinitionOperations.d.ts +31 -31
- package/dist/commonjs/operations/sparkJobDefinitionOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/sparkJobDefinitionOperations.js +286 -277
- package/dist/commonjs/operations/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/commonjs/operations/sqlPools.d.ts +4 -4
- package/dist/commonjs/operations/sqlPools.d.ts.map +1 -1
- package/dist/commonjs/operations/sqlPools.js +31 -31
- package/dist/commonjs/operations/sqlPools.js.map +1 -1
- package/dist/commonjs/operations/sqlScriptOperations.d.ts +23 -23
- package/dist/commonjs/operations/sqlScriptOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/sqlScriptOperations.js +202 -203
- package/dist/commonjs/operations/sqlScriptOperations.js.map +1 -1
- package/dist/commonjs/operations/triggerOperations.d.ts +35 -35
- package/dist/commonjs/operations/triggerOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/triggerOperations.js +333 -319
- package/dist/commonjs/operations/triggerOperations.js.map +1 -1
- package/dist/commonjs/operations/triggerRunOperations.d.ts +9 -9
- package/dist/commonjs/operations/triggerRunOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/triggerRunOperations.js +44 -44
- package/dist/commonjs/operations/triggerRunOperations.js.map +1 -1
- package/dist/commonjs/operations/workspaceGitRepoManagement.d.ts +3 -3
- package/dist/commonjs/operations/workspaceGitRepoManagement.d.ts.map +1 -1
- package/dist/commonjs/operations/workspaceGitRepoManagement.js +22 -22
- package/dist/commonjs/operations/workspaceGitRepoManagement.js.map +1 -1
- package/dist/commonjs/operations/workspaceOperations.d.ts +2 -2
- package/dist/commonjs/operations/workspaceOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/workspaceOperations.js +21 -21
- package/dist/commonjs/operations/workspaceOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/bigDataPools.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/bigDataPools.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.d.ts +13 -13
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.d.ts +19 -19
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/datasetOperations.d.ts +19 -19
- package/dist/commonjs/operationsInterfaces/datasetOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/datasetOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/kqlScriptOperations.d.ts +18 -18
- package/dist/commonjs/operationsInterfaces/kqlScriptOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/kqlScripts.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/kqlScripts.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/kqlScripts.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/library.d.ts +20 -20
- package/dist/commonjs/operationsInterfaces/library.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.d.ts +29 -29
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/linkedServiceOperations.d.ts +19 -19
- package/dist/commonjs/operationsInterfaces/linkedServiceOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/metastore.d.ts +10 -10
- package/dist/commonjs/operationsInterfaces/metastore.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/notebookOperationResult.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/notebookOperationResult.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/notebookOperations.d.ts +20 -20
- package/dist/commonjs/operationsInterfaces/notebookOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/pipelineOperations.d.ts +21 -21
- package/dist/commonjs/operationsInterfaces/pipelineOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/pipelineOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/pipelineRunOperations.d.ts +10 -10
- package/dist/commonjs/operationsInterfaces/pipelineRunOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/runNotebook.d.ts +17 -12
- package/dist/commonjs/operationsInterfaces/runNotebook.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/runNotebook.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.d.ts +19 -19
- package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.d.ts +27 -27
- package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlPools.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/sqlPools.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.d.ts +19 -19
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/triggerOperations.d.ts +31 -31
- package/dist/commonjs/operationsInterfaces/triggerOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/triggerOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/triggerRunOperations.d.ts +8 -8
- package/dist/commonjs/operationsInterfaces/triggerRunOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/workspaceOperations.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/workspaceOperations.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts +1 -1
- package/dist/commonjs/pagingHelper.js +3 -5
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/artifactsClient.d.ts +3 -3
- package/dist/esm/artifactsClient.js +39 -10
- package/dist/esm/artifactsClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +255 -49
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +54 -2
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +3 -1
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +6493 -2903
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/bigDataPools.d.ts +4 -4
- package/dist/esm/operations/bigDataPools.d.ts.map +1 -1
- package/dist/esm/operations/bigDataPools.js +30 -29
- package/dist/esm/operations/bigDataPools.js.map +1 -1
- package/dist/esm/operations/dataFlowDebugSession.d.ts +17 -17
- package/dist/esm/operations/dataFlowDebugSession.d.ts.map +1 -1
- package/dist/esm/operations/dataFlowDebugSession.js +194 -200
- package/dist/esm/operations/dataFlowDebugSession.js.map +1 -1
- package/dist/esm/operations/dataFlowOperations.d.ts +23 -23
- package/dist/esm/operations/dataFlowOperations.d.ts.map +1 -1
- package/dist/esm/operations/dataFlowOperations.js +201 -202
- package/dist/esm/operations/dataFlowOperations.js.map +1 -1
- package/dist/esm/operations/datasetOperations.d.ts +23 -23
- package/dist/esm/operations/datasetOperations.d.ts.map +1 -1
- package/dist/esm/operations/datasetOperations.js +202 -203
- package/dist/esm/operations/datasetOperations.js.map +1 -1
- package/dist/esm/operations/integrationRuntimes.d.ts +4 -4
- package/dist/esm/operations/integrationRuntimes.d.ts.map +1 -1
- package/dist/esm/operations/integrationRuntimes.js +30 -29
- package/dist/esm/operations/integrationRuntimes.js.map +1 -1
- package/dist/esm/operations/kqlScriptOperations.d.ts +19 -19
- package/dist/esm/operations/kqlScriptOperations.d.ts.map +1 -1
- package/dist/esm/operations/kqlScriptOperations.js +139 -123
- package/dist/esm/operations/kqlScriptOperations.js.map +1 -1
- package/dist/esm/operations/kqlScripts.d.ts +5 -5
- package/dist/esm/operations/kqlScripts.d.ts.map +1 -1
- package/dist/esm/operations/kqlScripts.js +66 -82
- package/dist/esm/operations/kqlScripts.js.map +1 -1
- package/dist/esm/operations/library.d.ts +24 -24
- package/dist/esm/operations/library.d.ts.map +1 -1
- package/dist/esm/operations/library.js +234 -235
- package/dist/esm/operations/library.js.map +1 -1
- package/dist/esm/operations/linkConnectionOperations.d.ts +33 -33
- package/dist/esm/operations/linkConnectionOperations.d.ts.map +1 -1
- package/dist/esm/operations/linkConnectionOperations.js +203 -219
- package/dist/esm/operations/linkConnectionOperations.js.map +1 -1
- package/dist/esm/operations/linkedServiceOperations.d.ts +23 -23
- package/dist/esm/operations/linkedServiceOperations.d.ts.map +1 -1
- package/dist/esm/operations/linkedServiceOperations.js +202 -203
- package/dist/esm/operations/linkedServiceOperations.js.map +1 -1
- package/dist/esm/operations/metastore.d.ts +11 -11
- package/dist/esm/operations/metastore.d.ts.map +1 -1
- package/dist/esm/operations/metastore.js +54 -53
- package/dist/esm/operations/metastore.js.map +1 -1
- package/dist/esm/operations/notebookOperationResult.d.ts +3 -3
- package/dist/esm/operations/notebookOperationResult.d.ts.map +1 -1
- package/dist/esm/operations/notebookOperationResult.js +21 -20
- package/dist/esm/operations/notebookOperationResult.js.map +1 -1
- package/dist/esm/operations/notebookOperations.d.ts +27 -27
- package/dist/esm/operations/notebookOperations.d.ts.map +1 -1
- package/dist/esm/operations/notebookOperations.js +263 -281
- package/dist/esm/operations/notebookOperations.js.map +1 -1
- package/dist/esm/operations/pipelineOperations.d.ts +25 -25
- package/dist/esm/operations/pipelineOperations.d.ts.map +1 -1
- package/dist/esm/operations/pipelineOperations.js +229 -230
- package/dist/esm/operations/pipelineOperations.js.map +1 -1
- package/dist/esm/operations/pipelineRunOperations.d.ts +11 -11
- package/dist/esm/operations/pipelineRunOperations.d.ts.map +1 -1
- package/dist/esm/operations/pipelineRunOperations.js +53 -52
- package/dist/esm/operations/pipelineRunOperations.js.map +1 -1
- package/dist/esm/operations/runNotebook.d.ts +18 -13
- package/dist/esm/operations/runNotebook.d.ts.map +1 -1
- package/dist/esm/operations/runNotebook.js +104 -93
- package/dist/esm/operations/runNotebook.js.map +1 -1
- package/dist/esm/operations/sparkConfigurationOperations.d.ts +23 -23
- package/dist/esm/operations/sparkConfigurationOperations.d.ts.map +1 -1
- package/dist/esm/operations/sparkConfigurationOperations.js +202 -203
- package/dist/esm/operations/sparkConfigurationOperations.js.map +1 -1
- package/dist/esm/operations/sparkJobDefinitionOperations.d.ts +31 -31
- package/dist/esm/operations/sparkJobDefinitionOperations.d.ts.map +1 -1
- package/dist/esm/operations/sparkJobDefinitionOperations.js +286 -278
- package/dist/esm/operations/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/esm/operations/sqlPools.d.ts +4 -4
- package/dist/esm/operations/sqlPools.d.ts.map +1 -1
- package/dist/esm/operations/sqlPools.js +30 -30
- package/dist/esm/operations/sqlPools.js.map +1 -1
- package/dist/esm/operations/sqlScriptOperations.d.ts +23 -23
- package/dist/esm/operations/sqlScriptOperations.d.ts.map +1 -1
- package/dist/esm/operations/sqlScriptOperations.js +202 -204
- package/dist/esm/operations/sqlScriptOperations.js.map +1 -1
- package/dist/esm/operations/triggerOperations.d.ts +35 -35
- package/dist/esm/operations/triggerOperations.d.ts.map +1 -1
- package/dist/esm/operations/triggerOperations.js +333 -320
- package/dist/esm/operations/triggerOperations.js.map +1 -1
- package/dist/esm/operations/triggerRunOperations.d.ts +9 -9
- package/dist/esm/operations/triggerRunOperations.d.ts.map +1 -1
- package/dist/esm/operations/triggerRunOperations.js +43 -43
- package/dist/esm/operations/triggerRunOperations.js.map +1 -1
- package/dist/esm/operations/workspaceGitRepoManagement.d.ts +3 -3
- package/dist/esm/operations/workspaceGitRepoManagement.d.ts.map +1 -1
- package/dist/esm/operations/workspaceGitRepoManagement.js +21 -21
- package/dist/esm/operations/workspaceGitRepoManagement.js.map +1 -1
- package/dist/esm/operations/workspaceOperations.d.ts +2 -2
- package/dist/esm/operations/workspaceOperations.d.ts.map +1 -1
- package/dist/esm/operations/workspaceOperations.js +20 -20
- package/dist/esm/operations/workspaceOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/bigDataPools.d.ts +3 -3
- package/dist/esm/operationsInterfaces/bigDataPools.js.map +1 -1
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.d.ts +13 -13
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.js.map +1 -1
- package/dist/esm/operationsInterfaces/dataFlowOperations.d.ts +19 -19
- package/dist/esm/operationsInterfaces/dataFlowOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/dataFlowOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/datasetOperations.d.ts +19 -19
- package/dist/esm/operationsInterfaces/datasetOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/datasetOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/integrationRuntimes.d.ts +3 -3
- package/dist/esm/operationsInterfaces/integrationRuntimes.js.map +1 -1
- package/dist/esm/operationsInterfaces/kqlScriptOperations.d.ts +18 -18
- package/dist/esm/operationsInterfaces/kqlScriptOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/kqlScripts.d.ts +1 -1
- package/dist/esm/operationsInterfaces/kqlScripts.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/kqlScripts.js.map +1 -1
- package/dist/esm/operationsInterfaces/library.d.ts +20 -20
- package/dist/esm/operationsInterfaces/library.js.map +1 -1
- package/dist/esm/operationsInterfaces/linkConnectionOperations.d.ts +29 -29
- package/dist/esm/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/linkConnectionOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/linkedServiceOperations.d.ts +19 -19
- package/dist/esm/operationsInterfaces/linkedServiceOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/metastore.d.ts +10 -10
- package/dist/esm/operationsInterfaces/metastore.js.map +1 -1
- package/dist/esm/operationsInterfaces/notebookOperationResult.d.ts +2 -2
- package/dist/esm/operationsInterfaces/notebookOperationResult.js.map +1 -1
- package/dist/esm/operationsInterfaces/notebookOperations.d.ts +20 -20
- package/dist/esm/operationsInterfaces/notebookOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/pipelineOperations.d.ts +21 -21
- package/dist/esm/operationsInterfaces/pipelineOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/pipelineOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/pipelineRunOperations.d.ts +10 -10
- package/dist/esm/operationsInterfaces/pipelineRunOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/runNotebook.d.ts +17 -12
- package/dist/esm/operationsInterfaces/runNotebook.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/runNotebook.js.map +1 -1
- package/dist/esm/operationsInterfaces/sparkConfigurationOperations.d.ts +19 -19
- package/dist/esm/operationsInterfaces/sparkConfigurationOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.d.ts +27 -27
- package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/sqlPools.d.ts +3 -3
- package/dist/esm/operationsInterfaces/sqlPools.js.map +1 -1
- package/dist/esm/operationsInterfaces/sqlScriptOperations.d.ts +19 -19
- package/dist/esm/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/sqlScriptOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/triggerOperations.d.ts +31 -31
- package/dist/esm/operationsInterfaces/triggerOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/triggerOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/triggerRunOperations.d.ts +8 -8
- package/dist/esm/operationsInterfaces/triggerRunOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.d.ts +2 -2
- package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -1
- package/dist/esm/operationsInterfaces/workspaceOperations.d.ts +1 -1
- package/dist/esm/operationsInterfaces/workspaceOperations.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts +1 -1
- package/dist/esm/pagingHelper.js +3 -5
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/artifactsClient.d.ts +3 -3
- package/dist/react-native/artifactsClient.js +39 -10
- package/dist/react-native/artifactsClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +255 -49
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +54 -2
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +3 -1
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +6493 -2903
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/bigDataPools.d.ts +4 -4
- package/dist/react-native/operations/bigDataPools.d.ts.map +1 -1
- package/dist/react-native/operations/bigDataPools.js +30 -29
- package/dist/react-native/operations/bigDataPools.js.map +1 -1
- package/dist/react-native/operations/dataFlowDebugSession.d.ts +17 -17
- package/dist/react-native/operations/dataFlowDebugSession.d.ts.map +1 -1
- package/dist/react-native/operations/dataFlowDebugSession.js +194 -200
- package/dist/react-native/operations/dataFlowDebugSession.js.map +1 -1
- package/dist/react-native/operations/dataFlowOperations.d.ts +23 -23
- package/dist/react-native/operations/dataFlowOperations.d.ts.map +1 -1
- package/dist/react-native/operations/dataFlowOperations.js +201 -202
- package/dist/react-native/operations/dataFlowOperations.js.map +1 -1
- package/dist/react-native/operations/datasetOperations.d.ts +23 -23
- package/dist/react-native/operations/datasetOperations.d.ts.map +1 -1
- package/dist/react-native/operations/datasetOperations.js +202 -203
- package/dist/react-native/operations/datasetOperations.js.map +1 -1
- package/dist/react-native/operations/integrationRuntimes.d.ts +4 -4
- package/dist/react-native/operations/integrationRuntimes.d.ts.map +1 -1
- package/dist/react-native/operations/integrationRuntimes.js +30 -29
- package/dist/react-native/operations/integrationRuntimes.js.map +1 -1
- package/dist/react-native/operations/kqlScriptOperations.d.ts +19 -19
- package/dist/react-native/operations/kqlScriptOperations.d.ts.map +1 -1
- package/dist/react-native/operations/kqlScriptOperations.js +139 -123
- package/dist/react-native/operations/kqlScriptOperations.js.map +1 -1
- package/dist/react-native/operations/kqlScripts.d.ts +5 -5
- package/dist/react-native/operations/kqlScripts.d.ts.map +1 -1
- package/dist/react-native/operations/kqlScripts.js +66 -82
- package/dist/react-native/operations/kqlScripts.js.map +1 -1
- package/dist/react-native/operations/library.d.ts +24 -24
- package/dist/react-native/operations/library.d.ts.map +1 -1
- package/dist/react-native/operations/library.js +234 -235
- package/dist/react-native/operations/library.js.map +1 -1
- package/dist/react-native/operations/linkConnectionOperations.d.ts +33 -33
- package/dist/react-native/operations/linkConnectionOperations.d.ts.map +1 -1
- package/dist/react-native/operations/linkConnectionOperations.js +203 -219
- package/dist/react-native/operations/linkConnectionOperations.js.map +1 -1
- package/dist/react-native/operations/linkedServiceOperations.d.ts +23 -23
- package/dist/react-native/operations/linkedServiceOperations.d.ts.map +1 -1
- package/dist/react-native/operations/linkedServiceOperations.js +202 -203
- package/dist/react-native/operations/linkedServiceOperations.js.map +1 -1
- package/dist/react-native/operations/metastore.d.ts +11 -11
- package/dist/react-native/operations/metastore.d.ts.map +1 -1
- package/dist/react-native/operations/metastore.js +54 -53
- package/dist/react-native/operations/metastore.js.map +1 -1
- package/dist/react-native/operations/notebookOperationResult.d.ts +3 -3
- package/dist/react-native/operations/notebookOperationResult.d.ts.map +1 -1
- package/dist/react-native/operations/notebookOperationResult.js +21 -20
- package/dist/react-native/operations/notebookOperationResult.js.map +1 -1
- package/dist/react-native/operations/notebookOperations.d.ts +27 -27
- package/dist/react-native/operations/notebookOperations.d.ts.map +1 -1
- package/dist/react-native/operations/notebookOperations.js +263 -281
- package/dist/react-native/operations/notebookOperations.js.map +1 -1
- package/dist/react-native/operations/pipelineOperations.d.ts +25 -25
- package/dist/react-native/operations/pipelineOperations.d.ts.map +1 -1
- package/dist/react-native/operations/pipelineOperations.js +229 -230
- package/dist/react-native/operations/pipelineOperations.js.map +1 -1
- package/dist/react-native/operations/pipelineRunOperations.d.ts +11 -11
- package/dist/react-native/operations/pipelineRunOperations.d.ts.map +1 -1
- package/dist/react-native/operations/pipelineRunOperations.js +53 -52
- package/dist/react-native/operations/pipelineRunOperations.js.map +1 -1
- package/dist/react-native/operations/runNotebook.d.ts +18 -13
- package/dist/react-native/operations/runNotebook.d.ts.map +1 -1
- package/dist/react-native/operations/runNotebook.js +104 -93
- package/dist/react-native/operations/runNotebook.js.map +1 -1
- package/dist/react-native/operations/sparkConfigurationOperations.d.ts +23 -23
- package/dist/react-native/operations/sparkConfigurationOperations.d.ts.map +1 -1
- package/dist/react-native/operations/sparkConfigurationOperations.js +202 -203
- package/dist/react-native/operations/sparkConfigurationOperations.js.map +1 -1
- package/dist/react-native/operations/sparkJobDefinitionOperations.d.ts +31 -31
- package/dist/react-native/operations/sparkJobDefinitionOperations.d.ts.map +1 -1
- package/dist/react-native/operations/sparkJobDefinitionOperations.js +286 -278
- package/dist/react-native/operations/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/react-native/operations/sqlPools.d.ts +4 -4
- package/dist/react-native/operations/sqlPools.d.ts.map +1 -1
- package/dist/react-native/operations/sqlPools.js +30 -30
- package/dist/react-native/operations/sqlPools.js.map +1 -1
- package/dist/react-native/operations/sqlScriptOperations.d.ts +23 -23
- package/dist/react-native/operations/sqlScriptOperations.d.ts.map +1 -1
- package/dist/react-native/operations/sqlScriptOperations.js +202 -204
- package/dist/react-native/operations/sqlScriptOperations.js.map +1 -1
- package/dist/react-native/operations/triggerOperations.d.ts +35 -35
- package/dist/react-native/operations/triggerOperations.d.ts.map +1 -1
- package/dist/react-native/operations/triggerOperations.js +333 -320
- package/dist/react-native/operations/triggerOperations.js.map +1 -1
- package/dist/react-native/operations/triggerRunOperations.d.ts +9 -9
- package/dist/react-native/operations/triggerRunOperations.d.ts.map +1 -1
- package/dist/react-native/operations/triggerRunOperations.js +43 -43
- package/dist/react-native/operations/triggerRunOperations.js.map +1 -1
- package/dist/react-native/operations/workspaceGitRepoManagement.d.ts +3 -3
- package/dist/react-native/operations/workspaceGitRepoManagement.d.ts.map +1 -1
- package/dist/react-native/operations/workspaceGitRepoManagement.js +21 -21
- package/dist/react-native/operations/workspaceGitRepoManagement.js.map +1 -1
- package/dist/react-native/operations/workspaceOperations.d.ts +2 -2
- package/dist/react-native/operations/workspaceOperations.d.ts.map +1 -1
- package/dist/react-native/operations/workspaceOperations.js +20 -20
- package/dist/react-native/operations/workspaceOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/bigDataPools.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/bigDataPools.js.map +1 -1
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.d.ts +13 -13
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.js.map +1 -1
- package/dist/react-native/operationsInterfaces/dataFlowOperations.d.ts +19 -19
- package/dist/react-native/operationsInterfaces/dataFlowOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/dataFlowOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/datasetOperations.d.ts +19 -19
- package/dist/react-native/operationsInterfaces/datasetOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/datasetOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/integrationRuntimes.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/integrationRuntimes.js.map +1 -1
- package/dist/react-native/operationsInterfaces/kqlScriptOperations.d.ts +18 -18
- package/dist/react-native/operationsInterfaces/kqlScriptOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/kqlScripts.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/kqlScripts.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/kqlScripts.js.map +1 -1
- package/dist/react-native/operationsInterfaces/library.d.ts +20 -20
- package/dist/react-native/operationsInterfaces/library.js.map +1 -1
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.d.ts +29 -29
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/linkedServiceOperations.d.ts +19 -19
- package/dist/react-native/operationsInterfaces/linkedServiceOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/metastore.d.ts +10 -10
- package/dist/react-native/operationsInterfaces/metastore.js.map +1 -1
- package/dist/react-native/operationsInterfaces/notebookOperationResult.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/notebookOperationResult.js.map +1 -1
- package/dist/react-native/operationsInterfaces/notebookOperations.d.ts +20 -20
- package/dist/react-native/operationsInterfaces/notebookOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/pipelineOperations.d.ts +21 -21
- package/dist/react-native/operationsInterfaces/pipelineOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/pipelineOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/pipelineRunOperations.d.ts +10 -10
- package/dist/react-native/operationsInterfaces/pipelineRunOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/runNotebook.d.ts +17 -12
- package/dist/react-native/operationsInterfaces/runNotebook.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/runNotebook.js.map +1 -1
- package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.d.ts +19 -19
- package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.d.ts +27 -27
- package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlPools.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/sqlPools.js.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.d.ts +19 -19
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/triggerOperations.d.ts +31 -31
- package/dist/react-native/operationsInterfaces/triggerOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/triggerOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/triggerRunOperations.d.ts +8 -8
- package/dist/react-native/operationsInterfaces/triggerRunOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -1
- package/dist/react-native/operationsInterfaces/workspaceOperations.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/workspaceOperations.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts +1 -1
- package/dist/react-native/pagingHelper.js +3 -5
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +36 -42
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"linkedServiceOperations.js","sourceRoot":"","sources":["../../../src/operations/linkedServiceOperations.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 { LinkedServiceOperations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { ArtifactsClient } from \"../artifactsClient.js\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport { createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport type {\n LinkedServiceResource,\n LinkedServiceGetLinkedServicesByWorkspaceNextOptionalParams,\n LinkedServiceGetLinkedServicesByWorkspaceOptionalParams,\n LinkedServiceGetLinkedServicesByWorkspaceResponse,\n LinkedServiceCreateOrUpdateLinkedServiceOptionalParams,\n LinkedServiceCreateOrUpdateLinkedServiceResponse,\n LinkedServiceGetLinkedServiceOptionalParams,\n LinkedServiceGetLinkedServiceResponse,\n LinkedServiceDeleteLinkedServiceOptionalParams,\n ArtifactRenameRequest,\n LinkedServiceRenameLinkedServiceOptionalParams,\n LinkedServiceGetLinkedServicesByWorkspaceNextResponse,\n} from \"../models/index.js\";\nimport type { RawHttpHeaders } from \"@azure/core-rest-pipeline\";\n\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getLinkedServicesByWorkspaceOperationSpec: coreClient.OperationSpec = {\n path: \"/linkedservices\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkedServiceListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateLinkedServiceOperationSpec: coreClient.OperationSpec = {\n path: \"/linkedservices/{linkedServiceName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkedServiceResource,\n },\n 201: {\n bodyMapper: Mappers.LinkedServiceResource,\n },\n 202: {\n bodyMapper: Mappers.LinkedServiceResource,\n },\n 204: {\n bodyMapper: Mappers.LinkedServiceResource,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.linkedService,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.linkedServiceName],\n headerParameters: [Parameters.accept, Parameters.contentType, Parameters.ifMatch],\n mediaType: \"json\",\n serializer,\n};\nconst getLinkedServiceOperationSpec: coreClient.OperationSpec = {\n path: \"/linkedservices/{linkedServiceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkedServiceResource,\n },\n 304: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.linkedServiceName],\n headerParameters: [Parameters.accept, Parameters.ifNoneMatch],\n serializer,\n};\nconst deleteLinkedServiceOperationSpec: coreClient.OperationSpec = {\n path: \"/linkedservices/{linkedServiceName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.linkedServiceName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst renameLinkedServiceOperationSpec: coreClient.OperationSpec = {\n path: \"/linkedservices/{linkedServiceName}/rename\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.request,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.linkedServiceName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getLinkedServicesByWorkspaceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkedServiceListResponse,\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 LinkedServiceOperations operations. */\nexport class LinkedServiceOperationsImpl implements LinkedServiceOperations {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class LinkedServiceOperations class.\n * @param client - Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * Lists linked services.\n * @param options - The options parameters.\n */\n public listLinkedServicesByWorkspace(\n options?: LinkedServiceGetLinkedServicesByWorkspaceOptionalParams,\n ): PagedAsyncIterableIterator<LinkedServiceResource> {\n const iter = this.getLinkedServicesByWorkspacePagingAll(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.getLinkedServicesByWorkspacePagingPage(options, settings);\n },\n };\n }\n\n private async *getLinkedServicesByWorkspacePagingPage(\n options?: LinkedServiceGetLinkedServicesByWorkspaceOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<LinkedServiceResource[]> {\n let result: LinkedServiceGetLinkedServicesByWorkspaceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._getLinkedServicesByWorkspace(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._getLinkedServicesByWorkspaceNext(continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *getLinkedServicesByWorkspacePagingAll(\n options?: LinkedServiceGetLinkedServicesByWorkspaceOptionalParams,\n ): AsyncIterableIterator<LinkedServiceResource> {\n for await (const page of this.getLinkedServicesByWorkspacePagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists linked services.\n * @param options - The options parameters.\n */\n private async _getLinkedServicesByWorkspace(\n options?: LinkedServiceGetLinkedServicesByWorkspaceOptionalParams,\n ): Promise<LinkedServiceGetLinkedServicesByWorkspaceResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._getLinkedServicesByWorkspace\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { updatedOptions },\n getLinkedServicesByWorkspaceOperationSpec,\n ) as Promise<LinkedServiceGetLinkedServicesByWorkspaceResponse>;\n },\n );\n }\n\n /**\n * Creates or updates a linked service.\n * @param linkedServiceName - The linked service name.\n * @param linkedService - Linked service resource definition.\n * @param options - The options parameters.\n */\n async beginCreateOrUpdateLinkedService(\n linkedServiceName: string,\n linkedService: LinkedServiceResource,\n options?: LinkedServiceCreateOrUpdateLinkedServiceOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<LinkedServiceCreateOrUpdateLinkedServiceResponse>,\n LinkedServiceCreateOrUpdateLinkedServiceResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<LinkedServiceCreateOrUpdateLinkedServiceResponse> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginCreateOrUpdateLinkedService\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(\n args,\n spec,\n ) as Promise<LinkedServiceCreateOrUpdateLinkedServiceResponse>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<{\n flatResponse: LinkedServiceResource;\n rawResponse: {\n statusCode: number;\n body: any;\n headers: RawHttpHeaders;\n };\n }> => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { linkedServiceName, linkedService, options },\n spec: createOrUpdateLinkedServiceOperationSpec,\n });\n const poller = await createHttpPoller<\n LinkedServiceCreateOrUpdateLinkedServiceResponse,\n OperationState<LinkedServiceCreateOrUpdateLinkedServiceResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates a linked service.\n * @param linkedServiceName - The linked service name.\n * @param linkedService - Linked service resource definition.\n * @param options - The options parameters.\n */\n async beginCreateOrUpdateLinkedServiceAndWait(\n linkedServiceName: string,\n linkedService: LinkedServiceResource,\n options?: LinkedServiceCreateOrUpdateLinkedServiceOptionalParams,\n ): Promise<LinkedServiceCreateOrUpdateLinkedServiceResponse> {\n const poller = await this.beginCreateOrUpdateLinkedService(\n linkedServiceName,\n linkedService,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets a linked service.\n * @param linkedServiceName - The linked service name.\n * @param options - The options parameters.\n */\n async getLinkedService(\n linkedServiceName: string,\n options?: LinkedServiceGetLinkedServiceOptionalParams,\n ): Promise<LinkedServiceGetLinkedServiceResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.getLinkedService\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkedServiceName, updatedOptions },\n getLinkedServiceOperationSpec,\n ) as Promise<LinkedServiceGetLinkedServiceResponse>;\n },\n );\n }\n\n /**\n * Deletes a linked service.\n * @param linkedServiceName - The linked service name.\n * @param options - The options parameters.\n */\n async beginDeleteLinkedService(\n linkedServiceName: string,\n options?: LinkedServiceDeleteLinkedServiceOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginDeleteLinkedService\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(args, spec) as Promise<void>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<{\n flatResponse: void;\n rawResponse: {\n statusCode: number;\n body: any;\n headers: RawHttpHeaders;\n };\n }> => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { linkedServiceName, options },\n spec: deleteLinkedServiceOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes a linked service.\n * @param linkedServiceName - The linked service name.\n * @param options - The options parameters.\n */\n async beginDeleteLinkedServiceAndWait(\n linkedServiceName: string,\n options?: LinkedServiceDeleteLinkedServiceOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDeleteLinkedService(linkedServiceName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Renames a linked service.\n * @param linkedServiceName - The linked service name.\n * @param request - proposed new name.\n * @param options - The options parameters.\n */\n async beginRenameLinkedService(\n linkedServiceName: string,\n request: ArtifactRenameRequest,\n options?: LinkedServiceRenameLinkedServiceOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginRenameLinkedService\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(args, spec) as Promise<void>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<{\n flatResponse: void;\n rawResponse: {\n statusCode: number;\n body: any;\n headers: RawHttpHeaders;\n };\n }> => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { linkedServiceName, request, options },\n spec: renameLinkedServiceOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Renames a linked service.\n * @param linkedServiceName - The linked service name.\n * @param request - proposed new name.\n * @param options - The options parameters.\n */\n async beginRenameLinkedServiceAndWait(\n linkedServiceName: string,\n request: ArtifactRenameRequest,\n options?: LinkedServiceRenameLinkedServiceOptionalParams,\n ): Promise<void> {\n const poller = await this.beginRenameLinkedService(linkedServiceName, request, options);\n return poller.pollUntilDone();\n }\n\n /**\n * GetLinkedServicesByWorkspaceNext\n * @param nextLink - The nextLink from the previous successful call to the GetLinkedServicesByWorkspace\n * method.\n * @param options - The options parameters.\n */\n private async _getLinkedServicesByWorkspaceNext(\n nextLink: string,\n options?: LinkedServiceGetLinkedServicesByWorkspaceNextOptionalParams,\n ): Promise<LinkedServiceGetLinkedServicesByWorkspaceNextResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._getLinkedServicesByWorkspaceNext\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { nextLink, updatedOptions },\n getLinkedServicesByWorkspaceNextOperationSpec,\n ) as Promise<LinkedServiceGetLinkedServicesByWorkspaceNextResponse>;\n },\n );\n }\n}\n"]}
|
|
1
|
+
{"version":3,"file":"linkedServiceOperations.js","sourceRoot":"","sources":["../../../src/operations/linkedServiceOperations.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 { LinkedServiceOperations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { ArtifactsClient } from \"../artifactsClient.js\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport { createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport type {\n LinkedServiceResource,\n LinkedServiceGetLinkedServicesByWorkspaceNextOptionalParams,\n LinkedServiceGetLinkedServicesByWorkspaceOptionalParams,\n LinkedServiceGetLinkedServicesByWorkspaceResponse,\n LinkedServiceCreateOrUpdateLinkedServiceOptionalParams,\n LinkedServiceCreateOrUpdateLinkedServiceResponse,\n LinkedServiceGetLinkedServiceOptionalParams,\n LinkedServiceGetLinkedServiceResponse,\n LinkedServiceDeleteLinkedServiceOptionalParams,\n ArtifactRenameRequest,\n LinkedServiceRenameLinkedServiceOptionalParams,\n LinkedServiceGetLinkedServicesByWorkspaceNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing LinkedServiceOperations operations. */\nexport class LinkedServiceOperationsImpl implements LinkedServiceOperations {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class LinkedServiceOperations class.\n * @param client Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * Lists linked services.\n * @param options The options parameters.\n */\n public listLinkedServicesByWorkspace(\n options?: LinkedServiceGetLinkedServicesByWorkspaceOptionalParams,\n ): PagedAsyncIterableIterator<LinkedServiceResource> {\n const iter = this.getLinkedServicesByWorkspacePagingAll(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.getLinkedServicesByWorkspacePagingPage(options, settings);\n },\n };\n }\n\n private async *getLinkedServicesByWorkspacePagingPage(\n options?: LinkedServiceGetLinkedServicesByWorkspaceOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<LinkedServiceResource[]> {\n let result: LinkedServiceGetLinkedServicesByWorkspaceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._getLinkedServicesByWorkspace(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._getLinkedServicesByWorkspaceNext(continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *getLinkedServicesByWorkspacePagingAll(\n options?: LinkedServiceGetLinkedServicesByWorkspaceOptionalParams,\n ): AsyncIterableIterator<LinkedServiceResource> {\n for await (const page of this.getLinkedServicesByWorkspacePagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists linked services.\n * @param options The options parameters.\n */\n private async _getLinkedServicesByWorkspace(\n options?: LinkedServiceGetLinkedServicesByWorkspaceOptionalParams,\n ): Promise<LinkedServiceGetLinkedServicesByWorkspaceResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._getLinkedServicesByWorkspace\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { options },\n getLinkedServicesByWorkspaceOperationSpec,\n ) as Promise<LinkedServiceGetLinkedServicesByWorkspaceResponse>;\n },\n );\n }\n\n /**\n * Creates or updates a linked service.\n * @param linkedServiceName The linked service name.\n * @param linkedService Linked service resource definition.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateLinkedService(\n linkedServiceName: string,\n linkedService: LinkedServiceResource,\n options?: LinkedServiceCreateOrUpdateLinkedServiceOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<LinkedServiceCreateOrUpdateLinkedServiceResponse>,\n LinkedServiceCreateOrUpdateLinkedServiceResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<LinkedServiceCreateOrUpdateLinkedServiceResponse> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginCreateOrUpdateLinkedService\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(\n args,\n spec,\n ) as Promise<LinkedServiceCreateOrUpdateLinkedServiceResponse>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { linkedServiceName, linkedService, options },\n spec: createOrUpdateLinkedServiceOperationSpec,\n });\n const poller = await createHttpPoller<\n LinkedServiceCreateOrUpdateLinkedServiceResponse,\n OperationState<LinkedServiceCreateOrUpdateLinkedServiceResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates a linked service.\n * @param linkedServiceName The linked service name.\n * @param linkedService Linked service resource definition.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateLinkedServiceAndWait(\n linkedServiceName: string,\n linkedService: LinkedServiceResource,\n options?: LinkedServiceCreateOrUpdateLinkedServiceOptionalParams,\n ): Promise<LinkedServiceCreateOrUpdateLinkedServiceResponse> {\n const poller = await this.beginCreateOrUpdateLinkedService(\n linkedServiceName,\n linkedService,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets a linked service.\n * @param linkedServiceName The linked service name.\n * @param options The options parameters.\n */\n async getLinkedService(\n linkedServiceName: string,\n options?: LinkedServiceGetLinkedServiceOptionalParams,\n ): Promise<LinkedServiceGetLinkedServiceResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.getLinkedService\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { linkedServiceName, options },\n getLinkedServiceOperationSpec,\n ) as Promise<LinkedServiceGetLinkedServiceResponse>;\n },\n );\n }\n\n /**\n * Deletes a linked service.\n * @param linkedServiceName The linked service name.\n * @param options The options parameters.\n */\n async beginDeleteLinkedService(\n linkedServiceName: string,\n options?: LinkedServiceDeleteLinkedServiceOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginDeleteLinkedService\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(args, spec) as Promise<void>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { linkedServiceName, options },\n spec: deleteLinkedServiceOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes a linked service.\n * @param linkedServiceName The linked service name.\n * @param options The options parameters.\n */\n async beginDeleteLinkedServiceAndWait(\n linkedServiceName: string,\n options?: LinkedServiceDeleteLinkedServiceOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDeleteLinkedService(linkedServiceName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Renames a linked service.\n * @param linkedServiceName The linked service name.\n * @param request proposed new name.\n * @param options The options parameters.\n */\n async beginRenameLinkedService(\n linkedServiceName: string,\n request: ArtifactRenameRequest,\n options?: LinkedServiceRenameLinkedServiceOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginRenameLinkedService\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(args, spec) as Promise<void>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { linkedServiceName, request, options },\n spec: renameLinkedServiceOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Renames a linked service.\n * @param linkedServiceName The linked service name.\n * @param request proposed new name.\n * @param options The options parameters.\n */\n async beginRenameLinkedServiceAndWait(\n linkedServiceName: string,\n request: ArtifactRenameRequest,\n options?: LinkedServiceRenameLinkedServiceOptionalParams,\n ): Promise<void> {\n const poller = await this.beginRenameLinkedService(linkedServiceName, request, options);\n return poller.pollUntilDone();\n }\n\n /**\n * GetLinkedServicesByWorkspaceNext\n * @param nextLink The nextLink from the previous successful call to the GetLinkedServicesByWorkspace\n * method.\n * @param options The options parameters.\n */\n private async _getLinkedServicesByWorkspaceNext(\n nextLink: string,\n options?: LinkedServiceGetLinkedServicesByWorkspaceNextOptionalParams,\n ): Promise<LinkedServiceGetLinkedServicesByWorkspaceNextResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._getLinkedServicesByWorkspaceNext\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { nextLink, options },\n getLinkedServicesByWorkspaceNextOperationSpec,\n ) as Promise<LinkedServiceGetLinkedServicesByWorkspaceNextResponse>;\n },\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getLinkedServicesByWorkspaceOperationSpec: coreClient.OperationSpec = {\n path: \"/linkedservices\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkedServiceListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateLinkedServiceOperationSpec: coreClient.OperationSpec = {\n path: \"/linkedservices/{linkedServiceName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkedServiceResource,\n },\n 201: {\n bodyMapper: Mappers.LinkedServiceResource,\n },\n 202: {\n bodyMapper: Mappers.LinkedServiceResource,\n },\n 204: {\n bodyMapper: Mappers.LinkedServiceResource,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.linkedService,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.linkedServiceName],\n headerParameters: [Parameters.accept, Parameters.contentType, Parameters.ifMatch],\n mediaType: \"json\",\n serializer,\n};\nconst getLinkedServiceOperationSpec: coreClient.OperationSpec = {\n path: \"/linkedservices/{linkedServiceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkedServiceResource,\n },\n 304: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.linkedServiceName],\n headerParameters: [Parameters.accept, Parameters.ifNoneMatch],\n serializer,\n};\nconst deleteLinkedServiceOperationSpec: coreClient.OperationSpec = {\n path: \"/linkedservices/{linkedServiceName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.linkedServiceName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst renameLinkedServiceOperationSpec: coreClient.OperationSpec = {\n path: \"/linkedservices/{linkedServiceName}/rename\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.request,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.linkedServiceName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getLinkedServicesByWorkspaceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkedServiceListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [Parameters.endpoint, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -6,34 +6,34 @@ export declare class MetastoreImpl implements Metastore {
|
|
|
6
6
|
private readonly client;
|
|
7
7
|
/**
|
|
8
8
|
* Initialize a new instance of the class Metastore class.
|
|
9
|
-
* @param client
|
|
9
|
+
* @param client Reference to the service client
|
|
10
10
|
*/
|
|
11
11
|
constructor(client: ArtifactsClient);
|
|
12
12
|
/**
|
|
13
13
|
* Register files in Syms
|
|
14
|
-
* @param id
|
|
14
|
+
* @param id The name of the database to be created. The name can contain only alphanumeric characters
|
|
15
15
|
* and should not exceed 24 characters
|
|
16
|
-
* @param registerBody
|
|
17
|
-
* @param options
|
|
16
|
+
* @param registerBody The body for the register request
|
|
17
|
+
* @param options The options parameters.
|
|
18
18
|
*/
|
|
19
19
|
register(id: string, registerBody: MetastoreRegisterObject, options?: MetastoreRegisterOptionalParams): Promise<MetastoreRegisterResponse>;
|
|
20
20
|
/**
|
|
21
21
|
* Gets status of the database
|
|
22
|
-
* @param id
|
|
23
|
-
* @param options
|
|
22
|
+
* @param id
|
|
23
|
+
* @param options The options parameters.
|
|
24
24
|
*/
|
|
25
25
|
getDatabaseOperations(id: string, options?: MetastoreGetDatabaseOperationsOptionalParams): Promise<MetastoreGetDatabaseOperationsResponse>;
|
|
26
26
|
/**
|
|
27
27
|
* Update files in Syms
|
|
28
|
-
* @param id
|
|
29
|
-
* @param updateBody
|
|
30
|
-
* @param options
|
|
28
|
+
* @param id The name of the database to be updated
|
|
29
|
+
* @param updateBody The body for the update request
|
|
30
|
+
* @param options The options parameters.
|
|
31
31
|
*/
|
|
32
32
|
update(id: string, updateBody: MetastoreUpdateObject, options?: MetastoreUpdateOptionalParams): Promise<MetastoreUpdateResponse>;
|
|
33
33
|
/**
|
|
34
34
|
* Remove files in Syms
|
|
35
|
-
* @param id
|
|
36
|
-
* @param options
|
|
35
|
+
* @param id
|
|
36
|
+
* @param options The options parameters.
|
|
37
37
|
*/
|
|
38
38
|
delete(id: string, options?: MetastoreDeleteOptionalParams): Promise<void>;
|
|
39
39
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metastore.d.ts","sourceRoot":"","sources":["../../../src/operations/metastore.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAIlE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EACV,uBAAuB,EACvB,+BAA+B,EAC/B,yBAAyB,EACzB,4CAA4C,EAC5C,sCAAsC,EACtC,qBAAqB,EACrB,6BAA6B,EAC7B,uBAAuB,EACvB,6BAA6B,EAC9B,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"metastore.d.ts","sourceRoot":"","sources":["../../../src/operations/metastore.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAIlE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EACV,uBAAuB,EACvB,+BAA+B,EAC/B,yBAAyB,EACzB,4CAA4C,EAC5C,sCAAsC,EACtC,qBAAqB,EACrB,6BAA6B,EAC7B,uBAAuB,EACvB,6BAA6B,EAC9B,MAAM,oBAAoB,CAAC;AAE5B,6CAA6C;AAC7C,qBAAa,aAAc,YAAW,SAAS;IAC7C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkB;IAEzC;;;OAGG;gBACS,MAAM,EAAE,eAAe;IAInC;;;;;;OAMG;IACG,QAAQ,CACZ,EAAE,EAAE,MAAM,EACV,YAAY,EAAE,uBAAuB,EACrC,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IASrC;;;;OAIG;IACG,qBAAqB,CACzB,EAAE,EAAE,MAAM,EACV,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC;IAalD;;;;;OAKG;IACG,MAAM,CACV,EAAE,EAAE,MAAM,EACV,UAAU,EAAE,qBAAqB,EACjC,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC;IASnC;;;;OAIG;IACG,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,6BAA6B,GAAG,OAAO,CAAC,IAAI,CAAC;CAQjF"}
|
|
@@ -9,6 +9,60 @@ import { tracingClient } from "../tracing.js";
|
|
|
9
9
|
import * as coreClient from "@azure/core-client";
|
|
10
10
|
import * as Mappers from "../models/mappers.js";
|
|
11
11
|
import * as Parameters from "../models/parameters.js";
|
|
12
|
+
/** Class containing Metastore operations. */
|
|
13
|
+
export class MetastoreImpl {
|
|
14
|
+
client;
|
|
15
|
+
/**
|
|
16
|
+
* Initialize a new instance of the class Metastore class.
|
|
17
|
+
* @param client Reference to the service client
|
|
18
|
+
*/
|
|
19
|
+
constructor(client) {
|
|
20
|
+
this.client = client;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Register files in Syms
|
|
24
|
+
* @param id The name of the database to be created. The name can contain only alphanumeric characters
|
|
25
|
+
* and should not exceed 24 characters
|
|
26
|
+
* @param registerBody The body for the register request
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
async register(id, registerBody, options) {
|
|
30
|
+
return tracingClient.withSpan("ArtifactsClient.register", options ?? {}, async (options) => {
|
|
31
|
+
return this.client.sendOperationRequest({ id, registerBody, options }, registerOperationSpec);
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Gets status of the database
|
|
36
|
+
* @param id
|
|
37
|
+
* @param options The options parameters.
|
|
38
|
+
*/
|
|
39
|
+
async getDatabaseOperations(id, options) {
|
|
40
|
+
return tracingClient.withSpan("ArtifactsClient.getDatabaseOperations", options ?? {}, async (options) => {
|
|
41
|
+
return this.client.sendOperationRequest({ id, options }, getDatabaseOperationsOperationSpec);
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Update files in Syms
|
|
46
|
+
* @param id The name of the database to be updated
|
|
47
|
+
* @param updateBody The body for the update request
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
async update(id, updateBody, options) {
|
|
51
|
+
return tracingClient.withSpan("ArtifactsClient.update", options ?? {}, async (options) => {
|
|
52
|
+
return this.client.sendOperationRequest({ id, updateBody, options }, updateOperationSpec);
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Remove files in Syms
|
|
57
|
+
* @param id
|
|
58
|
+
* @param options The options parameters.
|
|
59
|
+
*/
|
|
60
|
+
async delete(id, options) {
|
|
61
|
+
return tracingClient.withSpan("ArtifactsClient.delete", options ?? {}, async (options) => {
|
|
62
|
+
return this.client.sendOperationRequest({ id, options }, deleteOperationSpec);
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
}
|
|
12
66
|
// Operation Specifications
|
|
13
67
|
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
14
68
|
const registerOperationSpec = {
|
|
@@ -77,57 +131,4 @@ const deleteOperationSpec = {
|
|
|
77
131
|
headerParameters: [Parameters.accept],
|
|
78
132
|
serializer,
|
|
79
133
|
};
|
|
80
|
-
/** Class containing Metastore operations. */
|
|
81
|
-
export class MetastoreImpl {
|
|
82
|
-
/**
|
|
83
|
-
* Initialize a new instance of the class Metastore class.
|
|
84
|
-
* @param client - Reference to the service client
|
|
85
|
-
*/
|
|
86
|
-
constructor(client) {
|
|
87
|
-
this.client = client;
|
|
88
|
-
}
|
|
89
|
-
/**
|
|
90
|
-
* Register files in Syms
|
|
91
|
-
* @param id - The name of the database to be created. The name can contain only alphanumeric characters
|
|
92
|
-
* and should not exceed 24 characters
|
|
93
|
-
* @param registerBody - The body for the register request
|
|
94
|
-
* @param options - The options parameters.
|
|
95
|
-
*/
|
|
96
|
-
async register(id, registerBody, options) {
|
|
97
|
-
return tracingClient.withSpan("ArtifactsClient.register", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
98
|
-
return this.client.sendOperationRequest({ id, registerBody, updatedOptions }, registerOperationSpec);
|
|
99
|
-
});
|
|
100
|
-
}
|
|
101
|
-
/**
|
|
102
|
-
* Gets status of the database
|
|
103
|
-
* @param id - the name of the database.
|
|
104
|
-
* @param options - The options parameters.
|
|
105
|
-
*/
|
|
106
|
-
async getDatabaseOperations(id, options) {
|
|
107
|
-
return tracingClient.withSpan("ArtifactsClient.getDatabaseOperations", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
108
|
-
return this.client.sendOperationRequest({ id, updatedOptions }, getDatabaseOperationsOperationSpec);
|
|
109
|
-
});
|
|
110
|
-
}
|
|
111
|
-
/**
|
|
112
|
-
* Update files in Syms
|
|
113
|
-
* @param id - The name of the database to be updated
|
|
114
|
-
* @param updateBody - The body for the update request
|
|
115
|
-
* @param options - The options parameters.
|
|
116
|
-
*/
|
|
117
|
-
async update(id, updateBody, options) {
|
|
118
|
-
return tracingClient.withSpan("ArtifactsClient.update", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
119
|
-
return this.client.sendOperationRequest({ id, updateBody, updatedOptions }, updateOperationSpec);
|
|
120
|
-
});
|
|
121
|
-
}
|
|
122
|
-
/**
|
|
123
|
-
* Remove files in Syms
|
|
124
|
-
* @param id - The name of the database to be deleted
|
|
125
|
-
* @param options - The options parameters.
|
|
126
|
-
*/
|
|
127
|
-
async delete(id, options) {
|
|
128
|
-
return tracingClient.withSpan("ArtifactsClient.delete", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
129
|
-
return this.client.sendOperationRequest({ id, updatedOptions }, deleteOperationSpec);
|
|
130
|
-
});
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
134
|
//# sourceMappingURL=metastore.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metastore.js","sourceRoot":"","sources":["../../../src/operations/metastore.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAE9C,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AActD,
|
|
1
|
+
{"version":3,"file":"metastore.js","sourceRoot":"","sources":["../../../src/operations/metastore.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 { Metastore } 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 MetastoreRegisterObject,\n MetastoreRegisterOptionalParams,\n MetastoreRegisterResponse,\n MetastoreGetDatabaseOperationsOptionalParams,\n MetastoreGetDatabaseOperationsResponse,\n MetastoreUpdateObject,\n MetastoreUpdateOptionalParams,\n MetastoreUpdateResponse,\n MetastoreDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/** Class containing Metastore operations. */\nexport class MetastoreImpl implements Metastore {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class Metastore class.\n * @param client Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * Register files in Syms\n * @param id The name of the database to be created. The name can contain only alphanumeric characters\n * and should not exceed 24 characters\n * @param registerBody The body for the register request\n * @param options The options parameters.\n */\n async register(\n id: string,\n registerBody: MetastoreRegisterObject,\n options?: MetastoreRegisterOptionalParams,\n ): Promise<MetastoreRegisterResponse> {\n return tracingClient.withSpan(\"ArtifactsClient.register\", options ?? {}, async (options) => {\n return this.client.sendOperationRequest(\n { id, registerBody, options },\n registerOperationSpec,\n ) as Promise<MetastoreRegisterResponse>;\n });\n }\n\n /**\n * Gets status of the database\n * @param id\n * @param options The options parameters.\n */\n async getDatabaseOperations(\n id: string,\n options?: MetastoreGetDatabaseOperationsOptionalParams,\n ): Promise<MetastoreGetDatabaseOperationsResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.getDatabaseOperations\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { id, options },\n getDatabaseOperationsOperationSpec,\n ) as Promise<MetastoreGetDatabaseOperationsResponse>;\n },\n );\n }\n\n /**\n * Update files in Syms\n * @param id The name of the database to be updated\n * @param updateBody The body for the update request\n * @param options The options parameters.\n */\n async update(\n id: string,\n updateBody: MetastoreUpdateObject,\n options?: MetastoreUpdateOptionalParams,\n ): Promise<MetastoreUpdateResponse> {\n return tracingClient.withSpan(\"ArtifactsClient.update\", options ?? {}, async (options) => {\n return this.client.sendOperationRequest(\n { id, updateBody, options },\n updateOperationSpec,\n ) as Promise<MetastoreUpdateResponse>;\n });\n }\n\n /**\n * Remove files in Syms\n * @param id\n * @param options The options parameters.\n */\n async delete(id: string, options?: MetastoreDeleteOptionalParams): Promise<void> {\n return tracingClient.withSpan(\"ArtifactsClient.delete\", options ?? {}, async (options) => {\n return this.client.sendOperationRequest(\n { id, options },\n deleteOperationSpec,\n ) as Promise<void>;\n });\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst registerOperationSpec: coreClient.OperationSpec = {\n path: \"/metastore/create-database-operations/{id}\",\n httpMethod: \"PUT\",\n responses: {\n 201: {\n bodyMapper: Mappers.MetastoreRegistrationResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorContract,\n },\n },\n requestBody: Parameters.registerBody,\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [Parameters.endpoint, Parameters.id],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getDatabaseOperationsOperationSpec: coreClient.OperationSpec = {\n path: \"/metastore/create-database-operations/{id}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MetastoreRequestSuccessResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorContract,\n },\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [Parameters.endpoint, Parameters.id],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/metastore/update-database-operations/{id}\",\n httpMethod: \"PUT\",\n responses: {\n 201: {\n bodyMapper: Mappers.MetastoreUpdationResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorContract,\n },\n },\n requestBody: Parameters.updateBody,\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [Parameters.endpoint, Parameters.id],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/metastore/databases/{id}\",\n httpMethod: \"DELETE\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorContract,\n },\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [Parameters.endpoint, Parameters.id],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -6,13 +6,13 @@ export declare class NotebookOperationResultImpl implements NotebookOperationRes
|
|
|
6
6
|
private readonly client;
|
|
7
7
|
/**
|
|
8
8
|
* Initialize a new instance of the class NotebookOperationResult class.
|
|
9
|
-
* @param client
|
|
9
|
+
* @param client Reference to the service client
|
|
10
10
|
*/
|
|
11
11
|
constructor(client: ArtifactsClient);
|
|
12
12
|
/**
|
|
13
13
|
* Get notebook operation result
|
|
14
|
-
* @param operationId
|
|
15
|
-
* @param options
|
|
14
|
+
* @param operationId Operation ID.
|
|
15
|
+
* @param options The options parameters.
|
|
16
16
|
*/
|
|
17
17
|
get(operationId: string, options?: NotebookOperationResultGetOptionalParams): Promise<void>;
|
|
18
18
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notebookOperationResult.d.ts","sourceRoot":"","sources":["../../../src/operations/notebookOperationResult.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAIhF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"notebookOperationResult.d.ts","sourceRoot":"","sources":["../../../src/operations/notebookOperationResult.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAIhF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,oBAAoB,CAAC;AAEnF,2DAA2D;AAC3D,qBAAa,2BAA4B,YAAW,uBAAuB;IACzE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkB;IAEzC;;;OAGG;gBACS,MAAM,EAAE,eAAe;IAInC;;;;OAIG;IACG,GAAG,CACP,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,IAAI,CAAC;CAQjB"}
|
|
@@ -9,6 +9,27 @@ import { tracingClient } from "../tracing.js";
|
|
|
9
9
|
import * as coreClient from "@azure/core-client";
|
|
10
10
|
import * as Mappers from "../models/mappers.js";
|
|
11
11
|
import * as Parameters from "../models/parameters.js";
|
|
12
|
+
/** Class containing NotebookOperationResult operations. */
|
|
13
|
+
export class NotebookOperationResultImpl {
|
|
14
|
+
client;
|
|
15
|
+
/**
|
|
16
|
+
* Initialize a new instance of the class NotebookOperationResult class.
|
|
17
|
+
* @param client Reference to the service client
|
|
18
|
+
*/
|
|
19
|
+
constructor(client) {
|
|
20
|
+
this.client = client;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Get notebook operation result
|
|
24
|
+
* @param operationId Operation ID.
|
|
25
|
+
* @param options The options parameters.
|
|
26
|
+
*/
|
|
27
|
+
async get(operationId, options) {
|
|
28
|
+
return tracingClient.withSpan("ArtifactsClient.get", options ?? {}, async (options) => {
|
|
29
|
+
return this.client.sendOperationRequest({ operationId, options }, getOperationSpec);
|
|
30
|
+
});
|
|
31
|
+
}
|
|
32
|
+
}
|
|
12
33
|
// Operation Specifications
|
|
13
34
|
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
14
35
|
const getOperationSpec = {
|
|
@@ -28,24 +49,4 @@ const getOperationSpec = {
|
|
|
28
49
|
headerParameters: [Parameters.accept],
|
|
29
50
|
serializer,
|
|
30
51
|
};
|
|
31
|
-
/** Class containing NotebookOperationResult operations. */
|
|
32
|
-
export class NotebookOperationResultImpl {
|
|
33
|
-
/**
|
|
34
|
-
* Initialize a new instance of the class NotebookOperationResult class.
|
|
35
|
-
* @param client - Reference to the service client
|
|
36
|
-
*/
|
|
37
|
-
constructor(client) {
|
|
38
|
-
this.client = client;
|
|
39
|
-
}
|
|
40
|
-
/**
|
|
41
|
-
* Get notebook operation result
|
|
42
|
-
* @param operationId - Operation ID.
|
|
43
|
-
* @param options - The options parameters.
|
|
44
|
-
*/
|
|
45
|
-
async get(operationId, options) {
|
|
46
|
-
return tracingClient.withSpan("ArtifactsClient.get", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
47
|
-
return this.client.sendOperationRequest({ operationId, updatedOptions }, getOperationSpec);
|
|
48
|
-
});
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
52
|
//# sourceMappingURL=notebookOperationResult.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notebookOperationResult.js","sourceRoot":"","sources":["../../../src/operations/notebookOperationResult.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAE9C,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAItD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EAAE,yCAAyC;IAC/C,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IAC5D,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC
|
|
1
|
+
{"version":3,"file":"notebookOperationResult.js","sourceRoot":"","sources":["../../../src/operations/notebookOperationResult.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAE9C,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAItD,2DAA2D;AAC3D,MAAM,OAAO,2BAA2B;IACrB,MAAM,CAAkB;IAEzC;;;OAGG;IACH,YAAY,MAAuB;QACjC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,GAAG,CACP,WAAmB,EACnB,OAAkD;QAElD,OAAO,aAAa,CAAC,QAAQ,CAAC,qBAAqB,EAAE,OAAO,IAAI,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE;YACpF,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,EACxB,gBAAgB,CACA,CAAC;QACrB,CAAC,CAAC,CAAC;IACL,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EAAE,yCAAyC;IAC/C,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IAC5D,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { tracingClient } from \"../tracing.js\";\nimport type { NotebookOperationResult } 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 { NotebookOperationResultGetOptionalParams } from \"../models/index.js\";\n\n/** Class containing NotebookOperationResult operations. */\nexport class NotebookOperationResultImpl implements NotebookOperationResult {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class NotebookOperationResult class.\n * @param client Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * Get notebook operation result\n * @param operationId Operation ID.\n * @param options The options parameters.\n */\n async get(\n operationId: string,\n options?: NotebookOperationResultGetOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\"ArtifactsClient.get\", options ?? {}, async (options) => {\n return this.client.sendOperationRequest(\n { operationId, options },\n getOperationSpec,\n ) as Promise<void>;\n });\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/notebookOperationResults/{operationId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorContract,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.operationId],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -8,91 +8,91 @@ export declare class NotebookOperationsImpl implements NotebookOperations {
|
|
|
8
8
|
private readonly client;
|
|
9
9
|
/**
|
|
10
10
|
* Initialize a new instance of the class NotebookOperations class.
|
|
11
|
-
* @param client
|
|
11
|
+
* @param client Reference to the service client
|
|
12
12
|
*/
|
|
13
13
|
constructor(client: ArtifactsClient);
|
|
14
14
|
/**
|
|
15
15
|
* Lists Notebooks.
|
|
16
|
-
* @param options
|
|
16
|
+
* @param options The options parameters.
|
|
17
17
|
*/
|
|
18
18
|
listNotebooksByWorkspace(options?: NotebookGetNotebooksByWorkspaceOptionalParams): PagedAsyncIterableIterator<NotebookResource>;
|
|
19
19
|
private getNotebooksByWorkspacePagingPage;
|
|
20
20
|
private getNotebooksByWorkspacePagingAll;
|
|
21
21
|
/**
|
|
22
22
|
* Lists a summary of Notebooks.
|
|
23
|
-
* @param options
|
|
23
|
+
* @param options The options parameters.
|
|
24
24
|
*/
|
|
25
25
|
listNotebookSummaryByWorkSpace(options?: NotebookGetNotebookSummaryByWorkSpaceOptionalParams): PagedAsyncIterableIterator<NotebookResource>;
|
|
26
26
|
private getNotebookSummaryByWorkSpacePagingPage;
|
|
27
27
|
private getNotebookSummaryByWorkSpacePagingAll;
|
|
28
28
|
/**
|
|
29
29
|
* Lists Notebooks.
|
|
30
|
-
* @param options
|
|
30
|
+
* @param options The options parameters.
|
|
31
31
|
*/
|
|
32
32
|
private _getNotebooksByWorkspace;
|
|
33
33
|
/**
|
|
34
34
|
* Lists a summary of Notebooks.
|
|
35
|
-
* @param options
|
|
35
|
+
* @param options The options parameters.
|
|
36
36
|
*/
|
|
37
37
|
private _getNotebookSummaryByWorkSpace;
|
|
38
38
|
/**
|
|
39
39
|
* Creates or updates a Note Book.
|
|
40
|
-
* @param notebookName
|
|
41
|
-
* @param notebook
|
|
42
|
-
* @param options
|
|
40
|
+
* @param notebookName The notebook name.
|
|
41
|
+
* @param notebook Note book resource definition.
|
|
42
|
+
* @param options The options parameters.
|
|
43
43
|
*/
|
|
44
44
|
beginCreateOrUpdateNotebook(notebookName: string, notebook: NotebookResource, options?: NotebookCreateOrUpdateNotebookOptionalParams): Promise<SimplePollerLike<OperationState<NotebookCreateOrUpdateNotebookResponse>, NotebookCreateOrUpdateNotebookResponse>>;
|
|
45
45
|
/**
|
|
46
46
|
* Creates or updates a Note Book.
|
|
47
|
-
* @param notebookName
|
|
48
|
-
* @param notebook
|
|
49
|
-
* @param options
|
|
47
|
+
* @param notebookName The notebook name.
|
|
48
|
+
* @param notebook Note book resource definition.
|
|
49
|
+
* @param options The options parameters.
|
|
50
50
|
*/
|
|
51
51
|
beginCreateOrUpdateNotebookAndWait(notebookName: string, notebook: NotebookResource, options?: NotebookCreateOrUpdateNotebookOptionalParams): Promise<NotebookCreateOrUpdateNotebookResponse>;
|
|
52
52
|
/**
|
|
53
53
|
* Gets a Note Book.
|
|
54
|
-
* @param notebookName
|
|
55
|
-
* @param options
|
|
54
|
+
* @param notebookName The notebook name.
|
|
55
|
+
* @param options The options parameters.
|
|
56
56
|
*/
|
|
57
57
|
getNotebook(notebookName: string, options?: NotebookGetNotebookOptionalParams): Promise<NotebookGetNotebookResponse>;
|
|
58
58
|
/**
|
|
59
59
|
* Deletes a Note book.
|
|
60
|
-
* @param notebookName
|
|
61
|
-
* @param options
|
|
60
|
+
* @param notebookName The notebook name.
|
|
61
|
+
* @param options The options parameters.
|
|
62
62
|
*/
|
|
63
63
|
beginDeleteNotebook(notebookName: string, options?: NotebookDeleteNotebookOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
64
64
|
/**
|
|
65
65
|
* Deletes a Note book.
|
|
66
|
-
* @param notebookName
|
|
67
|
-
* @param options
|
|
66
|
+
* @param notebookName The notebook name.
|
|
67
|
+
* @param options The options parameters.
|
|
68
68
|
*/
|
|
69
69
|
beginDeleteNotebookAndWait(notebookName: string, options?: NotebookDeleteNotebookOptionalParams): Promise<void>;
|
|
70
70
|
/**
|
|
71
71
|
* Renames a notebook.
|
|
72
|
-
* @param notebookName
|
|
73
|
-
* @param request
|
|
74
|
-
* @param options
|
|
72
|
+
* @param notebookName The notebook name.
|
|
73
|
+
* @param request proposed new name.
|
|
74
|
+
* @param options The options parameters.
|
|
75
75
|
*/
|
|
76
76
|
beginRenameNotebook(notebookName: string, request: ArtifactRenameRequest, options?: NotebookRenameNotebookOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
77
77
|
/**
|
|
78
78
|
* Renames a notebook.
|
|
79
|
-
* @param notebookName
|
|
80
|
-
* @param request
|
|
81
|
-
* @param options
|
|
79
|
+
* @param notebookName The notebook name.
|
|
80
|
+
* @param request proposed new name.
|
|
81
|
+
* @param options The options parameters.
|
|
82
82
|
*/
|
|
83
83
|
beginRenameNotebookAndWait(notebookName: string, request: ArtifactRenameRequest, options?: NotebookRenameNotebookOptionalParams): Promise<void>;
|
|
84
84
|
/**
|
|
85
85
|
* GetNotebooksByWorkspaceNext
|
|
86
|
-
* @param nextLink
|
|
86
|
+
* @param nextLink The nextLink from the previous successful call to the GetNotebooksByWorkspace
|
|
87
87
|
* method.
|
|
88
|
-
* @param options
|
|
88
|
+
* @param options The options parameters.
|
|
89
89
|
*/
|
|
90
90
|
private _getNotebooksByWorkspaceNext;
|
|
91
91
|
/**
|
|
92
92
|
* GetNotebookSummaryByWorkSpaceNext
|
|
93
|
-
* @param nextLink
|
|
93
|
+
* @param nextLink The nextLink from the previous successful call to the GetNotebookSummaryByWorkSpace
|
|
94
94
|
* method.
|
|
95
|
-
* @param options
|
|
95
|
+
* @param options The options parameters.
|
|
96
96
|
*/
|
|
97
97
|
private _getNotebookSummaryByWorkSpaceNext;
|
|
98
98
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notebookOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/notebookOperations.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAEnF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAI3E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGxE,OAAO,KAAK,EACV,gBAAgB,EAEhB,6CAA6C,EAG7C,mDAAmD,EAEnD,4CAA4C,EAC5C,sCAAsC,EACtC,iCAAiC,EACjC,2BAA2B,EAC3B,oCAAoC,EACpC,qBAAqB,EACrB,oCAAoC,EAGrC,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"notebookOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/notebookOperations.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAEnF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAI3E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGxE,OAAO,KAAK,EACV,gBAAgB,EAEhB,6CAA6C,EAG7C,mDAAmD,EAEnD,4CAA4C,EAC5C,sCAAsC,EACtC,iCAAiC,EACjC,2BAA2B,EAC3B,oCAAoC,EACpC,qBAAqB,EACrB,oCAAoC,EAGrC,MAAM,oBAAoB,CAAC;AAG5B,sDAAsD;AACtD,qBAAa,sBAAuB,YAAW,kBAAkB;IAC/D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkB;IAEzC;;;OAGG;gBACS,MAAM,EAAE,eAAe;IAInC;;;OAGG;IACI,wBAAwB,CAC7B,OAAO,CAAC,EAAE,6CAA6C,GACtD,0BAA0B,CAAC,gBAAgB,CAAC;YAkBhC,iCAAiC;YAsBjC,gCAAgC;IAQ/C;;;OAGG;IACI,8BAA8B,CACnC,OAAO,CAAC,EAAE,mDAAmD,GAC5D,0BAA0B,CAAC,gBAAgB,CAAC;YAkBhC,uCAAuC;YAsBvC,sCAAsC;IAQrD;;;OAGG;YACW,wBAAwB;IAetC;;;OAGG;YACW,8BAA8B;IAe5C;;;;;OAKG;IACG,2BAA2B,CAC/B,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,gBAAgB,EAC1B,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sCAAsC,CAAC,EACtD,sCAAsC,CACvC,CACF;IA+DD;;;;;OAKG;IACG,kCAAkC,CACtC,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,gBAAgB,EAC1B,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC;IAKlD;;;;OAIG;IACG,WAAW,CACf,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC;IASvC;;;;OAIG;IACG,mBAAmB,CACvB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAyDxD;;;;OAIG;IACG,0BAA0B,CAC9B,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,IAAI,CAAC;IAKhB;;;;;OAKG;IACG,mBAAmB,CACvB,YAAY,EAAE,MAAM,EACpB,OAAO,EAAE,qBAAqB,EAC9B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAyDxD;;;;;OAKG;IACG,0BAA0B,CAC9B,YAAY,EAAE,MAAM,EACpB,OAAO,EAAE,qBAAqB,EAC9B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,IAAI,CAAC;IAKhB;;;;;OAKG;YACW,4BAA4B;IAgB1C;;;;;OAKG;YACW,kCAAkC;CAejD"}
|