Remove example code

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
Oliver Sand
2021-06-10 13:00:09 +02:00
parent 8a63e6a523
commit 265227f320
2 changed files with 0 additions and 7 deletions
-6
View File
@@ -9,9 +9,3 @@ to `@backstage/plugin-catalog-backend-module-msgraph`.
For now `MicrosoftGraphOrgReaderProcessor` is only deprecated in
`@backstage/plugin-catalog-backend`, but will be removed in the future. While it
is now registered by default, it has to be registered manually in the future.
TODO: Do we really want to deprecate the transformer before removing it?
It is actually pretty hard to switch to the new transformer as one has to call
`builder.replaceProcessors()` to replace ALL transformers.
As an alternative we can do a breaking change directly with the migration steps
(adding the dependency, adding an import and calling `builder.addProcessor()`).
-1
View File
@@ -36,7 +36,6 @@
"@backstage/plugin-auth-backend": "^0.3.12",
"@backstage/plugin-badges-backend": "^0.1.6",
"@backstage/plugin-catalog-backend": "^0.10.2",
"@backstage/plugin-catalog-backend-module-msgraph": "^0.1.0",
"@backstage/plugin-code-coverage-backend": "^0.1.6",
"@backstage/plugin-graphql-backend": "^0.1.8",
"@backstage/plugin-kubernetes-backend": "^0.3.8",