Misc small fixes

* Updated @azure/identity to improve error message when no credentials are avaialble.
* Misc small text fixes

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
This commit is contained in:
Alex Crome
2022-07-13 08:02:47 +01:00
parent e51c961453
commit e4ef21c84f
5 changed files with 51 additions and 11 deletions
@@ -167,5 +167,3 @@ export async function myGroupTransformer(
}),
);
```
## Troubleshooting
@@ -33,7 +33,7 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@azure/identity": "^2.0.4",
"@azure/identity": "^2.1.0",
"@backstage/backend-tasks": "^0.3.3-next.2",
"@backstage/catalog-model": "^1.1.0-next.2",
"@backstage/config": "^1.0.1",