@azure/synapse-artifacts 1.0.0-beta.15 → 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 +7 -8
- 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/browser/lroImpl.js.map +1 -0
- package/{types/synapse-artifacts.d.ts → dist/browser/models/index.d.ts} +13486 -15069
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +72 -0
- 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 +4727 -3095
- 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 +1 -1
- 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 +32 -32
- 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 +154 -155
- 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 +149 -154
- 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 +150 -155
- 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 +32 -32
- 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 +107 -107
- 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 +48 -49
- 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 +182 -183
- 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 +222 -223
- 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 +150 -155
- 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 +56 -56
- 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 +23 -23
- 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 +191 -196
- 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 +177 -182
- 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 +56 -60
- 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 +98 -98
- 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 +150 -155
- 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 +211 -215
- 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 +33 -32
- 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 +151 -155
- 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 +246 -250
- 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 +48 -55
- 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 +25 -28
- 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 +23 -22
- 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} +10079 -17822
- 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 -66
- 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}/lroImpl.js +0 -0
- /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,75 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { tracingClient } from "../tracing.js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
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 listOperationSpec = {
|
|
15
|
+
path: "/integrationRuntimes",
|
|
16
|
+
httpMethod: "GET",
|
|
17
|
+
responses: {
|
|
18
|
+
200: {
|
|
19
|
+
bodyMapper: Mappers.IntegrationRuntimeListResponse,
|
|
20
|
+
},
|
|
21
|
+
default: {
|
|
22
|
+
bodyMapper: Mappers.ErrorContract,
|
|
23
|
+
},
|
|
24
|
+
},
|
|
25
|
+
queryParameters: [Parameters.apiVersion5],
|
|
26
|
+
urlParameters: [Parameters.endpoint],
|
|
27
|
+
headerParameters: [Parameters.accept],
|
|
28
|
+
serializer,
|
|
29
|
+
};
|
|
30
|
+
const getOperationSpec = {
|
|
31
|
+
path: "/integrationRuntimes/{integrationRuntimeName}",
|
|
32
|
+
httpMethod: "GET",
|
|
33
|
+
responses: {
|
|
34
|
+
200: {
|
|
35
|
+
bodyMapper: Mappers.IntegrationRuntimeResource,
|
|
36
|
+
},
|
|
37
|
+
default: {
|
|
38
|
+
bodyMapper: Mappers.ErrorContract,
|
|
39
|
+
},
|
|
40
|
+
},
|
|
41
|
+
queryParameters: [Parameters.apiVersion5],
|
|
42
|
+
urlParameters: [Parameters.endpoint, Parameters.integrationRuntimeName],
|
|
43
|
+
headerParameters: [Parameters.accept],
|
|
44
|
+
serializer,
|
|
45
|
+
};
|
|
46
|
+
/** Class containing IntegrationRuntimes operations. */
|
|
47
|
+
export class IntegrationRuntimesImpl {
|
|
48
|
+
/**
|
|
49
|
+
* Initialize a new instance of the class IntegrationRuntimes class.
|
|
50
|
+
* @param client - Reference to the service client
|
|
51
|
+
*/
|
|
52
|
+
constructor(client) {
|
|
53
|
+
this.client = client;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* List Integration Runtimes
|
|
57
|
+
* @param options - The options parameters.
|
|
58
|
+
*/
|
|
59
|
+
async list(options) {
|
|
60
|
+
return tracingClient.withSpan("ArtifactsClient.list", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
61
|
+
return this.client.sendOperationRequest({ updatedOptions }, listOperationSpec);
|
|
62
|
+
});
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Get Integration Runtime
|
|
66
|
+
* @param integrationRuntimeName - The Integration Runtime name
|
|
67
|
+
* @param options - The options parameters.
|
|
68
|
+
*/
|
|
69
|
+
async get(integrationRuntimeName, options) {
|
|
70
|
+
return tracingClient.withSpan("ArtifactsClient.get", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
71
|
+
return this.client.sendOperationRequest({ integrationRuntimeName, updatedOptions }, getOperationSpec);
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
//# sourceMappingURL=integrationRuntimes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"integrationRuntimes.js","sourceRoot":"","sources":["../../../src/operations/integrationRuntimes.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;AAStD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,sBAAsB;IAC5B,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,8BAA8B;SACnD;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;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EAAE,+CAA+C;IACrD,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,0BAA0B;SAC/C;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,EAAE,UAAU,CAAC,sBAAsB,CAAC;IACvE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AAEF,uDAAuD;AACvD,MAAM,OAAO,uBAAuB;IAGlC;;;OAGG;IACH,YAAY,MAAuB;QACjC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,IAAI,CACR,OAA+C;QAE/C,OAAO,aAAa,CAAC,QAAQ,CAAC,sBAAsB,EAAE,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,EAAE,KAAK,EAAE,cAAc,EAAE,EAAE;YAC5F,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,cAAc,EAAE,EAClB,iBAAiB,CAC0B,CAAC;QAChD,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,GAAG,CACP,sBAA8B,EAC9B,OAA8C;QAE9C,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,sBAAsB,EAAE,cAAc,EAAE,EAC1C,gBAAgB,CAC0B,CAAC;QAC/C,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 { IntegrationRuntimes } 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 IntegrationRuntimesListOptionalParams,\n IntegrationRuntimesListResponse,\n IntegrationRuntimesGetOptionalParams,\n IntegrationRuntimesGetResponse,\n} from \"../models/index.js\";\n\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/integrationRuntimes\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IntegrationRuntimeListResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorContract,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/integrationRuntimes/{integrationRuntimeName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IntegrationRuntimeResource,\n },\n default: {\n bodyMapper: Mappers.ErrorContract,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.integrationRuntimeName],\n headerParameters: [Parameters.accept],\n serializer,\n};\n\n/** Class containing IntegrationRuntimes operations. */\nexport class IntegrationRuntimesImpl implements IntegrationRuntimes {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class IntegrationRuntimes class.\n * @param client - Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * List Integration Runtimes\n * @param options - The options parameters.\n */\n async list(\n options?: IntegrationRuntimesListOptionalParams,\n ): Promise<IntegrationRuntimesListResponse> {\n return tracingClient.withSpan(\"ArtifactsClient.list\", options ?? {}, async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { updatedOptions },\n listOperationSpec,\n ) as Promise<IntegrationRuntimesListResponse>;\n });\n }\n\n /**\n * Get Integration Runtime\n * @param integrationRuntimeName - The Integration Runtime name\n * @param options - The options parameters.\n */\n async get(\n integrationRuntimeName: string,\n options?: IntegrationRuntimesGetOptionalParams,\n ): Promise<IntegrationRuntimesGetResponse> {\n return tracingClient.withSpan(\"ArtifactsClient.get\", options ?? {}, async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { integrationRuntimeName, updatedOptions },\n getOperationSpec,\n ) as Promise<IntegrationRuntimesGetResponse>;\n });\n }\n}\n"]}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import type { KqlScriptOperations } from "../operationsInterfaces/index.js";
|
|
2
|
+
import type { ArtifactsClient } from "../artifactsClient.js";
|
|
3
|
+
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
4
|
+
import type { KqlScriptResource, KqlScriptCreateOrUpdateOptionalParams, KqlScriptCreateOrUpdateResponse, KqlScriptGetByNameOptionalParams, KqlScriptGetByNameResponse, KqlScriptDeleteByNameOptionalParams, ArtifactRenameRequest, KqlScriptRenameOptionalParams } from "../models/index.js";
|
|
5
|
+
/** Class containing KqlScriptOperations operations. */
|
|
6
|
+
export declare class KqlScriptOperationsImpl implements KqlScriptOperations {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class KqlScriptOperations class.
|
|
10
|
+
* @param client - Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: ArtifactsClient);
|
|
13
|
+
/**
|
|
14
|
+
* Creates or updates a KQL Script
|
|
15
|
+
* @param kqlScriptName - KQL script name
|
|
16
|
+
* @param kqlScript - KQL script
|
|
17
|
+
* @param options - The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
beginCreateOrUpdate(kqlScriptName: string, kqlScript: KqlScriptResource, options?: KqlScriptCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<KqlScriptCreateOrUpdateResponse>, KqlScriptCreateOrUpdateResponse>>;
|
|
20
|
+
/**
|
|
21
|
+
* Creates or updates a KQL Script
|
|
22
|
+
* @param kqlScriptName - KQL script name
|
|
23
|
+
* @param kqlScript - KQL script
|
|
24
|
+
* @param options - The options parameters.
|
|
25
|
+
*/
|
|
26
|
+
beginCreateOrUpdateAndWait(kqlScriptName: string, kqlScript: KqlScriptResource, options?: KqlScriptCreateOrUpdateOptionalParams): Promise<KqlScriptCreateOrUpdateResponse>;
|
|
27
|
+
/**
|
|
28
|
+
* Get KQL script by name
|
|
29
|
+
* @param kqlScriptName - KQL script name
|
|
30
|
+
* @param options - The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
getByName(kqlScriptName: string, options?: KqlScriptGetByNameOptionalParams): Promise<KqlScriptGetByNameResponse>;
|
|
33
|
+
/**
|
|
34
|
+
* Delete KQL script by name
|
|
35
|
+
* @param kqlScriptName - KQL script name
|
|
36
|
+
* @param options - The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
beginDeleteByName(kqlScriptName: string, options?: KqlScriptDeleteByNameOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
39
|
+
/**
|
|
40
|
+
* Delete KQL script by name
|
|
41
|
+
* @param kqlScriptName - KQL script name
|
|
42
|
+
* @param options - The options parameters.
|
|
43
|
+
*/
|
|
44
|
+
beginDeleteByNameAndWait(kqlScriptName: string, options?: KqlScriptDeleteByNameOptionalParams): Promise<void>;
|
|
45
|
+
/**
|
|
46
|
+
* Rename KQL script
|
|
47
|
+
* @param kqlScriptName - KQL script name
|
|
48
|
+
* @param renameRequest - Rename request
|
|
49
|
+
* @param options - The options parameters.
|
|
50
|
+
*/
|
|
51
|
+
beginRename(kqlScriptName: string, renameRequest: ArtifactRenameRequest, options?: KqlScriptRenameOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
52
|
+
/**
|
|
53
|
+
* Rename KQL script
|
|
54
|
+
* @param kqlScriptName - KQL script name
|
|
55
|
+
* @param renameRequest - Rename request
|
|
56
|
+
* @param options - The options parameters.
|
|
57
|
+
*/
|
|
58
|
+
beginRenameAndWait(kqlScriptName: string, renameRequest: ArtifactRenameRequest, options?: KqlScriptRenameOptionalParams): Promise<void>;
|
|
59
|
+
}
|
|
60
|
+
//# sourceMappingURL=kqlScriptOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kqlScriptOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/kqlScriptOperations.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,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGxE,OAAO,KAAK,EACV,iBAAiB,EACjB,qCAAqC,EACrC,+BAA+B,EAC/B,gCAAgC,EAChC,0BAA0B,EAC1B,mCAAmC,EACnC,qBAAqB,EACrB,6BAA6B,EAC9B,MAAM,oBAAoB,CAAC;AAsF5B,uDAAuD;AACvD,qBAAa,uBAAwB,YAAW,mBAAmB;IACjE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkB;IAEzC;;;OAGG;gBACS,MAAM,EAAE,eAAe;IAInC;;;;;OAKG;IACG,mBAAmB,CACvB,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,iBAAiB,EAC5B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,+BAA+B,CAAC,EAC/C,+BAA+B,CAChC,CACF;IAsED;;;;;OAKG;IACG,0BAA0B,CAC9B,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,iBAAiB,EAC5B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC;IAK3C;;;;OAIG;IACG,SAAS,CACb,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAatC;;;;OAIG;IACG,iBAAiB,CACrB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAgExD;;;;OAIG;IACG,wBAAwB,CAC5B,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,IAAI,CAAC;IAKhB;;;;;OAKG;IACG,WAAW,CACf,aAAa,EAAE,MAAM,EACrB,aAAa,EAAE,qBAAqB,EACpC,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IA4DxD;;;;;OAKG;IACG,kBAAkB,CACtB,aAAa,EAAE,MAAM,EACrB,aAAa,EAAE,qBAAqB,EACpC,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,IAAI,CAAC;CAIjB"}
|
|
@@ -0,0 +1,272 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { tracingClient } from "../tracing.js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
10
|
+
import * as Mappers from "../models/mappers.js";
|
|
11
|
+
import * as Parameters from "../models/parameters.js";
|
|
12
|
+
import { createHttpPoller } from "@azure/core-lro";
|
|
13
|
+
import { createLroSpec } from "../lroImpl.js";
|
|
14
|
+
// Operation Specifications
|
|
15
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
16
|
+
const createOrUpdateOperationSpec = {
|
|
17
|
+
path: "/kqlScripts/{kqlScriptName}",
|
|
18
|
+
httpMethod: "PUT",
|
|
19
|
+
responses: {
|
|
20
|
+
200: {
|
|
21
|
+
bodyMapper: Mappers.KqlScriptResource,
|
|
22
|
+
},
|
|
23
|
+
201: {
|
|
24
|
+
bodyMapper: Mappers.KqlScriptResource,
|
|
25
|
+
},
|
|
26
|
+
202: {
|
|
27
|
+
bodyMapper: Mappers.KqlScriptResource,
|
|
28
|
+
},
|
|
29
|
+
204: {
|
|
30
|
+
bodyMapper: Mappers.KqlScriptResource,
|
|
31
|
+
},
|
|
32
|
+
default: {
|
|
33
|
+
bodyMapper: Mappers.ErrorContract,
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
|
+
requestBody: Parameters.kqlScript,
|
|
37
|
+
queryParameters: [Parameters.apiVersion2],
|
|
38
|
+
urlParameters: [Parameters.endpoint, Parameters.kqlScriptName],
|
|
39
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
40
|
+
mediaType: "json",
|
|
41
|
+
serializer,
|
|
42
|
+
};
|
|
43
|
+
const getByNameOperationSpec = {
|
|
44
|
+
path: "/kqlScripts/{kqlScriptName}",
|
|
45
|
+
httpMethod: "GET",
|
|
46
|
+
responses: {
|
|
47
|
+
200: {
|
|
48
|
+
bodyMapper: Mappers.KqlScriptResource,
|
|
49
|
+
},
|
|
50
|
+
default: {
|
|
51
|
+
bodyMapper: Mappers.ErrorContract,
|
|
52
|
+
},
|
|
53
|
+
},
|
|
54
|
+
queryParameters: [Parameters.apiVersion2],
|
|
55
|
+
urlParameters: [Parameters.endpoint, Parameters.kqlScriptName],
|
|
56
|
+
headerParameters: [Parameters.accept],
|
|
57
|
+
serializer,
|
|
58
|
+
};
|
|
59
|
+
const deleteByNameOperationSpec = {
|
|
60
|
+
path: "/kqlScripts/{kqlScriptName}",
|
|
61
|
+
httpMethod: "DELETE",
|
|
62
|
+
responses: {
|
|
63
|
+
200: {},
|
|
64
|
+
201: {},
|
|
65
|
+
202: {},
|
|
66
|
+
204: {},
|
|
67
|
+
default: {
|
|
68
|
+
bodyMapper: Mappers.ErrorContract,
|
|
69
|
+
},
|
|
70
|
+
},
|
|
71
|
+
queryParameters: [Parameters.apiVersion2],
|
|
72
|
+
urlParameters: [Parameters.endpoint, Parameters.kqlScriptName],
|
|
73
|
+
headerParameters: [Parameters.accept],
|
|
74
|
+
serializer,
|
|
75
|
+
};
|
|
76
|
+
const renameOperationSpec = {
|
|
77
|
+
path: "/kqlScripts/{kqlScriptName}/rename",
|
|
78
|
+
httpMethod: "POST",
|
|
79
|
+
responses: {
|
|
80
|
+
200: {},
|
|
81
|
+
201: {},
|
|
82
|
+
202: {},
|
|
83
|
+
204: {},
|
|
84
|
+
default: {
|
|
85
|
+
bodyMapper: Mappers.ErrorContract,
|
|
86
|
+
},
|
|
87
|
+
},
|
|
88
|
+
requestBody: Parameters.renameRequest,
|
|
89
|
+
queryParameters: [Parameters.apiVersion2],
|
|
90
|
+
urlParameters: [Parameters.endpoint, Parameters.kqlScriptName],
|
|
91
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
92
|
+
mediaType: "json",
|
|
93
|
+
serializer,
|
|
94
|
+
};
|
|
95
|
+
/** Class containing KqlScriptOperations operations. */
|
|
96
|
+
export class KqlScriptOperationsImpl {
|
|
97
|
+
/**
|
|
98
|
+
* Initialize a new instance of the class KqlScriptOperations class.
|
|
99
|
+
* @param client - Reference to the service client
|
|
100
|
+
*/
|
|
101
|
+
constructor(client) {
|
|
102
|
+
this.client = client;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Creates or updates a KQL Script
|
|
106
|
+
* @param kqlScriptName - KQL script name
|
|
107
|
+
* @param kqlScript - KQL script
|
|
108
|
+
* @param options - The options parameters.
|
|
109
|
+
*/
|
|
110
|
+
async beginCreateOrUpdate(kqlScriptName, kqlScript, options) {
|
|
111
|
+
const directSendOperation = async (args, spec) => {
|
|
112
|
+
return tracingClient.withSpan("ArtifactsClient.beginCreateOrUpdate", options !== null && options !== void 0 ? options : {}, async () => {
|
|
113
|
+
return this.client.sendOperationRequest(args, spec);
|
|
114
|
+
});
|
|
115
|
+
};
|
|
116
|
+
const sendOperationFn = async (args, spec) => {
|
|
117
|
+
var _a;
|
|
118
|
+
let currentRawResponse = undefined;
|
|
119
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
120
|
+
const callback = (rawResponse, flatResponse) => {
|
|
121
|
+
currentRawResponse = rawResponse;
|
|
122
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
123
|
+
};
|
|
124
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
125
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
126
|
+
return {
|
|
127
|
+
flatResponse,
|
|
128
|
+
rawResponse: {
|
|
129
|
+
statusCode: currentRawResponse.status,
|
|
130
|
+
body: currentRawResponse.parsedBody,
|
|
131
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
132
|
+
},
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
const lro = createLroSpec({
|
|
136
|
+
sendOperationFn,
|
|
137
|
+
args: { kqlScriptName, kqlScript, options },
|
|
138
|
+
spec: createOrUpdateOperationSpec,
|
|
139
|
+
});
|
|
140
|
+
const poller = await createHttpPoller(lro, {
|
|
141
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
142
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
143
|
+
});
|
|
144
|
+
await poller.poll();
|
|
145
|
+
return poller;
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
* Creates or updates a KQL Script
|
|
149
|
+
* @param kqlScriptName - KQL script name
|
|
150
|
+
* @param kqlScript - KQL script
|
|
151
|
+
* @param options - The options parameters.
|
|
152
|
+
*/
|
|
153
|
+
async beginCreateOrUpdateAndWait(kqlScriptName, kqlScript, options) {
|
|
154
|
+
const poller = await this.beginCreateOrUpdate(kqlScriptName, kqlScript, options);
|
|
155
|
+
return poller.pollUntilDone();
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* Get KQL script by name
|
|
159
|
+
* @param kqlScriptName - KQL script name
|
|
160
|
+
* @param options - The options parameters.
|
|
161
|
+
*/
|
|
162
|
+
async getByName(kqlScriptName, options) {
|
|
163
|
+
return tracingClient.withSpan("ArtifactsClient.getByName", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
164
|
+
return this.client.sendOperationRequest({ kqlScriptName, updatedOptions }, getByNameOperationSpec);
|
|
165
|
+
});
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* Delete KQL script by name
|
|
169
|
+
* @param kqlScriptName - KQL script name
|
|
170
|
+
* @param options - The options parameters.
|
|
171
|
+
*/
|
|
172
|
+
async beginDeleteByName(kqlScriptName, options) {
|
|
173
|
+
const directSendOperation = async (args, spec) => {
|
|
174
|
+
return tracingClient.withSpan("ArtifactsClient.beginDeleteByName", options !== null && options !== void 0 ? options : {}, async () => {
|
|
175
|
+
return this.client.sendOperationRequest(args, spec);
|
|
176
|
+
});
|
|
177
|
+
};
|
|
178
|
+
const sendOperationFn = async (args, spec) => {
|
|
179
|
+
var _a;
|
|
180
|
+
let currentRawResponse = undefined;
|
|
181
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
182
|
+
const callback = (rawResponse, flatResponse) => {
|
|
183
|
+
currentRawResponse = rawResponse;
|
|
184
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
185
|
+
};
|
|
186
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
187
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
188
|
+
return {
|
|
189
|
+
flatResponse,
|
|
190
|
+
rawResponse: {
|
|
191
|
+
statusCode: currentRawResponse.status,
|
|
192
|
+
body: currentRawResponse.parsedBody,
|
|
193
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
194
|
+
},
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
const lro = createLroSpec({
|
|
198
|
+
sendOperationFn,
|
|
199
|
+
args: { kqlScriptName, options },
|
|
200
|
+
spec: deleteByNameOperationSpec,
|
|
201
|
+
});
|
|
202
|
+
const poller = await createHttpPoller(lro, {
|
|
203
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
204
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
205
|
+
});
|
|
206
|
+
await poller.poll();
|
|
207
|
+
return poller;
|
|
208
|
+
}
|
|
209
|
+
/**
|
|
210
|
+
* Delete KQL script by name
|
|
211
|
+
* @param kqlScriptName - KQL script name
|
|
212
|
+
* @param options - The options parameters.
|
|
213
|
+
*/
|
|
214
|
+
async beginDeleteByNameAndWait(kqlScriptName, options) {
|
|
215
|
+
const poller = await this.beginDeleteByName(kqlScriptName, options);
|
|
216
|
+
return poller.pollUntilDone();
|
|
217
|
+
}
|
|
218
|
+
/**
|
|
219
|
+
* Rename KQL script
|
|
220
|
+
* @param kqlScriptName - KQL script name
|
|
221
|
+
* @param renameRequest - Rename request
|
|
222
|
+
* @param options - The options parameters.
|
|
223
|
+
*/
|
|
224
|
+
async beginRename(kqlScriptName, renameRequest, options) {
|
|
225
|
+
const directSendOperation = async (args, spec) => {
|
|
226
|
+
return tracingClient.withSpan("ArtifactsClient.beginRename", options !== null && options !== void 0 ? options : {}, async () => {
|
|
227
|
+
return this.client.sendOperationRequest(args, spec);
|
|
228
|
+
});
|
|
229
|
+
};
|
|
230
|
+
const sendOperationFn = async (args, spec) => {
|
|
231
|
+
var _a;
|
|
232
|
+
let currentRawResponse = undefined;
|
|
233
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
234
|
+
const callback = (rawResponse, flatResponse) => {
|
|
235
|
+
currentRawResponse = rawResponse;
|
|
236
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
237
|
+
};
|
|
238
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
239
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
240
|
+
return {
|
|
241
|
+
flatResponse,
|
|
242
|
+
rawResponse: {
|
|
243
|
+
statusCode: currentRawResponse.status,
|
|
244
|
+
body: currentRawResponse.parsedBody,
|
|
245
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
246
|
+
},
|
|
247
|
+
};
|
|
248
|
+
};
|
|
249
|
+
const lro = createLroSpec({
|
|
250
|
+
sendOperationFn,
|
|
251
|
+
args: { kqlScriptName, renameRequest, options },
|
|
252
|
+
spec: renameOperationSpec,
|
|
253
|
+
});
|
|
254
|
+
const poller = await createHttpPoller(lro, {
|
|
255
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
256
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
257
|
+
});
|
|
258
|
+
await poller.poll();
|
|
259
|
+
return poller;
|
|
260
|
+
}
|
|
261
|
+
/**
|
|
262
|
+
* Rename KQL script
|
|
263
|
+
* @param kqlScriptName - KQL script name
|
|
264
|
+
* @param renameRequest - Rename request
|
|
265
|
+
* @param options - The options parameters.
|
|
266
|
+
*/
|
|
267
|
+
async beginRenameAndWait(kqlScriptName, renameRequest, options) {
|
|
268
|
+
const poller = await this.beginRename(kqlScriptName, renameRequest, options);
|
|
269
|
+
return poller.pollUntilDone();
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
//# sourceMappingURL=kqlScriptOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kqlScriptOperations.js","sourceRoot":"","sources":["../../../src/operations/kqlScriptOperations.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 { KqlScriptOperations } 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 KqlScriptResource,\n KqlScriptCreateOrUpdateOptionalParams,\n KqlScriptCreateOrUpdateResponse,\n KqlScriptGetByNameOptionalParams,\n KqlScriptGetByNameResponse,\n KqlScriptDeleteByNameOptionalParams,\n ArtifactRenameRequest,\n KqlScriptRenameOptionalParams,\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 createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/kqlScripts/{kqlScriptName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.KqlScriptResource,\n },\n 201: {\n bodyMapper: Mappers.KqlScriptResource,\n },\n 202: {\n bodyMapper: Mappers.KqlScriptResource,\n },\n 204: {\n bodyMapper: Mappers.KqlScriptResource,\n },\n default: {\n bodyMapper: Mappers.ErrorContract,\n },\n },\n requestBody: Parameters.kqlScript,\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [Parameters.endpoint, Parameters.kqlScriptName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getByNameOperationSpec: coreClient.OperationSpec = {\n path: \"/kqlScripts/{kqlScriptName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.KqlScriptResource,\n },\n default: {\n bodyMapper: Mappers.ErrorContract,\n },\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [Parameters.endpoint, Parameters.kqlScriptName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst deleteByNameOperationSpec: coreClient.OperationSpec = {\n path: \"/kqlScripts/{kqlScriptName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorContract,\n },\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [Parameters.endpoint, Parameters.kqlScriptName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst renameOperationSpec: coreClient.OperationSpec = {\n path: \"/kqlScripts/{kqlScriptName}/rename\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorContract,\n },\n },\n requestBody: Parameters.renameRequest,\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [Parameters.endpoint, Parameters.kqlScriptName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\n\n/** Class containing KqlScriptOperations operations. */\nexport class KqlScriptOperationsImpl implements KqlScriptOperations {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class KqlScriptOperations class.\n * @param client - Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * Creates or updates a KQL Script\n * @param kqlScriptName - KQL script name\n * @param kqlScript - KQL script\n * @param options - The options parameters.\n */\n async beginCreateOrUpdate(\n kqlScriptName: string,\n kqlScript: KqlScriptResource,\n options?: KqlScriptCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<KqlScriptCreateOrUpdateResponse>,\n KqlScriptCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<KqlScriptCreateOrUpdateResponse> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginCreateOrUpdate\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(\n args,\n spec,\n ) as Promise<KqlScriptCreateOrUpdateResponse>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<{\n flatResponse: KqlScriptResource;\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: { kqlScriptName, kqlScript, options },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n KqlScriptCreateOrUpdateResponse,\n OperationState<KqlScriptCreateOrUpdateResponse>\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 KQL Script\n * @param kqlScriptName - KQL script name\n * @param kqlScript - KQL script\n * @param options - The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n kqlScriptName: string,\n kqlScript: KqlScriptResource,\n options?: KqlScriptCreateOrUpdateOptionalParams,\n ): Promise<KqlScriptCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(kqlScriptName, kqlScript, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Get KQL script by name\n * @param kqlScriptName - KQL script name\n * @param options - The options parameters.\n */\n async getByName(\n kqlScriptName: string,\n options?: KqlScriptGetByNameOptionalParams,\n ): Promise<KqlScriptGetByNameResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.getByName\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { kqlScriptName, updatedOptions },\n getByNameOperationSpec,\n ) as Promise<KqlScriptGetByNameResponse>;\n },\n );\n }\n\n /**\n * Delete KQL script by name\n * @param kqlScriptName - KQL script name\n * @param options - The options parameters.\n */\n async beginDeleteByName(\n kqlScriptName: string,\n options?: KqlScriptDeleteByNameOptionalParams,\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.beginDeleteByName\",\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: { kqlScriptName, options },\n spec: deleteByNameOperationSpec,\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 * Delete KQL script by name\n * @param kqlScriptName - KQL script name\n * @param options - The options parameters.\n */\n async beginDeleteByNameAndWait(\n kqlScriptName: string,\n options?: KqlScriptDeleteByNameOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDeleteByName(kqlScriptName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Rename KQL script\n * @param kqlScriptName - KQL script name\n * @param renameRequest - Rename request\n * @param options - The options parameters.\n */\n async beginRename(\n kqlScriptName: string,\n renameRequest: ArtifactRenameRequest,\n options?: KqlScriptRenameOptionalParams,\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.beginRename\", 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: { kqlScriptName, renameRequest, options },\n spec: renameOperationSpec,\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 * Rename KQL script\n * @param kqlScriptName - KQL script name\n * @param renameRequest - Rename request\n * @param options - The options parameters.\n */\n async beginRenameAndWait(\n kqlScriptName: string,\n renameRequest: ArtifactRenameRequest,\n options?: KqlScriptRenameOptionalParams,\n ): Promise<void> {\n const poller = await this.beginRename(kqlScriptName, renameRequest, options);\n return poller.pollUntilDone();\n }\n}\n"]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import type { KqlScripts } from "../operationsInterfaces/index.js";
|
|
3
|
+
import type { ArtifactsClient } from "../artifactsClient.js";
|
|
4
|
+
import type { KqlScriptResource, KqlScriptsGetAllOptionalParams } from "../models/index.js";
|
|
5
|
+
/** Class containing KqlScripts operations. */
|
|
6
|
+
export declare class KqlScriptsImpl implements KqlScripts {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class KqlScripts class.
|
|
10
|
+
* @param client - Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: ArtifactsClient);
|
|
13
|
+
/**
|
|
14
|
+
* Get all KQL scripts
|
|
15
|
+
* @param options - The options parameters.
|
|
16
|
+
*/
|
|
17
|
+
listAll(options?: KqlScriptsGetAllOptionalParams): PagedAsyncIterableIterator<KqlScriptResource>;
|
|
18
|
+
private getAllPagingPage;
|
|
19
|
+
private getAllPagingAll;
|
|
20
|
+
/**
|
|
21
|
+
* Get all KQL scripts
|
|
22
|
+
* @param options - The options parameters.
|
|
23
|
+
*/
|
|
24
|
+
private _getAll;
|
|
25
|
+
/**
|
|
26
|
+
* GetAllNext
|
|
27
|
+
* @param nextLink - The nextLink from the previous successful call to the GetAll method.
|
|
28
|
+
* @param options - The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
private _getAllNext;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=kqlScripts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kqlScripts.d.ts","sourceRoot":"","sources":["../../../src/operations/kqlScripts.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAEnF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAInE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EACV,iBAAiB,EAEjB,8BAA8B,EAG/B,MAAM,oBAAoB,CAAC;AAqC5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkB;IAEzC;;;OAGG;gBACS,MAAM,EAAE,eAAe;IAInC;;;OAGG;IACI,OAAO,CACZ,OAAO,CAAC,EAAE,8BAA8B,GACvC,0BAA0B,CAAC,iBAAiB,CAAC;YAkBjC,gBAAgB;YAsBhB,eAAe;IAQ9B;;;OAGG;YACW,OAAO;IAerB;;;;OAIG;YACW,WAAW;CAe1B"}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
+
import { tracingClient } from "../tracing.js";
|
|
10
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
|
11
|
+
import * as coreClient from "@azure/core-client";
|
|
12
|
+
import * as Mappers from "../models/mappers.js";
|
|
13
|
+
import * as Parameters from "../models/parameters.js";
|
|
14
|
+
// Operation Specifications
|
|
15
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
16
|
+
const getAllOperationSpec = {
|
|
17
|
+
path: "/kqlScripts",
|
|
18
|
+
httpMethod: "GET",
|
|
19
|
+
responses: {
|
|
20
|
+
200: {
|
|
21
|
+
bodyMapper: Mappers.KqlScriptsResourceCollectionResponse,
|
|
22
|
+
},
|
|
23
|
+
default: {
|
|
24
|
+
bodyMapper: Mappers.ErrorContract,
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
|
+
queryParameters: [Parameters.apiVersion2],
|
|
28
|
+
urlParameters: [Parameters.endpoint],
|
|
29
|
+
headerParameters: [Parameters.accept],
|
|
30
|
+
serializer,
|
|
31
|
+
};
|
|
32
|
+
const getAllNextOperationSpec = {
|
|
33
|
+
path: "{nextLink}",
|
|
34
|
+
httpMethod: "GET",
|
|
35
|
+
responses: {
|
|
36
|
+
200: {
|
|
37
|
+
bodyMapper: Mappers.KqlScriptsResourceCollectionResponse,
|
|
38
|
+
},
|
|
39
|
+
default: {
|
|
40
|
+
bodyMapper: Mappers.ErrorContract,
|
|
41
|
+
},
|
|
42
|
+
},
|
|
43
|
+
urlParameters: [Parameters.endpoint, Parameters.nextLink],
|
|
44
|
+
headerParameters: [Parameters.accept],
|
|
45
|
+
serializer,
|
|
46
|
+
};
|
|
47
|
+
/** Class containing KqlScripts operations. */
|
|
48
|
+
export class KqlScriptsImpl {
|
|
49
|
+
/**
|
|
50
|
+
* Initialize a new instance of the class KqlScripts class.
|
|
51
|
+
* @param client - Reference to the service client
|
|
52
|
+
*/
|
|
53
|
+
constructor(client) {
|
|
54
|
+
this.client = client;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Get all KQL scripts
|
|
58
|
+
* @param options - The options parameters.
|
|
59
|
+
*/
|
|
60
|
+
listAll(options) {
|
|
61
|
+
const iter = this.getAllPagingAll(options);
|
|
62
|
+
return {
|
|
63
|
+
next() {
|
|
64
|
+
return iter.next();
|
|
65
|
+
},
|
|
66
|
+
[Symbol.asyncIterator]() {
|
|
67
|
+
return this;
|
|
68
|
+
},
|
|
69
|
+
byPage: (settings) => {
|
|
70
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
71
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
72
|
+
}
|
|
73
|
+
return this.getAllPagingPage(options, settings);
|
|
74
|
+
},
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
getAllPagingPage(options, settings) {
|
|
78
|
+
return __asyncGenerator(this, arguments, function* getAllPagingPage_1() {
|
|
79
|
+
let result;
|
|
80
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
81
|
+
if (!continuationToken) {
|
|
82
|
+
result = yield __await(this._getAll(options));
|
|
83
|
+
const page = result.value || [];
|
|
84
|
+
continuationToken = result.nextLink;
|
|
85
|
+
setContinuationToken(page, continuationToken);
|
|
86
|
+
yield yield __await(page);
|
|
87
|
+
}
|
|
88
|
+
while (continuationToken) {
|
|
89
|
+
result = yield __await(this._getAllNext(continuationToken, options));
|
|
90
|
+
continuationToken = result.nextLink;
|
|
91
|
+
const page = result.value || [];
|
|
92
|
+
setContinuationToken(page, continuationToken);
|
|
93
|
+
yield yield __await(page);
|
|
94
|
+
}
|
|
95
|
+
});
|
|
96
|
+
}
|
|
97
|
+
getAllPagingAll(options) {
|
|
98
|
+
return __asyncGenerator(this, arguments, function* getAllPagingAll_1() {
|
|
99
|
+
var _a, e_1, _b, _c;
|
|
100
|
+
try {
|
|
101
|
+
for (var _d = true, _e = __asyncValues(this.getAllPagingPage(options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
102
|
+
_c = _f.value;
|
|
103
|
+
_d = false;
|
|
104
|
+
const page = _c;
|
|
105
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
109
|
+
finally {
|
|
110
|
+
try {
|
|
111
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
112
|
+
}
|
|
113
|
+
finally { if (e_1) throw e_1.error; }
|
|
114
|
+
}
|
|
115
|
+
});
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* Get all KQL scripts
|
|
119
|
+
* @param options - The options parameters.
|
|
120
|
+
*/
|
|
121
|
+
async _getAll(options) {
|
|
122
|
+
return tracingClient.withSpan("ArtifactsClient._getAll", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
123
|
+
return this.client.sendOperationRequest({ updatedOptions }, getAllOperationSpec);
|
|
124
|
+
});
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* GetAllNext
|
|
128
|
+
* @param nextLink - The nextLink from the previous successful call to the GetAll method.
|
|
129
|
+
* @param options - The options parameters.
|
|
130
|
+
*/
|
|
131
|
+
async _getAllNext(nextLink, options) {
|
|
132
|
+
return tracingClient.withSpan("ArtifactsClient._getAllNext", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
133
|
+
return this.client.sendOperationRequest({ nextLink, updatedOptions }, getAllNextOperationSpec);
|
|
134
|
+
});
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
//# sourceMappingURL=kqlScripts.js.map
|