< Back
Approve-AzureDevOpsReleaseStep
Post
NAME Approve-AzureDevOpsReleaseStep
SYNOPSIS
Marks a release step as approved for continued processing.
SYNTAX
Approve-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 approval 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 --------------------------
Approve-AzureDevOpsReleaseStep -ApprovalId 123456789 -Reason "Continued Release has been approved"
Approving Release 123456789 with comment
RELATED LINKS
Online Documentation http://devopsmodule.utmonline.net/docs/ ... leasestep/
SYNOPSIS
Marks a release step as approved for continued processing.
SYNTAX
Approve-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 approval 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 --------------------------
Approve-AzureDevOpsReleaseStep -ApprovalId 123456789 -Reason "Continued Release has been approved"
Approving Release 123456789 with comment
RELATED LINKS
Online Documentation http://devopsmodule.utmonline.net/docs/ ... leasestep/