Skip to content

AzDoAPI_0_ProjectCache

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

SYNOPSIS

Sets the Azure DevOps API project cache.

SYNTAX

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

DESCRIPTION

This function sets the Azure DevOps API project cache by making an API request to get the projects and adding them to the cache.

EXAMPLES

EXAMPLE 1

AzDoAPI_0_ProjectCache -OrganizationName "MyOrganization"
This example sets the Azure DevOps API project cache for the organization "MyOrganization".

PARAMETERS

-OrganizationName

Specifies the name of the organization. If not provided, the function uses a global variable as a fallback.

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

None.

OUTPUTS

None.

NOTES

Author: Michael Zanatta Date: 2025-01-06

RELATED LINKS

Commands

Resources

Clone this wiki locally