-
-
Notifications
You must be signed in to change notification settings - Fork 3
Get AzDevOpsBranches
github-actions edited this page Dec 29, 2023
·
2 revisions
Get Azure DevOps branches for a repo
Get-AzDevOpsBranches [-Project] <String> [-Repository] <String> [<CommonParameters>]
Get Azure DevOps branches for a repo using Azure DevOps Rest API
Get-AzDevOpsBranches -Project $Project -Repository $Repository
Project name for Azure DevOps
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Repository name for Azure DevOps
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.