summaryrefslogtreecommitdiff
path: root/azuredevops/internal/service/graph/data_groups.go
diff options
context:
space:
mode:
Diffstat (limited to 'azuredevops/internal/service/graph/data_groups.go')
-rw-r--r--azuredevops/internal/service/graph/data_groups.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/azuredevops/internal/service/graph/data_groups.go b/azuredevops/internal/service/graph/data_groups.go
index ada77d30..b7f67333 100644
--- a/azuredevops/internal/service/graph/data_groups.go
+++ b/azuredevops/internal/service/graph/data_groups.go
@@ -80,6 +80,7 @@ func DataGroups() *schema.Resource {
}
// Performs a lookup of a project group. This involves the following actions:
+//
// (1) Identify AzDO graph descriptor for the project in which the group exists
// (2) Query for all AzDO groups that exist within the project. This leverages the AzDO graph descriptor for the project.
// This involves querying a paginated API, so multiple API calls may be needed for this step.