-
-
Notifications
You must be signed in to change notification settings - Fork 7
Get AzDevOpsServiceConnectionChecks
github-actions edited this page Oct 21, 2023
·
3 revisions
Get all Checks for service connections from Azure DevOps project
Get-AzDevOpsServiceConnectionChecks -PAT <String> [-TokenType <String>] -Organization <String>
-Project <String> -ServiceConnectionId <String> [<CommonParameters>]
Get all Checks for service connections from Azure DevOps project using Azure DevOps Rest API
Get-AzDevOpsServiceConnectionChecks -PAT $PAT -Organization $Organization -Project $Project -ServiceConnectionId $ServiceConnectionId
Personal Access Token (PAT) for Azure DevOps
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseToken type for Azure DevOps (FullAccess, FineGrained, ReadOnly)
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: FullAccess
Accept pipeline input: False
Accept wildcard characters: FalseOrganization name for Azure DevOps
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseProject name for Azure DevOps
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseService connection id for Azure DevOps
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.