Fix for missing docs options #2912
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces updates to various YAML configuration files to add new parameters, improve documentation, and enhance functionality for endpoints, field maps, and processors. The changes primarily focus on adding an
Enabled
parameter across multiple configurations to control feature activation, introducing additional enrichers, and improving descriptions for better clarity.Enhancements to Endpoint Configurations:
Enabled
,EndpointEnrichers
, andName
parameters to Azure DevOps, TFS, and FileSystem endpoint configurations, enabling feature toggling and enrichment capabilities. (reference.endpoints.azuredevopsendpoint.yaml
- [1]reference.endpoints.tfsendpoint.yaml
- [2]reference.endpoints.filesystemworkitemendpoint.yaml
- [3]AllowCrossProjectLinking
parameter in TFS-related endpoints to allow or restrict linking across projects. (reference.endpoints.tfsendpoint.yaml
- [1]reference.endpoints.tfsteamprojectendpoint.yaml
- [2]reference.endpoints.tfsteamsettingsendpoint.yaml
- [3]reference.endpoints.tfsworkitemendpoint.yaml
- [4]Updates to Field Map Configurations:
Enabled
parameter to all field map configurations to allow toggling of individual field map processing. (reference.fieldmaps.fieldcalculationmap.yaml
- [1]reference.fieldmaps.fieldclearmap.yaml
- [2]reference.fieldmaps.fieldliteralmap.yaml
- [3]reference.fieldmaps.fieldmergemap.yaml
- [4]reference.fieldmaps.fieldskipmap.yaml
- [5]reference.fieldmaps.fieldtofieldmap.yaml
- [6]reference.fieldmaps.fieldtofieldmultimap.yaml
- [7]reference.fieldmaps.fieldtotagfieldmap.yaml
- [8]reference.fieldmaps.fieldvaluemap.yaml
- [9]reference.fieldmaps.multivalueconditionalmap.yaml
- [10]reference.fieldmaps.regexfieldmap.yaml
- [11]reference.fieldmaps.treetotagfieldmap.yaml
- [12]Processor Configuration Improvements:
Enrichers
parameter to the Azure DevOps Pipeline Processor configuration to support additional features through enrichers. (reference.processors.azuredevopspipelineprocessor.yaml
- docs/data/classes/reference.processors.azuredevopspipelineprocessor.yamlR85-R88)OptionFor
parameter from the Pause After Each Item processor configuration. (reference.processorenrichers.pauseaftereachitem.yaml
- docs/data/classes/reference.processorenrichers.pauseaftereachitem.yamlL33-L36)These changes enhance configurability, improve documentation, and streamline feature management across the project.