Skip to content

AzDoAPI_1_GroupCache

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

SYNOPSIS

Sets the Azure DevOps API group cache.

SYNTAX

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

DESCRIPTION

This function sets the cache for Azure DevOps API groups. It retrieves the groups using the List-AzDevOpsGroup function and adds them to the cache.

EXAMPLES

EXAMPLE 1

AzDoAPI_1_GroupCache -OrganizationName "MyOrganization"

PARAMETERS

-OrganizationName

The name of the organization. If not provided as a parameter, it uses the global variable $Global:DSCAZDO_OrganizationName.

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

RELATED LINKS

Commands

Resources

Clone this wiki locally