The Azure DevOps PowerShell Module

PowerShell Module for interacting with Azure Dev Ops

View on GitHub

Remove-AzureDevOpsAccountProject


Syntax

Remove-AzureDevOpsAccountProject
  [-AccountFriendlyName <string>]
  [-ProjectName <string>]


Description

Remove the Project from the specified Account in the configuration repository.


Example

Remove-AzureDevOpsAccountProject -AccountFriendlyName MainAccount -ProjectName "The Big Project"


Parameters

-AccountFriendlyName

This is the friendly name of the account where the project resides that you want to remove.


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


-ProjectName

The name of the project you added to the account that you want to remove.


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