@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
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,85 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
+
## 19.0.0 (2025-04-11)
|
|
4
|
+
|
|
5
|
+
### Features Added
|
|
6
|
+
|
|
7
|
+
- Added Interface AzurePostgreSqlSinkUpsertSettings
|
|
8
|
+
- Added Interface TeradataImportCommand
|
|
9
|
+
- Added Interface TeradataSink
|
|
10
|
+
- Added Type Alias AzurePostgreSqlWriteMethodEnum
|
|
11
|
+
- Added Type Alias GreenplumAuthenticationType
|
|
12
|
+
- Added Type Alias OracleAuthenticationType
|
|
13
|
+
- Added Type Alias ValueType
|
|
14
|
+
- Interface AzurePostgreSqlLinkedService has a new optional parameter azureCloudType
|
|
15
|
+
- Interface AzurePostgreSqlLinkedService has a new optional parameter credential
|
|
16
|
+
- Interface AzurePostgreSqlLinkedService has a new optional parameter servicePrincipalCredentialType
|
|
17
|
+
- Interface AzurePostgreSqlLinkedService has a new optional parameter servicePrincipalEmbeddedCert
|
|
18
|
+
- Interface AzurePostgreSqlLinkedService has a new optional parameter servicePrincipalEmbeddedCertPassword
|
|
19
|
+
- Interface AzurePostgreSqlLinkedService has a new optional parameter servicePrincipalId
|
|
20
|
+
- Interface AzurePostgreSqlLinkedService has a new optional parameter servicePrincipalKey
|
|
21
|
+
- Interface AzurePostgreSqlLinkedService has a new optional parameter tenant
|
|
22
|
+
- Interface AzurePostgreSqlSink has a new optional parameter upsertSettings
|
|
23
|
+
- Interface AzurePostgreSqlSink has a new optional parameter writeMethod
|
|
24
|
+
- Interface CommonDataServiceForAppsSink has a new optional parameter bypassBusinessLogicExecution
|
|
25
|
+
- Interface CommonDataServiceForAppsSink has a new optional parameter bypassPowerAutomateFlows
|
|
26
|
+
- Interface DynamicsCrmSink has a new optional parameter bypassBusinessLogicExecution
|
|
27
|
+
- Interface DynamicsCrmSink has a new optional parameter bypassPowerAutomateFlows
|
|
28
|
+
- Interface DynamicsSink has a new optional parameter bypassBusinessLogicExecution
|
|
29
|
+
- Interface DynamicsSink has a new optional parameter bypassPowerAutomateFlows
|
|
30
|
+
- Interface GreenplumLinkedService has a new optional parameter authenticationType
|
|
31
|
+
- Interface GreenplumLinkedService has a new optional parameter commandTimeout
|
|
32
|
+
- Interface GreenplumLinkedService has a new optional parameter connectionTimeout
|
|
33
|
+
- Interface GreenplumLinkedService has a new optional parameter database
|
|
34
|
+
- Interface GreenplumLinkedService has a new optional parameter host
|
|
35
|
+
- Interface GreenplumLinkedService has a new optional parameter port
|
|
36
|
+
- Interface GreenplumLinkedService has a new optional parameter sslMode
|
|
37
|
+
- Interface GreenplumLinkedService has a new optional parameter username
|
|
38
|
+
- Interface Office365LinkedService has a new optional parameter servicePrincipalCredentialType
|
|
39
|
+
- Interface Office365LinkedService has a new optional parameter servicePrincipalEmbeddedCert
|
|
40
|
+
- Interface Office365LinkedService has a new optional parameter servicePrincipalEmbeddedCertPassword
|
|
41
|
+
- Interface OracleLinkedService has a new optional parameter authenticationType
|
|
42
|
+
- Interface OracleLinkedService has a new optional parameter cryptoChecksumClient
|
|
43
|
+
- Interface OracleLinkedService has a new optional parameter cryptoChecksumTypesClient
|
|
44
|
+
- Interface OracleLinkedService has a new optional parameter enableBulkLoad
|
|
45
|
+
- Interface OracleLinkedService has a new optional parameter encryptionClient
|
|
46
|
+
- Interface OracleLinkedService has a new optional parameter encryptionTypesClient
|
|
47
|
+
- Interface OracleLinkedService has a new optional parameter fetchSize
|
|
48
|
+
- Interface OracleLinkedService has a new optional parameter fetchTswtzAsTimestamp
|
|
49
|
+
- Interface OracleLinkedService has a new optional parameter initializationString
|
|
50
|
+
- Interface OracleLinkedService has a new optional parameter initialLobFetchSize
|
|
51
|
+
- Interface OracleLinkedService has a new optional parameter server
|
|
52
|
+
- Interface OracleLinkedService has a new optional parameter statementCacheSize
|
|
53
|
+
- Interface OracleLinkedService has a new optional parameter supportV1DataTypes
|
|
54
|
+
- Interface OracleLinkedService has a new optional parameter username
|
|
55
|
+
- Interface PrestoLinkedService has a new optional parameter enableServerCertificateValidation
|
|
56
|
+
- Interface ScriptActivity has a new optional parameter returnMultistatementResult
|
|
57
|
+
- Interface ServiceNowV2ObjectDataset has a new optional parameter valueType
|
|
58
|
+
- Interface SnowflakeV2LinkedService has a new optional parameter role
|
|
59
|
+
- Interface SnowflakeV2LinkedService has a new optional parameter schema
|
|
60
|
+
- Interface TeradataLinkedService has a new optional parameter characterSet
|
|
61
|
+
- Interface TeradataLinkedService has a new optional parameter httpsPortNumber
|
|
62
|
+
- Interface TeradataLinkedService has a new optional parameter maxRespSize
|
|
63
|
+
- Interface TeradataLinkedService has a new optional parameter portNumber
|
|
64
|
+
- Interface TeradataLinkedService has a new optional parameter sslMode
|
|
65
|
+
- Interface TeradataLinkedService has a new optional parameter useDataEncryption
|
|
66
|
+
- Interface TypeConversionSettings has a new optional parameter dateFormat
|
|
67
|
+
- Interface TypeConversionSettings has a new optional parameter timeFormat
|
|
68
|
+
- Type of parameter type of interface CopySink is changed from "DelimitedTextSink" | "JsonSink" | "OrcSink" | "RestSink" | "AzurePostgreSqlSink" | "AzureMySqlSink" | "AzureDatabricksDeltaLakeSink" | "WarehouseSink" | "SapCloudForCustomerSink" | "AzureQueueSink" | "AzureTableSink" | "AvroSink" | "ParquetSink" | "BinarySink" | "IcebergSink" | "BlobSink" | "FileSystemSink" | "DocumentDbCollectionSink" | "CosmosDbSqlApiSink" | "SqlSink" | "SqlServerSink" | "AzureSqlSink" | "SqlMISink" | "SqlDWSink" | "SnowflakeSink" | "SnowflakeV2Sink" | "OracleSink" | "AzureDataLakeStoreSink" | "AzureBlobFSSink" | "AzureSearchIndexSink" | "OdbcSink" | "InformixSink" | "MicrosoftAccessSink" | "DynamicsSink" | "DynamicsCrmSink" | "CommonDataServiceForAppsSink" | "AzureDataExplorerSink" | "SalesforceSink" | "SalesforceServiceCloudSink" | "MongoDbAtlasSink" | "MongoDbV2Sink" | "CosmosDbMongoDbApiSink" | "LakeHouseTableSink" | "SalesforceV2Sink" | "SalesforceServiceCloudV2Sink" to "DelimitedTextSink" | "JsonSink" | "OrcSink" | "RestSink" | "TeradataSink" | "AzurePostgreSqlSink" | "AzureMySqlSink" | "AzureDatabricksDeltaLakeSink" | "WarehouseSink" | "SapCloudForCustomerSink" | "AzureQueueSink" | "AzureTableSink" | "AvroSink" | "ParquetSink" | "BinarySink" | "IcebergSink" | "BlobSink" | "FileSystemSink" | "DocumentDbCollectionSink" | "CosmosDbSqlApiSink" | "SqlSink" | "SqlServerSink" | "AzureSqlSink" | "SqlMISink" | "SqlDWSink" | "SnowflakeSink" | "SnowflakeV2Sink" | "OracleSink" | "AzureDataLakeStoreSink" | "AzureBlobFSSink" | "AzureSearchIndexSink" | "OdbcSink" | "InformixSink" | "MicrosoftAccessSink" | "DynamicsSink" | "DynamicsCrmSink" | "CommonDataServiceForAppsSink" | "AzureDataExplorerSink" | "SalesforceSink" | "SalesforceServiceCloudSink" | "MongoDbAtlasSink" | "MongoDbV2Sink" | "CosmosDbMongoDbApiSink" | "LakeHouseTableSink" | "SalesforceV2Sink" | "SalesforceServiceCloudV2Sink"
|
|
69
|
+
- Type of parameter type of interface ImportSettings is changed from "AzureDatabricksDeltaLakeImportCommand" | "SnowflakeImportCopyCommand" to "TeradataImportCommand" | "AzureDatabricksDeltaLakeImportCommand" | "SnowflakeImportCopyCommand"
|
|
70
|
+
- Added Enum KnownAzurePostgreSqlWriteMethodEnum
|
|
71
|
+
- Added Enum KnownGreenplumAuthenticationType
|
|
72
|
+
- Added Enum KnownOracleAuthenticationType
|
|
73
|
+
- Added Enum KnownValueType
|
|
74
|
+
|
|
75
|
+
### Breaking Changes
|
|
76
|
+
|
|
77
|
+
- Type of parameter type of interface Dataset is changed one of the values from "LakeHouseTable" to "LakehouseTable"
|
|
78
|
+
- Type of parameter type of interface LakeHouseLinkedService is changed from "LakeHouse" to "Lakehouse"
|
|
79
|
+
- Type of parameter type of interface LakeHouseTableDataset is changed from "LakeHouseTable" to "LakehouseTable"
|
|
80
|
+
- Type of parameter type of interface LinkedService is changed one of the values from "LakeHouse" to "Lakehouse"
|
|
81
|
+
|
|
82
|
+
|
|
3
83
|
## 18.0.0 (2024-12-10)
|
|
4
84
|
|
|
5
85
|
### Features Added
|
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
Copyright (c) Microsoft Corporation.
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
MIT License
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -12,7 +12,7 @@ furnished to do so, subject to the following conditions:
|
|
|
12
12
|
The above copyright notice and this permission notice shall be included in all
|
|
13
13
|
copies or substantial portions of the Software.
|
|
14
14
|
|
|
15
|
-
THE SOFTWARE IS PROVIDED
|
|
15
|
+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
16
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
17
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
package/README.md
CHANGED
|
@@ -47,24 +47,31 @@ You will also need to **register a new AAD application and grant access to Azure
|
|
|
47
47
|
|
|
48
48
|
For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
|
|
49
49
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
50
|
+
Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
|
|
51
|
+
|
|
52
|
+
```ts snippet:ReadmeSampleCreateClient_Node
|
|
53
|
+
import { DataFactoryManagementClient } from "@azure/arm-datafactory";
|
|
54
|
+
import { DefaultAzureCredential } from "@azure/identity";
|
|
54
55
|
|
|
55
56
|
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
56
57
|
const client = new DataFactoryManagementClient(new DefaultAzureCredential(), subscriptionId);
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
|
|
61
|
+
|
|
62
|
+
```ts snippet:ReadmeSampleCreateClient_Browser
|
|
63
|
+
import { InteractiveBrowserCredential } from "@azure/identity";
|
|
64
|
+
import { DataFactoryManagementClient } from "@azure/arm-datafactory";
|
|
57
65
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
66
|
+
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
67
|
+
const credential = new InteractiveBrowserCredential({
|
|
68
|
+
tenantId: "<YOUR_TENANT_ID>",
|
|
69
|
+
clientId: "<YOUR_CLIENT_ID>"
|
|
70
|
+
});
|
|
71
|
+
const client = new DataFactoryManagementClient(credential, subscriptionId);
|
|
64
72
|
```
|
|
65
73
|
|
|
66
74
|
### JavaScript Bundle
|
|
67
|
-
|
|
68
75
|
To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
|
|
69
76
|
|
|
70
77
|
## Key concepts
|
|
@@ -79,8 +86,9 @@ To use this client library in the browser, first you need to use a bundler. For
|
|
|
79
86
|
|
|
80
87
|
Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
|
|
81
88
|
|
|
82
|
-
```
|
|
83
|
-
|
|
89
|
+
```ts snippet:SetLogLevel
|
|
90
|
+
import { setLogLevel } from "@azure/logger";
|
|
91
|
+
|
|
84
92
|
setLogLevel("info");
|
|
85
93
|
```
|
|
86
94
|
|
|
@@ -98,7 +106,6 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
|
98
106
|
|
|
99
107
|
- [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
|
|
100
108
|
|
|
101
|
-

|
|
102
109
|
|
|
103
110
|
[azure_cli]: https://learn.microsoft.com/cli/azure
|
|
104
111
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
@@ -0,0 +1,42 @@
|
|
|
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/index.js";
|
|
4
|
+
import { DataFactoryManagementClientOptionalParams } from "./models/index.js";
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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,iCAAiC,CAAC;AACzC,OAAO,EAAE,yCAAyC,EAAE,MAAM,mBAAmB,CAAC;AAE9E,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"}
|
|
@@ -0,0 +1,120 @@
|
|
|
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 * as coreClient from "@azure/core-client";
|
|
9
|
+
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
|
10
|
+
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/index.js";
|
|
11
|
+
export class DataFactoryManagementClient extends coreClient.ServiceClient {
|
|
12
|
+
/**
|
|
13
|
+
* Initializes a new instance of the DataFactoryManagementClient class.
|
|
14
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
15
|
+
* @param subscriptionId The subscription identifier.
|
|
16
|
+
* @param options The parameter options
|
|
17
|
+
*/
|
|
18
|
+
constructor(credentials, subscriptionId, options) {
|
|
19
|
+
var _a, _b, _c;
|
|
20
|
+
if (credentials === undefined) {
|
|
21
|
+
throw new Error("'credentials' cannot be null");
|
|
22
|
+
}
|
|
23
|
+
if (subscriptionId === undefined) {
|
|
24
|
+
throw new Error("'subscriptionId' cannot be null");
|
|
25
|
+
}
|
|
26
|
+
// Initializing default values for options
|
|
27
|
+
if (!options) {
|
|
28
|
+
options = {};
|
|
29
|
+
}
|
|
30
|
+
const defaults = {
|
|
31
|
+
requestContentType: "application/json; charset=utf-8",
|
|
32
|
+
credential: credentials,
|
|
33
|
+
};
|
|
34
|
+
const packageDetails = `azsdk-js-arm-datafactory/19.0.0`;
|
|
35
|
+
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
36
|
+
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
37
|
+
: `${packageDetails}`;
|
|
38
|
+
const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
|
|
39
|
+
userAgentPrefix,
|
|
40
|
+
}, endpoint: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "https://management.azure.com" });
|
|
41
|
+
super(optionsWithDefaults);
|
|
42
|
+
let bearerTokenAuthenticationPolicyFound = false;
|
|
43
|
+
if ((options === null || options === void 0 ? void 0 : options.pipeline) && options.pipeline.getOrderedPolicies().length > 0) {
|
|
44
|
+
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
|
45
|
+
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
|
46
|
+
coreRestPipeline.bearerTokenAuthenticationPolicyName);
|
|
47
|
+
}
|
|
48
|
+
if (!options ||
|
|
49
|
+
!options.pipeline ||
|
|
50
|
+
options.pipeline.getOrderedPolicies().length == 0 ||
|
|
51
|
+
!bearerTokenAuthenticationPolicyFound) {
|
|
52
|
+
this.pipeline.removePolicy({
|
|
53
|
+
name: coreRestPipeline.bearerTokenAuthenticationPolicyName,
|
|
54
|
+
});
|
|
55
|
+
this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
|
|
56
|
+
credential: credentials,
|
|
57
|
+
scopes: (_c = optionsWithDefaults.credentialScopes) !== null && _c !== void 0 ? _c : `${optionsWithDefaults.endpoint}/.default`,
|
|
58
|
+
challengeCallbacks: {
|
|
59
|
+
authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge,
|
|
60
|
+
},
|
|
61
|
+
}));
|
|
62
|
+
}
|
|
63
|
+
// Parameter assignments
|
|
64
|
+
this.subscriptionId = subscriptionId;
|
|
65
|
+
// Assigning values to Constant parameters
|
|
66
|
+
this.$host = options.$host || "https://management.azure.com";
|
|
67
|
+
this.apiVersion = options.apiVersion || "2018-06-01";
|
|
68
|
+
this.operations = new OperationsImpl(this);
|
|
69
|
+
this.factories = new FactoriesImpl(this);
|
|
70
|
+
this.exposureControl = new ExposureControlImpl(this);
|
|
71
|
+
this.integrationRuntimes = new IntegrationRuntimesImpl(this);
|
|
72
|
+
this.integrationRuntimeObjectMetadata =
|
|
73
|
+
new IntegrationRuntimeObjectMetadataImpl(this);
|
|
74
|
+
this.integrationRuntimeNodes = new IntegrationRuntimeNodesImpl(this);
|
|
75
|
+
this.linkedServices = new LinkedServicesImpl(this);
|
|
76
|
+
this.datasets = new DatasetsImpl(this);
|
|
77
|
+
this.pipelines = new PipelinesImpl(this);
|
|
78
|
+
this.pipelineRuns = new PipelineRunsImpl(this);
|
|
79
|
+
this.activityRuns = new ActivityRunsImpl(this);
|
|
80
|
+
this.triggers = new TriggersImpl(this);
|
|
81
|
+
this.triggerRuns = new TriggerRunsImpl(this);
|
|
82
|
+
this.dataFlows = new DataFlowsImpl(this);
|
|
83
|
+
this.dataFlowDebugSession = new DataFlowDebugSessionImpl(this);
|
|
84
|
+
this.managedVirtualNetworks = new ManagedVirtualNetworksImpl(this);
|
|
85
|
+
this.managedPrivateEndpoints = new ManagedPrivateEndpointsImpl(this);
|
|
86
|
+
this.credentialOperations = new CredentialOperationsImpl(this);
|
|
87
|
+
this.privateEndPointConnections = new PrivateEndPointConnectionsImpl(this);
|
|
88
|
+
this.privateEndpointConnection = new PrivateEndpointConnectionImpl(this);
|
|
89
|
+
this.privateLinkResources = new PrivateLinkResourcesImpl(this);
|
|
90
|
+
this.globalParameters = new GlobalParametersImpl(this);
|
|
91
|
+
this.changeDataCapture = new ChangeDataCaptureImpl(this);
|
|
92
|
+
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
93
|
+
}
|
|
94
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
95
|
+
addCustomApiVersionPolicy(apiVersion) {
|
|
96
|
+
if (!apiVersion) {
|
|
97
|
+
return;
|
|
98
|
+
}
|
|
99
|
+
const apiVersionPolicy = {
|
|
100
|
+
name: "CustomApiVersionPolicy",
|
|
101
|
+
async sendRequest(request, next) {
|
|
102
|
+
const param = request.url.split("?");
|
|
103
|
+
if (param.length > 1) {
|
|
104
|
+
const newParams = param[1].split("&").map((item) => {
|
|
105
|
+
if (item.indexOf("api-version") > -1) {
|
|
106
|
+
return "api-version=" + apiVersion;
|
|
107
|
+
}
|
|
108
|
+
else {
|
|
109
|
+
return item;
|
|
110
|
+
}
|
|
111
|
+
});
|
|
112
|
+
request.url = param[0] + "?" + newParams.join("&");
|
|
113
|
+
}
|
|
114
|
+
return next(request);
|
|
115
|
+
},
|
|
116
|
+
};
|
|
117
|
+
this.pipeline.addPolicy(apiVersionPolicy);
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
//# sourceMappingURL=dataFactoryManagementClient.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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,uBAAuB,CAAC;AA4B/B,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;YAC9B,KAAK,CAAC,WAAW,CACf,OAAwB,EACxB,IAAiB;gBAEjB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;gBACrC,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;oBACrB,MAAM,SAAS,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;wBACjD,IAAI,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;4BACrC,OAAO,cAAc,GAAG,UAAU,CAAC;wBACrC,CAAC;6BAAM,CAAC;4BACN,OAAO,IAAI,CAAC;wBACd,CAAC;oBACH,CAAC,CAAC,CAAC;oBACH,OAAO,CAAC,GAAG,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;gBACrD,CAAC;gBACD,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;YACvB,CAAC;SACF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAC5C,CAAC;CAyBF","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest,\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n OperationsImpl,\n FactoriesImpl,\n ExposureControlImpl,\n IntegrationRuntimesImpl,\n IntegrationRuntimeObjectMetadataImpl,\n IntegrationRuntimeNodesImpl,\n LinkedServicesImpl,\n DatasetsImpl,\n PipelinesImpl,\n PipelineRunsImpl,\n ActivityRunsImpl,\n TriggersImpl,\n TriggerRunsImpl,\n DataFlowsImpl,\n DataFlowDebugSessionImpl,\n ManagedVirtualNetworksImpl,\n ManagedPrivateEndpointsImpl,\n CredentialOperationsImpl,\n PrivateEndPointConnectionsImpl,\n PrivateEndpointConnectionImpl,\n PrivateLinkResourcesImpl,\n GlobalParametersImpl,\n ChangeDataCaptureImpl,\n} from \"./operations/index.js\";\nimport {\n Operations,\n Factories,\n ExposureControl,\n IntegrationRuntimes,\n IntegrationRuntimeObjectMetadata,\n IntegrationRuntimeNodes,\n LinkedServices,\n Datasets,\n Pipelines,\n PipelineRuns,\n ActivityRuns,\n Triggers,\n TriggerRuns,\n DataFlows,\n DataFlowDebugSession,\n ManagedVirtualNetworks,\n ManagedPrivateEndpoints,\n CredentialOperations,\n PrivateEndPointConnections,\n PrivateEndpointConnection,\n PrivateLinkResources,\n GlobalParameters,\n ChangeDataCapture,\n} from \"./operationsInterfaces/index.js\";\nimport { DataFactoryManagementClientOptionalParams } from \"./models/index.js\";\n\nexport class DataFactoryManagementClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the DataFactoryManagementClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The subscription identifier.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: DataFactoryManagementClientOptionalParams,\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: DataFactoryManagementClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials,\n };\n\n const packageDetails = `azsdk-js-arm-datafactory/19.0.0`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\",\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] =\n options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName,\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName,\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge,\n },\n }),\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2018-06-01\";\n this.operations = new OperationsImpl(this);\n this.factories = new FactoriesImpl(this);\n this.exposureControl = new ExposureControlImpl(this);\n this.integrationRuntimes = new IntegrationRuntimesImpl(this);\n this.integrationRuntimeObjectMetadata =\n new IntegrationRuntimeObjectMetadataImpl(this);\n this.integrationRuntimeNodes = new IntegrationRuntimeNodesImpl(this);\n this.linkedServices = new LinkedServicesImpl(this);\n this.datasets = new DatasetsImpl(this);\n this.pipelines = new PipelinesImpl(this);\n this.pipelineRuns = new PipelineRunsImpl(this);\n this.activityRuns = new ActivityRunsImpl(this);\n this.triggers = new TriggersImpl(this);\n this.triggerRuns = new TriggerRunsImpl(this);\n this.dataFlows = new DataFlowsImpl(this);\n this.dataFlowDebugSession = new DataFlowDebugSessionImpl(this);\n this.managedVirtualNetworks = new ManagedVirtualNetworksImpl(this);\n this.managedPrivateEndpoints = new ManagedPrivateEndpointsImpl(this);\n this.credentialOperations = new CredentialOperationsImpl(this);\n this.privateEndPointConnections = new PrivateEndPointConnectionsImpl(this);\n this.privateEndpointConnection = new PrivateEndpointConnectionImpl(this);\n this.privateLinkResources = new PrivateLinkResourcesImpl(this);\n this.globalParameters = new GlobalParametersImpl(this);\n this.changeDataCapture = new ChangeDataCaptureImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest,\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n },\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n operations: Operations;\n factories: Factories;\n exposureControl: ExposureControl;\n integrationRuntimes: IntegrationRuntimes;\n integrationRuntimeObjectMetadata: IntegrationRuntimeObjectMetadata;\n integrationRuntimeNodes: IntegrationRuntimeNodes;\n linkedServices: LinkedServices;\n datasets: Datasets;\n pipelines: Pipelines;\n pipelineRuns: PipelineRuns;\n activityRuns: ActivityRuns;\n triggers: Triggers;\n triggerRuns: TriggerRuns;\n dataFlows: DataFlows;\n dataFlowDebugSession: DataFlowDebugSession;\n managedVirtualNetworks: ManagedVirtualNetworks;\n managedPrivateEndpoints: ManagedPrivateEndpoints;\n credentialOperations: CredentialOperations;\n privateEndPointConnections: PrivateEndPointConnections;\n privateEndpointConnection: PrivateEndpointConnection;\n privateLinkResources: PrivateLinkResources;\n globalParameters: GlobalParameters;\n changeDataCapture: ChangeDataCapture;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAC/E,cAAc,iCAAiC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
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.js";
|
|
10
|
+
export * from "./models/index.js";
|
|
11
|
+
export { DataFactoryManagementClient } from "./dataFactoryManagementClient.js";
|
|
12
|
+
export * from "./operationsInterfaces/index.js";
|
|
13
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAC/E,cAAc,iCAAiC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { DataFactoryManagementClient } from \"./dataFactoryManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
|