Package version:

Interface CatalogUpdate

The catalog's properties for partial update. Properties not provided in the update request will not be changed.

Hierarchy

  • CatalogUpdate

Properties

Properties

adoGit?: GitCatalog

Properties for an Azure DevOps catalog type.

gitHub?: GitCatalog

Properties for a GitHub catalog type.

tags?: {
    [propertyName: string]: string;
}

Resource tags.

Type declaration

  • [propertyName: string]: string

Generated using TypeDoc