CData Python Connector for Azure DevOps

Build 25.0.9454

Stored Procedures

Stored procedures are function-like interfaces that extend the functionality of the connector beyond simple SELECT/INSERT/UPDATE/DELETE operations with Azure DevOps.

Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from Azure DevOps, along with an indication of whether the procedure succeeded or failed.

CData Python Connector for Azure DevOps Stored Procedures

Name Description
AddBuildTag Add tag to a build. DEPRECATED. To be removed in v26. Use AddBuildTag instead.
CloneTestCase Clones a test case. DEPRECATED. To be removed in v26. Use CloneTestCase instead.
CloneTestPlan Clones a test plan. DEPRECATED. To be removed in v26. Use CloneTestPlan instead.
CloneTestSuite Clones a test suite. DEPRECATED. To be removed in v26. Use CloneTestSuite instead.
CreatePullRequest Create a pull request. DEPRECATED. To be removed in v26. Use CreatePullRequest instead.
CreatePullRequestAttachment Create Pull Request Attachment. DEPRECATED. To be removed in v26. Use CreatePullRequestAttachment instead.
CreateSchema Creates a schema file for the specified table or view. DEPRECATED. To be removed in v26. Use CreateSchema instead.
CreateWorkItem Create a work item. DEPRECATED. To be removed in v26. Use CreateWorkItem instead.
DeleteBuildTag Delete tag from a build. DEPRECATED. To be removed in v26. Use DeleteBuildTag instead.
DeletePullRequestAttachment Delete Pull Request Attachment. DEPRECATED. To be removed in v26. Use DeletePullRequestAttachment instead.
DeleteTestCase Deletes the test case. DEPRECATED. To be removed in v26. Use DeleteTestCase instead.
DownloadBuildLogs Download log for the specific build. DEPRECATED. To be removed in v26. Use DownloadBuildLogs instead.
DownloadBuildReport Download report for the specific build. DEPRECATED. To be removed in v26. Use DownloadBuildReport instead.
DownloadPullRequestAttachment Download Pull Request Attachment. DEPRECATED. To be removed in v26. Use DownloadPullRequestAttachment instead.
DownloadReleaseLogs Download logs for the specific release. DEPRECATED. To be removed in v26. Use DownloadReleaseLogs instead.
DownloadTestAttachment Download test result/run attachment. DEPRECATED. To be removed in v26. Use DownloadTestAttachment instead.
GetOAuthAccessToken Gets an authentication token from Azure DevOps. DEPRECATED. To be removed in v26. Use GetOAuthAccessToken instead.
GetOAuthAuthorizationURL Gets the authorization URL that must be opened separately by the user to grant access to your application. Only needed when developing Web apps. You will request the OAuthAccessToken from this URL. DEPRECATED. To be removed in v26. Use GetOAuthAuthorizationURL instead.
GetPullRequestCommits Get the commits for the specified pull request. DEPRECATED. To be removed in v26. Use GetPullRequestCommits instead.
PushChanges Pushes changes to a repository in your Azure DevOps instance. DEPRECATED. To be removed in v26. Use PushChanges instead.
RefreshOAuthAccessToken Refreshes the OAuth access token used for authentication with AzureDevOps. DEPRECATED. To be removed in v26. Use RefreshOAuthAccessToken instead.
RunPipeline Runs a pipeline with the specified configuration. DEPRECATED. To be removed in v26. Use RunPipeline instead.
SetProjectProperties Create, update, and delete team project properties. DEPRECATED. To be removed in v26. Use SetProjectProperties instead.
UpdatePullRequest Update a pull request. DEPRECATED. To be removed in v26. Use UpdatePullRequest instead.
UpdateWorkItem Update a work item. DEPRECATED. To be removed in v26. Use UpdateWorkItem instead.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454