The Azure DevOps PowerShell Module

PowerShell Module for interacting with Azure Dev Ops

View on GitHub

Approve-AzureDevOpsReleaseStep


Syntax

Approve-AzureDevOpsReleaseStep
  -ApprovalId <int>
  -Reason <string>


Description

Marks a release step as approved for continued processing.


Example

Approve-AzureDevOpsReleaseStep -ApprovalId 123456789 -Reason "Continued Release has been approved"


Parameters

-ApprovalId

The ID for the current step in the release pipleine.

Type: int
Position: Named
Default Value: None
Accept Pipeline Input: False
Accept Wildcard Characters: False


-Reason

The reason message that will be included with the approval that is provided.


Type: string
Position: Named
Default Value: None
Accept Pipeline Input: False
Accept Wildcard Characters: False