-
Notifications
You must be signed in to change notification settings - Fork 0
AzDoTeamSettings
github-actions[bot] edited this page Aug 19, 2026
·
4 revisions
| Parameter | Attribute | DataType | Description | Allowed Values |
|---|---|---|---|---|
| ProjectName | Key | System.String | ||
| TeamName | Required | System.String | ||
| AreaPaths | Write | System.String[] | ||
| BacklogIterationPath | Write | System.String | ||
| BugsBehavior | Write | System.String | ``, asRequirements, `asTasks`, `off` |
|
| DefaultAreaPath | Write | System.String | ||
| DefaultIterationPath | Write | System.String | ||
| Ensure | Write | Ensure |
Present, Absent
|
|
| IterationPaths | Write | System.String[] | ||
| WorkingDays | Write | System.String[] | ||
| LookupResult | Read | System.Collections.Hashtable |
Allows the iteration paths (default iteration, backlog iteration and the iterations assigned to the team) and the area paths (default area path and the team's area paths) to be declared as part of how a team is configured.
This example shows how to configure the iteration and area paths for an Azure DevOps team.
Configuration Example
{
Import-DscResource -ModuleName 'AzureDevOpsDscNative'
node localhost
{
AzDoTeamSettings 'ConfigureFrontendTeam'
{
Ensure = 'Present'
ProjectName = 'MyProject'
TeamName = 'Frontend Team'
# Iteration configuration
BacklogIterationPath = 'MyProject'
DefaultIterationPath = 'MyProject\Sprint 1'
IterationPaths = @('MyProject\Sprint 1', 'MyProject\Sprint 2')
# Area-path configuration
DefaultAreaPath = 'MyProject\Frontend'
AreaPaths = @('MyProject\Frontend', 'MyProject\Frontend\Web')
# General team settings
WorkingDays = @('monday', 'tuesday', 'wednesday', 'thursday', 'friday')
BugsBehavior = 'asRequirements'
}
}
}- Assert-BoundParameter
- Assert-ElevatedUser
- Assert-IPAddress
- Assert-Module
- AzDoAPI_0_ProjectCache
- AzDoAPI_1_GroupCache
- AzDoAPI_2_UserCache
- AzDoAPI_3_GroupMemberCache
- AzDoAPI_4_GitRepositoryCache
- AzDoAPI_5_PermissionsCache
- AzDoAPI_6_ServicePrinciple
- AzDoAPI_7_IdentitySubjectDescriptors
- AzDoAPI_8_ProjectProcessTemplates
- AzDoAPI_9_DevOpsClassificationNodes
- Compare-DscParameterState
- Compare-ResourcePropertyState
- ConvertFrom-DscResourceInstance
- ConvertTo-Base64String
- ConvertTo-CimInstance
- ConvertTo-HashTable
- Find-Certificate
- Format-Path
- Get-AzDevOpsOperation
- Get-AzDevOpsServicesApiUri
- Get-AzDevOpsServicesUri
- AzDoAgentPool
- AzDoAgentPoolPermission
- AzDoAgentQueue
- AzDoAreaNodes
- AzDoAreaPermission
- AzDoArtifactFeed
- AzDoArtifactFeedPermission
- AzDoArtifactFeedSettings
- AzDoArtifactFeedView
- AzDoAuditStream
- AzDoBranchPolicy
- AzDoCheckConfiguration
- AzDoDeploymentGroup
- AzDoEnvironmentApproval
- AzDoEnvironmentPermission
- AzDoExtension
- AzDoGitPermission
- AzDoGitRepository
- AzDoGroupMember
- AzDoGroupPermission
- AzDoIterationNodes
- AzDoIterationPermission
- AzDoNotificationSubscription
- AzDoOrganizationGroup
- AzDoOrganizationSettings
- AzDoPipeline
- AzDoPipelineEnvironment
- AzDoPipelinePermission
- AzDoPipelineSettings
- AzDoProcess
- AzDoProcessPermission
- AzDoProject
- AzDoProjectGroup
- AzDoProjectPermission
- AzDoProjectServices
- AzDoRepositorySettings
- AzDoSecurityNamespacePermission
- AzDoServiceConnection
- AzDoServiceConnectionPermission
- AzDoServiceHook
- AzDoTaskGroup
- AzDoTeam
- AzDoTeamMember
- AzDoTeamSettings
- AzDoUserEntitlement
- AzDoVariableGroup
- AzDoVariableGroupPermission
- AzDoWiki
- AzDoWIPTags