< Back

Deny-AzureDevOpsReleaseStep

Sat Jan 11, 2020 10:23 am

NAME Deny-AzureDevOpsReleaseStep



SYNOPSIS

Marks a release step as being denied for continued processing.





SYNTAX

Deny-AzureDevOpsReleaseStep -ApprovalId <Int32> -Reason <String> [<CommonParameters>]





DESCRIPTION







PARAMETERS

-ApprovalId <Int32>

The ID for the current step in the release pipleine.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Reason <String>

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



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS









NOTES









-------------------------- Default Usage --------------------------



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

acceptance tests failing"



Rejecting a release with explanation









RELATED LINKS

Online Documentation http://devopsmodule.utmonline.net/docs/ ... leasestep/