Skip to content

AzDoAPI_8_ProjectProcessTemplates

github-actions[bot] edited this page Aug 18, 2026 · 1 revision

SYNOPSIS

Retrieves and caches Azure DevOps project process templates for a specified organization.

SYNTAX

AzDoAPI_8_ProjectProcessTemplates [[-OrganizationName] <String>] 
 [<CommonParameters>]

DESCRIPTION

The 'AzDoAPI_8_ProjectProcessTemplates' function retrieves the list of project process templates from Azure DevOps for a specified organization and caches them. If no organization name is provided as a parameter, it uses a global variable for the organization name. The function then exports the cached process templates to a file.

EXAMPLES

EXAMPLE 1

AzDoAPI_8_ProjectProcessTemplates -OrganizationName "MyOrganization"

This example retrieves and caches the project process templates for the organization named "MyOrganization".

PARAMETERS

-OrganizationName

The name of the Azure DevOps organization for which to retrieve the project process templates.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
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 uses the 'List-DevOpsProcess' cmdlet to retrieve the process templates and the 'Add-CacheItem' cmdlet to add each process template to the cache. The cache is then exported using the 'Export-CacheObject' cmdlet.

RELATED LINKS

Commands

Resources

Clone this wiki locally