Skip to content

Commit ed92b05

Browse files
committed
Update default values for Enabled parameter across various tools to true
- Set defaultValue to true for the Enabled parameter in the following tools: - FieldMappingTool - StringManipulatorTool - TFSAttachmentTool - TFSChangesetMappingTool - TFSEmbededImagesTool - TFSGitRepositoryTool - TFSNodeStructureTool - TFSRevisionManagerTool - TFSUserMappingTool - TFSValidateRequiredFieldTool - TFSWorkItemEmbededLinkTool - TFSWorkItemLinkTool - TFSWorkItemTypeValidatorTool - WorkItemTypeMappingTool - Updated configuration schema to reflect the default value changes for the Enabled parameter in the respective JSON schema files.
1 parent 6214e89 commit ed92b05

32 files changed

+256
-121
lines changed

docs/content/docs/reference/tools/tfsworkitemtypevalidatortool/index.md

Lines changed: 170 additions & 69 deletions
Large diffs are not rendered by default.

docs/data/classes/reference.tools.fieldmappingtool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ options:
233233
- parameterName: Enabled
234234
type: Boolean
235235
description: If set to `true` then the tool will run. Set to `false` and the processor will not run.
236-
defaultValue: missing XML code comments
236+
defaultValue: true
237237
isRequired: false
238238
dotNetType: System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
239239
- parameterName: FieldMaps

docs/data/classes/reference.tools.stringmanipulatortool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ options:
6868
- parameterName: Enabled
6969
type: Boolean
7070
description: If set to `true` then the tool will run. Set to `false` and the processor will not run.
71-
defaultValue: missing XML code comments
71+
defaultValue: true
7272
isRequired: false
7373
dotNetType: System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
7474
- parameterName: Manipulators

docs/data/classes/reference.tools.tfsattachmenttool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ options:
5555
- parameterName: Enabled
5656
type: Boolean
5757
description: If set to `true` then the tool will run. Set to `false` and the processor will not run.
58-
defaultValue: missing XML code comments
58+
defaultValue: true
5959
isRequired: false
6060
dotNetType: System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
6161
- parameterName: ExportBasePath

docs/data/classes/reference.tools.tfschangesetmappingtool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ options:
5656
- parameterName: Enabled
5757
type: Boolean
5858
description: If set to `true` then the tool will run. Set to `false` and the processor will not run.
59-
defaultValue: missing XML code comments
59+
defaultValue: true
6060
isRequired: false
6161
dotNetType: System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
6262
status: missing XML code comments

docs/data/classes/reference.tools.tfsembededimagestool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ options:
4747
- parameterName: Enabled
4848
type: Boolean
4949
description: If set to `true` then the tool will run. Set to `false` and the processor will not run.
50-
defaultValue: missing XML code comments
50+
defaultValue: true
5151
isRequired: false
5252
dotNetType: System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
5353
status: missing XML code comments

docs/data/classes/reference.tools.tfsgitrepositorytool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ options:
5555
- parameterName: Enabled
5656
type: Boolean
5757
description: If set to `true` then the tool will run. Set to `false` and the processor will not run.
58-
defaultValue: missing XML code comments
58+
defaultValue: true
5959
isRequired: false
6060
dotNetType: System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
6161
- parameterName: Mappings

docs/data/classes/reference.tools.tfsnodestructuretool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ options:
104104
- parameterName: Enabled
105105
type: Boolean
106106
description: If set to `true` then the tool will run. Set to `false` and the processor will not run.
107-
defaultValue: missing XML code comments
107+
defaultValue: true
108108
isRequired: false
109109
dotNetType: System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
110110
- parameterName: Iterations

docs/data/classes/reference.tools.tfsrevisionmanagertool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ options:
5353
- parameterName: Enabled
5454
type: Boolean
5555
description: If set to `true` then the tool will run. Set to `false` and the processor will not run.
56-
defaultValue: missing XML code comments
56+
defaultValue: true
5757
isRequired: false
5858
dotNetType: System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
5959
- parameterName: MaxRevisions

docs/data/classes/reference.tools.tfsteamsettingstool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ options:
6666
- parameterName: Enabled
6767
type: Boolean
6868
description: If set to `true` then the tool will run. Set to `false` and the processor will not run.
69-
defaultValue: missing XML code comments
69+
defaultValue: true
7070
isRequired: false
7171
dotNetType: System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
7272
- parameterName: MigrateTeamCapacities

0 commit comments

Comments
 (0)