Add branch field to config schema for Azure catalog provider
Signed-off-by: James Brooks <jamesbrooks@spotify.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-azure': patch
|
||||
---
|
||||
|
||||
Added missing `branch` field to the `azureDevOps` provider config schema.
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user