Apply suggestions from code review

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-02-13 11:46:25 +01:00
committed by GitHub
parent 5d338bea6e
commit 8b62f68b48
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/backend-app-api': patch
---
Allow the `createConfigSecretEnumerator` to take an optional `configSchema` argument with an already-loaded global configuration schema.
Allow the `createConfigSecretEnumerator` to take an optional `schema` argument with an already-loaded global configuration schema.
+2 -2
View File
@@ -1,6 +1,6 @@
---
'@backstage/plugin-app-backend': minor
'@backstage/plugin-app-node': minor
'@backstage/plugin-app-backend': patch
'@backstage/plugin-app-node': patch
---
Allow the `app-backend` plugin to use a global configuration schema provided externally through an extension.