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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user