Skip to content

Commit 333528b

Browse files
authored
Merge branch 'microsoft:dev' into dev
2 parents f03d6aa + 3045bdf commit 333528b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azuredevops/v7/graph/models.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ type GraphGroup struct {
8787
PrincipalName *string `json:"principalName,omitempty"`
8888
// A short phrase to help human readers disambiguate groups with similar names
8989
Description *string `json:"description,omitempty"`
90+
// Whether the group has been deleted
91+
IsDeleted *bool `json:"isDeleted,omitempty"`
9092
}
9193

9294
// Do not attempt to use this type to create a new group. This type does not contain sufficient fields to create a new group.

0 commit comments

Comments
 (0)