-
-
Notifications
You must be signed in to change notification settings - Fork 6
Get AzDevOpsArmServiceConnectionChecks
github-actions edited this page Sep 17, 2023
·
1 revision
Get all Checks for service connections from Azure DevOps project
Get-AzDevOpsArmServiceConnectionChecks [[-PAT] <String>] [[-Organization] <String>] [[-Project] <String>]
[[-ServiceConnectionId] <String>] [<CommonParameters>]
Get all Checks for service connections from Azure DevOps project using Azure DevOps Rest API
Get-AzDevOpsArmServiceConnectionChecks -PAT $PAT -Organization $Organization -Project $Project -ServiceConnectionId $ServiceConnectionId
Personal Access Token (PAT) for Azure DevOps
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseOrganization name for Azure DevOps
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseProject name for Azure DevOps
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseService connection id for Azure DevOps
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
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.