added changeset file
Signed-off-by: Camgoz, Fatih <fatih.camgoz@rbc.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-azure': minor
|
||||
---
|
||||
|
||||
isCloud function now also checks if hostname endswith visualstudio.com along with dev.azure.com
|
||||
|
||||
```diff
|
||||
- const isCloud = (host: string) => host === 'dev.azure.com';
|
||||
+ const isCloud = (host: string) => host === 'dev.azure.com' || host.endsWith('visualstudio.com');
|
||||
```
|
||||
Reference in New Issue
Block a user