The Azure DevOps PowerShell Module

PowerShell Module for interacting with Azure Dev Ops

View on GitHub

Deny-AzureDevOpsReleaseStep


Syntax

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


Description

Marks a release step as being denied for continued processing.


Example

Deny-AzureDevOpsReleaseStep -ApprovalId 123456789 -Reason "Continued release has been denied due to user acceptance tests failing"


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 denial that is provided.


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