Add changeset file

Signed-off-by: Kevin L <kevin.lecouvey@gmail.com>
This commit is contained in:
Kevin L
2024-06-10 13:14:32 -04:00
parent f062a98710
commit b4169eef06
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend-module-azure': patch
---
Use `GitRepository.webUrl` instead of `GitRepository.remoteUrl` to set the value of `repoContentsUrl` as `remoteUrl` can sometimes return an URL with the wrong format (e.g. https://<organization>@dev.azure.com/<organization>/<project>/\_git/<repository>).