Commit cead2df
committed
Refactor user group name handling in TfsUserMappingTool
Replaced hardcoded "Project Collection Valid Users" string
in `TfsUserMappingTool.cs` with a configurable property
`Options.ProjectCollectionValidUsersGroupName`. Added
this property to `TfsUserMappingToolOptions.cs` to allow
customization of the group name, with a default value
of "Project Collection Valid Users".1 parent fdae325 commit cead2df
File tree
2 files changed
+7
-1
lines changed- src/MigrationTools.Clients.TfsObjectModel/Tools
2 files changed
+7
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
| |||
0 commit comments