Typo in README for catalog-backend-module-msgraph

Signed-off-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
This commit is contained in:
Tim Jacomb
2022-08-18 11:54:02 +01:00
committed by Tim Jacomb
parent 1d6a1e069a
commit 4c82b955fc
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-msgraph': patch
---
Fix typo
@@ -80,7 +80,7 @@ catalog:
# See https://docs.microsoft.com/en-us/graph/search-query-parameter
search: '"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 that can be used on you custom groupTransformers
# in order to add extra information to your groups that can be used on your custom groupTransformers
# See https://docs.microsoft.com/en-us/graph/api/resources/schemaextension?view=graph-rest-1.0
select: ['id', 'displayName', 'description']
```