TeamName is likely to be the key for this resource, but within Azure DevOps, the ProjectId (a GUID) which is generated and assigned to the team when created in Azure DevOps is actually the ID/URN used within Azure DevOps - ProjectName is effectively an alternate key for current teams, but there can be previous teams within an Azure DevOps instance with duplicate names.
Description
A resource used for creating a
Team
resource within an Azure DevOps Server\Services, collection\organization.Proposed properties
TeamName
TeamDescription
..plus any properties needed for
ApiUri
orApiKey
(likely dependant on resolution to #16)Azure DevOps API Reference (for teams) is here
Special considerations or limitations
TeamName
is likely to be the key for this resource, but within Azure DevOps, theProjectId
(a GUID) which is generated and assigned to the team when created in Azure DevOps is actually the ID/URN used within Azure DevOps -ProjectName
is effectively an alternate key for current teams, but there can be previous teams within an Azure DevOps instance with duplicate names.