@azure/synapse-artifacts 1.0.0-beta.14 → 1.0.0-beta.16
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/LICENSE +4 -4
- package/README.md +11 -13
- package/dist/browser/artifactsClient.d.ts +40 -0
- package/dist/browser/artifactsClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/artifactsClient.js +12 -13
- package/dist/browser/artifactsClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts +11 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/lroImpl.js +1 -1
- package/dist/browser/lroImpl.js.map +1 -0
- package/{types/synapse-artifacts.d.ts → dist/browser/models/index.d.ts} +13486 -14448
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +136 -18
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +1308 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +10655 -7748
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +70 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +160 -160
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/bigDataPools.d.ts +24 -0
- package/dist/browser/operations/bigDataPools.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/bigDataPools.js +40 -40
- package/dist/browser/operations/bigDataPools.js.map +1 -0
- package/dist/browser/operations/dataFlowDebugSession.d.ts +70 -0
- package/dist/browser/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dataFlowDebugSession.js +162 -163
- package/dist/browser/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/browser/operations/dataFlowOperations.d.ts +80 -0
- package/dist/browser/operations/dataFlowOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dataFlowOperations.js +161 -166
- package/dist/browser/operations/dataFlowOperations.js.map +1 -0
- package/dist/browser/operations/datasetOperations.d.ts +79 -0
- package/dist/browser/operations/datasetOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/datasetOperations.js +162 -167
- package/dist/browser/operations/datasetOperations.js.map +1 -0
- package/dist/browser/operations/index.d.ts +25 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +32 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/integrationRuntimes.d.ts +24 -0
- package/dist/browser/operations/integrationRuntimes.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/integrationRuntimes.js +40 -40
- package/dist/browser/operations/integrationRuntimes.js.map +1 -0
- package/dist/browser/operations/kqlScriptOperations.d.ts +60 -0
- package/dist/browser/operations/kqlScriptOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/kqlScriptOperations.js +118 -118
- package/dist/browser/operations/kqlScriptOperations.js.map +1 -0
- package/dist/browser/operations/kqlScripts.d.ts +32 -0
- package/dist/browser/operations/kqlScripts.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/kqlScripts.js +49 -50
- package/dist/browser/operations/kqlScripts.js.map +1 -0
- package/dist/browser/operations/library.d.ts +98 -0
- package/dist/browser/operations/library.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/library.js +194 -195
- package/dist/browser/operations/library.js.map +1 -0
- package/dist/browser/operations/linkConnectionOperations.d.ts +112 -0
- package/dist/browser/operations/linkConnectionOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/linkConnectionOperations.js +271 -272
- package/dist/browser/operations/linkConnectionOperations.js.map +1 -0
- package/dist/browser/operations/linkedServiceOperations.d.ts +80 -0
- package/dist/browser/operations/linkedServiceOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/linkedServiceOperations.js +162 -167
- package/dist/browser/operations/linkedServiceOperations.js.map +1 -0
- package/dist/browser/operations/metastore.d.ts +40 -0
- package/dist/browser/operations/metastore.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/metastore.js +71 -71
- package/dist/browser/operations/metastore.js.map +1 -0
- package/dist/browser/operations/notebookOperationResult.d.ts +19 -0
- package/dist/browser/operations/notebookOperationResult.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/notebookOperationResult.js +26 -26
- package/dist/browser/operations/notebookOperationResult.js.map +1 -0
- package/dist/browser/operations/notebookOperations.d.ts +99 -0
- package/dist/browser/operations/notebookOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/notebookOperations.js +204 -209
- package/dist/browser/operations/notebookOperations.js.map +1 -0
- package/dist/browser/operations/pipelineOperations.d.ts +86 -0
- package/dist/browser/operations/pipelineOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/pipelineOperations.js +189 -194
- package/dist/browser/operations/pipelineOperations.js.map +1 -0
- package/dist/browser/operations/pipelineRunOperations.d.ts +39 -0
- package/dist/browser/operations/pipelineRunOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/pipelineRunOperations.js +71 -75
- package/dist/browser/operations/pipelineRunOperations.js.map +1 -0
- package/dist/browser/operations/runNotebook.d.ts +46 -0
- package/dist/browser/operations/runNotebook.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/runNotebook.js +112 -112
- package/dist/browser/operations/runNotebook.js.map +1 -0
- package/dist/browser/operations/sparkConfigurationOperations.d.ts +80 -0
- package/dist/browser/operations/sparkConfigurationOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sparkConfigurationOperations.js +162 -167
- package/dist/browser/operations/sparkConfigurationOperations.js.map +1 -0
- package/dist/browser/operations/sparkJobDefinitionOperations.d.ts +104 -0
- package/dist/browser/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sparkJobDefinitionOperations.js +231 -235
- package/dist/browser/operations/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/browser/operations/sqlPools.d.ts +24 -0
- package/dist/browser/operations/sqlPools.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sqlPools.js +41 -40
- package/dist/browser/operations/sqlPools.js.map +1 -0
- package/dist/browser/operations/sqlScriptOperations.d.ts +80 -0
- package/dist/browser/operations/sqlScriptOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sqlScriptOperations.js +163 -167
- package/dist/browser/operations/sqlScriptOperations.js.map +1 -0
- package/dist/browser/operations/triggerOperations.d.ts +119 -0
- package/dist/browser/operations/triggerOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/triggerOperations.js +270 -274
- package/dist/browser/operations/triggerOperations.js.map +1 -0
- package/dist/browser/operations/triggerRunOperations.d.ts +33 -0
- package/dist/browser/operations/triggerRunOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/triggerRunOperations.js +58 -65
- package/dist/browser/operations/triggerRunOperations.js.map +1 -0
- package/dist/browser/operations/workspaceGitRepoManagement.d.ts +19 -0
- package/dist/browser/operations/workspaceGitRepoManagement.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/workspaceGitRepoManagement.js +26 -29
- package/dist/browser/operations/workspaceGitRepoManagement.js.map +1 -0
- package/dist/browser/operations/workspaceOperations.d.ts +18 -0
- package/dist/browser/operations/workspaceOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/workspaceOperations.js +26 -25
- package/dist/browser/operations/workspaceOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/bigDataPools.d.ts +16 -0
- package/dist/browser/operationsInterfaces/bigDataPools.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/bigDataPools.js.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlowOperations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlowOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/datasetOperations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/datasetOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/datasetOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +25 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +32 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/integrationRuntimes.d.ts +16 -0
- package/dist/browser/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/integrationRuntimes.js.map +1 -0
- package/dist/browser/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
- package/dist/browser/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/kqlScriptOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/kqlScripts.d.ts +11 -0
- package/dist/browser/operationsInterfaces/kqlScripts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/kqlScripts.js.map +1 -0
- package/dist/browser/operationsInterfaces/library.d.ts +77 -0
- package/dist/browser/operationsInterfaces/library.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/library.js.map +1 -0
- package/dist/browser/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
- package/dist/browser/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/linkConnectionOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/linkedServiceOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/metastore.d.ts +32 -0
- package/dist/browser/operationsInterfaces/metastore.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/metastore.js.map +1 -0
- package/dist/browser/operationsInterfaces/notebookOperationResult.d.ts +11 -0
- package/dist/browser/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/notebookOperationResult.js.map +1 -0
- package/dist/browser/operationsInterfaces/notebookOperations.d.ts +63 -0
- package/dist/browser/operationsInterfaces/notebookOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/notebookOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/pipelineOperations.d.ts +64 -0
- package/dist/browser/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/pipelineOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
- package/dist/browser/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/pipelineRunOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/runNotebook.d.ts +38 -0
- package/dist/browser/operationsInterfaces/runNotebook.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/runNotebook.js.map +1 -0
- package/dist/browser/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
- package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/sqlPools.d.ts +16 -0
- package/dist/browser/operationsInterfaces/sqlPools.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sqlPools.js.map +1 -0
- package/dist/browser/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sqlScriptOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/triggerOperations.d.ts +98 -0
- package/dist/browser/operationsInterfaces/triggerOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/triggerOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/triggerRunOperations.d.ts +25 -0
- package/dist/browser/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/triggerRunOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
- package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
- package/dist/browser/operationsInterfaces/workspaceOperations.d.ts +10 -0
- package/dist/browser/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspaceOperations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +1 -1
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/browser/tracing.d.ts +2 -0
- package/dist/browser/tracing.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/tracing.js +1 -1
- package/{dist-esm/src → dist/browser}/tracing.js.map +1 -1
- package/dist/commonjs/artifactsClient.d.ts +40 -0
- package/dist/commonjs/artifactsClient.d.ts.map +1 -0
- package/dist/commonjs/artifactsClient.js +99 -0
- package/dist/commonjs/artifactsClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +13486 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +1391 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +1308 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +27164 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +70 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +573 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/bigDataPools.d.ts +24 -0
- package/dist/commonjs/operations/bigDataPools.d.ts.map +1 -0
- package/dist/commonjs/operations/bigDataPools.js +80 -0
- package/dist/commonjs/operations/bigDataPools.js.map +1 -0
- package/dist/commonjs/operations/dataFlowDebugSession.d.ts +70 -0
- package/dist/commonjs/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/commonjs/operations/dataFlowDebugSession.js +354 -0
- package/dist/commonjs/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/commonjs/operations/dataFlowOperations.d.ts +80 -0
- package/dist/commonjs/operations/dataFlowOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/dataFlowOperations.js +390 -0
- package/dist/commonjs/operations/dataFlowOperations.js.map +1 -0
- package/dist/commonjs/operations/datasetOperations.d.ts +79 -0
- package/dist/commonjs/operations/datasetOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/datasetOperations.js +390 -0
- package/dist/commonjs/operations/datasetOperations.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +25 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +35 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/integrationRuntimes.d.ts +24 -0
- package/dist/commonjs/operations/integrationRuntimes.d.ts.map +1 -0
- package/dist/commonjs/operations/integrationRuntimes.js +80 -0
- package/dist/commonjs/operations/integrationRuntimes.js.map +1 -0
- package/dist/commonjs/operations/kqlScriptOperations.d.ts +60 -0
- package/dist/commonjs/operations/kqlScriptOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/kqlScriptOperations.js +277 -0
- package/dist/commonjs/operations/kqlScriptOperations.js.map +1 -0
- package/dist/commonjs/operations/kqlScripts.d.ts +32 -0
- package/dist/commonjs/operations/kqlScripts.d.ts.map +1 -0
- package/dist/commonjs/operations/kqlScripts.js +141 -0
- package/dist/commonjs/operations/kqlScripts.js.map +1 -0
- package/dist/commonjs/operations/library.d.ts +98 -0
- package/dist/commonjs/operations/library.d.ts.map +1 -0
- package/dist/commonjs/operations/library.js +443 -0
- package/dist/commonjs/operations/library.js.map +1 -0
- package/dist/commonjs/operations/linkConnectionOperations.d.ts +112 -0
- package/dist/commonjs/operations/linkConnectionOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/linkConnectionOperations.js +456 -0
- package/dist/commonjs/operations/linkConnectionOperations.js.map +1 -0
- package/dist/commonjs/operations/linkedServiceOperations.d.ts +80 -0
- package/dist/commonjs/operations/linkedServiceOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/linkedServiceOperations.js +391 -0
- package/dist/commonjs/operations/linkedServiceOperations.js.map +1 -0
- package/dist/commonjs/operations/metastore.d.ts +40 -0
- package/dist/commonjs/operations/metastore.d.ts.map +1 -0
- package/dist/commonjs/operations/metastore.js +138 -0
- package/dist/commonjs/operations/metastore.js.map +1 -0
- package/dist/commonjs/operations/notebookOperationResult.d.ts +19 -0
- package/dist/commonjs/operations/notebookOperationResult.d.ts.map +1 -0
- package/dist/commonjs/operations/notebookOperationResult.js +56 -0
- package/dist/commonjs/operations/notebookOperationResult.js.map +1 -0
- package/dist/commonjs/operations/notebookOperations.d.ts +99 -0
- package/dist/commonjs/operations/notebookOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/notebookOperations.js +503 -0
- package/dist/commonjs/operations/notebookOperations.js.map +1 -0
- package/dist/commonjs/operations/pipelineOperations.d.ts +86 -0
- package/dist/commonjs/operations/pipelineOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/pipelineOperations.js +424 -0
- package/dist/commonjs/operations/pipelineOperations.js.map +1 -0
- package/dist/commonjs/operations/pipelineRunOperations.d.ts +39 -0
- package/dist/commonjs/operations/pipelineRunOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/pipelineRunOperations.js +137 -0
- package/dist/commonjs/operations/pipelineRunOperations.js.map +1 -0
- package/dist/commonjs/operations/runNotebook.d.ts +46 -0
- package/dist/commonjs/operations/runNotebook.d.ts.map +1 -0
- package/dist/commonjs/operations/runNotebook.js +197 -0
- package/dist/commonjs/operations/runNotebook.js.map +1 -0
- package/dist/commonjs/operations/sparkConfigurationOperations.d.ts +80 -0
- package/dist/commonjs/operations/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/sparkConfigurationOperations.js +391 -0
- package/dist/commonjs/operations/sparkConfigurationOperations.js.map +1 -0
- package/dist/commonjs/operations/sparkJobDefinitionOperations.d.ts +104 -0
- package/dist/commonjs/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/sparkJobDefinitionOperations.js +548 -0
- package/dist/commonjs/operations/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/commonjs/operations/sqlPools.d.ts +24 -0
- package/dist/commonjs/operations/sqlPools.d.ts.map +1 -0
- package/dist/commonjs/operations/sqlPools.js +81 -0
- package/dist/commonjs/operations/sqlPools.js.map +1 -0
- package/dist/commonjs/operations/sqlScriptOperations.d.ts +80 -0
- package/dist/commonjs/operations/sqlScriptOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/sqlScriptOperations.js +392 -0
- package/dist/commonjs/operations/sqlScriptOperations.js.map +1 -0
- package/dist/commonjs/operations/triggerOperations.d.ts +119 -0
- package/dist/commonjs/operations/triggerOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/triggerOperations.js +633 -0
- package/dist/commonjs/operations/triggerOperations.js.map +1 -0
- package/dist/commonjs/operations/triggerRunOperations.d.ts +33 -0
- package/dist/commonjs/operations/triggerRunOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/triggerRunOperations.js +108 -0
- package/dist/commonjs/operations/triggerRunOperations.js.map +1 -0
- package/dist/commonjs/operations/workspaceGitRepoManagement.d.ts +19 -0
- package/dist/commonjs/operations/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/commonjs/operations/workspaceGitRepoManagement.js +55 -0
- package/dist/commonjs/operations/workspaceGitRepoManagement.js.map +1 -0
- package/dist/commonjs/operations/workspaceOperations.d.ts +18 -0
- package/dist/commonjs/operations/workspaceOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/workspaceOperations.js +55 -0
- package/dist/commonjs/operations/workspaceOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/bigDataPools.d.ts +16 -0
- package/dist/commonjs/operationsInterfaces/bigDataPools.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/bigDataPools.js +10 -0
- package/dist/commonjs/operationsInterfaces/bigDataPools.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.js +10 -0
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/datasetOperations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/datasetOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/datasetOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/datasetOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +35 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.d.ts +16 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.js +10 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
- package/dist/commonjs/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/kqlScriptOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/kqlScriptOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/kqlScripts.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/kqlScripts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/kqlScripts.js +10 -0
- package/dist/commonjs/operationsInterfaces/kqlScripts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/library.d.ts +77 -0
- package/dist/commonjs/operationsInterfaces/library.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/library.js +10 -0
- package/dist/commonjs/operationsInterfaces/library.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkedServiceOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/linkedServiceOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/metastore.d.ts +32 -0
- package/dist/commonjs/operationsInterfaces/metastore.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/metastore.js +10 -0
- package/dist/commonjs/operationsInterfaces/metastore.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/notebookOperationResult.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/notebookOperationResult.js +10 -0
- package/dist/commonjs/operationsInterfaces/notebookOperationResult.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/notebookOperations.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/notebookOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/notebookOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/notebookOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelineOperations.d.ts +64 -0
- package/dist/commonjs/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelineOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/pipelineOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
- package/dist/commonjs/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelineRunOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/pipelineRunOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/runNotebook.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/runNotebook.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/runNotebook.js +10 -0
- package/dist/commonjs/operationsInterfaces/runNotebook.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
- package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlPools.d.ts +16 -0
- package/dist/commonjs/operationsInterfaces/sqlPools.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlPools.js +10 -0
- package/dist/commonjs/operationsInterfaces/sqlPools.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggerOperations.d.ts +98 -0
- package/dist/commonjs/operationsInterfaces/triggerOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggerOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/triggerOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggerRunOperations.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggerRunOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/triggerRunOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaceOperations.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaceOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspaceOperations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tracing.d.ts +2 -0
- package/dist/commonjs/tracing.d.ts.map +1 -0
- package/dist/commonjs/tracing.js +17 -0
- package/dist/commonjs/tracing.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/artifactsClient.d.ts +40 -0
- package/dist/esm/artifactsClient.d.ts.map +1 -0
- package/dist/esm/artifactsClient.js +94 -0
- package/dist/esm/artifactsClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +13486 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +1386 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +1308 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/{index.js → esm/models/mappers.js} +13404 -19791
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +70 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +569 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/bigDataPools.d.ts +24 -0
- package/dist/esm/operations/bigDataPools.d.ts.map +1 -0
- package/dist/esm/operations/bigDataPools.js +75 -0
- package/dist/esm/operations/bigDataPools.js.map +1 -0
- package/dist/esm/operations/dataFlowDebugSession.d.ts +70 -0
- package/dist/esm/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/esm/operations/dataFlowDebugSession.js +350 -0
- package/dist/esm/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/esm/operations/dataFlowOperations.d.ts +80 -0
- package/dist/esm/operations/dataFlowOperations.d.ts.map +1 -0
- package/dist/esm/operations/dataFlowOperations.js +386 -0
- package/dist/esm/operations/dataFlowOperations.js.map +1 -0
- package/dist/esm/operations/datasetOperations.d.ts +79 -0
- package/dist/esm/operations/datasetOperations.d.ts.map +1 -0
- package/dist/esm/operations/datasetOperations.js +386 -0
- package/dist/esm/operations/datasetOperations.js.map +1 -0
- package/dist/esm/operations/index.d.ts +25 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +32 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/integrationRuntimes.d.ts +24 -0
- package/dist/esm/operations/integrationRuntimes.d.ts.map +1 -0
- package/dist/esm/operations/integrationRuntimes.js +75 -0
- package/dist/esm/operations/integrationRuntimes.js.map +1 -0
- package/dist/esm/operations/kqlScriptOperations.d.ts +60 -0
- package/dist/esm/operations/kqlScriptOperations.d.ts.map +1 -0
- package/dist/esm/operations/kqlScriptOperations.js +272 -0
- package/dist/esm/operations/kqlScriptOperations.js.map +1 -0
- package/dist/esm/operations/kqlScripts.d.ts +32 -0
- package/dist/esm/operations/kqlScripts.d.ts.map +1 -0
- package/dist/esm/operations/kqlScripts.js +137 -0
- package/dist/esm/operations/kqlScripts.js.map +1 -0
- package/dist/esm/operations/library.d.ts +98 -0
- package/dist/esm/operations/library.d.ts.map +1 -0
- package/dist/esm/operations/library.js +439 -0
- package/dist/esm/operations/library.js.map +1 -0
- package/dist/esm/operations/linkConnectionOperations.d.ts +112 -0
- package/dist/esm/operations/linkConnectionOperations.d.ts.map +1 -0
- package/dist/esm/operations/linkConnectionOperations.js +452 -0
- package/dist/esm/operations/linkConnectionOperations.js.map +1 -0
- package/dist/esm/operations/linkedServiceOperations.d.ts +80 -0
- package/dist/esm/operations/linkedServiceOperations.d.ts.map +1 -0
- package/dist/esm/operations/linkedServiceOperations.js +387 -0
- package/dist/esm/operations/linkedServiceOperations.js.map +1 -0
- package/dist/esm/operations/metastore.d.ts +40 -0
- package/dist/esm/operations/metastore.d.ts.map +1 -0
- package/dist/esm/operations/metastore.js +133 -0
- package/dist/esm/operations/metastore.js.map +1 -0
- package/dist/esm/operations/notebookOperationResult.d.ts +19 -0
- package/dist/esm/operations/notebookOperationResult.d.ts.map +1 -0
- package/dist/esm/operations/notebookOperationResult.js +51 -0
- package/dist/esm/operations/notebookOperationResult.js.map +1 -0
- package/dist/esm/operations/notebookOperations.d.ts +99 -0
- package/dist/esm/operations/notebookOperations.d.ts.map +1 -0
- package/dist/esm/operations/notebookOperations.js +499 -0
- package/dist/esm/operations/notebookOperations.js.map +1 -0
- package/dist/esm/operations/pipelineOperations.d.ts +86 -0
- package/dist/esm/operations/pipelineOperations.d.ts.map +1 -0
- package/dist/esm/operations/pipelineOperations.js +420 -0
- package/dist/esm/operations/pipelineOperations.js.map +1 -0
- package/dist/esm/operations/pipelineRunOperations.d.ts +39 -0
- package/dist/esm/operations/pipelineRunOperations.d.ts.map +1 -0
- package/dist/esm/operations/pipelineRunOperations.js +132 -0
- package/dist/esm/operations/pipelineRunOperations.js.map +1 -0
- package/dist/esm/operations/runNotebook.d.ts +46 -0
- package/dist/esm/operations/runNotebook.d.ts.map +1 -0
- package/dist/esm/operations/runNotebook.js +192 -0
- package/dist/esm/operations/runNotebook.js.map +1 -0
- package/dist/esm/operations/sparkConfigurationOperations.d.ts +80 -0
- package/dist/esm/operations/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/esm/operations/sparkConfigurationOperations.js +387 -0
- package/dist/esm/operations/sparkConfigurationOperations.js.map +1 -0
- package/dist/esm/operations/sparkJobDefinitionOperations.d.ts +104 -0
- package/dist/esm/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/esm/operations/sparkJobDefinitionOperations.js +544 -0
- package/dist/esm/operations/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/esm/operations/sqlPools.d.ts +24 -0
- package/dist/esm/operations/sqlPools.d.ts.map +1 -0
- package/dist/esm/operations/sqlPools.js +76 -0
- package/dist/esm/operations/sqlPools.js.map +1 -0
- package/dist/esm/operations/sqlScriptOperations.d.ts +80 -0
- package/dist/esm/operations/sqlScriptOperations.d.ts.map +1 -0
- package/dist/esm/operations/sqlScriptOperations.js +388 -0
- package/dist/esm/operations/sqlScriptOperations.js.map +1 -0
- package/dist/esm/operations/triggerOperations.d.ts +119 -0
- package/dist/esm/operations/triggerOperations.d.ts.map +1 -0
- package/dist/esm/operations/triggerOperations.js +629 -0
- package/dist/esm/operations/triggerOperations.js.map +1 -0
- package/dist/esm/operations/triggerRunOperations.d.ts +33 -0
- package/dist/esm/operations/triggerRunOperations.d.ts.map +1 -0
- package/dist/esm/operations/triggerRunOperations.js +103 -0
- package/dist/esm/operations/triggerRunOperations.js.map +1 -0
- package/dist/esm/operations/workspaceGitRepoManagement.d.ts +19 -0
- package/dist/esm/operations/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/esm/operations/workspaceGitRepoManagement.js +50 -0
- package/dist/esm/operations/workspaceGitRepoManagement.js.map +1 -0
- package/dist/esm/operations/workspaceOperations.d.ts +18 -0
- package/dist/esm/operations/workspaceOperations.d.ts.map +1 -0
- package/dist/esm/operations/workspaceOperations.js +50 -0
- package/dist/esm/operations/workspaceOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/bigDataPools.d.ts +16 -0
- package/dist/esm/operationsInterfaces/bigDataPools.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/bigDataPools.js +9 -0
- package/dist/esm/operationsInterfaces/bigDataPools.js.map +1 -0
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.js +9 -0
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
- package/dist/esm/operationsInterfaces/dataFlowOperations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dataFlowOperations.js +9 -0
- package/dist/esm/operationsInterfaces/dataFlowOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/datasetOperations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/datasetOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/datasetOperations.js +9 -0
- package/dist/esm/operationsInterfaces/datasetOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +25 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +32 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/integrationRuntimes.d.ts +16 -0
- package/dist/esm/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/integrationRuntimes.js +9 -0
- package/dist/esm/operationsInterfaces/integrationRuntimes.js.map +1 -0
- package/dist/esm/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
- package/dist/esm/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/kqlScriptOperations.js +9 -0
- package/dist/esm/operationsInterfaces/kqlScriptOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/kqlScripts.d.ts +11 -0
- package/dist/esm/operationsInterfaces/kqlScripts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/kqlScripts.js +9 -0
- package/dist/esm/operationsInterfaces/kqlScripts.js.map +1 -0
- package/dist/esm/operationsInterfaces/library.d.ts +77 -0
- package/dist/esm/operationsInterfaces/library.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/library.js +9 -0
- package/dist/esm/operationsInterfaces/library.js.map +1 -0
- package/dist/esm/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
- package/dist/esm/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/linkConnectionOperations.js +9 -0
- package/dist/esm/operationsInterfaces/linkConnectionOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/linkedServiceOperations.js +9 -0
- package/dist/esm/operationsInterfaces/linkedServiceOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/metastore.d.ts +32 -0
- package/dist/esm/operationsInterfaces/metastore.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/metastore.js +9 -0
- package/dist/esm/operationsInterfaces/metastore.js.map +1 -0
- package/dist/esm/operationsInterfaces/notebookOperationResult.d.ts +11 -0
- package/dist/esm/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/notebookOperationResult.js +9 -0
- package/dist/esm/operationsInterfaces/notebookOperationResult.js.map +1 -0
- package/dist/esm/operationsInterfaces/notebookOperations.d.ts +63 -0
- package/dist/esm/operationsInterfaces/notebookOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/notebookOperations.js +9 -0
- package/dist/esm/operationsInterfaces/notebookOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/pipelineOperations.d.ts +64 -0
- package/dist/esm/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/pipelineOperations.js +9 -0
- package/dist/esm/operationsInterfaces/pipelineOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
- package/dist/esm/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/pipelineRunOperations.js +9 -0
- package/dist/esm/operationsInterfaces/pipelineRunOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/runNotebook.d.ts +38 -0
- package/dist/esm/operationsInterfaces/runNotebook.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/runNotebook.js +9 -0
- package/dist/esm/operationsInterfaces/runNotebook.js.map +1 -0
- package/dist/esm/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sparkConfigurationOperations.js +9 -0
- package/dist/esm/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
- package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.js +9 -0
- package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/sqlPools.d.ts +16 -0
- package/dist/esm/operationsInterfaces/sqlPools.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sqlPools.js +9 -0
- package/dist/esm/operationsInterfaces/sqlPools.js.map +1 -0
- package/dist/esm/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sqlScriptOperations.js +9 -0
- package/dist/esm/operationsInterfaces/sqlScriptOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/triggerOperations.d.ts +98 -0
- package/dist/esm/operationsInterfaces/triggerOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/triggerOperations.js +9 -0
- package/dist/esm/operationsInterfaces/triggerOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/triggerRunOperations.d.ts +25 -0
- package/dist/esm/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/triggerRunOperations.js +9 -0
- package/dist/esm/operationsInterfaces/triggerRunOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
- package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.js +9 -0
- package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspaceOperations.d.ts +10 -0
- package/dist/esm/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workspaceOperations.js +9 -0
- package/dist/esm/operationsInterfaces/workspaceOperations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/tracing.d.ts +2 -0
- package/dist/esm/tracing.d.ts.map +1 -0
- package/dist/esm/tracing.js +14 -0
- package/dist/esm/tracing.js.map +1 -0
- package/dist/react-native/artifactsClient.d.ts +40 -0
- package/dist/react-native/artifactsClient.d.ts.map +1 -0
- package/dist/react-native/artifactsClient.js +94 -0
- package/dist/react-native/artifactsClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +13486 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +1386 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +1308 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +27146 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +70 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +569 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/bigDataPools.d.ts +24 -0
- package/dist/react-native/operations/bigDataPools.d.ts.map +1 -0
- package/dist/react-native/operations/bigDataPools.js +75 -0
- package/dist/react-native/operations/bigDataPools.js.map +1 -0
- package/dist/react-native/operations/dataFlowDebugSession.d.ts +70 -0
- package/dist/react-native/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/react-native/operations/dataFlowDebugSession.js +350 -0
- package/dist/react-native/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/react-native/operations/dataFlowOperations.d.ts +80 -0
- package/dist/react-native/operations/dataFlowOperations.d.ts.map +1 -0
- package/dist/react-native/operations/dataFlowOperations.js +386 -0
- package/dist/react-native/operations/dataFlowOperations.js.map +1 -0
- package/dist/react-native/operations/datasetOperations.d.ts +79 -0
- package/dist/react-native/operations/datasetOperations.d.ts.map +1 -0
- package/dist/react-native/operations/datasetOperations.js +386 -0
- package/dist/react-native/operations/datasetOperations.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +25 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +32 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/integrationRuntimes.d.ts +24 -0
- package/dist/react-native/operations/integrationRuntimes.d.ts.map +1 -0
- package/dist/react-native/operations/integrationRuntimes.js +75 -0
- package/dist/react-native/operations/integrationRuntimes.js.map +1 -0
- package/dist/react-native/operations/kqlScriptOperations.d.ts +60 -0
- package/dist/react-native/operations/kqlScriptOperations.d.ts.map +1 -0
- package/dist/react-native/operations/kqlScriptOperations.js +272 -0
- package/dist/react-native/operations/kqlScriptOperations.js.map +1 -0
- package/dist/react-native/operations/kqlScripts.d.ts +32 -0
- package/dist/react-native/operations/kqlScripts.d.ts.map +1 -0
- package/dist/react-native/operations/kqlScripts.js +137 -0
- package/dist/react-native/operations/kqlScripts.js.map +1 -0
- package/dist/react-native/operations/library.d.ts +98 -0
- package/dist/react-native/operations/library.d.ts.map +1 -0
- package/dist/react-native/operations/library.js +439 -0
- package/dist/react-native/operations/library.js.map +1 -0
- package/dist/react-native/operations/linkConnectionOperations.d.ts +112 -0
- package/dist/react-native/operations/linkConnectionOperations.d.ts.map +1 -0
- package/dist/react-native/operations/linkConnectionOperations.js +452 -0
- package/dist/react-native/operations/linkConnectionOperations.js.map +1 -0
- package/dist/react-native/operations/linkedServiceOperations.d.ts +80 -0
- package/dist/react-native/operations/linkedServiceOperations.d.ts.map +1 -0
- package/dist/react-native/operations/linkedServiceOperations.js +387 -0
- package/dist/react-native/operations/linkedServiceOperations.js.map +1 -0
- package/dist/react-native/operations/metastore.d.ts +40 -0
- package/dist/react-native/operations/metastore.d.ts.map +1 -0
- package/dist/react-native/operations/metastore.js +133 -0
- package/dist/react-native/operations/metastore.js.map +1 -0
- package/dist/react-native/operations/notebookOperationResult.d.ts +19 -0
- package/dist/react-native/operations/notebookOperationResult.d.ts.map +1 -0
- package/dist/react-native/operations/notebookOperationResult.js +51 -0
- package/dist/react-native/operations/notebookOperationResult.js.map +1 -0
- package/dist/react-native/operations/notebookOperations.d.ts +99 -0
- package/dist/react-native/operations/notebookOperations.d.ts.map +1 -0
- package/dist/react-native/operations/notebookOperations.js +499 -0
- package/dist/react-native/operations/notebookOperations.js.map +1 -0
- package/dist/react-native/operations/pipelineOperations.d.ts +86 -0
- package/dist/react-native/operations/pipelineOperations.d.ts.map +1 -0
- package/dist/react-native/operations/pipelineOperations.js +420 -0
- package/dist/react-native/operations/pipelineOperations.js.map +1 -0
- package/dist/react-native/operations/pipelineRunOperations.d.ts +39 -0
- package/dist/react-native/operations/pipelineRunOperations.d.ts.map +1 -0
- package/dist/react-native/operations/pipelineRunOperations.js +132 -0
- package/dist/react-native/operations/pipelineRunOperations.js.map +1 -0
- package/dist/react-native/operations/runNotebook.d.ts +46 -0
- package/dist/react-native/operations/runNotebook.d.ts.map +1 -0
- package/dist/react-native/operations/runNotebook.js +192 -0
- package/dist/react-native/operations/runNotebook.js.map +1 -0
- package/dist/react-native/operations/sparkConfigurationOperations.d.ts +80 -0
- package/dist/react-native/operations/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/react-native/operations/sparkConfigurationOperations.js +387 -0
- package/dist/react-native/operations/sparkConfigurationOperations.js.map +1 -0
- package/dist/react-native/operations/sparkJobDefinitionOperations.d.ts +104 -0
- package/dist/react-native/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/react-native/operations/sparkJobDefinitionOperations.js +544 -0
- package/dist/react-native/operations/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/react-native/operations/sqlPools.d.ts +24 -0
- package/dist/react-native/operations/sqlPools.d.ts.map +1 -0
- package/dist/react-native/operations/sqlPools.js +76 -0
- package/dist/react-native/operations/sqlPools.js.map +1 -0
- package/dist/react-native/operations/sqlScriptOperations.d.ts +80 -0
- package/dist/react-native/operations/sqlScriptOperations.d.ts.map +1 -0
- package/dist/react-native/operations/sqlScriptOperations.js +388 -0
- package/dist/react-native/operations/sqlScriptOperations.js.map +1 -0
- package/dist/react-native/operations/triggerOperations.d.ts +119 -0
- package/dist/react-native/operations/triggerOperations.d.ts.map +1 -0
- package/dist/react-native/operations/triggerOperations.js +629 -0
- package/dist/react-native/operations/triggerOperations.js.map +1 -0
- package/dist/react-native/operations/triggerRunOperations.d.ts +33 -0
- package/dist/react-native/operations/triggerRunOperations.d.ts.map +1 -0
- package/dist/react-native/operations/triggerRunOperations.js +103 -0
- package/dist/react-native/operations/triggerRunOperations.js.map +1 -0
- package/dist/react-native/operations/workspaceGitRepoManagement.d.ts +19 -0
- package/dist/react-native/operations/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/react-native/operations/workspaceGitRepoManagement.js +50 -0
- package/dist/react-native/operations/workspaceGitRepoManagement.js.map +1 -0
- package/dist/react-native/operations/workspaceOperations.d.ts +18 -0
- package/dist/react-native/operations/workspaceOperations.d.ts.map +1 -0
- package/dist/react-native/operations/workspaceOperations.js +50 -0
- package/dist/react-native/operations/workspaceOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/bigDataPools.d.ts +16 -0
- package/dist/react-native/operationsInterfaces/bigDataPools.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/bigDataPools.js +9 -0
- package/dist/react-native/operationsInterfaces/bigDataPools.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.js +9 -0
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dataFlowOperations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dataFlowOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/dataFlowOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/datasetOperations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/datasetOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/datasetOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/datasetOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +32 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimes.d.ts +16 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimes.js +9 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
- package/dist/react-native/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/kqlScriptOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/kqlScriptOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/kqlScripts.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/kqlScripts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/kqlScripts.js +9 -0
- package/dist/react-native/operationsInterfaces/kqlScripts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/library.d.ts +77 -0
- package/dist/react-native/operationsInterfaces/library.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/library.js +9 -0
- package/dist/react-native/operationsInterfaces/library.js.map +1 -0
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/linkedServiceOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/linkedServiceOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/metastore.d.ts +32 -0
- package/dist/react-native/operationsInterfaces/metastore.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/metastore.js +9 -0
- package/dist/react-native/operationsInterfaces/metastore.js.map +1 -0
- package/dist/react-native/operationsInterfaces/notebookOperationResult.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/notebookOperationResult.js +9 -0
- package/dist/react-native/operationsInterfaces/notebookOperationResult.js.map +1 -0
- package/dist/react-native/operationsInterfaces/notebookOperations.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/notebookOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/notebookOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/notebookOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelineOperations.d.ts +64 -0
- package/dist/react-native/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelineOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/pipelineOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
- package/dist/react-native/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelineRunOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/pipelineRunOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/runNotebook.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/runNotebook.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/runNotebook.js +9 -0
- package/dist/react-native/operationsInterfaces/runNotebook.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
- package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlPools.d.ts +16 -0
- package/dist/react-native/operationsInterfaces/sqlPools.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlPools.js +9 -0
- package/dist/react-native/operationsInterfaces/sqlPools.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/triggerOperations.d.ts +98 -0
- package/dist/react-native/operationsInterfaces/triggerOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/triggerOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/triggerOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/triggerRunOperations.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/triggerRunOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/triggerRunOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.js +9 -0
- package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaceOperations.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaceOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/workspaceOperations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/tracing.d.ts +2 -0
- package/dist/react-native/tracing.d.ts.map +1 -0
- package/dist/react-native/tracing.js +14 -0
- package/dist/react-native/tracing.js.map +1 -0
- package/package.json +80 -67
- package/dist/index.js.map +0 -1
- package/dist-esm/src/artifactsClient.js.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/bigDataPools.js.map +0 -1
- package/dist-esm/src/operations/dataFlowDebugSession.js.map +0 -1
- package/dist-esm/src/operations/dataFlowOperations.js.map +0 -1
- package/dist-esm/src/operations/datasetOperations.js.map +0 -1
- package/dist-esm/src/operations/index.js +0 -32
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/integrationRuntimes.js.map +0 -1
- package/dist-esm/src/operations/kqlScriptOperations.js.map +0 -1
- package/dist-esm/src/operations/kqlScripts.js.map +0 -1
- package/dist-esm/src/operations/library.js.map +0 -1
- package/dist-esm/src/operations/linkConnectionOperations.js.map +0 -1
- package/dist-esm/src/operations/linkedServiceOperations.js.map +0 -1
- package/dist-esm/src/operations/metastore.js.map +0 -1
- package/dist-esm/src/operations/notebookOperationResult.js.map +0 -1
- package/dist-esm/src/operations/notebookOperations.js.map +0 -1
- package/dist-esm/src/operations/pipelineOperations.js.map +0 -1
- package/dist-esm/src/operations/pipelineRunOperations.js.map +0 -1
- package/dist-esm/src/operations/runNotebook.js.map +0 -1
- package/dist-esm/src/operations/sparkConfigurationOperations.js.map +0 -1
- package/dist-esm/src/operations/sparkJobDefinitionOperations.js.map +0 -1
- package/dist-esm/src/operations/sqlPools.js.map +0 -1
- package/dist-esm/src/operations/sqlScriptOperations.js.map +0 -1
- package/dist-esm/src/operations/triggerOperations.js.map +0 -1
- package/dist-esm/src/operations/triggerRunOperations.js.map +0 -1
- package/dist-esm/src/operations/workspaceGitRepoManagement.js.map +0 -1
- package/dist-esm/src/operations/workspaceOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/bigDataPools.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataFlowOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/datasetOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -32
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/kqlScriptOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/kqlScripts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/library.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkConnectionOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkedServiceOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/metastore.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/notebookOperationResult.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/notebookOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/pipelineOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/pipelineRunOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/runNotebook.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sparkConfigurationOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sparkJobDefinitionOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlPools.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlScriptOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/triggerOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/triggerRunOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaceGitRepoManagement.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaceOperations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/bigDataPools.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataFlowDebugSession.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataFlowOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/datasetOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/integrationRuntimes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/kqlScriptOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/kqlScripts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/library.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkConnectionOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkedServiceOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/metastore.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/notebookOperationResult.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/notebookOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/pipelineOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/pipelineRunOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/runNotebook.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sparkConfigurationOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sparkJobDefinitionOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlPools.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlScriptOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/triggerOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/triggerRunOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaceGitRepoManagement.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaceOperations.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"triggerOperations.js","sourceRoot":"","sources":["../../../src/operations/triggerOperations.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 { TriggerOperations } 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 TriggerResource,\n TriggerGetTriggersByWorkspaceNextOptionalParams,\n TriggerGetTriggersByWorkspaceOptionalParams,\n TriggerGetTriggersByWorkspaceResponse,\n TriggerCreateOrUpdateTriggerOptionalParams,\n TriggerCreateOrUpdateTriggerResponse,\n TriggerGetTriggerOptionalParams,\n TriggerGetTriggerResponse,\n TriggerDeleteTriggerOptionalParams,\n TriggerSubscribeTriggerToEventsOptionalParams,\n TriggerSubscribeTriggerToEventsResponse,\n TriggerGetEventSubscriptionStatusOptionalParams,\n TriggerGetEventSubscriptionStatusResponse,\n TriggerUnsubscribeTriggerFromEventsOptionalParams,\n TriggerUnsubscribeTriggerFromEventsResponse,\n TriggerStartTriggerOptionalParams,\n TriggerStopTriggerOptionalParams,\n TriggerGetTriggersByWorkspaceNextResponse,\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 getTriggersByWorkspaceOperationSpec: coreClient.OperationSpec = {\n path: \"/triggers\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TriggerListResponse,\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 createOrUpdateTriggerOperationSpec: coreClient.OperationSpec = {\n path: \"/triggers/{triggerName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.TriggerResource,\n },\n 201: {\n bodyMapper: Mappers.TriggerResource,\n },\n 202: {\n bodyMapper: Mappers.TriggerResource,\n },\n 204: {\n bodyMapper: Mappers.TriggerResource,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.trigger,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.triggerName],\n headerParameters: [Parameters.accept, Parameters.contentType, Parameters.ifMatch],\n mediaType: \"json\",\n serializer,\n};\nconst getTriggerOperationSpec: coreClient.OperationSpec = {\n path: \"/triggers/{triggerName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TriggerResource,\n },\n 304: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.triggerName],\n headerParameters: [Parameters.accept, Parameters.ifNoneMatch],\n serializer,\n};\nconst deleteTriggerOperationSpec: coreClient.OperationSpec = {\n path: \"/triggers/{triggerName}\",\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.triggerName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst subscribeTriggerToEventsOperationSpec: coreClient.OperationSpec = {\n path: \"/triggers/{triggerName}/subscribeToEvents\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.TriggerSubscriptionOperationStatus,\n },\n 201: {\n bodyMapper: Mappers.TriggerSubscriptionOperationStatus,\n },\n 202: {\n bodyMapper: Mappers.TriggerSubscriptionOperationStatus,\n },\n 204: {\n bodyMapper: Mappers.TriggerSubscriptionOperationStatus,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.triggerName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getEventSubscriptionStatusOperationSpec: coreClient.OperationSpec = {\n path: \"/triggers/{triggerName}/getEventSubscriptionStatus\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.TriggerSubscriptionOperationStatus,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.triggerName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst unsubscribeTriggerFromEventsOperationSpec: coreClient.OperationSpec = {\n path: \"/triggers/{triggerName}/unsubscribeFromEvents\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.TriggerSubscriptionOperationStatus,\n },\n 201: {\n bodyMapper: Mappers.TriggerSubscriptionOperationStatus,\n },\n 202: {\n bodyMapper: Mappers.TriggerSubscriptionOperationStatus,\n },\n 204: {\n bodyMapper: Mappers.TriggerSubscriptionOperationStatus,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.triggerName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst startTriggerOperationSpec: coreClient.OperationSpec = {\n path: \"/triggers/{triggerName}/start\",\n httpMethod: \"POST\",\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.triggerName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst stopTriggerOperationSpec: coreClient.OperationSpec = {\n path: \"/triggers/{triggerName}/stop\",\n httpMethod: \"POST\",\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.triggerName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getTriggersByWorkspaceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TriggerListResponse,\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 TriggerOperations operations. */\nexport class TriggerOperationsImpl implements TriggerOperations {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class TriggerOperations class.\n * @param client - Reference to the service client\n */\n // eslint-disable-next-line @azure/azure-sdk/ts-use-interface-parameters\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * Lists triggers.\n * @param options - The options parameters.\n */\n public listTriggersByWorkspace(\n options?: TriggerGetTriggersByWorkspaceOptionalParams,\n ): PagedAsyncIterableIterator<TriggerResource> {\n const iter = this.getTriggersByWorkspacePagingAll(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.getTriggersByWorkspacePagingPage(options, settings);\n },\n };\n }\n\n private async *getTriggersByWorkspacePagingPage(\n options?: TriggerGetTriggersByWorkspaceOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<TriggerResource[]> {\n let result: TriggerGetTriggersByWorkspaceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._getTriggersByWorkspace(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._getTriggersByWorkspaceNext(continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *getTriggersByWorkspacePagingAll(\n options?: TriggerGetTriggersByWorkspaceOptionalParams,\n ): AsyncIterableIterator<TriggerResource> {\n for await (const page of this.getTriggersByWorkspacePagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists triggers.\n * @param options - The options parameters.\n */\n private async _getTriggersByWorkspace(\n options?: TriggerGetTriggersByWorkspaceOptionalParams,\n ): Promise<TriggerGetTriggersByWorkspaceResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._getTriggersByWorkspace\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { updatedOptions },\n getTriggersByWorkspaceOperationSpec,\n ) as Promise<TriggerGetTriggersByWorkspaceResponse>;\n },\n );\n }\n\n /**\n * Creates or updates a trigger.\n * @param triggerName - The trigger name.\n * @param trigger - Trigger resource definition.\n * @param options - The options parameters.\n */\n async beginCreateOrUpdateTrigger(\n triggerName: string,\n trigger: TriggerResource,\n options?: TriggerCreateOrUpdateTriggerOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<TriggerCreateOrUpdateTriggerResponse>,\n TriggerCreateOrUpdateTriggerResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<TriggerCreateOrUpdateTriggerResponse> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginCreateOrUpdateTrigger\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(\n args,\n spec,\n ) as Promise<TriggerCreateOrUpdateTriggerResponse>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<{\n flatResponse: TriggerResource;\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: { triggerName, trigger, options },\n spec: createOrUpdateTriggerOperationSpec,\n });\n const poller = await createHttpPoller<\n TriggerCreateOrUpdateTriggerResponse,\n OperationState<TriggerCreateOrUpdateTriggerResponse>\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 trigger.\n * @param triggerName - The trigger name.\n * @param trigger - Trigger resource definition.\n * @param options - The options parameters.\n */\n async beginCreateOrUpdateTriggerAndWait(\n triggerName: string,\n trigger: TriggerResource,\n options?: TriggerCreateOrUpdateTriggerOptionalParams,\n ): Promise<TriggerCreateOrUpdateTriggerResponse> {\n const poller = await this.beginCreateOrUpdateTrigger(triggerName, trigger, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Gets a trigger.\n * @param triggerName - The trigger name.\n * @param options - The options parameters.\n */\n async getTrigger(\n triggerName: string,\n options?: TriggerGetTriggerOptionalParams,\n ): Promise<TriggerGetTriggerResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.getTrigger\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { triggerName, updatedOptions },\n getTriggerOperationSpec,\n ) as Promise<TriggerGetTriggerResponse>;\n },\n );\n }\n\n /**\n * Deletes a trigger.\n * @param triggerName - The trigger name.\n * @param options - The options parameters.\n */\n async beginDeleteTrigger(\n triggerName: string,\n options?: TriggerDeleteTriggerOptionalParams,\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.beginDeleteTrigger\",\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: { triggerName, options },\n spec: deleteTriggerOperationSpec,\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 trigger.\n * @param triggerName - The trigger name.\n * @param options - The options parameters.\n */\n async beginDeleteTriggerAndWait(\n triggerName: string,\n options?: TriggerDeleteTriggerOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDeleteTrigger(triggerName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Subscribe event trigger to events.\n * @param triggerName - The trigger name.\n * @param options - The options parameters.\n */\n async beginSubscribeTriggerToEvents(\n triggerName: string,\n options?: TriggerSubscribeTriggerToEventsOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<TriggerSubscribeTriggerToEventsResponse>,\n TriggerSubscribeTriggerToEventsResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<TriggerSubscribeTriggerToEventsResponse> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginSubscribeTriggerToEvents\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(\n args,\n spec,\n ) as Promise<TriggerSubscribeTriggerToEventsResponse>;\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: { triggerName, options },\n spec: subscribeTriggerToEventsOperationSpec,\n });\n const poller = await createHttpPoller<\n TriggerSubscribeTriggerToEventsResponse,\n OperationState<TriggerSubscribeTriggerToEventsResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Subscribe event trigger to events.\n * @param triggerName - The trigger name.\n * @param options - The options parameters.\n */\n async beginSubscribeTriggerToEventsAndWait(\n triggerName: string,\n options?: TriggerSubscribeTriggerToEventsOptionalParams,\n ): Promise<TriggerSubscribeTriggerToEventsResponse> {\n const poller = await this.beginSubscribeTriggerToEvents(triggerName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Get a trigger's event subscription status.\n * @param triggerName - The trigger name.\n * @param options - The options parameters.\n */\n async getEventSubscriptionStatus(\n triggerName: string,\n options?: TriggerGetEventSubscriptionStatusOptionalParams,\n ): Promise<TriggerGetEventSubscriptionStatusResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.getEventSubscriptionStatus\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { triggerName, updatedOptions },\n getEventSubscriptionStatusOperationSpec,\n ) as Promise<TriggerGetEventSubscriptionStatusResponse>;\n },\n );\n }\n\n /**\n * Unsubscribe event trigger from events.\n * @param triggerName - The trigger name.\n * @param options - The options parameters.\n */\n async beginUnsubscribeTriggerFromEvents(\n triggerName: string,\n options?: TriggerUnsubscribeTriggerFromEventsOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<TriggerUnsubscribeTriggerFromEventsResponse>,\n TriggerUnsubscribeTriggerFromEventsResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<TriggerUnsubscribeTriggerFromEventsResponse> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginUnsubscribeTriggerFromEvents\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(\n args,\n spec,\n ) as Promise<TriggerUnsubscribeTriggerFromEventsResponse>;\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: { triggerName, options },\n spec: unsubscribeTriggerFromEventsOperationSpec,\n });\n const poller = await createHttpPoller<\n TriggerUnsubscribeTriggerFromEventsResponse,\n OperationState<TriggerUnsubscribeTriggerFromEventsResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Unsubscribe event trigger from events.\n * @param triggerName - The trigger name.\n * @param options - The options parameters.\n */\n async beginUnsubscribeTriggerFromEventsAndWait(\n triggerName: string,\n options?: TriggerUnsubscribeTriggerFromEventsOptionalParams,\n ): Promise<TriggerUnsubscribeTriggerFromEventsResponse> {\n const poller = await this.beginUnsubscribeTriggerFromEvents(triggerName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Starts a trigger.\n * @param triggerName - The trigger name.\n * @param options - The options parameters.\n */\n async beginStartTrigger(\n triggerName: string,\n options?: TriggerStartTriggerOptionalParams,\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.beginStartTrigger\",\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: { triggerName, options },\n spec: startTriggerOperationSpec,\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 * Starts a trigger.\n * @param triggerName - The trigger name.\n * @param options - The options parameters.\n */\n async beginStartTriggerAndWait(\n triggerName: string,\n options?: TriggerStartTriggerOptionalParams,\n ): Promise<void> {\n const poller = await this.beginStartTrigger(triggerName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Stops a trigger.\n * @param triggerName - The trigger name.\n * @param options - The options parameters.\n */\n async beginStopTrigger(\n triggerName: string,\n options?: TriggerStopTriggerOptionalParams,\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(\"ArtifactsClient.beginStopTrigger\", options ?? {}, async () => {\n return this.client.sendOperationRequest(args, spec) as Promise<void>;\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: { triggerName, options },\n spec: stopTriggerOperationSpec,\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 * Stops a trigger.\n * @param triggerName - The trigger name.\n * @param options - The options parameters.\n */\n async beginStopTriggerAndWait(\n triggerName: string,\n options?: TriggerStopTriggerOptionalParams,\n ): Promise<void> {\n const poller = await this.beginStopTrigger(triggerName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * GetTriggersByWorkspaceNext\n * @param nextLink - The nextLink from the previous successful call to the GetTriggersByWorkspace method.\n * @param options - The options parameters.\n */\n private async _getTriggersByWorkspaceNext(\n nextLink: string,\n options?: TriggerGetTriggersByWorkspaceNextOptionalParams,\n ): Promise<TriggerGetTriggersByWorkspaceNextResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._getTriggersByWorkspaceNext\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { nextLink, updatedOptions },\n getTriggersByWorkspaceNextOperationSpec,\n ) as Promise<TriggerGetTriggersByWorkspaceNextResponse>;\n },\n );\n }\n}\n"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { TriggerRunOperations } from "../operationsInterfaces/index.js";
|
|
2
|
+
import type { ArtifactsClient } from "../artifactsClient.js";
|
|
3
|
+
import type { TriggerRunRerunTriggerInstanceOptionalParams, TriggerRunCancelTriggerInstanceOptionalParams, RunFilterParameters, TriggerRunQueryTriggerRunsByWorkspaceOptionalParams, TriggerRunQueryTriggerRunsByWorkspaceResponse } from "../models/index.js";
|
|
4
|
+
/** Class containing TriggerRunOperations operations. */
|
|
5
|
+
export declare class TriggerRunOperationsImpl implements TriggerRunOperations {
|
|
6
|
+
private readonly client;
|
|
7
|
+
/**
|
|
8
|
+
* Initialize a new instance of the class TriggerRunOperations class.
|
|
9
|
+
* @param client - Reference to the service client
|
|
10
|
+
*/
|
|
11
|
+
constructor(client: ArtifactsClient);
|
|
12
|
+
/**
|
|
13
|
+
* Rerun single trigger instance by runId.
|
|
14
|
+
* @param triggerName - The trigger name.
|
|
15
|
+
* @param runId - The pipeline run identifier.
|
|
16
|
+
* @param options - The options parameters.
|
|
17
|
+
*/
|
|
18
|
+
rerunTriggerInstance(triggerName: string, runId: string, options?: TriggerRunRerunTriggerInstanceOptionalParams): Promise<void>;
|
|
19
|
+
/**
|
|
20
|
+
* Cancel single trigger instance by runId.
|
|
21
|
+
* @param triggerName - The trigger name.
|
|
22
|
+
* @param runId - The pipeline run identifier.
|
|
23
|
+
* @param options - The options parameters.
|
|
24
|
+
*/
|
|
25
|
+
cancelTriggerInstance(triggerName: string, runId: string, options?: TriggerRunCancelTriggerInstanceOptionalParams): Promise<void>;
|
|
26
|
+
/**
|
|
27
|
+
* Query trigger runs.
|
|
28
|
+
* @param filterParameters - Parameters to filter the pipeline run.
|
|
29
|
+
* @param options - The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
queryTriggerRunsByWorkspace(filterParameters: RunFilterParameters, options?: TriggerRunQueryTriggerRunsByWorkspaceOptionalParams): Promise<TriggerRunQueryTriggerRunsByWorkspaceResponse>;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=triggerRunOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"triggerRunOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/triggerRunOperations.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAI7E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EACV,4CAA4C,EAC5C,6CAA6C,EAC7C,mBAAmB,EACnB,mDAAmD,EACnD,6CAA6C,EAC9C,MAAM,oBAAoB,CAAC;AAoD5B,wDAAwD;AACxD,qBAAa,wBAAyB,YAAW,oBAAoB;IACnE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkB;IAEzC;;;OAGG;gBAES,MAAM,EAAE,eAAe;IAInC;;;;;OAKG;IACG,oBAAoB,CACxB,WAAW,EAAE,MAAM,EACnB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,IAAI,CAAC;IAahB;;;;;OAKG;IACG,qBAAqB,CACzB,WAAW,EAAE,MAAM,EACnB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,IAAI,CAAC;IAahB;;;;OAIG;IACG,2BAA2B,CAC/B,gBAAgB,EAAE,mBAAmB,EACrC,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC;CAY1D"}
|
|
@@ -5,52 +5,10 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import { tracingClient } from "../tracing";
|
|
8
|
+
import { tracingClient } from "../tracing.js";
|
|
9
9
|
import * as coreClient from "@azure/core-client";
|
|
10
|
-
import * as Mappers from "../models/mappers";
|
|
11
|
-
import * as Parameters from "../models/parameters";
|
|
12
|
-
/** Class containing TriggerRunOperations operations. */
|
|
13
|
-
export class TriggerRunOperationsImpl {
|
|
14
|
-
/**
|
|
15
|
-
* Initialize a new instance of the class TriggerRunOperations class.
|
|
16
|
-
* @param client Reference to the service client
|
|
17
|
-
*/
|
|
18
|
-
constructor(client) {
|
|
19
|
-
this.client = client;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* Rerun single trigger instance by runId.
|
|
23
|
-
* @param triggerName The trigger name.
|
|
24
|
-
* @param runId The pipeline run identifier.
|
|
25
|
-
* @param options The options parameters.
|
|
26
|
-
*/
|
|
27
|
-
async rerunTriggerInstance(triggerName, runId, options) {
|
|
28
|
-
return tracingClient.withSpan("ArtifactsClient.rerunTriggerInstance", options !== null && options !== void 0 ? options : {}, async (options) => {
|
|
29
|
-
return this.client.sendOperationRequest({ triggerName, runId, options }, rerunTriggerInstanceOperationSpec);
|
|
30
|
-
});
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* Cancel single trigger instance by runId.
|
|
34
|
-
* @param triggerName The trigger name.
|
|
35
|
-
* @param runId The pipeline run identifier.
|
|
36
|
-
* @param options The options parameters.
|
|
37
|
-
*/
|
|
38
|
-
async cancelTriggerInstance(triggerName, runId, options) {
|
|
39
|
-
return tracingClient.withSpan("ArtifactsClient.cancelTriggerInstance", options !== null && options !== void 0 ? options : {}, async (options) => {
|
|
40
|
-
return this.client.sendOperationRequest({ triggerName, runId, options }, cancelTriggerInstanceOperationSpec);
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* Query trigger runs.
|
|
45
|
-
* @param filterParameters Parameters to filter the pipeline run.
|
|
46
|
-
* @param options The options parameters.
|
|
47
|
-
*/
|
|
48
|
-
async queryTriggerRunsByWorkspace(filterParameters, options) {
|
|
49
|
-
return tracingClient.withSpan("ArtifactsClient.queryTriggerRunsByWorkspace", options !== null && options !== void 0 ? options : {}, async (options) => {
|
|
50
|
-
return this.client.sendOperationRequest({ filterParameters, options }, queryTriggerRunsByWorkspaceOperationSpec);
|
|
51
|
-
});
|
|
52
|
-
}
|
|
53
|
-
}
|
|
10
|
+
import * as Mappers from "../models/mappers.js";
|
|
11
|
+
import * as Parameters from "../models/parameters.js";
|
|
54
12
|
// Operation Specifications
|
|
55
13
|
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
56
14
|
const rerunTriggerInstanceOperationSpec = {
|
|
@@ -59,17 +17,13 @@ const rerunTriggerInstanceOperationSpec = {
|
|
|
59
17
|
responses: {
|
|
60
18
|
200: {},
|
|
61
19
|
default: {
|
|
62
|
-
bodyMapper: Mappers.CloudError
|
|
63
|
-
}
|
|
20
|
+
bodyMapper: Mappers.CloudError,
|
|
21
|
+
},
|
|
64
22
|
},
|
|
65
23
|
queryParameters: [Parameters.apiVersion5],
|
|
66
|
-
urlParameters: [
|
|
67
|
-
Parameters.endpoint,
|
|
68
|
-
Parameters.runId1,
|
|
69
|
-
Parameters.triggerName
|
|
70
|
-
],
|
|
24
|
+
urlParameters: [Parameters.endpoint, Parameters.runId1, Parameters.triggerName],
|
|
71
25
|
headerParameters: [Parameters.accept],
|
|
72
|
-
serializer
|
|
26
|
+
serializer,
|
|
73
27
|
};
|
|
74
28
|
const cancelTriggerInstanceOperationSpec = {
|
|
75
29
|
path: "/triggers/{triggerName}/triggerRuns/{runId}/cancel",
|
|
@@ -77,34 +31,73 @@ const cancelTriggerInstanceOperationSpec = {
|
|
|
77
31
|
responses: {
|
|
78
32
|
200: {},
|
|
79
33
|
default: {
|
|
80
|
-
bodyMapper: Mappers.CloudError
|
|
81
|
-
}
|
|
34
|
+
bodyMapper: Mappers.CloudError,
|
|
35
|
+
},
|
|
82
36
|
},
|
|
83
37
|
queryParameters: [Parameters.apiVersion5],
|
|
84
|
-
urlParameters: [
|
|
85
|
-
Parameters.endpoint,
|
|
86
|
-
Parameters.runId1,
|
|
87
|
-
Parameters.triggerName
|
|
88
|
-
],
|
|
38
|
+
urlParameters: [Parameters.endpoint, Parameters.runId1, Parameters.triggerName],
|
|
89
39
|
headerParameters: [Parameters.accept],
|
|
90
|
-
serializer
|
|
40
|
+
serializer,
|
|
91
41
|
};
|
|
92
42
|
const queryTriggerRunsByWorkspaceOperationSpec = {
|
|
93
43
|
path: "/queryTriggerRuns",
|
|
94
44
|
httpMethod: "POST",
|
|
95
45
|
responses: {
|
|
96
46
|
200: {
|
|
97
|
-
bodyMapper: Mappers.TriggerRunsQueryResponse
|
|
47
|
+
bodyMapper: Mappers.TriggerRunsQueryResponse,
|
|
98
48
|
},
|
|
99
49
|
default: {
|
|
100
|
-
bodyMapper: Mappers.CloudError
|
|
101
|
-
}
|
|
50
|
+
bodyMapper: Mappers.CloudError,
|
|
51
|
+
},
|
|
102
52
|
},
|
|
103
53
|
requestBody: Parameters.filterParameters,
|
|
104
54
|
queryParameters: [Parameters.apiVersion5],
|
|
105
55
|
urlParameters: [Parameters.endpoint],
|
|
106
56
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
107
57
|
mediaType: "json",
|
|
108
|
-
serializer
|
|
58
|
+
serializer,
|
|
109
59
|
};
|
|
60
|
+
/** Class containing TriggerRunOperations operations. */
|
|
61
|
+
export class TriggerRunOperationsImpl {
|
|
62
|
+
/**
|
|
63
|
+
* Initialize a new instance of the class TriggerRunOperations class.
|
|
64
|
+
* @param client - Reference to the service client
|
|
65
|
+
*/
|
|
66
|
+
// eslint-disable-next-line @azure/azure-sdk/ts-use-interface-parameters
|
|
67
|
+
constructor(client) {
|
|
68
|
+
this.client = client;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Rerun single trigger instance by runId.
|
|
72
|
+
* @param triggerName - The trigger name.
|
|
73
|
+
* @param runId - The pipeline run identifier.
|
|
74
|
+
* @param options - The options parameters.
|
|
75
|
+
*/
|
|
76
|
+
async rerunTriggerInstance(triggerName, runId, options) {
|
|
77
|
+
return tracingClient.withSpan("ArtifactsClient.rerunTriggerInstance", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
78
|
+
return this.client.sendOperationRequest({ triggerName, runId, updatedOptions }, rerunTriggerInstanceOperationSpec);
|
|
79
|
+
});
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* Cancel single trigger instance by runId.
|
|
83
|
+
* @param triggerName - The trigger name.
|
|
84
|
+
* @param runId - The pipeline run identifier.
|
|
85
|
+
* @param options - The options parameters.
|
|
86
|
+
*/
|
|
87
|
+
async cancelTriggerInstance(triggerName, runId, options) {
|
|
88
|
+
return tracingClient.withSpan("ArtifactsClient.cancelTriggerInstance", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
89
|
+
return this.client.sendOperationRequest({ triggerName, runId, updatedOptions }, cancelTriggerInstanceOperationSpec);
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Query trigger runs.
|
|
94
|
+
* @param filterParameters - Parameters to filter the pipeline run.
|
|
95
|
+
* @param options - The options parameters.
|
|
96
|
+
*/
|
|
97
|
+
async queryTriggerRunsByWorkspace(filterParameters, options) {
|
|
98
|
+
return tracingClient.withSpan("ArtifactsClient.queryTriggerRunsByWorkspace", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
99
|
+
return this.client.sendOperationRequest({ filterParameters, updatedOptions }, queryTriggerRunsByWorkspaceOperationSpec);
|
|
100
|
+
});
|
|
101
|
+
}
|
|
102
|
+
}
|
|
110
103
|
//# sourceMappingURL=triggerRunOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"triggerRunOperations.js","sourceRoot":"","sources":["../../../src/operations/triggerRunOperations.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 { TriggerRunOperations } 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 TriggerRunRerunTriggerInstanceOptionalParams,\n TriggerRunCancelTriggerInstanceOptionalParams,\n RunFilterParameters,\n TriggerRunQueryTriggerRunsByWorkspaceOptionalParams,\n TriggerRunQueryTriggerRunsByWorkspaceResponse,\n} from \"../models/index.js\";\n\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst rerunTriggerInstanceOperationSpec: coreClient.OperationSpec = {\n path: \"/triggers/{triggerName}/triggerRuns/{runId}/rerun\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.runId1, Parameters.triggerName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst cancelTriggerInstanceOperationSpec: coreClient.OperationSpec = {\n path: \"/triggers/{triggerName}/triggerRuns/{runId}/cancel\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.runId1, Parameters.triggerName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst queryTriggerRunsByWorkspaceOperationSpec: coreClient.OperationSpec = {\n path: \"/queryTriggerRuns\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.TriggerRunsQueryResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.filterParameters,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\n\n/** Class containing TriggerRunOperations operations. */\nexport class TriggerRunOperationsImpl implements TriggerRunOperations {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class TriggerRunOperations class.\n * @param client - Reference to the service client\n */\n // eslint-disable-next-line @azure/azure-sdk/ts-use-interface-parameters\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * Rerun single trigger instance by runId.\n * @param triggerName - The trigger name.\n * @param runId - The pipeline run identifier.\n * @param options - The options parameters.\n */\n async rerunTriggerInstance(\n triggerName: string,\n runId: string,\n options?: TriggerRunRerunTriggerInstanceOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.rerunTriggerInstance\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { triggerName, runId, updatedOptions },\n rerunTriggerInstanceOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * Cancel single trigger instance by runId.\n * @param triggerName - The trigger name.\n * @param runId - The pipeline run identifier.\n * @param options - The options parameters.\n */\n async cancelTriggerInstance(\n triggerName: string,\n runId: string,\n options?: TriggerRunCancelTriggerInstanceOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.cancelTriggerInstance\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { triggerName, runId, updatedOptions },\n cancelTriggerInstanceOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * Query trigger runs.\n * @param filterParameters - Parameters to filter the pipeline run.\n * @param options - The options parameters.\n */\n async queryTriggerRunsByWorkspace(\n filterParameters: RunFilterParameters,\n options?: TriggerRunQueryTriggerRunsByWorkspaceOptionalParams,\n ): Promise<TriggerRunQueryTriggerRunsByWorkspaceResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.queryTriggerRunsByWorkspace\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { filterParameters, updatedOptions },\n queryTriggerRunsByWorkspaceOperationSpec,\n ) as Promise<TriggerRunQueryTriggerRunsByWorkspaceResponse>;\n },\n );\n }\n}\n"]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { WorkspaceGitRepoManagement } from "../operationsInterfaces/index.js";
|
|
2
|
+
import type { ArtifactsClient } from "../artifactsClient.js";
|
|
3
|
+
import type { GitHubAccessTokenRequest, WorkspaceGitRepoManagementGetGitHubAccessTokenOptionalParams, WorkspaceGitRepoManagementGetGitHubAccessTokenResponse } from "../models/index.js";
|
|
4
|
+
/** Class containing WorkspaceGitRepoManagement operations. */
|
|
5
|
+
export declare class WorkspaceGitRepoManagementImpl implements WorkspaceGitRepoManagement {
|
|
6
|
+
private readonly client;
|
|
7
|
+
/**
|
|
8
|
+
* Initialize a new instance of the class WorkspaceGitRepoManagement class.
|
|
9
|
+
* @param client - Reference to the service client
|
|
10
|
+
*/
|
|
11
|
+
constructor(client: ArtifactsClient);
|
|
12
|
+
/**
|
|
13
|
+
* Get the GitHub access token.
|
|
14
|
+
* @param gitHubAccessTokenRequest - The GitHub access token request
|
|
15
|
+
* @param options - The options parameters.
|
|
16
|
+
*/
|
|
17
|
+
getGitHubAccessToken(gitHubAccessTokenRequest: GitHubAccessTokenRequest, options?: WorkspaceGitRepoManagementGetGitHubAccessTokenOptionalParams): Promise<WorkspaceGitRepoManagementGetGitHubAccessTokenResponse>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=workspaceGitRepoManagement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workspaceGitRepoManagement.d.ts","sourceRoot":"","sources":["../../../src/operations/workspaceGitRepoManagement.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAInF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,4DAA4D,EAC5D,sDAAsD,EACvD,MAAM,oBAAoB,CAAC;AAqB5B,8DAA8D;AAC9D,qBAAa,8BAA+B,YAAW,0BAA0B;IAC/E,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkB;IAEzC;;;OAGG;gBAES,MAAM,EAAE,eAAe;IAInC;;;;OAIG;IACG,oBAAoB,CACxB,wBAAwB,EAAE,wBAAwB,EAClD,OAAO,CAAC,EAAE,4DAA4D,GACrE,OAAO,CAAC,sDAAsD,CAAC;CAYnE"}
|
|
@@ -5,49 +5,46 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import { tracingClient } from "../tracing";
|
|
8
|
+
import { tracingClient } from "../tracing.js";
|
|
9
9
|
import * as coreClient from "@azure/core-client";
|
|
10
|
-
import * as Mappers from "../models/mappers";
|
|
11
|
-
import * as Parameters from "../models/parameters";
|
|
10
|
+
import * as Mappers from "../models/mappers.js";
|
|
11
|
+
import * as Parameters from "../models/parameters.js";
|
|
12
|
+
// Operation Specifications
|
|
13
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
14
|
+
const getGitHubAccessTokenOperationSpec = {
|
|
15
|
+
path: "/getGitHubAccessToken",
|
|
16
|
+
httpMethod: "POST",
|
|
17
|
+
responses: {
|
|
18
|
+
200: {
|
|
19
|
+
bodyMapper: Mappers.GitHubAccessTokenResponse,
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
requestBody: Parameters.gitHubAccessTokenRequest,
|
|
23
|
+
queryParameters: [Parameters.apiVersion5],
|
|
24
|
+
urlParameters: [Parameters.endpoint],
|
|
25
|
+
headerParameters: [Parameters.accept, Parameters.contentType, Parameters.clientRequestId],
|
|
26
|
+
mediaType: "json",
|
|
27
|
+
serializer,
|
|
28
|
+
};
|
|
12
29
|
/** Class containing WorkspaceGitRepoManagement operations. */
|
|
13
30
|
export class WorkspaceGitRepoManagementImpl {
|
|
14
31
|
/**
|
|
15
32
|
* Initialize a new instance of the class WorkspaceGitRepoManagement class.
|
|
16
|
-
* @param client Reference to the service client
|
|
33
|
+
* @param client - Reference to the service client
|
|
17
34
|
*/
|
|
35
|
+
// eslint-disable-next-line @azure/azure-sdk/ts-use-interface-parameters
|
|
18
36
|
constructor(client) {
|
|
19
37
|
this.client = client;
|
|
20
38
|
}
|
|
21
39
|
/**
|
|
22
40
|
* Get the GitHub access token.
|
|
23
|
-
* @param gitHubAccessTokenRequest
|
|
24
|
-
* @param options The options parameters.
|
|
41
|
+
* @param gitHubAccessTokenRequest - The GitHub access token request
|
|
42
|
+
* @param options - The options parameters.
|
|
25
43
|
*/
|
|
26
44
|
async getGitHubAccessToken(gitHubAccessTokenRequest, options) {
|
|
27
|
-
return tracingClient.withSpan("ArtifactsClient.getGitHubAccessToken", options !== null && options !== void 0 ? options : {}, async (
|
|
28
|
-
return this.client.sendOperationRequest({ gitHubAccessTokenRequest,
|
|
45
|
+
return tracingClient.withSpan("ArtifactsClient.getGitHubAccessToken", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
46
|
+
return this.client.sendOperationRequest({ gitHubAccessTokenRequest, updatedOptions }, getGitHubAccessTokenOperationSpec);
|
|
29
47
|
});
|
|
30
48
|
}
|
|
31
49
|
}
|
|
32
|
-
// Operation Specifications
|
|
33
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
34
|
-
const getGitHubAccessTokenOperationSpec = {
|
|
35
|
-
path: "/getGitHubAccessToken",
|
|
36
|
-
httpMethod: "POST",
|
|
37
|
-
responses: {
|
|
38
|
-
200: {
|
|
39
|
-
bodyMapper: Mappers.GitHubAccessTokenResponse
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
requestBody: Parameters.gitHubAccessTokenRequest,
|
|
43
|
-
queryParameters: [Parameters.apiVersion5],
|
|
44
|
-
urlParameters: [Parameters.endpoint],
|
|
45
|
-
headerParameters: [
|
|
46
|
-
Parameters.accept,
|
|
47
|
-
Parameters.contentType,
|
|
48
|
-
Parameters.clientRequestId
|
|
49
|
-
],
|
|
50
|
-
mediaType: "json",
|
|
51
|
-
serializer
|
|
52
|
-
};
|
|
53
50
|
//# sourceMappingURL=workspaceGitRepoManagement.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workspaceGitRepoManagement.js","sourceRoot":"","sources":["../../../src/operations/workspaceGitRepoManagement.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;AAQtD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iCAAiC,GAA6B;IAClE,IAAI,EAAE,uBAAuB;IAC7B,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,yBAAyB;SAC9C;KACF;IACD,WAAW,EAAE,UAAU,CAAC,wBAAwB;IAChD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC;IACpC,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,EAAE,UAAU,CAAC,eAAe,CAAC;IACzF,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AAEF,8DAA8D;AAC9D,MAAM,OAAO,8BAA8B;IAGzC;;;OAGG;IACH,wEAAwE;IACxE,YAAY,MAAuB;QACjC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,oBAAoB,CACxB,wBAAkD,EAClD,OAAsE;QAEtE,OAAO,aAAa,CAAC,QAAQ,CAC3B,sCAAsC,EACtC,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,EACb,KAAK,EAAE,cAAc,EAAE,EAAE;YACvB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,wBAAwB,EAAE,cAAc,EAAE,EAC5C,iCAAiC,CACiC,CAAC;QACvE,CAAC,CACF,CAAC;IACJ,CAAC;CACF","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 { WorkspaceGitRepoManagement } 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 GitHubAccessTokenRequest,\n WorkspaceGitRepoManagementGetGitHubAccessTokenOptionalParams,\n WorkspaceGitRepoManagementGetGitHubAccessTokenResponse,\n} from \"../models/index.js\";\n\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getGitHubAccessTokenOperationSpec: coreClient.OperationSpec = {\n path: \"/getGitHubAccessToken\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.GitHubAccessTokenResponse,\n },\n },\n requestBody: Parameters.gitHubAccessTokenRequest,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept, Parameters.contentType, Parameters.clientRequestId],\n mediaType: \"json\",\n serializer,\n};\n\n/** Class containing WorkspaceGitRepoManagement operations. */\nexport class WorkspaceGitRepoManagementImpl implements WorkspaceGitRepoManagement {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class WorkspaceGitRepoManagement class.\n * @param client - Reference to the service client\n */\n // eslint-disable-next-line @azure/azure-sdk/ts-use-interface-parameters\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * Get the GitHub access token.\n * @param gitHubAccessTokenRequest - The GitHub access token request\n * @param options - The options parameters.\n */\n async getGitHubAccessToken(\n gitHubAccessTokenRequest: GitHubAccessTokenRequest,\n options?: WorkspaceGitRepoManagementGetGitHubAccessTokenOptionalParams,\n ): Promise<WorkspaceGitRepoManagementGetGitHubAccessTokenResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.getGitHubAccessToken\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { gitHubAccessTokenRequest, updatedOptions },\n getGitHubAccessTokenOperationSpec,\n ) as Promise<WorkspaceGitRepoManagementGetGitHubAccessTokenResponse>;\n },\n );\n }\n}\n"]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { WorkspaceOperations } from "../operationsInterfaces/index.js";
|
|
2
|
+
import type { ArtifactsClient } from "../artifactsClient.js";
|
|
3
|
+
import type { WorkspaceGetOptionalParams, WorkspaceGetResponse } from "../models/index.js";
|
|
4
|
+
/** Class containing WorkspaceOperations operations. */
|
|
5
|
+
export declare class WorkspaceOperationsImpl implements WorkspaceOperations {
|
|
6
|
+
private readonly client;
|
|
7
|
+
/**
|
|
8
|
+
* Initialize a new instance of the class WorkspaceOperations class.
|
|
9
|
+
* @param client - Reference to the service client
|
|
10
|
+
*/
|
|
11
|
+
constructor(client: ArtifactsClient);
|
|
12
|
+
/**
|
|
13
|
+
* Get Workspace
|
|
14
|
+
* @param options - The options parameters.
|
|
15
|
+
*/
|
|
16
|
+
get(options?: WorkspaceGetOptionalParams): Promise<WorkspaceGetResponse>;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=workspaceOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workspaceOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/workspaceOperations.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAI5E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAsB3F,uDAAuD;AACvD,qBAAa,uBAAwB,YAAW,mBAAmB;IACjE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkB;IAEzC;;;OAGG;gBAES,MAAM,EAAE,eAAe;IAInC;;;OAGG;IACG,GAAG,CAAC,OAAO,CAAC,EAAE,0BAA0B,GAAG,OAAO,CAAC,oBAAoB,CAAC;CAQ/E"}
|
|
@@ -5,45 +5,46 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import { tracingClient } from "../tracing";
|
|
8
|
+
import { tracingClient } from "../tracing.js";
|
|
9
9
|
import * as coreClient from "@azure/core-client";
|
|
10
|
-
import * as Mappers from "../models/mappers";
|
|
11
|
-
import * as Parameters from "../models/parameters";
|
|
10
|
+
import * as Mappers from "../models/mappers.js";
|
|
11
|
+
import * as Parameters from "../models/parameters.js";
|
|
12
|
+
// Operation Specifications
|
|
13
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
14
|
+
const getOperationSpec = {
|
|
15
|
+
path: "/workspace",
|
|
16
|
+
httpMethod: "GET",
|
|
17
|
+
responses: {
|
|
18
|
+
200: {
|
|
19
|
+
bodyMapper: Mappers.Workspace,
|
|
20
|
+
},
|
|
21
|
+
default: {
|
|
22
|
+
bodyMapper: Mappers.ErrorContract,
|
|
23
|
+
},
|
|
24
|
+
},
|
|
25
|
+
queryParameters: [Parameters.apiVersion5],
|
|
26
|
+
urlParameters: [Parameters.endpoint],
|
|
27
|
+
headerParameters: [Parameters.accept],
|
|
28
|
+
serializer,
|
|
29
|
+
};
|
|
12
30
|
/** Class containing WorkspaceOperations operations. */
|
|
13
31
|
export class WorkspaceOperationsImpl {
|
|
14
32
|
/**
|
|
15
33
|
* Initialize a new instance of the class WorkspaceOperations class.
|
|
16
|
-
* @param client Reference to the service client
|
|
34
|
+
* @param client - Reference to the service client
|
|
17
35
|
*/
|
|
36
|
+
// eslint-disable-next-line @azure/azure-sdk/ts-use-interface-parameters
|
|
18
37
|
constructor(client) {
|
|
19
38
|
this.client = client;
|
|
20
39
|
}
|
|
21
40
|
/**
|
|
22
41
|
* Get Workspace
|
|
23
|
-
* @param options The options parameters.
|
|
42
|
+
* @param options - The options parameters.
|
|
24
43
|
*/
|
|
25
44
|
async get(options) {
|
|
26
|
-
return tracingClient.withSpan("ArtifactsClient.get", options !== null && options !== void 0 ? options : {}, async (
|
|
27
|
-
return this.client.sendOperationRequest({
|
|
45
|
+
return tracingClient.withSpan("ArtifactsClient.get", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
46
|
+
return this.client.sendOperationRequest({ updatedOptions }, getOperationSpec);
|
|
28
47
|
});
|
|
29
48
|
}
|
|
30
49
|
}
|
|
31
|
-
// Operation Specifications
|
|
32
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
33
|
-
const getOperationSpec = {
|
|
34
|
-
path: "/workspace",
|
|
35
|
-
httpMethod: "GET",
|
|
36
|
-
responses: {
|
|
37
|
-
200: {
|
|
38
|
-
bodyMapper: Mappers.Workspace
|
|
39
|
-
},
|
|
40
|
-
default: {
|
|
41
|
-
bodyMapper: Mappers.ErrorContract
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
queryParameters: [Parameters.apiVersion5],
|
|
45
|
-
urlParameters: [Parameters.endpoint],
|
|
46
|
-
headerParameters: [Parameters.accept],
|
|
47
|
-
serializer
|
|
48
|
-
};
|
|
49
50
|
//# sourceMappingURL=workspaceOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workspaceOperations.js","sourceRoot":"","sources":["../../../src/operations/workspaceOperations.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,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,SAAS;SAC9B;QACD,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,CAAC;IACpC,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AAEF,uDAAuD;AACvD,MAAM,OAAO,uBAAuB;IAGlC;;;OAGG;IACH,wEAAwE;IACxE,YAAY,MAAuB;QACjC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,GAAG,CAAC,OAAoC;QAC5C,OAAO,aAAa,CAAC,QAAQ,CAAC,qBAAqB,EAAE,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,EAAE,KAAK,EAAE,cAAc,EAAE,EAAE;YAC3F,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,cAAc,EAAE,EAClB,gBAAgB,CACgB,CAAC;QACrC,CAAC,CAAC,CAAC;IACL,CAAC;CACF","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 { WorkspaceOperations } 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 { WorkspaceGetOptionalParams, WorkspaceGetResponse } from \"../models/index.js\";\n\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/workspace\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Workspace,\n },\n default: {\n bodyMapper: Mappers.ErrorContract,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer,\n};\n\n/** Class containing WorkspaceOperations operations. */\nexport class WorkspaceOperationsImpl implements WorkspaceOperations {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class WorkspaceOperations class.\n * @param client - Reference to the service client\n */\n // eslint-disable-next-line @azure/azure-sdk/ts-use-interface-parameters\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * Get Workspace\n * @param options - The options parameters.\n */\n async get(options?: WorkspaceGetOptionalParams): Promise<WorkspaceGetResponse> {\n return tracingClient.withSpan(\"ArtifactsClient.get\", options ?? {}, async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { updatedOptions },\n getOperationSpec,\n ) as Promise<WorkspaceGetResponse>;\n });\n }\n}\n"]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { BigDataPoolsListOptionalParams, BigDataPoolsListResponse, BigDataPoolsGetOptionalParams, BigDataPoolsGetResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a BigDataPools. */
|
|
3
|
+
export interface BigDataPools {
|
|
4
|
+
/**
|
|
5
|
+
* List Big Data Pools
|
|
6
|
+
* @param options - The options parameters.
|
|
7
|
+
*/
|
|
8
|
+
list(options?: BigDataPoolsListOptionalParams): Promise<BigDataPoolsListResponse>;
|
|
9
|
+
/**
|
|
10
|
+
* Get Big Data Pool
|
|
11
|
+
* @param bigDataPoolName - The Big Data Pool name
|
|
12
|
+
* @param options - The options parameters.
|
|
13
|
+
*/
|
|
14
|
+
get(bigDataPoolName: string, options?: BigDataPoolsGetOptionalParams): Promise<BigDataPoolsGetResponse>;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=bigDataPools.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bigDataPools.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/bigDataPools.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACV,8BAA8B,EAC9B,wBAAwB,EACxB,6BAA6B,EAC7B,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAE5B,6CAA6C;AAC7C,MAAM,WAAW,YAAY;IAC3B;;;OAGG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,8BAA8B,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAAC;IAClF;;;;OAIG;IACH,GAAG,CACD,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;CACrC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bigDataPools.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/bigDataPools.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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 type {\n BigDataPoolsListOptionalParams,\n BigDataPoolsListResponse,\n BigDataPoolsGetOptionalParams,\n BigDataPoolsGetResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a BigDataPools. */\nexport interface BigDataPools {\n /**\n * List Big Data Pools\n * @param options - The options parameters.\n */\n list(options?: BigDataPoolsListOptionalParams): Promise<BigDataPoolsListResponse>;\n /**\n * Get Big Data Pool\n * @param bigDataPoolName - The Big Data Pool name\n * @param options - The options parameters.\n */\n get(\n bigDataPoolName: string,\n options?: BigDataPoolsGetOptionalParams,\n ): Promise<BigDataPoolsGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import type { DataFlowDebugSessionInfo, DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams, DataFlowDebugSessionCreateDataFlowDebugSessionResponse, DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams, DataFlowDebugSessionAddDataFlowResponse, DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams, DataFlowDebugSessionExecuteCommandResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a DataFlowDebugSession. */
|
|
5
|
+
export interface DataFlowDebugSession {
|
|
6
|
+
/**
|
|
7
|
+
* Query all active data flow debug sessions.
|
|
8
|
+
* @param options - The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
listQueryDataFlowDebugSessionsByWorkspace(options?: DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams): PagedAsyncIterableIterator<DataFlowDebugSessionInfo>;
|
|
11
|
+
/**
|
|
12
|
+
* Creates a data flow debug session.
|
|
13
|
+
* @param request - Data flow debug session definition
|
|
14
|
+
* @param options - The options parameters.
|
|
15
|
+
*/
|
|
16
|
+
beginCreateDataFlowDebugSession(request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams): Promise<SimplePollerLike<OperationState<DataFlowDebugSessionCreateDataFlowDebugSessionResponse>, DataFlowDebugSessionCreateDataFlowDebugSessionResponse>>;
|
|
17
|
+
/**
|
|
18
|
+
* Creates a data flow debug session.
|
|
19
|
+
* @param request - Data flow debug session definition
|
|
20
|
+
* @param options - The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
beginCreateDataFlowDebugSessionAndWait(request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams): Promise<DataFlowDebugSessionCreateDataFlowDebugSessionResponse>;
|
|
23
|
+
/**
|
|
24
|
+
* Add a data flow into debug session.
|
|
25
|
+
* @param request - Data flow debug session definition with debug content.
|
|
26
|
+
* @param options - The options parameters.
|
|
27
|
+
*/
|
|
28
|
+
addDataFlow(request: DataFlowDebugPackage, options?: DataFlowDebugSessionAddDataFlowOptionalParams): Promise<DataFlowDebugSessionAddDataFlowResponse>;
|
|
29
|
+
/**
|
|
30
|
+
* Deletes a data flow debug session.
|
|
31
|
+
* @param request - Data flow debug session definition for deletion
|
|
32
|
+
* @param options - The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
deleteDataFlowDebugSession(request: DeleteDataFlowDebugSessionRequest, options?: DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams): Promise<void>;
|
|
35
|
+
/**
|
|
36
|
+
* Execute a data flow debug command.
|
|
37
|
+
* @param request - Data flow debug command definition.
|
|
38
|
+
* @param options - The options parameters.
|
|
39
|
+
*/
|
|
40
|
+
beginExecuteCommand(request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<SimplePollerLike<OperationState<DataFlowDebugSessionExecuteCommandResponse>, DataFlowDebugSessionExecuteCommandResponse>>;
|
|
41
|
+
/**
|
|
42
|
+
* Execute a data flow debug command.
|
|
43
|
+
* @param request - Data flow debug command definition.
|
|
44
|
+
* @param options - The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
beginExecuteCommandAndWait(request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<DataFlowDebugSessionExecuteCommandResponse>;
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=dataFlowDebugSession.d.ts.map
|