-
-
Notifications
You must be signed in to change notification settings - Fork 2
Get AzDevOpsHeader
github-actions edited this page Sep 26, 2023
·
3 revisions
Function to create Azure DevOps Rest API header from PAT
Get-AzDevOpsHeader [[-PAT] <String>] [<CommonParameters>]
Function to create Azure DevOps Rest API header from PAT
$header = Get-AzDevOpsHeader -PAT $PAT
Personal Access Token (PAT) for Azure DevOps
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
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.