Skip to content

Commit

Permalink
Publish version 2.7.0+3540.2
Browse files Browse the repository at this point in the history
  • Loading branch information
igoravl committed Jul 3, 2024
1 parent b3d5779 commit d0880ab
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,5 @@ build_info: TfsCmdlets v2.6.0+2898.5, released 2022-10-01

build_info: TfsCmdlets v2.6.1+3491.1, released 2024-05-15

build_info: TfsCmdlets v2.7.0+3540.2, released 2024-07-03

9 changes: 8 additions & 1 deletion docs/cmdlets/WorkItem/New-TfsWorkItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parent: "WorkItem"
description: "Creates a new work item. "
remarks:
parameterSets:
"_All_": [ AreaPath, AssignedTo, BoardColumn, BoardColumnDone, BoardLane, BypassRules, Collection, Description, Fields, IterationPath, Passthru, Priority, Project, Reason, Server, State, Tags, Team, Title, Type, ValueArea ]
"_All_": [ AreaPath, AssignedTo, BoardColumn, BoardColumnDone, BoardLane, BypassRules, Collection, Description, Fields, IterationPath, Passthru, Priority, Project, Reason, Server, State, SuppressNotifications, Tags, Team, Title, Type, ValueArea ]
"__AllParameterSets":
Type:
type: "object"
Expand Down Expand Up @@ -43,6 +43,8 @@ parameterSets:
type: "object"
State:
type: "string"
SuppressNotifications:
type: "SwitchParameter"
Tags:
type: "string[]"
Team:
Expand Down Expand Up @@ -122,6 +124,11 @@ parameters:
globbing: false
type: "SwitchParameter"
defaultValue: "False"
- name: "SuppressNotifications"
description: "Do not fire any notifications for this change. Useful for bulk operations and automated processes. "
globbing: false
type: "SwitchParameter"
defaultValue: "False"
- name: "Passthru"
description: "Returns the results of the command. By default, this cmdlet does not generate any output. "
globbing: false
Expand Down
9 changes: 8 additions & 1 deletion docs/cmdlets/WorkItem/Set-TfsWorkItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parent: "WorkItem"
description: "Sets the contents of one or more work items. "
remarks:
parameterSets:
"_All_": [ AreaPath, AssignedTo, BoardColumn, BoardColumnDone, BoardLane, BypassRules, Collection, Description, Fields, IterationPath, Passthru, Priority, Project, Reason, Server, State, Tags, Title, ValueArea, WorkItem ]
"_All_": [ AreaPath, AssignedTo, BoardColumn, BoardColumnDone, BoardLane, BypassRules, Collection, Description, Fields, IterationPath, Passthru, Priority, Project, Reason, Server, State, SuppressNotifications, Tags, Title, ValueArea, WorkItem ]
"__AllParameterSets":
WorkItem:
type: "object"
Expand Down Expand Up @@ -42,6 +42,8 @@ parameterSets:
type: "object"
State:
type: "string"
SuppressNotifications:
type: "SwitchParameter"
Tags:
type: "string[]"
Title:
Expand Down Expand Up @@ -126,6 +128,11 @@ parameters:
globbing: false
type: "SwitchParameter"
defaultValue: "False"
- name: "SuppressNotifications"
description: "Do not fire any notifications for this change. Useful for bulk operations and automated processes. "
globbing: false
type: "SwitchParameter"
defaultValue: "False"
- name: "Passthru"
description: "Returns the results of the command. By default, this cmdlet does not generate any output. "
globbing: false
Expand Down

0 comments on commit d0880ab

Please sign in to comment.