Is there an existing issue for this?
Azure.DevOps.PSModule version
0.4.0
Related function
Get-AdoGroup
Use case
As a Azure DevOps Engineer managing Azure DevOps governance
I want that the Get-AdoGroup cmdlet returns the property domain
So that
- All properties of
GraphGroup object are exposed
Notes
See: https://learn.microsoft.com/en-us/rest/api/azure/devops/graph/groups/list?view=azure-devops-rest-7.1&tabs=HTTP#graphgroup
Proposed solution
Add domain property to the existing output object
Is there an existing issue for this?
Azure.DevOps.PSModule version
0.4.0
Related function
Get-AdoGroup
Use case
As a Azure DevOps Engineer managing Azure DevOps governance
I want that the Get-AdoGroup cmdlet returns the property
domainSo that
GraphGroupobject are exposedNotes
See: https://learn.microsoft.com/en-us/rest/api/azure/devops/graph/groups/list?view=azure-devops-rest-7.1&tabs=HTTP#graphgroup
Proposed solution
Add
domainproperty to the existing output object