@azure/arm-datafactory 18.0.0 → 19.0.0
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/CHANGELOG.md +80 -0
- package/LICENSE +3 -3
- package/README.md +21 -14
- package/dist/browser/dataFactoryManagementClient.d.ts +42 -0
- package/dist/browser/dataFactoryManagementClient.d.ts.map +1 -0
- package/dist/browser/dataFactoryManagementClient.js +120 -0
- package/dist/browser/dataFactoryManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +13611 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +1350 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +1337 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +27237 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +511 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/activityRuns.d.ts +22 -0
- package/dist/browser/operations/activityRuns.d.ts.map +1 -0
- package/dist/browser/operations/activityRuns.js +58 -0
- package/dist/browser/operations/activityRuns.js.map +1 -0
- package/dist/browser/operations/changeDataCapture.d.ts +87 -0
- package/dist/browser/operations/changeDataCapture.d.ts.map +1 -0
- package/dist/browser/operations/changeDataCapture.js +350 -0
- package/dist/browser/operations/changeDataCapture.js.map +1 -0
- package/dist/browser/operations/credentialOperations.d.ts +63 -0
- package/dist/browser/operations/credentialOperations.d.ts.map +1 -0
- package/dist/browser/operations/credentialOperations.js +253 -0
- package/dist/browser/operations/credentialOperations.js.map +1 -0
- package/dist/browser/operations/dataFlowDebugSession.d.ts +87 -0
- package/dist/browser/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/browser/operations/dataFlowDebugSession.js +386 -0
- package/dist/browser/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/browser/operations/dataFlows.d.ts +63 -0
- package/dist/browser/operations/dataFlows.d.ts.map +1 -0
- package/dist/browser/operations/dataFlows.js +252 -0
- package/dist/browser/operations/dataFlows.js.map +1 -0
- package/dist/browser/operations/datasets.d.ts +63 -0
- package/dist/browser/operations/datasets.d.ts.map +1 -0
- package/dist/browser/operations/datasets.js +253 -0
- package/dist/browser/operations/datasets.js.map +1 -0
- package/dist/browser/operations/exposureControl.d.ts +36 -0
- package/dist/browser/operations/exposureControl.d.ts.map +1 -0
- package/dist/browser/operations/exposureControl.js +120 -0
- package/dist/browser/operations/exposureControl.js.map +1 -0
- package/dist/browser/operations/factories.d.ts +106 -0
- package/dist/browser/operations/factories.d.ts.map +1 -0
- package/dist/browser/operations/factories.js +483 -0
- package/dist/browser/operations/factories.js.map +1 -0
- package/dist/browser/operations/globalParameters.d.ts +63 -0
- package/dist/browser/operations/globalParameters.d.ts.map +1 -0
- package/dist/browser/operations/globalParameters.js +254 -0
- package/dist/browser/operations/globalParameters.js.map +1 -0
- package/dist/browser/operations/index.d.ts +24 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +31 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/integrationRuntimeNodes.d.ts +50 -0
- package/dist/browser/operations/integrationRuntimeNodes.d.ts.map +1 -0
- package/dist/browser/operations/integrationRuntimeNodes.js +186 -0
- package/dist/browser/operations/integrationRuntimeNodes.js.map +1 -0
- package/dist/browser/operations/integrationRuntimeObjectMetadata.d.ts +39 -0
- package/dist/browser/operations/integrationRuntimeObjectMetadata.d.ts.map +1 -0
- package/dist/browser/operations/integrationRuntimeObjectMetadata.js +144 -0
- package/dist/browser/operations/integrationRuntimeObjectMetadata.js.map +1 -0
- package/dist/browser/operations/integrationRuntimes.d.ts +195 -0
- package/dist/browser/operations/integrationRuntimes.d.ts.map +1 -0
- package/dist/browser/operations/integrationRuntimes.js +810 -0
- package/dist/browser/operations/integrationRuntimes.js.map +1 -0
- package/dist/browser/operations/linkedServices.d.ts +63 -0
- package/dist/browser/operations/linkedServices.d.ts.map +1 -0
- package/dist/browser/operations/linkedServices.js +259 -0
- package/dist/browser/operations/linkedServices.js.map +1 -0
- package/dist/browser/operations/managedPrivateEndpoints.d.ts +69 -0
- package/dist/browser/operations/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/browser/operations/managedPrivateEndpoints.js +288 -0
- package/dist/browser/operations/managedPrivateEndpoints.js.map +1 -0
- package/dist/browser/operations/managedVirtualNetworks.d.ts +55 -0
- package/dist/browser/operations/managedVirtualNetworks.d.ts.map +1 -0
- package/dist/browser/operations/managedVirtualNetworks.js +227 -0
- package/dist/browser/operations/managedVirtualNetworks.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/pipelineRuns.d.ts +37 -0
- package/dist/browser/operations/pipelineRuns.d.ts.map +1 -0
- package/dist/browser/operations/pipelineRuns.js +118 -0
- package/dist/browser/operations/pipelineRuns.js.map +1 -0
- package/dist/browser/operations/pipelines.d.ts +71 -0
- package/dist/browser/operations/pipelines.d.ts.map +1 -0
- package/dist/browser/operations/pipelines.js +293 -0
- package/dist/browser/operations/pipelines.js.map +1 -0
- package/dist/browser/operations/privateEndPointConnections.d.ts +38 -0
- package/dist/browser/operations/privateEndPointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndPointConnections.js +150 -0
- package/dist/browser/operations/privateEndPointConnections.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnection.d.ts +38 -0
- package/dist/browser/operations/privateEndpointConnection.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnection.js +141 -0
- package/dist/browser/operations/privateEndpointConnection.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +20 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +53 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/triggerRuns.d.ts +39 -0
- package/dist/browser/operations/triggerRuns.d.ts.map +1 -0
- package/dist/browser/operations/triggerRuns.js +120 -0
- package/dist/browser/operations/triggerRuns.js.map +1 -0
- package/dist/browser/operations/triggers.d.ts +144 -0
- package/dist/browser/operations/triggers.d.ts.map +1 -0
- package/dist/browser/operations/triggers.js +640 -0
- package/dist/browser/operations/triggers.js.map +1 -0
- package/dist/browser/operationsInterfaces/activityRuns.d.ts +14 -0
- package/dist/browser/operationsInterfaces/activityRuns.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/activityRuns.js.map +1 -0
- package/dist/browser/operationsInterfaces/changeDataCapture.d.ts +62 -0
- package/dist/browser/operationsInterfaces/changeDataCapture.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/changeDataCapture.js.map +1 -0
- package/dist/browser/operationsInterfaces/credentialOperations.d.ts +38 -0
- package/dist/browser/operationsInterfaces/credentialOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/credentialOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.d.ts +62 -0
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlows.d.ts +38 -0
- package/dist/browser/operationsInterfaces/dataFlows.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlows.js.map +1 -0
- package/dist/browser/operationsInterfaces/datasets.d.ts +38 -0
- package/dist/browser/operationsInterfaces/datasets.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/datasets.js.map +1 -0
- package/dist/browser/operationsInterfaces/exposureControl.d.ts +28 -0
- package/dist/browser/operationsInterfaces/exposureControl.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/exposureControl.js.map +1 -0
- package/dist/browser/operationsInterfaces/factories.d.ts +70 -0
- package/dist/browser/operationsInterfaces/factories.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/factories.js.map +1 -0
- package/dist/browser/operationsInterfaces/globalParameters.d.ts +38 -0
- package/dist/browser/operationsInterfaces/globalParameters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/globalParameters.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +24 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +31 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/integrationRuntimeNodes.d.ts +42 -0
- package/dist/browser/operationsInterfaces/integrationRuntimeNodes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/integrationRuntimeNodes.js.map +1 -0
- package/dist/browser/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts +31 -0
- package/dist/browser/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/integrationRuntimeObjectMetadata.js.map +1 -0
- package/dist/browser/operationsInterfaces/integrationRuntimes.d.ts +170 -0
- package/dist/browser/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/integrationRuntimes.js.map +1 -0
- package/dist/browser/operationsInterfaces/linkedServices.d.ts +38 -0
- package/dist/browser/operationsInterfaces/linkedServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/linkedServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedPrivateEndpoints.d.ts +42 -0
- package/dist/browser/operationsInterfaces/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedPrivateEndpoints.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedVirtualNetworks.d.ts +30 -0
- package/dist/browser/operationsInterfaces/managedVirtualNetworks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedVirtualNetworks.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/pipelineRuns.d.ts +29 -0
- package/dist/browser/operationsInterfaces/pipelineRuns.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/pipelineRuns.js.map +1 -0
- package/dist/browser/operationsInterfaces/pipelines.d.ts +46 -0
- package/dist/browser/operationsInterfaces/pipelines.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/pipelines.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndPointConnections.d.ts +13 -0
- package/dist/browser/operationsInterfaces/privateEndPointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndPointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnection.d.ts +30 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnection.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnection.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/triggerRuns.d.ts +31 -0
- package/dist/browser/operationsInterfaces/triggerRuns.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/triggerRuns.js.map +1 -0
- package/dist/browser/operationsInterfaces/triggers.d.ts +119 -0
- package/dist/browser/operationsInterfaces/triggers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/triggers.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/dataFactoryManagementClient.d.ts +42 -0
- package/dist/commonjs/dataFactoryManagementClient.d.ts.map +1 -0
- package/dist/commonjs/dataFactoryManagementClient.js +125 -0
- package/dist/commonjs/dataFactoryManagementClient.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 +13611 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +1355 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +1337 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +27255 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +64 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +515 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/activityRuns.d.ts +22 -0
- package/dist/commonjs/operations/activityRuns.d.ts.map +1 -0
- package/dist/commonjs/operations/activityRuns.js +63 -0
- package/dist/commonjs/operations/activityRuns.js.map +1 -0
- package/dist/commonjs/operations/changeDataCapture.d.ts +87 -0
- package/dist/commonjs/operations/changeDataCapture.d.ts.map +1 -0
- package/dist/commonjs/operations/changeDataCapture.js +354 -0
- package/dist/commonjs/operations/changeDataCapture.js.map +1 -0
- package/dist/commonjs/operations/credentialOperations.d.ts +63 -0
- package/dist/commonjs/operations/credentialOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/credentialOperations.js +257 -0
- package/dist/commonjs/operations/credentialOperations.js.map +1 -0
- package/dist/commonjs/operations/dataFlowDebugSession.d.ts +87 -0
- package/dist/commonjs/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/commonjs/operations/dataFlowDebugSession.js +390 -0
- package/dist/commonjs/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/commonjs/operations/dataFlows.d.ts +63 -0
- package/dist/commonjs/operations/dataFlows.d.ts.map +1 -0
- package/dist/commonjs/operations/dataFlows.js +256 -0
- package/dist/commonjs/operations/dataFlows.js.map +1 -0
- package/dist/commonjs/operations/datasets.d.ts +63 -0
- package/dist/commonjs/operations/datasets.d.ts.map +1 -0
- package/dist/commonjs/operations/datasets.js +257 -0
- package/dist/commonjs/operations/datasets.js.map +1 -0
- package/dist/commonjs/operations/exposureControl.d.ts +36 -0
- package/dist/commonjs/operations/exposureControl.d.ts.map +1 -0
- package/dist/commonjs/operations/exposureControl.js +125 -0
- package/dist/commonjs/operations/exposureControl.js.map +1 -0
- package/dist/commonjs/operations/factories.d.ts +106 -0
- package/dist/commonjs/operations/factories.d.ts.map +1 -0
- package/dist/commonjs/operations/factories.js +487 -0
- package/dist/commonjs/operations/factories.js.map +1 -0
- package/dist/commonjs/operations/globalParameters.d.ts +63 -0
- package/dist/commonjs/operations/globalParameters.d.ts.map +1 -0
- package/dist/commonjs/operations/globalParameters.js +258 -0
- package/dist/commonjs/operations/globalParameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +24 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +34 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/integrationRuntimeNodes.d.ts +50 -0
- package/dist/commonjs/operations/integrationRuntimeNodes.d.ts.map +1 -0
- package/dist/commonjs/operations/integrationRuntimeNodes.js +191 -0
- package/dist/commonjs/operations/integrationRuntimeNodes.js.map +1 -0
- package/dist/commonjs/operations/integrationRuntimeObjectMetadata.d.ts +39 -0
- package/dist/commonjs/operations/integrationRuntimeObjectMetadata.d.ts.map +1 -0
- package/dist/commonjs/operations/integrationRuntimeObjectMetadata.js +149 -0
- package/dist/commonjs/operations/integrationRuntimeObjectMetadata.js.map +1 -0
- package/dist/commonjs/operations/integrationRuntimes.d.ts +195 -0
- package/dist/commonjs/operations/integrationRuntimes.d.ts.map +1 -0
- package/dist/commonjs/operations/integrationRuntimes.js +814 -0
- package/dist/commonjs/operations/integrationRuntimes.js.map +1 -0
- package/dist/commonjs/operations/linkedServices.d.ts +63 -0
- package/dist/commonjs/operations/linkedServices.d.ts.map +1 -0
- package/dist/commonjs/operations/linkedServices.js +263 -0
- package/dist/commonjs/operations/linkedServices.js.map +1 -0
- package/dist/commonjs/operations/managedPrivateEndpoints.d.ts +69 -0
- package/dist/commonjs/operations/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operations/managedPrivateEndpoints.js +292 -0
- package/dist/commonjs/operations/managedPrivateEndpoints.js.map +1 -0
- package/dist/commonjs/operations/managedVirtualNetworks.d.ts +55 -0
- package/dist/commonjs/operations/managedVirtualNetworks.d.ts.map +1 -0
- package/dist/commonjs/operations/managedVirtualNetworks.js +231 -0
- package/dist/commonjs/operations/managedVirtualNetworks.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/pipelineRuns.d.ts +37 -0
- package/dist/commonjs/operations/pipelineRuns.d.ts.map +1 -0
- package/dist/commonjs/operations/pipelineRuns.js +123 -0
- package/dist/commonjs/operations/pipelineRuns.js.map +1 -0
- package/dist/commonjs/operations/pipelines.d.ts +71 -0
- package/dist/commonjs/operations/pipelines.d.ts.map +1 -0
- package/dist/commonjs/operations/pipelines.js +297 -0
- package/dist/commonjs/operations/pipelines.js.map +1 -0
- package/dist/commonjs/operations/privateEndPointConnections.d.ts +38 -0
- package/dist/commonjs/operations/privateEndPointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndPointConnections.js +154 -0
- package/dist/commonjs/operations/privateEndPointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnection.d.ts +38 -0
- package/dist/commonjs/operations/privateEndpointConnection.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnection.js +146 -0
- package/dist/commonjs/operations/privateEndpointConnection.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +20 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +58 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/triggerRuns.d.ts +39 -0
- package/dist/commonjs/operations/triggerRuns.d.ts.map +1 -0
- package/dist/commonjs/operations/triggerRuns.js +125 -0
- package/dist/commonjs/operations/triggerRuns.js.map +1 -0
- package/dist/commonjs/operations/triggers.d.ts +144 -0
- package/dist/commonjs/operations/triggers.d.ts.map +1 -0
- package/dist/commonjs/operations/triggers.js +644 -0
- package/dist/commonjs/operations/triggers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/activityRuns.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/activityRuns.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/activityRuns.js +10 -0
- package/dist/commonjs/operationsInterfaces/activityRuns.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/changeDataCapture.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/changeDataCapture.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/changeDataCapture.js +10 -0
- package/dist/commonjs/operationsInterfaces/changeDataCapture.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/credentialOperations.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/credentialOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/credentialOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/credentialOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.d.ts +62 -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/dataFlows.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/dataFlows.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataFlows.js +10 -0
- package/dist/commonjs/operationsInterfaces/dataFlows.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/datasets.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/datasets.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/datasets.js +10 -0
- package/dist/commonjs/operationsInterfaces/datasets.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/exposureControl.d.ts +28 -0
- package/dist/commonjs/operationsInterfaces/exposureControl.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/exposureControl.js +10 -0
- package/dist/commonjs/operationsInterfaces/exposureControl.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/factories.d.ts +70 -0
- package/dist/commonjs/operationsInterfaces/factories.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/factories.js +10 -0
- package/dist/commonjs/operationsInterfaces/factories.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/globalParameters.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/globalParameters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/globalParameters.js +10 -0
- package/dist/commonjs/operationsInterfaces/globalParameters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +24 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +34 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimeNodes.d.ts +42 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimeNodes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimeNodes.js +10 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimeNodes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts +31 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimeObjectMetadata.js +10 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimeObjectMetadata.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.d.ts +170 -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/linkedServices.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/linkedServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkedServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/linkedServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedPrivateEndpoints.d.ts +42 -0
- package/dist/commonjs/operationsInterfaces/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedPrivateEndpoints.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedPrivateEndpoints.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedVirtualNetworks.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/managedVirtualNetworks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedVirtualNetworks.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedVirtualNetworks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelineRuns.d.ts +29 -0
- package/dist/commonjs/operationsInterfaces/pipelineRuns.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelineRuns.js +10 -0
- package/dist/commonjs/operationsInterfaces/pipelineRuns.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelines.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/pipelines.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelines.js +10 -0
- package/dist/commonjs/operationsInterfaces/pipelines.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndPointConnections.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/privateEndPointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndPointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndPointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnection.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnection.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnection.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnection.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggerRuns.d.ts +31 -0
- package/dist/commonjs/operationsInterfaces/triggerRuns.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggerRuns.js +10 -0
- package/dist/commonjs/operationsInterfaces/triggerRuns.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggers.d.ts +119 -0
- package/dist/commonjs/operationsInterfaces/triggers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggers.js +10 -0
- package/dist/commonjs/operationsInterfaces/triggers.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/tsdoc-metadata.json +11 -0
- package/dist/esm/dataFactoryManagementClient.d.ts +42 -0
- package/dist/esm/dataFactoryManagementClient.d.ts.map +1 -0
- package/dist/esm/dataFactoryManagementClient.js +120 -0
- package/dist/esm/dataFactoryManagementClient.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 +13611 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +1350 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +1337 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +27237 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +64 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +511 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/activityRuns.d.ts +22 -0
- package/dist/esm/operations/activityRuns.d.ts.map +1 -0
- package/dist/esm/operations/activityRuns.js +58 -0
- package/dist/esm/operations/activityRuns.js.map +1 -0
- package/dist/esm/operations/changeDataCapture.d.ts +87 -0
- package/dist/esm/operations/changeDataCapture.d.ts.map +1 -0
- package/dist/esm/operations/changeDataCapture.js +350 -0
- package/dist/esm/operations/changeDataCapture.js.map +1 -0
- package/dist/esm/operations/credentialOperations.d.ts +63 -0
- package/dist/esm/operations/credentialOperations.d.ts.map +1 -0
- package/dist/esm/operations/credentialOperations.js +253 -0
- package/dist/esm/operations/credentialOperations.js.map +1 -0
- package/dist/esm/operations/dataFlowDebugSession.d.ts +87 -0
- package/dist/esm/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/esm/operations/dataFlowDebugSession.js +386 -0
- package/dist/esm/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/esm/operations/dataFlows.d.ts +63 -0
- package/dist/esm/operations/dataFlows.d.ts.map +1 -0
- package/dist/esm/operations/dataFlows.js +252 -0
- package/dist/esm/operations/dataFlows.js.map +1 -0
- package/dist/esm/operations/datasets.d.ts +63 -0
- package/dist/esm/operations/datasets.d.ts.map +1 -0
- package/dist/esm/operations/datasets.js +253 -0
- package/dist/esm/operations/datasets.js.map +1 -0
- package/dist/esm/operations/exposureControl.d.ts +36 -0
- package/dist/esm/operations/exposureControl.d.ts.map +1 -0
- package/dist/esm/operations/exposureControl.js +120 -0
- package/dist/esm/operations/exposureControl.js.map +1 -0
- package/dist/esm/operations/factories.d.ts +106 -0
- package/dist/esm/operations/factories.d.ts.map +1 -0
- package/dist/esm/operations/factories.js +483 -0
- package/dist/esm/operations/factories.js.map +1 -0
- package/dist/esm/operations/globalParameters.d.ts +63 -0
- package/dist/esm/operations/globalParameters.d.ts.map +1 -0
- package/dist/esm/operations/globalParameters.js +254 -0
- package/dist/esm/operations/globalParameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +24 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +31 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/integrationRuntimeNodes.d.ts +50 -0
- package/dist/esm/operations/integrationRuntimeNodes.d.ts.map +1 -0
- package/dist/esm/operations/integrationRuntimeNodes.js +186 -0
- package/dist/esm/operations/integrationRuntimeNodes.js.map +1 -0
- package/dist/esm/operations/integrationRuntimeObjectMetadata.d.ts +39 -0
- package/dist/esm/operations/integrationRuntimeObjectMetadata.d.ts.map +1 -0
- package/dist/esm/operations/integrationRuntimeObjectMetadata.js +144 -0
- package/dist/esm/operations/integrationRuntimeObjectMetadata.js.map +1 -0
- package/dist/esm/operations/integrationRuntimes.d.ts +195 -0
- package/dist/esm/operations/integrationRuntimes.d.ts.map +1 -0
- package/dist/esm/operations/integrationRuntimes.js +810 -0
- package/dist/esm/operations/integrationRuntimes.js.map +1 -0
- package/dist/esm/operations/linkedServices.d.ts +63 -0
- package/dist/esm/operations/linkedServices.d.ts.map +1 -0
- package/dist/esm/operations/linkedServices.js +259 -0
- package/dist/esm/operations/linkedServices.js.map +1 -0
- package/dist/esm/operations/managedPrivateEndpoints.d.ts +69 -0
- package/dist/esm/operations/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/esm/operations/managedPrivateEndpoints.js +288 -0
- package/dist/esm/operations/managedPrivateEndpoints.js.map +1 -0
- package/dist/esm/operations/managedVirtualNetworks.d.ts +55 -0
- package/dist/esm/operations/managedVirtualNetworks.d.ts.map +1 -0
- package/dist/esm/operations/managedVirtualNetworks.js +227 -0
- package/dist/esm/operations/managedVirtualNetworks.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/pipelineRuns.d.ts +37 -0
- package/dist/esm/operations/pipelineRuns.d.ts.map +1 -0
- package/dist/esm/operations/pipelineRuns.js +118 -0
- package/dist/esm/operations/pipelineRuns.js.map +1 -0
- package/dist/esm/operations/pipelines.d.ts +71 -0
- package/dist/esm/operations/pipelines.d.ts.map +1 -0
- package/dist/esm/operations/pipelines.js +293 -0
- package/dist/esm/operations/pipelines.js.map +1 -0
- package/dist/esm/operations/privateEndPointConnections.d.ts +38 -0
- package/dist/esm/operations/privateEndPointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndPointConnections.js +150 -0
- package/dist/esm/operations/privateEndPointConnections.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnection.d.ts +38 -0
- package/dist/esm/operations/privateEndpointConnection.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnection.js +141 -0
- package/dist/esm/operations/privateEndpointConnection.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +20 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +53 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/triggerRuns.d.ts +39 -0
- package/dist/esm/operations/triggerRuns.d.ts.map +1 -0
- package/dist/esm/operations/triggerRuns.js +120 -0
- package/dist/esm/operations/triggerRuns.js.map +1 -0
- package/dist/esm/operations/triggers.d.ts +144 -0
- package/dist/esm/operations/triggers.d.ts.map +1 -0
- package/dist/esm/operations/triggers.js +640 -0
- package/dist/esm/operations/triggers.js.map +1 -0
- package/dist/esm/operationsInterfaces/activityRuns.d.ts +14 -0
- package/dist/esm/operationsInterfaces/activityRuns.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/activityRuns.js +9 -0
- package/dist/esm/operationsInterfaces/activityRuns.js.map +1 -0
- package/dist/esm/operationsInterfaces/changeDataCapture.d.ts +62 -0
- package/dist/esm/operationsInterfaces/changeDataCapture.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/changeDataCapture.js +9 -0
- package/dist/esm/operationsInterfaces/changeDataCapture.js.map +1 -0
- package/dist/esm/operationsInterfaces/credentialOperations.d.ts +38 -0
- package/dist/esm/operationsInterfaces/credentialOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/credentialOperations.js +9 -0
- package/dist/esm/operationsInterfaces/credentialOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.d.ts +62 -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/dataFlows.d.ts +38 -0
- package/dist/esm/operationsInterfaces/dataFlows.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dataFlows.js +9 -0
- package/dist/esm/operationsInterfaces/dataFlows.js.map +1 -0
- package/dist/esm/operationsInterfaces/datasets.d.ts +38 -0
- package/dist/esm/operationsInterfaces/datasets.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/datasets.js +9 -0
- package/dist/esm/operationsInterfaces/datasets.js.map +1 -0
- package/dist/esm/operationsInterfaces/exposureControl.d.ts +28 -0
- package/dist/esm/operationsInterfaces/exposureControl.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/exposureControl.js +9 -0
- package/dist/esm/operationsInterfaces/exposureControl.js.map +1 -0
- package/dist/esm/operationsInterfaces/factories.d.ts +70 -0
- package/dist/esm/operationsInterfaces/factories.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/factories.js +9 -0
- package/dist/esm/operationsInterfaces/factories.js.map +1 -0
- package/dist/esm/operationsInterfaces/globalParameters.d.ts +38 -0
- package/dist/esm/operationsInterfaces/globalParameters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/globalParameters.js +9 -0
- package/dist/esm/operationsInterfaces/globalParameters.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +24 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +31 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/integrationRuntimeNodes.d.ts +42 -0
- package/dist/esm/operationsInterfaces/integrationRuntimeNodes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/integrationRuntimeNodes.js +9 -0
- package/dist/esm/operationsInterfaces/integrationRuntimeNodes.js.map +1 -0
- package/dist/esm/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts +31 -0
- package/dist/esm/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/integrationRuntimeObjectMetadata.js +9 -0
- package/dist/esm/operationsInterfaces/integrationRuntimeObjectMetadata.js.map +1 -0
- package/dist/esm/operationsInterfaces/integrationRuntimes.d.ts +170 -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/linkedServices.d.ts +38 -0
- package/dist/esm/operationsInterfaces/linkedServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/linkedServices.js +9 -0
- package/dist/esm/operationsInterfaces/linkedServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedPrivateEndpoints.d.ts +42 -0
- package/dist/esm/operationsInterfaces/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedPrivateEndpoints.js +9 -0
- package/dist/esm/operationsInterfaces/managedPrivateEndpoints.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedVirtualNetworks.d.ts +30 -0
- package/dist/esm/operationsInterfaces/managedVirtualNetworks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedVirtualNetworks.js +9 -0
- package/dist/esm/operationsInterfaces/managedVirtualNetworks.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/pipelineRuns.d.ts +29 -0
- package/dist/esm/operationsInterfaces/pipelineRuns.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/pipelineRuns.js +9 -0
- package/dist/esm/operationsInterfaces/pipelineRuns.js.map +1 -0
- package/dist/esm/operationsInterfaces/pipelines.d.ts +46 -0
- package/dist/esm/operationsInterfaces/pipelines.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/pipelines.js +9 -0
- package/dist/esm/operationsInterfaces/pipelines.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndPointConnections.d.ts +13 -0
- package/dist/esm/operationsInterfaces/privateEndPointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndPointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndPointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnection.d.ts +30 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnection.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnection.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnection.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/triggerRuns.d.ts +31 -0
- package/dist/esm/operationsInterfaces/triggerRuns.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/triggerRuns.js +9 -0
- package/dist/esm/operationsInterfaces/triggerRuns.js.map +1 -0
- package/dist/esm/operationsInterfaces/triggers.d.ts +119 -0
- package/dist/esm/operationsInterfaces/triggers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/triggers.js +9 -0
- package/dist/esm/operationsInterfaces/triggers.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/react-native/dataFactoryManagementClient.d.ts +42 -0
- package/dist/react-native/dataFactoryManagementClient.d.ts.map +1 -0
- package/dist/react-native/dataFactoryManagementClient.js +120 -0
- package/dist/react-native/dataFactoryManagementClient.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 +13611 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +1350 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +1337 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +27237 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +64 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +511 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/activityRuns.d.ts +22 -0
- package/dist/react-native/operations/activityRuns.d.ts.map +1 -0
- package/dist/react-native/operations/activityRuns.js +58 -0
- package/dist/react-native/operations/activityRuns.js.map +1 -0
- package/dist/react-native/operations/changeDataCapture.d.ts +87 -0
- package/dist/react-native/operations/changeDataCapture.d.ts.map +1 -0
- package/dist/react-native/operations/changeDataCapture.js +350 -0
- package/dist/react-native/operations/changeDataCapture.js.map +1 -0
- package/dist/react-native/operations/credentialOperations.d.ts +63 -0
- package/dist/react-native/operations/credentialOperations.d.ts.map +1 -0
- package/dist/react-native/operations/credentialOperations.js +253 -0
- package/dist/react-native/operations/credentialOperations.js.map +1 -0
- package/dist/react-native/operations/dataFlowDebugSession.d.ts +87 -0
- package/dist/react-native/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/react-native/operations/dataFlowDebugSession.js +386 -0
- package/dist/react-native/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/react-native/operations/dataFlows.d.ts +63 -0
- package/dist/react-native/operations/dataFlows.d.ts.map +1 -0
- package/dist/react-native/operations/dataFlows.js +252 -0
- package/dist/react-native/operations/dataFlows.js.map +1 -0
- package/dist/react-native/operations/datasets.d.ts +63 -0
- package/dist/react-native/operations/datasets.d.ts.map +1 -0
- package/dist/react-native/operations/datasets.js +253 -0
- package/dist/react-native/operations/datasets.js.map +1 -0
- package/dist/react-native/operations/exposureControl.d.ts +36 -0
- package/dist/react-native/operations/exposureControl.d.ts.map +1 -0
- package/dist/react-native/operations/exposureControl.js +120 -0
- package/dist/react-native/operations/exposureControl.js.map +1 -0
- package/dist/react-native/operations/factories.d.ts +106 -0
- package/dist/react-native/operations/factories.d.ts.map +1 -0
- package/dist/react-native/operations/factories.js +483 -0
- package/dist/react-native/operations/factories.js.map +1 -0
- package/dist/react-native/operations/globalParameters.d.ts +63 -0
- package/dist/react-native/operations/globalParameters.d.ts.map +1 -0
- package/dist/react-native/operations/globalParameters.js +254 -0
- package/dist/react-native/operations/globalParameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +24 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +31 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/integrationRuntimeNodes.d.ts +50 -0
- package/dist/react-native/operations/integrationRuntimeNodes.d.ts.map +1 -0
- package/dist/react-native/operations/integrationRuntimeNodes.js +186 -0
- package/dist/react-native/operations/integrationRuntimeNodes.js.map +1 -0
- package/dist/react-native/operations/integrationRuntimeObjectMetadata.d.ts +39 -0
- package/dist/react-native/operations/integrationRuntimeObjectMetadata.d.ts.map +1 -0
- package/dist/react-native/operations/integrationRuntimeObjectMetadata.js +144 -0
- package/dist/react-native/operations/integrationRuntimeObjectMetadata.js.map +1 -0
- package/dist/react-native/operations/integrationRuntimes.d.ts +195 -0
- package/dist/react-native/operations/integrationRuntimes.d.ts.map +1 -0
- package/dist/react-native/operations/integrationRuntimes.js +810 -0
- package/dist/react-native/operations/integrationRuntimes.js.map +1 -0
- package/dist/react-native/operations/linkedServices.d.ts +63 -0
- package/dist/react-native/operations/linkedServices.d.ts.map +1 -0
- package/dist/react-native/operations/linkedServices.js +259 -0
- package/dist/react-native/operations/linkedServices.js.map +1 -0
- package/dist/react-native/operations/managedPrivateEndpoints.d.ts +69 -0
- package/dist/react-native/operations/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/react-native/operations/managedPrivateEndpoints.js +288 -0
- package/dist/react-native/operations/managedPrivateEndpoints.js.map +1 -0
- package/dist/react-native/operations/managedVirtualNetworks.d.ts +55 -0
- package/dist/react-native/operations/managedVirtualNetworks.d.ts.map +1 -0
- package/dist/react-native/operations/managedVirtualNetworks.js +227 -0
- package/dist/react-native/operations/managedVirtualNetworks.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/pipelineRuns.d.ts +37 -0
- package/dist/react-native/operations/pipelineRuns.d.ts.map +1 -0
- package/dist/react-native/operations/pipelineRuns.js +118 -0
- package/dist/react-native/operations/pipelineRuns.js.map +1 -0
- package/dist/react-native/operations/pipelines.d.ts +71 -0
- package/dist/react-native/operations/pipelines.d.ts.map +1 -0
- package/dist/react-native/operations/pipelines.js +293 -0
- package/dist/react-native/operations/pipelines.js.map +1 -0
- package/dist/react-native/operations/privateEndPointConnections.d.ts +38 -0
- package/dist/react-native/operations/privateEndPointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndPointConnections.js +150 -0
- package/dist/react-native/operations/privateEndPointConnections.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnection.d.ts +38 -0
- package/dist/react-native/operations/privateEndpointConnection.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnection.js +141 -0
- package/dist/react-native/operations/privateEndpointConnection.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +20 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +53 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/triggerRuns.d.ts +39 -0
- package/dist/react-native/operations/triggerRuns.d.ts.map +1 -0
- package/dist/react-native/operations/triggerRuns.js +120 -0
- package/dist/react-native/operations/triggerRuns.js.map +1 -0
- package/dist/react-native/operations/triggers.d.ts +144 -0
- package/dist/react-native/operations/triggers.d.ts.map +1 -0
- package/dist/react-native/operations/triggers.js +640 -0
- package/dist/react-native/operations/triggers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/activityRuns.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/activityRuns.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/activityRuns.js +9 -0
- package/dist/react-native/operationsInterfaces/activityRuns.js.map +1 -0
- package/dist/react-native/operationsInterfaces/changeDataCapture.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/changeDataCapture.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/changeDataCapture.js +9 -0
- package/dist/react-native/operationsInterfaces/changeDataCapture.js.map +1 -0
- package/dist/react-native/operationsInterfaces/credentialOperations.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/credentialOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/credentialOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/credentialOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.d.ts +62 -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/dataFlows.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/dataFlows.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dataFlows.js +9 -0
- package/dist/react-native/operationsInterfaces/dataFlows.js.map +1 -0
- package/dist/react-native/operationsInterfaces/datasets.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/datasets.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/datasets.js +9 -0
- package/dist/react-native/operationsInterfaces/datasets.js.map +1 -0
- package/dist/react-native/operationsInterfaces/exposureControl.d.ts +28 -0
- package/dist/react-native/operationsInterfaces/exposureControl.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/exposureControl.js +9 -0
- package/dist/react-native/operationsInterfaces/exposureControl.js.map +1 -0
- package/dist/react-native/operationsInterfaces/factories.d.ts +70 -0
- package/dist/react-native/operationsInterfaces/factories.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/factories.js +9 -0
- package/dist/react-native/operationsInterfaces/factories.js.map +1 -0
- package/dist/react-native/operationsInterfaces/globalParameters.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/globalParameters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/globalParameters.js +9 -0
- package/dist/react-native/operationsInterfaces/globalParameters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +24 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +31 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimeNodes.d.ts +42 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimeNodes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimeNodes.js +9 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimeNodes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts +31 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimeObjectMetadata.js +9 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimeObjectMetadata.js.map +1 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimes.d.ts +170 -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/linkedServices.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/linkedServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/linkedServices.js +9 -0
- package/dist/react-native/operationsInterfaces/linkedServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedPrivateEndpoints.d.ts +42 -0
- package/dist/react-native/operationsInterfaces/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedPrivateEndpoints.js +9 -0
- package/dist/react-native/operationsInterfaces/managedPrivateEndpoints.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedVirtualNetworks.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/managedVirtualNetworks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedVirtualNetworks.js +9 -0
- package/dist/react-native/operationsInterfaces/managedVirtualNetworks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelineRuns.d.ts +29 -0
- package/dist/react-native/operationsInterfaces/pipelineRuns.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelineRuns.js +9 -0
- package/dist/react-native/operationsInterfaces/pipelineRuns.js.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelines.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/pipelines.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelines.js +9 -0
- package/dist/react-native/operationsInterfaces/pipelines.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndPointConnections.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/privateEndPointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndPointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndPointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnection.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnection.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnection.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnection.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/triggerRuns.d.ts +31 -0
- package/dist/react-native/operationsInterfaces/triggerRuns.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/triggerRuns.js +9 -0
- package/dist/react-native/operationsInterfaces/triggerRuns.js.map +1 -0
- package/dist/react-native/operationsInterfaces/triggers.d.ts +119 -0
- package/dist/react-native/operationsInterfaces/triggers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/triggers.js +9 -0
- package/dist/react-native/operationsInterfaces/triggers.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/package.json +80 -50
- package/review/arm-datafactory.api.md +116 -10
- package/dist/index.js +0 -35638
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/activityRunsQueryByPipelineRunSample.d.ts +0 -2
- package/dist-esm/samples-dev/activityRunsQueryByPipelineRunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/activityRunsQueryByPipelineRunSample.js +0 -44
- package/dist-esm/samples-dev/activityRunsQueryByPipelineRunSample.js.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/changeDataCaptureCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureCreateOrUpdateSample.js +0 -75
- package/dist-esm/samples-dev/changeDataCaptureCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/changeDataCaptureDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureDeleteSample.js +0 -40
- package/dist-esm/samples-dev/changeDataCaptureDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/changeDataCaptureGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureGetSample.js +0 -40
- package/dist-esm/samples-dev/changeDataCaptureGetSample.js.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/changeDataCaptureListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureListByFactorySample.js +0 -55
- package/dist-esm/samples-dev/changeDataCaptureListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/changeDataCaptureStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureStartSample.js +0 -40
- package/dist-esm/samples-dev/changeDataCaptureStartSample.js.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/changeDataCaptureStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureStatusSample.js +0 -40
- package/dist-esm/samples-dev/changeDataCaptureStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/changeDataCaptureStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureStopSample.js +0 -40
- package/dist-esm/samples-dev/changeDataCaptureStopSample.js.map +0 -1
- package/dist-esm/samples-dev/credentialOperationsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/credentialOperationsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/credentialOperationsCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/credentialOperationsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/credentialOperationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/credentialOperationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/credentialOperationsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/credentialOperationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/credentialOperationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/credentialOperationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/credentialOperationsGetSample.js +0 -40
- package/dist-esm/samples-dev/credentialOperationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/credentialOperationsListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/credentialOperationsListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/credentialOperationsListByFactorySample.js +0 -55
- package/dist-esm/samples-dev/credentialOperationsListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/dataFlowDebugSessionAddDataFlowSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataFlowDebugSessionAddDataFlowSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataFlowDebugSessionAddDataFlowSample.js +0 -102
- package/dist-esm/samples-dev/dataFlowDebugSessionAddDataFlowSample.js.map +0 -1
- package/dist-esm/samples-dev/dataFlowDebugSessionCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataFlowDebugSessionCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataFlowDebugSessionCreateSample.js +0 -56
- package/dist-esm/samples-dev/dataFlowDebugSessionCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/dataFlowDebugSessionDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataFlowDebugSessionDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataFlowDebugSessionDeleteSample.js +0 -42
- package/dist-esm/samples-dev/dataFlowDebugSessionDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dataFlowDebugSessionExecuteCommandSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataFlowDebugSessionExecuteCommandSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataFlowDebugSessionExecuteCommandSample.js +0 -44
- package/dist-esm/samples-dev/dataFlowDebugSessionExecuteCommandSample.js.map +0 -1
- package/dist-esm/samples-dev/dataFlowDebugSessionQueryByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/dataFlowDebugSessionQueryByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataFlowDebugSessionQueryByFactorySample.js +0 -55
- package/dist-esm/samples-dev/dataFlowDebugSessionQueryByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/dataFlowsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataFlowsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataFlowsCreateOrUpdateSample.js +0 -172
- package/dist-esm/samples-dev/dataFlowsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dataFlowsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataFlowsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataFlowsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/dataFlowsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dataFlowsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataFlowsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataFlowsGetSample.js +0 -40
- package/dist-esm/samples-dev/dataFlowsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dataFlowsListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/dataFlowsListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataFlowsListByFactorySample.js +0 -55
- package/dist-esm/samples-dev/dataFlowsListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/datasetsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/datasetsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datasetsCreateOrUpdateSample.js +0 -93
- package/dist-esm/samples-dev/datasetsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/datasetsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/datasetsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datasetsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/datasetsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/datasetsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/datasetsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datasetsGetSample.js +0 -40
- package/dist-esm/samples-dev/datasetsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/datasetsListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/datasetsListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datasetsListByFactorySample.js +0 -55
- package/dist-esm/samples-dev/datasetsListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/exposureControlGetFeatureValueByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/exposureControlGetFeatureValueByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exposureControlGetFeatureValueByFactorySample.js +0 -43
- package/dist-esm/samples-dev/exposureControlGetFeatureValueByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/exposureControlGetFeatureValueSample.d.ts +0 -2
- package/dist-esm/samples-dev/exposureControlGetFeatureValueSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exposureControlGetFeatureValueSample.js +0 -42
- package/dist-esm/samples-dev/exposureControlGetFeatureValueSample.js.map +0 -1
- package/dist-esm/samples-dev/exposureControlQueryFeatureValuesByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/exposureControlQueryFeatureValuesByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exposureControlQueryFeatureValuesByFactorySample.js +0 -48
- package/dist-esm/samples-dev/exposureControlQueryFeatureValuesByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/factoriesConfigureFactoryRepoSample.d.ts +0 -2
- package/dist-esm/samples-dev/factoriesConfigureFactoryRepoSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/factoriesConfigureFactoryRepoSample.js +0 -51
- package/dist-esm/samples-dev/factoriesConfigureFactoryRepoSample.js.map +0 -1
- package/dist-esm/samples-dev/factoriesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/factoriesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/factoriesCreateOrUpdateSample.js +0 -40
- package/dist-esm/samples-dev/factoriesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/factoriesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/factoriesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/factoriesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/factoriesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/factoriesGetDataPlaneAccessSample.d.ts +0 -2
- package/dist-esm/samples-dev/factoriesGetDataPlaneAccessSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/factoriesGetDataPlaneAccessSample.js +0 -46
- package/dist-esm/samples-dev/factoriesGetDataPlaneAccessSample.js.map +0 -1
- package/dist-esm/samples-dev/factoriesGetGitHubAccessTokenSample.d.ts +0 -2
- package/dist-esm/samples-dev/factoriesGetGitHubAccessTokenSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/factoriesGetGitHubAccessTokenSample.js +0 -44
- package/dist-esm/samples-dev/factoriesGetGitHubAccessTokenSample.js.map +0 -1
- package/dist-esm/samples-dev/factoriesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/factoriesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/factoriesGetSample.js +0 -39
- package/dist-esm/samples-dev/factoriesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/factoriesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/factoriesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/factoriesListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/factoriesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/factoriesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/factoriesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/factoriesListSample.js +0 -53
- package/dist-esm/samples-dev/factoriesListSample.js.map +0 -1
- package/dist-esm/samples-dev/factoriesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/factoriesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/factoriesUpdateSample.js +0 -42
- package/dist-esm/samples-dev/factoriesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/globalParametersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalParametersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalParametersCreateOrUpdateSample.js +0 -66
- package/dist-esm/samples-dev/globalParametersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/globalParametersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalParametersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalParametersDeleteSample.js +0 -40
- package/dist-esm/samples-dev/globalParametersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/globalParametersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalParametersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalParametersGetSample.js +0 -40
- package/dist-esm/samples-dev/globalParametersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/globalParametersListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/globalParametersListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalParametersListByFactorySample.js +0 -55
- package/dist-esm/samples-dev/globalParametersListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeNodesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimeNodesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeNodesDeleteSample.js +0 -41
- package/dist-esm/samples-dev/integrationRuntimeNodesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeNodesGetIPAddressSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimeNodesGetIPAddressSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeNodesGetIPAddressSample.js +0 -41
- package/dist-esm/samples-dev/integrationRuntimeNodesGetIPAddressSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeNodesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimeNodesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeNodesGetSample.js +0 -41
- package/dist-esm/samples-dev/integrationRuntimeNodesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeNodesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimeNodesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeNodesUpdateSample.js +0 -42
- package/dist-esm/samples-dev/integrationRuntimeNodesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeObjectMetadataGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimeObjectMetadataGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeObjectMetadataGetSample.js +0 -46
- package/dist-esm/samples-dev/integrationRuntimeObjectMetadataGetSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeObjectMetadataRefreshSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimeObjectMetadataRefreshSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeObjectMetadataRefreshSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimeObjectMetadataRefreshSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesCreateLinkedIntegrationRuntimeSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesCreateLinkedIntegrationRuntimeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesCreateLinkedIntegrationRuntimeSample.js +0 -46
- package/dist-esm/samples-dev/integrationRuntimesCreateLinkedIntegrationRuntimeSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/integrationRuntimesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesGetConnectionInfoSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesGetConnectionInfoSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesGetConnectionInfoSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimesGetConnectionInfoSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesGetMonitoringDataSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesGetMonitoringDataSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesGetMonitoringDataSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimesGetMonitoringDataSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesGetSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesGetStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesGetStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesGetStatusSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimesGetStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesListAuthKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesListAuthKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesListAuthKeysSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimesListAuthKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesListByFactorySample.js +0 -55
- package/dist-esm/samples-dev/integrationRuntimesListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesListOutboundNetworkDependenciesEndpointsSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesListOutboundNetworkDependenciesEndpointsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesListOutboundNetworkDependenciesEndpointsSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimesListOutboundNetworkDependenciesEndpointsSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesRegenerateAuthKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesRegenerateAuthKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesRegenerateAuthKeySample.js +0 -43
- package/dist-esm/samples-dev/integrationRuntimesRegenerateAuthKeySample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesRemoveLinksSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesRemoveLinksSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesRemoveLinksSample.js +0 -43
- package/dist-esm/samples-dev/integrationRuntimesRemoveLinksSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesStartSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimesStartSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesStopSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimesStopSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesSyncCredentialsSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesSyncCredentialsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesSyncCredentialsSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimesSyncCredentialsSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesUpdateSample.js +0 -44
- package/dist-esm/samples-dev/integrationRuntimesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesUpgradeSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesUpgradeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesUpgradeSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimesUpgradeSample.js.map +0 -1
- package/dist-esm/samples-dev/linkedServicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkedServicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkedServicesCreateOrUpdateSample.js +0 -79
- package/dist-esm/samples-dev/linkedServicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/linkedServicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkedServicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkedServicesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/linkedServicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/linkedServicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkedServicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkedServicesGetSample.js +0 -40
- package/dist-esm/samples-dev/linkedServicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/linkedServicesListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/linkedServicesListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkedServicesListByFactorySample.js +0 -55
- package/dist-esm/samples-dev/linkedServicesListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/managedPrivateEndpointsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedPrivateEndpointsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedPrivateEndpointsCreateOrUpdateSample.js +0 -48
- package/dist-esm/samples-dev/managedPrivateEndpointsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedPrivateEndpointsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedPrivateEndpointsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedPrivateEndpointsDeleteSample.js +0 -41
- package/dist-esm/samples-dev/managedPrivateEndpointsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managedPrivateEndpointsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedPrivateEndpointsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedPrivateEndpointsGetSample.js +0 -41
- package/dist-esm/samples-dev/managedPrivateEndpointsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedPrivateEndpointsListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/managedPrivateEndpointsListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedPrivateEndpointsListByFactorySample.js +0 -56
- package/dist-esm/samples-dev/managedPrivateEndpointsListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/managedVirtualNetworksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedVirtualNetworksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedVirtualNetworksCreateOrUpdateSample.js +0 -43
- package/dist-esm/samples-dev/managedVirtualNetworksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedVirtualNetworksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedVirtualNetworksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedVirtualNetworksGetSample.js +0 -40
- package/dist-esm/samples-dev/managedVirtualNetworksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedVirtualNetworksListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/managedVirtualNetworksListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedVirtualNetworksListByFactorySample.js +0 -55
- package/dist-esm/samples-dev/managedVirtualNetworksListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/pipelineRunsCancelSample.d.ts +0 -2
- package/dist-esm/samples-dev/pipelineRunsCancelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/pipelineRunsCancelSample.js +0 -40
- package/dist-esm/samples-dev/pipelineRunsCancelSample.js.map +0 -1
- package/dist-esm/samples-dev/pipelineRunsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/pipelineRunsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/pipelineRunsGetSample.js +0 -40
- package/dist-esm/samples-dev/pipelineRunsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/pipelineRunsQueryByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/pipelineRunsQueryByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/pipelineRunsQueryByFactorySample.js +0 -50
- package/dist-esm/samples-dev/pipelineRunsQueryByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/pipelinesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/pipelinesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/pipelinesCreateOrUpdateSample.js +0 -156
- package/dist-esm/samples-dev/pipelinesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/pipelinesCreateRunSample.d.ts +0 -2
- package/dist-esm/samples-dev/pipelinesCreateRunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/pipelinesCreateRunSample.js +0 -48
- package/dist-esm/samples-dev/pipelinesCreateRunSample.js.map +0 -1
- package/dist-esm/samples-dev/pipelinesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/pipelinesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/pipelinesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/pipelinesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/pipelinesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/pipelinesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/pipelinesGetSample.js +0 -40
- package/dist-esm/samples-dev/pipelinesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/pipelinesListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/pipelinesListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/pipelinesListByFactorySample.js +0 -55
- package/dist-esm/samples-dev/pipelinesListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndPointConnectionsListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndPointConnectionsListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndPointConnectionsListByFactorySample.js +0 -55
- package/dist-esm/samples-dev/privateEndPointConnectionsListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdateSample.js +0 -52
- package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionGetSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointConnectionGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -39
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/triggerRunsCancelSample.d.ts +0 -2
- package/dist-esm/samples-dev/triggerRunsCancelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggerRunsCancelSample.js +0 -41
- package/dist-esm/samples-dev/triggerRunsCancelSample.js.map +0 -1
- package/dist-esm/samples-dev/triggerRunsQueryByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/triggerRunsQueryByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggerRunsQueryByFactorySample.js +0 -50
- package/dist-esm/samples-dev/triggerRunsQueryByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/triggerRunsRerunSample.d.ts +0 -2
- package/dist-esm/samples-dev/triggerRunsRerunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggerRunsRerunSample.js +0 -41
- package/dist-esm/samples-dev/triggerRunsRerunSample.js.map +0 -1
- package/dist-esm/samples-dev/triggersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/triggersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggersCreateOrUpdateSample.js +0 -103
- package/dist-esm/samples-dev/triggersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/triggersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/triggersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggersDeleteSample.js +0 -40
- package/dist-esm/samples-dev/triggersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/triggersGetEventSubscriptionStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/triggersGetEventSubscriptionStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggersGetEventSubscriptionStatusSample.js +0 -40
- package/dist-esm/samples-dev/triggersGetEventSubscriptionStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/triggersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/triggersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggersGetSample.js +0 -40
- package/dist-esm/samples-dev/triggersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/triggersListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/triggersListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggersListByFactorySample.js +0 -55
- package/dist-esm/samples-dev/triggersListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/triggersQueryByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/triggersQueryByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggersQueryByFactorySample.js +0 -42
- package/dist-esm/samples-dev/triggersQueryByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/triggersStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/triggersStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggersStartSample.js +0 -40
- package/dist-esm/samples-dev/triggersStartSample.js.map +0 -1
- package/dist-esm/samples-dev/triggersStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/triggersStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggersStopSample.js +0 -40
- package/dist-esm/samples-dev/triggersStopSample.js.map +0 -1
- package/dist-esm/samples-dev/triggersSubscribeToEventsSample.d.ts +0 -2
- package/dist-esm/samples-dev/triggersSubscribeToEventsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggersSubscribeToEventsSample.js +0 -40
- package/dist-esm/samples-dev/triggersSubscribeToEventsSample.js.map +0 -1
- package/dist-esm/samples-dev/triggersUnsubscribeFromEventsSample.d.ts +0 -2
- package/dist-esm/samples-dev/triggersUnsubscribeFromEventsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggersUnsubscribeFromEventsSample.js +0 -40
- package/dist-esm/samples-dev/triggersUnsubscribeFromEventsSample.js.map +0 -1
- package/dist-esm/src/dataFactoryManagementClient.d.ts +0 -42
- package/dist-esm/src/dataFactoryManagementClient.d.ts.map +0 -1
- package/dist-esm/src/dataFactoryManagementClient.js +0 -123
- package/dist-esm/src/dataFactoryManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -13423
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -1320
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -1332
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -26911
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -511
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/activityRuns.d.ts +0 -22
- package/dist-esm/src/operations/activityRuns.d.ts.map +0 -1
- package/dist-esm/src/operations/activityRuns.js +0 -58
- package/dist-esm/src/operations/activityRuns.js.map +0 -1
- package/dist-esm/src/operations/changeDataCapture.d.ts +0 -87
- package/dist-esm/src/operations/changeDataCapture.d.ts.map +0 -1
- package/dist-esm/src/operations/changeDataCapture.js +0 -350
- package/dist-esm/src/operations/changeDataCapture.js.map +0 -1
- package/dist-esm/src/operations/credentialOperations.d.ts +0 -63
- package/dist-esm/src/operations/credentialOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/credentialOperations.js +0 -253
- package/dist-esm/src/operations/credentialOperations.js.map +0 -1
- package/dist-esm/src/operations/dataFlowDebugSession.d.ts +0 -87
- package/dist-esm/src/operations/dataFlowDebugSession.d.ts.map +0 -1
- package/dist-esm/src/operations/dataFlowDebugSession.js +0 -394
- package/dist-esm/src/operations/dataFlowDebugSession.js.map +0 -1
- package/dist-esm/src/operations/dataFlows.d.ts +0 -63
- package/dist-esm/src/operations/dataFlows.d.ts.map +0 -1
- package/dist-esm/src/operations/dataFlows.js +0 -252
- package/dist-esm/src/operations/dataFlows.js.map +0 -1
- package/dist-esm/src/operations/datasets.d.ts +0 -63
- package/dist-esm/src/operations/datasets.d.ts.map +0 -1
- package/dist-esm/src/operations/datasets.js +0 -253
- package/dist-esm/src/operations/datasets.js.map +0 -1
- package/dist-esm/src/operations/exposureControl.d.ts +0 -36
- package/dist-esm/src/operations/exposureControl.d.ts.map +0 -1
- package/dist-esm/src/operations/exposureControl.js +0 -120
- package/dist-esm/src/operations/exposureControl.js.map +0 -1
- package/dist-esm/src/operations/factories.d.ts +0 -106
- package/dist-esm/src/operations/factories.d.ts.map +0 -1
- package/dist-esm/src/operations/factories.js +0 -483
- package/dist-esm/src/operations/factories.js.map +0 -1
- package/dist-esm/src/operations/globalParameters.d.ts +0 -63
- package/dist-esm/src/operations/globalParameters.d.ts.map +0 -1
- package/dist-esm/src/operations/globalParameters.js +0 -254
- package/dist-esm/src/operations/globalParameters.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -24
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -31
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/integrationRuntimeNodes.d.ts +0 -50
- package/dist-esm/src/operations/integrationRuntimeNodes.d.ts.map +0 -1
- package/dist-esm/src/operations/integrationRuntimeNodes.js +0 -186
- package/dist-esm/src/operations/integrationRuntimeNodes.js.map +0 -1
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.d.ts +0 -39
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.d.ts.map +0 -1
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js +0 -149
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js.map +0 -1
- package/dist-esm/src/operations/integrationRuntimes.d.ts +0 -195
- package/dist-esm/src/operations/integrationRuntimes.d.ts.map +0 -1
- package/dist-esm/src/operations/integrationRuntimes.js +0 -818
- package/dist-esm/src/operations/integrationRuntimes.js.map +0 -1
- package/dist-esm/src/operations/linkedServices.d.ts +0 -63
- package/dist-esm/src/operations/linkedServices.d.ts.map +0 -1
- package/dist-esm/src/operations/linkedServices.js +0 -259
- package/dist-esm/src/operations/linkedServices.js.map +0 -1
- package/dist-esm/src/operations/managedPrivateEndpoints.d.ts +0 -69
- package/dist-esm/src/operations/managedPrivateEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operations/managedPrivateEndpoints.js +0 -288
- package/dist-esm/src/operations/managedPrivateEndpoints.js.map +0 -1
- package/dist-esm/src/operations/managedVirtualNetworks.d.ts +0 -55
- package/dist-esm/src/operations/managedVirtualNetworks.d.ts.map +0 -1
- package/dist-esm/src/operations/managedVirtualNetworks.js +0 -227
- package/dist-esm/src/operations/managedVirtualNetworks.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/pipelineRuns.d.ts +0 -37
- package/dist-esm/src/operations/pipelineRuns.d.ts.map +0 -1
- package/dist-esm/src/operations/pipelineRuns.js +0 -118
- package/dist-esm/src/operations/pipelineRuns.js.map +0 -1
- package/dist-esm/src/operations/pipelines.d.ts +0 -71
- package/dist-esm/src/operations/pipelines.d.ts.map +0 -1
- package/dist-esm/src/operations/pipelines.js +0 -293
- package/dist-esm/src/operations/pipelines.js.map +0 -1
- package/dist-esm/src/operations/privateEndPointConnections.d.ts +0 -38
- package/dist-esm/src/operations/privateEndPointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndPointConnections.js +0 -150
- package/dist-esm/src/operations/privateEndPointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnection.d.ts +0 -38
- package/dist-esm/src/operations/privateEndpointConnection.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnection.js +0 -141
- package/dist-esm/src/operations/privateEndpointConnection.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -20
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -53
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/triggerRuns.d.ts +0 -39
- package/dist-esm/src/operations/triggerRuns.d.ts.map +0 -1
- package/dist-esm/src/operations/triggerRuns.js +0 -120
- package/dist-esm/src/operations/triggerRuns.js.map +0 -1
- package/dist-esm/src/operations/triggers.d.ts +0 -144
- package/dist-esm/src/operations/triggers.d.ts.map +0 -1
- package/dist-esm/src/operations/triggers.js +0 -656
- package/dist-esm/src/operations/triggers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/activityRuns.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/activityRuns.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/activityRuns.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/changeDataCapture.d.ts +0 -62
- package/dist-esm/src/operationsInterfaces/changeDataCapture.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/changeDataCapture.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/credentialOperations.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/credentialOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/credentialOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.d.ts +0 -62
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataFlows.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/dataFlows.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataFlows.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/datasets.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/datasets.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/datasets.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/exposureControl.d.ts +0 -28
- package/dist-esm/src/operationsInterfaces/exposureControl.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/exposureControl.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/factories.d.ts +0 -70
- package/dist-esm/src/operationsInterfaces/factories.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/factories.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/globalParameters.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/globalParameters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/globalParameters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -24
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -31
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/integrationRuntimeNodes.d.ts +0 -42
- package/dist-esm/src/operationsInterfaces/integrationRuntimeNodes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/integrationRuntimeNodes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts +0 -31
- package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.d.ts +0 -170
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkedServices.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/linkedServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkedServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.d.ts +0 -42
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedVirtualNetworks.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/managedVirtualNetworks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedVirtualNetworks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts +0 -29
- package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/pipelineRuns.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/pipelines.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/pipelines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/pipelines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndPointConnections.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/privateEndPointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndPointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnection.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/privateEndpointConnection.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnection.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/triggerRuns.d.ts +0 -31
- package/dist-esm/src/operationsInterfaces/triggerRuns.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/triggerRuns.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/triggers.d.ts +0 -119
- package/dist-esm/src/operationsInterfaces/triggers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/triggers.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/datafactory_examples.spec.d.ts +0 -4
- package/dist-esm/test/datafactory_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/datafactory_examples.spec.js +0 -388
- package/dist-esm/test/datafactory_examples.spec.js.map +0 -1
- package/src/dataFactoryManagementClient.ts +0 -234
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -15795
- package/src/models/mappers.ts +0 -31215
- package/src/models/parameters.ts +0 -616
- package/src/operations/activityRuns.ts +0 -79
- package/src/operations/changeDataCapture.ts +0 -465
- package/src/operations/credentialOperations.ts +0 -337
- package/src/operations/dataFlowDebugSession.ts +0 -552
- package/src/operations/dataFlows.ts +0 -336
- package/src/operations/datasets.ts +0 -337
- package/src/operations/exposureControl.ts +0 -162
- package/src/operations/factories.ts +0 -602
- package/src/operations/globalParameters.ts +0 -338
- package/src/operations/index.ts +0 -31
- package/src/operations/integrationRuntimeNodes.ts +0 -243
- package/src/operations/integrationRuntimeObjectMetadata.ts +0 -212
- package/src/operations/integrationRuntimes.ts +0 -1103
- package/src/operations/linkedServices.ts +0 -343
- package/src/operations/managedPrivateEndpoints.ts +0 -385
- package/src/operations/managedVirtualNetworks.ts +0 -301
- package/src/operations/operations.ts +0 -149
- package/src/operations/pipelineRuns.ts +0 -159
- package/src/operations/pipelines.ts +0 -388
- package/src/operations/privateEndPointConnections.ts +0 -203
- package/src/operations/privateEndpointConnection.ts +0 -185
- package/src/operations/privateLinkResources.ts +0 -71
- package/src/operations/triggerRuns.ts +0 -162
- package/src/operations/triggers.ts +0 -905
- package/src/operationsInterfaces/activityRuns.ts +0 -32
- package/src/operationsInterfaces/changeDataCapture.ts +0 -118
- package/src/operationsInterfaces/credentialOperations.ts +0 -75
- package/src/operationsInterfaces/dataFlowDebugSession.ts +0 -129
- package/src/operationsInterfaces/dataFlows.ts +0 -75
- package/src/operationsInterfaces/datasets.ts +0 -75
- package/src/operationsInterfaces/exposureControl.ts +0 -59
- package/src/operationsInterfaces/factories.ts +0 -137
- package/src/operationsInterfaces/globalParameters.ts +0 -75
- package/src/operationsInterfaces/index.ts +0 -31
- package/src/operationsInterfaces/integrationRuntimeNodes.ts +0 -84
- package/src/operationsInterfaces/integrationRuntimeObjectMetadata.ts +0 -64
- package/src/operationsInterfaces/integrationRuntimes.ts +0 -317
- package/src/operationsInterfaces/linkedServices.ts +0 -75
- package/src/operationsInterfaces/managedPrivateEndpoints.ts +0 -83
- package/src/operationsInterfaces/managedVirtualNetworks.ts +0 -61
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/pipelineRuns.ts +0 -59
- package/src/operationsInterfaces/pipelines.ts +0 -90
- package/src/operationsInterfaces/privateEndPointConnections.ts +0 -29
- package/src/operationsInterfaces/privateEndpointConnection.ts +0 -61
- package/src/operationsInterfaces/privateLinkResources.ts +0 -27
- package/src/operationsInterfaces/triggerRuns.ts +0 -62
- package/src/operationsInterfaces/triggers.ts +0 -227
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-datafactory.d.ts +0 -15751
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/activityRuns.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/changeDataCapture.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/credentialOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataFlowDebugSession.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataFlows.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/datasets.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/exposureControl.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/factories.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/globalParameters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/integrationRuntimeNodes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/integrationRuntimeObjectMetadata.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/integrationRuntimes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkedServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedPrivateEndpoints.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedVirtualNetworks.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/pipelineRuns.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/pipelines.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndPointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnection.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/triggerRuns.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/triggers.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"triggersGetSample.d.ts","sourceRoot":"","sources":["../../samples-dev/triggersGetSample.ts"],"names":[],"mappings":""}
|
|
@@ -1,40 +0,0 @@
|
|
|
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 { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { DataFactoryManagementClient } from "@azure/arm-datafactory";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Gets a trigger.
|
|
17
|
-
*
|
|
18
|
-
* @summary Gets a trigger.
|
|
19
|
-
* x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Triggers_Get.json
|
|
20
|
-
*/
|
|
21
|
-
function triggersGet() {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["DATAFACTORY_SUBSCRIPTION_ID"] ||
|
|
24
|
-
"12345678-1234-1234-1234-12345678abc";
|
|
25
|
-
const resourceGroupName = process.env["DATAFACTORY_RESOURCE_GROUP"] || "exampleResourceGroup";
|
|
26
|
-
const factoryName = "exampleFactoryName";
|
|
27
|
-
const triggerName = "exampleTrigger";
|
|
28
|
-
const credential = new DefaultAzureCredential();
|
|
29
|
-
const client = new DataFactoryManagementClient(credential, subscriptionId);
|
|
30
|
-
const result = yield client.triggers.get(resourceGroupName, factoryName, triggerName);
|
|
31
|
-
console.log(result);
|
|
32
|
-
});
|
|
33
|
-
}
|
|
34
|
-
function main() {
|
|
35
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
36
|
-
triggersGet();
|
|
37
|
-
});
|
|
38
|
-
}
|
|
39
|
-
main().catch(console.error);
|
|
40
|
-
//# sourceMappingURL=triggersGetSample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"triggersGetSample.js","sourceRoot":"","sources":["../../samples-dev/triggersGetSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,WAAW;;QACxB,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,6BAA6B,CAAC;YAC1C,qCAAqC,CAAC;QACxC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,IAAI,sBAAsB,CAAC;QACtE,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,WAAW,GAAG,gBAAgB,CAAC;QACrC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,2BAA2B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC3E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,GAAG,CACtC,iBAAiB,EACjB,WAAW,EACX,WAAW,CACZ,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,WAAW,EAAE,CAAC;IAChB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"triggersListByFactorySample.d.ts","sourceRoot":"","sources":["../../samples-dev/triggersListByFactorySample.ts"],"names":[],"mappings":""}
|
|
@@ -1,55 +0,0 @@
|
|
|
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 { __asyncValues, __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { DataFactoryManagementClient } from "@azure/arm-datafactory";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Lists triggers.
|
|
17
|
-
*
|
|
18
|
-
* @summary Lists triggers.
|
|
19
|
-
* x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Triggers_ListByFactory.json
|
|
20
|
-
*/
|
|
21
|
-
function triggersListByFactory() {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
var _a, e_1, _b, _c;
|
|
24
|
-
const subscriptionId = process.env["DATAFACTORY_SUBSCRIPTION_ID"] ||
|
|
25
|
-
"12345678-1234-1234-1234-12345678abc";
|
|
26
|
-
const resourceGroupName = process.env["DATAFACTORY_RESOURCE_GROUP"] || "exampleResourceGroup";
|
|
27
|
-
const factoryName = "exampleFactoryName";
|
|
28
|
-
const credential = new DefaultAzureCredential();
|
|
29
|
-
const client = new DataFactoryManagementClient(credential, subscriptionId);
|
|
30
|
-
const resArray = new Array();
|
|
31
|
-
try {
|
|
32
|
-
for (var _d = true, _e = __asyncValues(client.triggers.listByFactory(resourceGroupName, factoryName)), _f; _f = yield _e.next(), _a = _f.done, !_a; _d = true) {
|
|
33
|
-
_c = _f.value;
|
|
34
|
-
_d = false;
|
|
35
|
-
let item = _c;
|
|
36
|
-
resArray.push(item);
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
40
|
-
finally {
|
|
41
|
-
try {
|
|
42
|
-
if (!_d && !_a && (_b = _e.return)) yield _b.call(_e);
|
|
43
|
-
}
|
|
44
|
-
finally { if (e_1) throw e_1.error; }
|
|
45
|
-
}
|
|
46
|
-
console.log(resArray);
|
|
47
|
-
});
|
|
48
|
-
}
|
|
49
|
-
function main() {
|
|
50
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
51
|
-
triggersListByFactory();
|
|
52
|
-
});
|
|
53
|
-
}
|
|
54
|
-
main().catch(console.error);
|
|
55
|
-
//# sourceMappingURL=triggersListByFactorySample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"triggersListByFactorySample.js","sourceRoot":"","sources":["../../samples-dev/triggersListByFactorySample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,qBAAqB;;;QAClC,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,6BAA6B,CAAC;YAC1C,qCAAqC,CAAC;QACxC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,IAAI,sBAAsB,CAAC;QACtE,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,2BAA2B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC3E,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,eAAA,KAAA,cAAA,MAAM,CAAC,QAAQ,CAAC,aAAa,CAClD,iBAAiB,EACjB,WAAW,CACZ,CAAA,IAAA,sDAAE,CAAC;gBAHmB,cAGtB;gBAHsB,WAGtB;gBAHU,IAAI,IAAI,KAAA,CAAA;gBAIjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;YACtB,CAAC;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IACxB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,qBAAqB,EAAE,CAAC;IAC1B,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"triggersQueryByFactorySample.d.ts","sourceRoot":"","sources":["../../samples-dev/triggersQueryByFactorySample.ts"],"names":[],"mappings":""}
|
|
@@ -1,42 +0,0 @@
|
|
|
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 { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { DataFactoryManagementClient, } from "@azure/arm-datafactory";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Query triggers.
|
|
17
|
-
*
|
|
18
|
-
* @summary Query triggers.
|
|
19
|
-
* x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Triggers_QueryByFactory.json
|
|
20
|
-
*/
|
|
21
|
-
function triggersQueryByFactory() {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["DATAFACTORY_SUBSCRIPTION_ID"] ||
|
|
24
|
-
"12345678-1234-1234-1234-12345678abc";
|
|
25
|
-
const resourceGroupName = process.env["DATAFACTORY_RESOURCE_GROUP"] || "exampleResourceGroup";
|
|
26
|
-
const factoryName = "exampleFactoryName";
|
|
27
|
-
const filterParameters = {
|
|
28
|
-
parentTriggerName: "exampleTrigger",
|
|
29
|
-
};
|
|
30
|
-
const credential = new DefaultAzureCredential();
|
|
31
|
-
const client = new DataFactoryManagementClient(credential, subscriptionId);
|
|
32
|
-
const result = yield client.triggers.queryByFactory(resourceGroupName, factoryName, filterParameters);
|
|
33
|
-
console.log(result);
|
|
34
|
-
});
|
|
35
|
-
}
|
|
36
|
-
function main() {
|
|
37
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
38
|
-
triggersQueryByFactory();
|
|
39
|
-
});
|
|
40
|
-
}
|
|
41
|
-
main().catch(console.error);
|
|
42
|
-
//# sourceMappingURL=triggersQueryByFactorySample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"triggersQueryByFactorySample.js","sourceRoot":"","sources":["../../samples-dev/triggersQueryByFactorySample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,2BAA2B,GAC5B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,sBAAsB;;QACnC,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,6BAA6B,CAAC;YAC1C,qCAAqC,CAAC;QACxC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,IAAI,sBAAsB,CAAC;QACtE,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,gBAAgB,GAA4B;YAChD,iBAAiB,EAAE,gBAAgB;SACpC,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,2BAA2B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC3E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,cAAc,CACjD,iBAAiB,EACjB,WAAW,EACX,gBAAgB,CACjB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,sBAAsB,EAAE,CAAC;IAC3B,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"triggersStartSample.d.ts","sourceRoot":"","sources":["../../samples-dev/triggersStartSample.ts"],"names":[],"mappings":""}
|
|
@@ -1,40 +0,0 @@
|
|
|
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 { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { DataFactoryManagementClient } from "@azure/arm-datafactory";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Starts a trigger.
|
|
17
|
-
*
|
|
18
|
-
* @summary Starts a trigger.
|
|
19
|
-
* x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Triggers_Start.json
|
|
20
|
-
*/
|
|
21
|
-
function triggersStart() {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["DATAFACTORY_SUBSCRIPTION_ID"] ||
|
|
24
|
-
"12345678-1234-1234-1234-12345678abc";
|
|
25
|
-
const resourceGroupName = process.env["DATAFACTORY_RESOURCE_GROUP"] || "exampleResourceGroup";
|
|
26
|
-
const factoryName = "exampleFactoryName";
|
|
27
|
-
const triggerName = "exampleTrigger";
|
|
28
|
-
const credential = new DefaultAzureCredential();
|
|
29
|
-
const client = new DataFactoryManagementClient(credential, subscriptionId);
|
|
30
|
-
const result = yield client.triggers.beginStartAndWait(resourceGroupName, factoryName, triggerName);
|
|
31
|
-
console.log(result);
|
|
32
|
-
});
|
|
33
|
-
}
|
|
34
|
-
function main() {
|
|
35
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
36
|
-
triggersStart();
|
|
37
|
-
});
|
|
38
|
-
}
|
|
39
|
-
main().catch(console.error);
|
|
40
|
-
//# sourceMappingURL=triggersStartSample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"triggersStartSample.js","sourceRoot":"","sources":["../../samples-dev/triggersStartSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,aAAa;;QAC1B,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,6BAA6B,CAAC;YAC1C,qCAAqC,CAAC;QACxC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,IAAI,sBAAsB,CAAC;QACtE,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,WAAW,GAAG,gBAAgB,CAAC;QACrC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,2BAA2B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC3E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,iBAAiB,CACpD,iBAAiB,EACjB,WAAW,EACX,WAAW,CACZ,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,aAAa,EAAE,CAAC;IAClB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"triggersStopSample.d.ts","sourceRoot":"","sources":["../../samples-dev/triggersStopSample.ts"],"names":[],"mappings":""}
|
|
@@ -1,40 +0,0 @@
|
|
|
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 { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { DataFactoryManagementClient } from "@azure/arm-datafactory";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Stops a trigger.
|
|
17
|
-
*
|
|
18
|
-
* @summary Stops a trigger.
|
|
19
|
-
* x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Triggers_Stop.json
|
|
20
|
-
*/
|
|
21
|
-
function triggersStop() {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["DATAFACTORY_SUBSCRIPTION_ID"] ||
|
|
24
|
-
"12345678-1234-1234-1234-12345678abc";
|
|
25
|
-
const resourceGroupName = process.env["DATAFACTORY_RESOURCE_GROUP"] || "exampleResourceGroup";
|
|
26
|
-
const factoryName = "exampleFactoryName";
|
|
27
|
-
const triggerName = "exampleTrigger";
|
|
28
|
-
const credential = new DefaultAzureCredential();
|
|
29
|
-
const client = new DataFactoryManagementClient(credential, subscriptionId);
|
|
30
|
-
const result = yield client.triggers.beginStopAndWait(resourceGroupName, factoryName, triggerName);
|
|
31
|
-
console.log(result);
|
|
32
|
-
});
|
|
33
|
-
}
|
|
34
|
-
function main() {
|
|
35
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
36
|
-
triggersStop();
|
|
37
|
-
});
|
|
38
|
-
}
|
|
39
|
-
main().catch(console.error);
|
|
40
|
-
//# sourceMappingURL=triggersStopSample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"triggersStopSample.js","sourceRoot":"","sources":["../../samples-dev/triggersStopSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,YAAY;;QACzB,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,6BAA6B,CAAC;YAC1C,qCAAqC,CAAC;QACxC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,IAAI,sBAAsB,CAAC;QACtE,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,WAAW,GAAG,gBAAgB,CAAC;QACrC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,2BAA2B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC3E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,gBAAgB,CACnD,iBAAiB,EACjB,WAAW,EACX,WAAW,CACZ,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,YAAY,EAAE,CAAC;IACjB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"triggersSubscribeToEventsSample.d.ts","sourceRoot":"","sources":["../../samples-dev/triggersSubscribeToEventsSample.ts"],"names":[],"mappings":""}
|
|
@@ -1,40 +0,0 @@
|
|
|
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 { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { DataFactoryManagementClient } from "@azure/arm-datafactory";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Subscribe event trigger to events.
|
|
17
|
-
*
|
|
18
|
-
* @summary Subscribe event trigger to events.
|
|
19
|
-
* x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Triggers_SubscribeToEvents.json
|
|
20
|
-
*/
|
|
21
|
-
function triggersSubscribeToEvents() {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["DATAFACTORY_SUBSCRIPTION_ID"] ||
|
|
24
|
-
"12345678-1234-1234-1234-12345678abc";
|
|
25
|
-
const resourceGroupName = process.env["DATAFACTORY_RESOURCE_GROUP"] || "exampleResourceGroup";
|
|
26
|
-
const factoryName = "exampleFactoryName";
|
|
27
|
-
const triggerName = "exampleTrigger";
|
|
28
|
-
const credential = new DefaultAzureCredential();
|
|
29
|
-
const client = new DataFactoryManagementClient(credential, subscriptionId);
|
|
30
|
-
const result = yield client.triggers.beginSubscribeToEventsAndWait(resourceGroupName, factoryName, triggerName);
|
|
31
|
-
console.log(result);
|
|
32
|
-
});
|
|
33
|
-
}
|
|
34
|
-
function main() {
|
|
35
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
36
|
-
triggersSubscribeToEvents();
|
|
37
|
-
});
|
|
38
|
-
}
|
|
39
|
-
main().catch(console.error);
|
|
40
|
-
//# sourceMappingURL=triggersSubscribeToEventsSample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"triggersSubscribeToEventsSample.js","sourceRoot":"","sources":["../../samples-dev/triggersSubscribeToEventsSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,yBAAyB;;QACtC,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,6BAA6B,CAAC;YAC1C,qCAAqC,CAAC;QACxC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,IAAI,sBAAsB,CAAC;QACtE,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,WAAW,GAAG,gBAAgB,CAAC;QACrC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,2BAA2B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC3E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,6BAA6B,CAChE,iBAAiB,EACjB,WAAW,EACX,WAAW,CACZ,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,yBAAyB,EAAE,CAAC;IAC9B,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"triggersUnsubscribeFromEventsSample.d.ts","sourceRoot":"","sources":["../../samples-dev/triggersUnsubscribeFromEventsSample.ts"],"names":[],"mappings":""}
|
|
@@ -1,40 +0,0 @@
|
|
|
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 { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { DataFactoryManagementClient } from "@azure/arm-datafactory";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Unsubscribe event trigger from events.
|
|
17
|
-
*
|
|
18
|
-
* @summary Unsubscribe event trigger from events.
|
|
19
|
-
* x-ms-original-file: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Triggers_UnsubscribeFromEvents.json
|
|
20
|
-
*/
|
|
21
|
-
function triggersUnsubscribeFromEvents() {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["DATAFACTORY_SUBSCRIPTION_ID"] ||
|
|
24
|
-
"12345678-1234-1234-1234-12345678abc";
|
|
25
|
-
const resourceGroupName = process.env["DATAFACTORY_RESOURCE_GROUP"] || "exampleResourceGroup";
|
|
26
|
-
const factoryName = "exampleFactoryName";
|
|
27
|
-
const triggerName = "exampleTrigger";
|
|
28
|
-
const credential = new DefaultAzureCredential();
|
|
29
|
-
const client = new DataFactoryManagementClient(credential, subscriptionId);
|
|
30
|
-
const result = yield client.triggers.beginUnsubscribeFromEventsAndWait(resourceGroupName, factoryName, triggerName);
|
|
31
|
-
console.log(result);
|
|
32
|
-
});
|
|
33
|
-
}
|
|
34
|
-
function main() {
|
|
35
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
36
|
-
triggersUnsubscribeFromEvents();
|
|
37
|
-
});
|
|
38
|
-
}
|
|
39
|
-
main().catch(console.error);
|
|
40
|
-
//# sourceMappingURL=triggersUnsubscribeFromEventsSample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"triggersUnsubscribeFromEventsSample.js","sourceRoot":"","sources":["../../samples-dev/triggersUnsubscribeFromEventsSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,6BAA6B;;QAC1C,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,6BAA6B,CAAC;YAC1C,qCAAqC,CAAC;QACxC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,IAAI,sBAAsB,CAAC;QACtE,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,WAAW,GAAG,gBAAgB,CAAC;QACrC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,2BAA2B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC3E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,iCAAiC,CACpE,iBAAiB,EACjB,WAAW,EACX,WAAW,CACZ,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,6BAA6B,EAAE,CAAC;IAClC,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import * as coreClient from "@azure/core-client";
|
|
2
|
-
import * as coreAuth from "@azure/core-auth";
|
|
3
|
-
import { Operations, Factories, ExposureControl, IntegrationRuntimes, IntegrationRuntimeObjectMetadata, IntegrationRuntimeNodes, LinkedServices, Datasets, Pipelines, PipelineRuns, ActivityRuns, Triggers, TriggerRuns, DataFlows, DataFlowDebugSession, ManagedVirtualNetworks, ManagedPrivateEndpoints, CredentialOperations, PrivateEndPointConnections, PrivateEndpointConnection, PrivateLinkResources, GlobalParameters, ChangeDataCapture } from "./operationsInterfaces";
|
|
4
|
-
import { DataFactoryManagementClientOptionalParams } from "./models";
|
|
5
|
-
export declare class DataFactoryManagementClient extends coreClient.ServiceClient {
|
|
6
|
-
$host: string;
|
|
7
|
-
apiVersion: string;
|
|
8
|
-
subscriptionId: string;
|
|
9
|
-
/**
|
|
10
|
-
* Initializes a new instance of the DataFactoryManagementClient class.
|
|
11
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
12
|
-
* @param subscriptionId The subscription identifier.
|
|
13
|
-
* @param options The parameter options
|
|
14
|
-
*/
|
|
15
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: DataFactoryManagementClientOptionalParams);
|
|
16
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
17
|
-
private addCustomApiVersionPolicy;
|
|
18
|
-
operations: Operations;
|
|
19
|
-
factories: Factories;
|
|
20
|
-
exposureControl: ExposureControl;
|
|
21
|
-
integrationRuntimes: IntegrationRuntimes;
|
|
22
|
-
integrationRuntimeObjectMetadata: IntegrationRuntimeObjectMetadata;
|
|
23
|
-
integrationRuntimeNodes: IntegrationRuntimeNodes;
|
|
24
|
-
linkedServices: LinkedServices;
|
|
25
|
-
datasets: Datasets;
|
|
26
|
-
pipelines: Pipelines;
|
|
27
|
-
pipelineRuns: PipelineRuns;
|
|
28
|
-
activityRuns: ActivityRuns;
|
|
29
|
-
triggers: Triggers;
|
|
30
|
-
triggerRuns: TriggerRuns;
|
|
31
|
-
dataFlows: DataFlows;
|
|
32
|
-
dataFlowDebugSession: DataFlowDebugSession;
|
|
33
|
-
managedVirtualNetworks: ManagedVirtualNetworks;
|
|
34
|
-
managedPrivateEndpoints: ManagedPrivateEndpoints;
|
|
35
|
-
credentialOperations: CredentialOperations;
|
|
36
|
-
privateEndPointConnections: PrivateEndPointConnections;
|
|
37
|
-
privateEndpointConnection: PrivateEndpointConnection;
|
|
38
|
-
privateLinkResources: PrivateLinkResources;
|
|
39
|
-
globalParameters: GlobalParameters;
|
|
40
|
-
changeDataCapture: ChangeDataCapture;
|
|
41
|
-
}
|
|
42
|
-
//# sourceMappingURL=dataFactoryManagementClient.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dataFactoryManagementClient.d.ts","sourceRoot":"","sources":["../../src/dataFactoryManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AA0B7C,OAAO,EACL,UAAU,EACV,SAAS,EACT,eAAe,EACf,mBAAmB,EACnB,gCAAgC,EAChC,uBAAuB,EACvB,cAAc,EACd,QAAQ,EACR,SAAS,EACT,YAAY,EACZ,YAAY,EACZ,QAAQ,EACR,WAAW,EACX,SAAS,EACT,oBAAoB,EACpB,sBAAsB,EACtB,uBAAuB,EACvB,oBAAoB,EACpB,0BAA0B,EAC1B,yBAAyB,EACzB,oBAAoB,EACpB,gBAAgB,EAChB,iBAAiB,EAClB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,yCAAyC,EAAE,MAAM,UAAU,CAAC;AAErE,qBAAa,2BAA4B,SAAQ,UAAU,CAAC,aAAa;IACvE,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,yCAAyC;IAoGrD,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,UAAU,EAAE,UAAU,CAAC;IACvB,SAAS,EAAE,SAAS,CAAC;IACrB,eAAe,EAAE,eAAe,CAAC;IACjC,mBAAmB,EAAE,mBAAmB,CAAC;IACzC,gCAAgC,EAAE,gCAAgC,CAAC;IACnE,uBAAuB,EAAE,uBAAuB,CAAC;IACjD,cAAc,EAAE,cAAc,CAAC;IAC/B,QAAQ,EAAE,QAAQ,CAAC;IACnB,SAAS,EAAE,SAAS,CAAC;IACrB,YAAY,EAAE,YAAY,CAAC;IAC3B,YAAY,EAAE,YAAY,CAAC;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,WAAW,EAAE,WAAW,CAAC;IACzB,SAAS,EAAE,SAAS,CAAC;IACrB,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,sBAAsB,EAAE,sBAAsB,CAAC;IAC/C,uBAAuB,EAAE,uBAAuB,CAAC;IACjD,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,yBAAyB,EAAE,yBAAyB,CAAC;IACrD,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,iBAAiB,EAAE,iBAAiB,CAAC;CACtC"}
|
|
@@ -1,123 +0,0 @@
|
|
|
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 { __awaiter } from "tslib";
|
|
9
|
-
import * as coreClient from "@azure/core-client";
|
|
10
|
-
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
|
11
|
-
import { OperationsImpl, FactoriesImpl, ExposureControlImpl, IntegrationRuntimesImpl, IntegrationRuntimeObjectMetadataImpl, IntegrationRuntimeNodesImpl, LinkedServicesImpl, DatasetsImpl, PipelinesImpl, PipelineRunsImpl, ActivityRunsImpl, TriggersImpl, TriggerRunsImpl, DataFlowsImpl, DataFlowDebugSessionImpl, ManagedVirtualNetworksImpl, ManagedPrivateEndpointsImpl, CredentialOperationsImpl, PrivateEndPointConnectionsImpl, PrivateEndpointConnectionImpl, PrivateLinkResourcesImpl, GlobalParametersImpl, ChangeDataCaptureImpl, } from "./operations";
|
|
12
|
-
export class DataFactoryManagementClient extends coreClient.ServiceClient {
|
|
13
|
-
/**
|
|
14
|
-
* Initializes a new instance of the DataFactoryManagementClient class.
|
|
15
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
16
|
-
* @param subscriptionId The subscription identifier.
|
|
17
|
-
* @param options The parameter options
|
|
18
|
-
*/
|
|
19
|
-
constructor(credentials, subscriptionId, options) {
|
|
20
|
-
var _a, _b, _c;
|
|
21
|
-
if (credentials === undefined) {
|
|
22
|
-
throw new Error("'credentials' cannot be null");
|
|
23
|
-
}
|
|
24
|
-
if (subscriptionId === undefined) {
|
|
25
|
-
throw new Error("'subscriptionId' cannot be null");
|
|
26
|
-
}
|
|
27
|
-
// Initializing default values for options
|
|
28
|
-
if (!options) {
|
|
29
|
-
options = {};
|
|
30
|
-
}
|
|
31
|
-
const defaults = {
|
|
32
|
-
requestContentType: "application/json; charset=utf-8",
|
|
33
|
-
credential: credentials,
|
|
34
|
-
};
|
|
35
|
-
const packageDetails = `azsdk-js-arm-datafactory/18.0.0`;
|
|
36
|
-
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
37
|
-
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
38
|
-
: `${packageDetails}`;
|
|
39
|
-
const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
|
|
40
|
-
userAgentPrefix,
|
|
41
|
-
}, endpoint: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "https://management.azure.com" });
|
|
42
|
-
super(optionsWithDefaults);
|
|
43
|
-
let bearerTokenAuthenticationPolicyFound = false;
|
|
44
|
-
if ((options === null || options === void 0 ? void 0 : options.pipeline) && options.pipeline.getOrderedPolicies().length > 0) {
|
|
45
|
-
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
|
46
|
-
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
|
47
|
-
coreRestPipeline.bearerTokenAuthenticationPolicyName);
|
|
48
|
-
}
|
|
49
|
-
if (!options ||
|
|
50
|
-
!options.pipeline ||
|
|
51
|
-
options.pipeline.getOrderedPolicies().length == 0 ||
|
|
52
|
-
!bearerTokenAuthenticationPolicyFound) {
|
|
53
|
-
this.pipeline.removePolicy({
|
|
54
|
-
name: coreRestPipeline.bearerTokenAuthenticationPolicyName,
|
|
55
|
-
});
|
|
56
|
-
this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
|
|
57
|
-
credential: credentials,
|
|
58
|
-
scopes: (_c = optionsWithDefaults.credentialScopes) !== null && _c !== void 0 ? _c : `${optionsWithDefaults.endpoint}/.default`,
|
|
59
|
-
challengeCallbacks: {
|
|
60
|
-
authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge,
|
|
61
|
-
},
|
|
62
|
-
}));
|
|
63
|
-
}
|
|
64
|
-
// Parameter assignments
|
|
65
|
-
this.subscriptionId = subscriptionId;
|
|
66
|
-
// Assigning values to Constant parameters
|
|
67
|
-
this.$host = options.$host || "https://management.azure.com";
|
|
68
|
-
this.apiVersion = options.apiVersion || "2018-06-01";
|
|
69
|
-
this.operations = new OperationsImpl(this);
|
|
70
|
-
this.factories = new FactoriesImpl(this);
|
|
71
|
-
this.exposureControl = new ExposureControlImpl(this);
|
|
72
|
-
this.integrationRuntimes = new IntegrationRuntimesImpl(this);
|
|
73
|
-
this.integrationRuntimeObjectMetadata =
|
|
74
|
-
new IntegrationRuntimeObjectMetadataImpl(this);
|
|
75
|
-
this.integrationRuntimeNodes = new IntegrationRuntimeNodesImpl(this);
|
|
76
|
-
this.linkedServices = new LinkedServicesImpl(this);
|
|
77
|
-
this.datasets = new DatasetsImpl(this);
|
|
78
|
-
this.pipelines = new PipelinesImpl(this);
|
|
79
|
-
this.pipelineRuns = new PipelineRunsImpl(this);
|
|
80
|
-
this.activityRuns = new ActivityRunsImpl(this);
|
|
81
|
-
this.triggers = new TriggersImpl(this);
|
|
82
|
-
this.triggerRuns = new TriggerRunsImpl(this);
|
|
83
|
-
this.dataFlows = new DataFlowsImpl(this);
|
|
84
|
-
this.dataFlowDebugSession = new DataFlowDebugSessionImpl(this);
|
|
85
|
-
this.managedVirtualNetworks = new ManagedVirtualNetworksImpl(this);
|
|
86
|
-
this.managedPrivateEndpoints = new ManagedPrivateEndpointsImpl(this);
|
|
87
|
-
this.credentialOperations = new CredentialOperationsImpl(this);
|
|
88
|
-
this.privateEndPointConnections = new PrivateEndPointConnectionsImpl(this);
|
|
89
|
-
this.privateEndpointConnection = new PrivateEndpointConnectionImpl(this);
|
|
90
|
-
this.privateLinkResources = new PrivateLinkResourcesImpl(this);
|
|
91
|
-
this.globalParameters = new GlobalParametersImpl(this);
|
|
92
|
-
this.changeDataCapture = new ChangeDataCaptureImpl(this);
|
|
93
|
-
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
94
|
-
}
|
|
95
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
96
|
-
addCustomApiVersionPolicy(apiVersion) {
|
|
97
|
-
if (!apiVersion) {
|
|
98
|
-
return;
|
|
99
|
-
}
|
|
100
|
-
const apiVersionPolicy = {
|
|
101
|
-
name: "CustomApiVersionPolicy",
|
|
102
|
-
sendRequest(request, next) {
|
|
103
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
104
|
-
const param = request.url.split("?");
|
|
105
|
-
if (param.length > 1) {
|
|
106
|
-
const newParams = param[1].split("&").map((item) => {
|
|
107
|
-
if (item.indexOf("api-version") > -1) {
|
|
108
|
-
return "api-version=" + apiVersion;
|
|
109
|
-
}
|
|
110
|
-
else {
|
|
111
|
-
return item;
|
|
112
|
-
}
|
|
113
|
-
});
|
|
114
|
-
request.url = param[0] + "?" + newParams.join("&");
|
|
115
|
-
}
|
|
116
|
-
return next(request);
|
|
117
|
-
});
|
|
118
|
-
},
|
|
119
|
-
};
|
|
120
|
-
this.pipeline.addPolicy(apiVersionPolicy);
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
//# sourceMappingURL=dataFactoryManagementClient.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dataFactoryManagementClient.js","sourceRoot":"","sources":["../../src/dataFactoryManagementClient.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,gBAAgB,MAAM,2BAA2B,CAAC;AAO9D,OAAO,EACL,cAAc,EACd,aAAa,EACb,mBAAmB,EACnB,uBAAuB,EACvB,oCAAoC,EACpC,2BAA2B,EAC3B,kBAAkB,EAClB,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,gBAAgB,EAChB,YAAY,EACZ,eAAe,EACf,aAAa,EACb,wBAAwB,EACxB,0BAA0B,EAC1B,2BAA2B,EAC3B,wBAAwB,EACxB,8BAA8B,EAC9B,6BAA6B,EAC7B,wBAAwB,EACxB,oBAAoB,EACpB,qBAAqB,GACtB,MAAM,cAAc,CAAC;AA4BtB,MAAM,OAAO,2BAA4B,SAAQ,UAAU,CAAC,aAAa;IAKvE;;;;;OAKG;IACH,YACE,WAAqC,EACrC,cAAsB,EACtB,OAAmD;;QAEnD,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;YAC9B,MAAM,IAAI,KAAK,CAAC,8BAA8B,CAAC,CAAC;QAClD,CAAC;QACD,IAAI,cAAc,KAAK,SAAS,EAAE,CAAC;YACjC,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;QACrD,CAAC;QAED,0CAA0C;QAC1C,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,OAAO,GAAG,EAAE,CAAC;QACf,CAAC;QACD,MAAM,QAAQ,GAA8C;YAC1D,kBAAkB,EAAE,iCAAiC;YACrD,UAAU,EAAE,WAAW;SACxB,CAAC;QAEF,MAAM,cAAc,GAAG,iCAAiC,CAAC;QACzD,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;YAClE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,IAAI,cAAc,EAAE;YACjE,CAAC,CAAC,GAAG,cAAc,EAAE,CAAC;QAE1B,MAAM,mBAAmB,iDACpB,QAAQ,GACR,OAAO,KACV,gBAAgB,EAAE;gBAChB,eAAe;aAChB,EACD,QAAQ,EACN,MAAA,MAAA,OAAO,CAAC,QAAQ,mCAAI,OAAO,CAAC,OAAO,mCAAI,8BAA8B,GACxE,CAAC;QACF,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAE3B,IAAI,oCAAoC,GAAY,KAAK,CAAC;QAC1D,IAAI,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,QAAQ,KAAI,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC1E,MAAM,gBAAgB,GACpB,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC;YACxC,oCAAoC,GAAG,gBAAgB,CAAC,IAAI,CAC1D,CAAC,cAAc,EAAE,EAAE,CACjB,cAAc,CAAC,IAAI;gBACnB,gBAAgB,CAAC,mCAAmC,CACvD,CAAC;QACJ,CAAC;QACD,IACE,CAAC,OAAO;YACR,CAAC,OAAO,CAAC,QAAQ;YACjB,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,IAAI,CAAC;YACjD,CAAC,oCAAoC,EACrC,CAAC;YACD,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC;gBACzB,IAAI,EAAE,gBAAgB,CAAC,mCAAmC;aAC3D,CAAC,CAAC;YACH,IAAI,CAAC,QAAQ,CAAC,SAAS,CACrB,gBAAgB,CAAC,+BAA+B,CAAC;gBAC/C,UAAU,EAAE,WAAW;gBACvB,MAAM,EACJ,MAAA,mBAAmB,CAAC,gBAAgB,mCACpC,GAAG,mBAAmB,CAAC,QAAQ,WAAW;gBAC5C,kBAAkB,EAAE;oBAClB,2BAA2B,EACzB,UAAU,CAAC,gCAAgC;iBAC9C;aACF,CAAC,CACH,CAAC;QACJ,CAAC;QACD,wBAAwB;QACxB,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,0CAA0C;QAC1C,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,8BAA8B,CAAC;QAC7D,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,UAAU,IAAI,YAAY,CAAC;QACrD,IAAI,CAAC,UAAU,GAAG,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,SAAS,GAAG,IAAI,aAAa,CAAC,IAAI,CAAC,CAAC;QACzC,IAAI,CAAC,eAAe,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;QACrD,IAAI,CAAC,mBAAmB,GAAG,IAAI,uBAAuB,CAAC,IAAI,CAAC,CAAC;QAC7D,IAAI,CAAC,gCAAgC;YACnC,IAAI,oCAAoC,CAAC,IAAI,CAAC,CAAC;QACjD,IAAI,CAAC,uBAAuB,GAAG,IAAI,2BAA2B,CAAC,IAAI,CAAC,CAAC;QACrE,IAAI,CAAC,cAAc,GAAG,IAAI,kBAAkB,CAAC,IAAI,CAAC,CAAC;QACnD,IAAI,CAAC,QAAQ,GAAG,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,SAAS,GAAG,IAAI,aAAa,CAAC,IAAI,CAAC,CAAC;QACzC,IAAI,CAAC,YAAY,GAAG,IAAI,gBAAgB,CAAC,IAAI,CAAC,CAAC;QAC/C,IAAI,CAAC,YAAY,GAAG,IAAI,gBAAgB,CAAC,IAAI,CAAC,CAAC;QAC/C,IAAI,CAAC,QAAQ,GAAG,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,WAAW,GAAG,IAAI,eAAe,CAAC,IAAI,CAAC,CAAC;QAC7C,IAAI,CAAC,SAAS,GAAG,IAAI,aAAa,CAAC,IAAI,CAAC,CAAC;QACzC,IAAI,CAAC,oBAAoB,GAAG,IAAI,wBAAwB,CAAC,IAAI,CAAC,CAAC;QAC/D,IAAI,CAAC,sBAAsB,GAAG,IAAI,0BAA0B,CAAC,IAAI,CAAC,CAAC;QACnE,IAAI,CAAC,uBAAuB,GAAG,IAAI,2BAA2B,CAAC,IAAI,CAAC,CAAC;QACrE,IAAI,CAAC,oBAAoB,GAAG,IAAI,wBAAwB,CAAC,IAAI,CAAC,CAAC;QAC/D,IAAI,CAAC,0BAA0B,GAAG,IAAI,8BAA8B,CAAC,IAAI,CAAC,CAAC;QAC3E,IAAI,CAAC,yBAAyB,GAAG,IAAI,6BAA6B,CAAC,IAAI,CAAC,CAAC;QACzE,IAAI,CAAC,oBAAoB,GAAG,IAAI,wBAAwB,CAAC,IAAI,CAAC,CAAC;QAC/D,IAAI,CAAC,gBAAgB,GAAG,IAAI,oBAAoB,CAAC,IAAI,CAAC,CAAC;QACvD,IAAI,CAAC,iBAAiB,GAAG,IAAI,qBAAqB,CAAC,IAAI,CAAC,CAAC;QACzD,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IACrD,CAAC;IAED,8GAA8G;IACtG,yBAAyB,CAAC,UAAmB;QACnD,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,OAAO;QACT,CAAC;QACD,MAAM,gBAAgB,GAAG;YACvB,IAAI,EAAE,wBAAwB;YACxB,WAAW,CACf,OAAwB,EACxB,IAAiB;;oBAEjB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;oBACrC,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;wBACrB,MAAM,SAAS,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;4BACjD,IAAI,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;gCACrC,OAAO,cAAc,GAAG,UAAU,CAAC;4BACrC,CAAC;iCAAM,CAAC;gCACN,OAAO,IAAI,CAAC;4BACd,CAAC;wBACH,CAAC,CAAC,CAAC;wBACH,OAAO,CAAC,GAAG,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;oBACrD,CAAC;oBACD,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;gBACvB,CAAC;aAAA;SACF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAC5C,CAAC;CAyBF"}
|
package/dist-esm/src/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAC5E,cAAc,wBAAwB,CAAC"}
|
package/dist-esm/src/index.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
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
|
-
/// <reference lib="esnext.asynciterable" />
|
|
9
|
-
export { getContinuationToken } from "./pagingHelper";
|
|
10
|
-
export * from "./models";
|
|
11
|
-
export { DataFactoryManagementClient } from "./dataFactoryManagementClient";
|
|
12
|
-
export * from "./operationsInterfaces";
|
|
13
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAC5E,cAAc,wBAAwB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAQH,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,KAAkB,IAAI,EAAjB,QAAQ,UAAK,IAAI,EAAnC,eAA4B,CAAO,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,kCACtB,QAAQ,KACX,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,IACjC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC"}
|