Add branch field to config schema for Azure catalog provider

Signed-off-by: James Brooks <jamesbrooks@spotify.com>
This commit is contained in:
James Brooks
2026-02-17 13:32:31 +00:00
parent 4199a6e038
commit 6c8a464c4e
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-azure': patch
---
Added missing `branch` field to the `azureDevOps` provider config schema.
+4
View File
@@ -44,6 +44,10 @@ export interface Config {
* If not set, all repositories will be searched.
*/
repository?: string;
/**
* (Optional) The name of a branch to use. If not set, defaults to the default branch of the repository.
*/
branch?: string;
/**
* (Optional) Where to find catalog-info.yaml files. Wildcards are supported.
* If not set, defaults to /catalog-info.yaml.