From eeff6a73bf8db7705a795f261f66c6a631d98932 Mon Sep 17 00:00:00 2001 From: Pedro Parra Ortega Date: Mon, 4 Apr 2022 15:45:49 +0200 Subject: [PATCH] fix documentation Signed-off-by: Pedro Parra Ortega --- plugins/catalog-backend-module-msgraph/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend-module-msgraph/README.md b/plugins/catalog-backend-module-msgraph/README.md index c2fae37d7d..e6429152e4 100644 --- a/plugins/catalog-backend-module-msgraph/README.md +++ b/plugins/catalog-backend-module-msgraph/README.md @@ -72,7 +72,7 @@ catalog: # Optional search for groups, see Microsoft Graph API for the syntax # See https://docs.microsoft.com/en-us/graph/search-query-parameter groupSearch: '"description:One" AND ("displayName:Video" OR "displayName:Drive")' - # Optional select for groups, this will allow you work with schemaExtensions in order to add extra information to your groups + # Optional select for groups, this will allow you work with schemaExtensions in order to add extra information to your groups that can be used on you custom groupTransformers # See https://docs.microsoft.com/en-us/graph/api/resources/schemaextension?view=graph-rest-1.0 groupSelect: ['id', 'displayName', 'description'] ```