< Back
New-AzDoProject
Post
NAME New-AzDoProject
SYNOPSIS
Creates a new Azure DevOps project.
SYNTAX
New-AzDoProject [-Name] <String> [-TemplateName] <String> [[-Description] <String>] [[-VersionControlType]
<String>] [[-APIVersion] <String>] [<CommonParameters>]
DESCRIPTION
Creates a new Azure DevOps project.
PARAMETERS
-Name <String>
Name of the new Azure DevOps Project.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-TemplateName <String>
Specifies the template to use.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Description <String>
Project description.
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-VersionControlType <String>
Specifies the version control to use in the Azure DevOps project to be created.
Required? false
Position? 4
Default value Git
Accept pipeline input? false
Accept wildcard characters? false
-APIVersion <String>
Specifies the API version which is used to query the Azure DevOps API.
Required? false
Position? 5
Default value 5.0-preview.3
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
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>New-AzDoProject -Name "Application" -TemplateName "scrum" -Description "project for new application"
-VersionControlType "git"
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>New-AzDoProject -Name "Application" -TemplateName "agile" -Description "project for new application"
-VersionControlType "tfvc"
RELATED LINKS
SYNOPSIS
Creates a new Azure DevOps project.
SYNTAX
New-AzDoProject [-Name] <String> [-TemplateName] <String> [[-Description] <String>] [[-VersionControlType]
<String>] [[-APIVersion] <String>] [<CommonParameters>]
DESCRIPTION
Creates a new Azure DevOps project.
PARAMETERS
-Name <String>
Name of the new Azure DevOps Project.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-TemplateName <String>
Specifies the template to use.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Description <String>
Project description.
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-VersionControlType <String>
Specifies the version control to use in the Azure DevOps project to be created.
Required? false
Position? 4
Default value Git
Accept pipeline input? false
Accept wildcard characters? false
-APIVersion <String>
Specifies the API version which is used to query the Azure DevOps API.
Required? false
Position? 5
Default value 5.0-preview.3
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
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>New-AzDoProject -Name "Application" -TemplateName "scrum" -Description "project for new application"
-VersionControlType "git"
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>New-AzDoProject -Name "Application" -TemplateName "agile" -Description "project for new application"
-VersionControlType "tfvc"
RELATED LINKS