Remove example code
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
@@ -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()`).
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user