interface ReleaseDefinitionRevision {
    apiVersion?: string;
    changedBy?: IdentityRef;
    changedDate?: Date;
    changeType?: AuditAction;
    comment?: string;
    definitionId?: number;
    definitionUrl?: string;
    revision?: number;
}

Properties

apiVersion?: string

Gets api-version for revision object.

changedBy?: IdentityRef

Gets the identity who did change.

changedDate?: Date

Gets date on which ReleaseDefinition changed.

changeType?: AuditAction

Gets type of change.

comment?: string

Gets comments for revision.

definitionId?: number

Get id of the definition.

definitionUrl?: string

Gets definition URL.

revision?: number

Get revision number of the definition.