Skip to content

Get AzDevOpsRetentionSettings

github-actions edited this page Dec 29, 2023 · 2 revisions

Get-AzDevOpsRetentionSettings

SYNOPSIS

Get retention settings for a project.

SYNTAX

Get-AzDevOpsRetentionSettings [-Project] <String> [<CommonParameters>]

DESCRIPTION

Get retention settings for a project from Azure DevOps REST API.

EXAMPLES

EXAMPLE 1

Get-AzDevOpsRetentionSettings -Project 'MyProject'

PARAMETERS

-Project

The project to get retention settings for.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

This function requires a connection to Azure DevOps. See Connect-AzDevOps for more information.

RELATED LINKS

Clone this wiki locally