Merge pull request #13215 from timja/patch-2

Typo in README for catalog-backend-module-msgraph
This commit is contained in:
Fredrik Adelöw
2022-08-18 13:34:31 +02:00
committed by GitHub
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']
```