en-US/about_AzDoProcess.help.txt

.NAME
    AzDoProcess
 
.SYNOPSIS
    DSC resource for managing Azure DevOps inherited processes.
 
.DESCRIPTION
    The AzDoProcess resource creates and manages inherited processes (process templates) derived from an
    existing parent process. It inherits from the AzDevOpsDscResourceBase class. The parent process is
    immutable once the process is created and therefore has no Set support.
 
.PARAMETER ProcessName
    Key - System.String
    The name of the inherited process.
 
.PARAMETER ParentProcessName
    Required - System.String
    The name of the parent (system or custom) process to inherit from, e.g. 'Agile', 'Scrum', 'CMMI', 'Basic'.
 
.PARAMETER Description
    Write - System.String
    The description of the inherited process.