From 6c8a464c4ef2e2ad3b3aedabc210b7005ac100cc Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 17 Feb 2026 13:32:31 +0000 Subject: [PATCH] Add branch field to config schema for Azure catalog provider Signed-off-by: James Brooks --- .changeset/thin-parents-hug.md | 5 +++++ plugins/catalog-backend-module-azure/config.d.ts | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 .changeset/thin-parents-hug.md diff --git a/.changeset/thin-parents-hug.md b/.changeset/thin-parents-hug.md new file mode 100644 index 0000000000..19fb9eff12 --- /dev/null +++ b/.changeset/thin-parents-hug.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-backend-module-azure': patch +--- + +Added missing `branch` field to the `azureDevOps` provider config schema. diff --git a/plugins/catalog-backend-module-azure/config.d.ts b/plugins/catalog-backend-module-azure/config.d.ts index 0eb488734f..cb7c6c5594 100644 --- a/plugins/catalog-backend-module-azure/config.d.ts +++ b/plugins/catalog-backend-module-azure/config.d.ts @@ -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.