-
-
Notifications
You must be signed in to change notification settings - Fork 2
Get AzDevOpsReleaseDefinitionAcls
github-actions edited this page Apr 1, 2024
·
4 revisions
Gets the release definition ACLs for a given release definition.
Get-AzDevOpsReleaseDefinitionAcls [-ProjectId] <String> [-ReleaseDefinitionId] <Int32> [[-Folder] <String>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Gets the release definition ACLs for a given release definition using the Azure DevOps REST API.
Get-AzDevOpsReleaseDefinitionAcls -ProjectId '12345678-1234-1234-1234-123456789012' -ReleaseDefinitionId 1 -Folder 'myfolder'
The ID of the Azure DevOps project.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The ID of the release definition.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
The folder where the release definition is located.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
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.