Skip to content

Commit

Permalink
Publish version 2.8.2+3561.26
Browse files Browse the repository at this point in the history
  • Loading branch information
igoravl committed Jul 24, 2024
1 parent c2e7d29 commit 043759b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 21 deletions.
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,5 @@ build_info: TfsCmdlets v2.8.0+3546.2, released 2024-07-09

build_info: TfsCmdlets v2.8.1+3553.1, released 2024-07-16

build_info: TfsCmdlets v2.8.2+3561.26, released 2024-07-24

30 changes: 11 additions & 19 deletions docs/cmdlets/Team/Get-TfsTeam.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ parameterSets:
required: true
Collection:
type: "object"
Default:
type: "SwitchParameter"
IncludeMembers:
type: "SwitchParameter"
IncludeSettings:
Expand All @@ -51,8 +49,6 @@ parameterSets:
required: true
Collection:
type: "object"
Default:
type: "SwitchParameter"
IncludeMembers:
type: "SwitchParameter"
IncludeSettings:
Expand All @@ -70,8 +66,6 @@ parameterSets:
required: true
Collection:
type: "object"
Default:
type: "SwitchParameter"
IncludeMembers:
type: "SwitchParameter"
IncludeSettings:
Expand All @@ -89,8 +83,6 @@ parameterSets:
required: true
Collection:
type: "object"
Default:
type: "SwitchParameter"
IncludeMembers:
type: "SwitchParameter"
IncludeSettings:
Expand All @@ -105,8 +97,6 @@ parameterSets:
position: "0"
Collection:
type: "object"
Default:
type: "SwitchParameter"
IncludeMembers:
type: "SwitchParameter"
IncludeSettings:
Expand All @@ -117,22 +107,24 @@ parameterSets:
type: "object"
Server:
type: "object"
"Get current":
Current:
type: "SwitchParameter"
required: true
IncludeMembers:
type: "SwitchParameter"
IncludeSettings:
type: "SwitchParameter"
"Get default team":
Default:
type: "SwitchParameter"
required: true
Collection:
type: "object"
IncludeMembers:
type: "SwitchParameter"
IncludeSettings:
type: "SwitchParameter"
type: "SwitchParameter"
Project:
type: "object"
Server:
type: "object"
"Get current":
Current:
type: "SwitchParameter"
required: true
parameters:
- name: "Team"
description: "Specifies the team to return. Accepted values are its name, its ID, or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object. Wildcards are supported. When omitted, all teams in the given team project are returned. "
Expand Down
18 changes: 16 additions & 2 deletions docs/cmdlets/WorkItem/Linking/Add-TfsWorkItemLink.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parent: "WorkItem.Linking"
description: "Adds a link between two work items. "
remarks:
parameterSets:
"_All_": [ Collection, Comment, LinkType, Passthru, Server, TargetWorkItem, WorkItem ]
"_All_": [ BypassRules, Collection, Comment, LinkType, Passthru, Server, SuppressNotifications, TargetWorkItem, WorkItem ]
"Link to work item":
WorkItem:
type: "object"
Expand All @@ -19,14 +19,18 @@ parameterSets:
type: "WorkItemLinkType"
position: "2"
required: true
BypassRules:
type: "SwitchParameter"
Collection:
type: "object"
Comment:
type: "string"
Passthru:
type: "SwitchParameter"
Server:
type: "object"
type: "object"
SuppressNotifications:
type: "SwitchParameter"
parameters:
- name: "WorkItem"
description:
Expand Down Expand Up @@ -95,6 +99,16 @@ parameters:
globbing: false
type: "SwitchParameter"
defaultValue: "False"
- name: "BypassRules"
description:
globbing: false
type: "SwitchParameter"
defaultValue: "False"
- name: "SuppressNotifications"
description:
globbing: false
type: "SwitchParameter"
defaultValue: "False"
- name: "Comment"
description:
globbing: false
Expand Down

0 comments on commit 043759b

Please sign in to comment.