Power BI Connector for Azure DevOps

Build 23.0.8839

PushRefUpdates

Retrieve Ref Updates for the specific push.

Table Specific Information

Select

The 本製品 uses the Azure DevOps API to process WHERE clause conditions built with the following columns and operators:

  • PushId supports the '=' operator.
  • ProjectId supports the '=' operator.
  • RepositoryId supports the '=' operator.

The rest of the filter is executed client-side in the 本製品.

NOTE: RepositoryId and PushId are required in order to query PushRefUpdates.

For example:

	SELECT * FROM PushRefUpdates WHERE RepositoryId = '229ec1a1-609f-4545-af5a-85f00ce7428b' AND PushId = 16

Columns

Name Type References Description
ProjectId String

Projects.Id

Id of the project.
PushId Integer

Pushes.Id

Id of the push.
Name String Name of the ref update.
NewObjectId String New object Id.
OldObjectId String Old object Id.
RepositoryId String

Repositories.Id

Id of the repository.
IsLocked Boolean Represents a boolean value if the branch is locked or not.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839