Skip to content

Commit

Permalink
Publish version 2.9.0+3583.93
Browse files Browse the repository at this point in the history
  • Loading branch information
igoravl committed Aug 15, 2024
1 parent 043759b commit 886d118
Show file tree
Hide file tree
Showing 21 changed files with 477 additions and 128 deletions.
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,5 @@ build_info: TfsCmdlets v2.8.1+3553.1, released 2024-07-16

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

build_info: TfsCmdlets v2.9.0+3583.93, released 2024-08-15

6 changes: 3 additions & 3 deletions docs/cmdlets/ExtensionManagement/Disable-TfsExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ parameterSets:
type: "object"
parameters:
- name: "Extension"
description: "Specifies the ID or the name of the extensions. Wilcards are supported. "
description: "Specifies the ID or the name of the extensions. Wildcards are supported. "
globbing: false
pipelineInput: "true (ByValue)"
position: 0
type: "object"
- name: "Publisher"
description: "Specifies the ID or the name of the publisher. Wilcards are supported. "
description: "Specifies the ID or the name of the publisher. Wildcards are supported. "
globbing: false
position: 1
type: "string"
Expand All @@ -52,7 +52,7 @@ parameters:
type: "object"
inputs:
- type: "System.Object"
description: "Specifies the ID or the name of the extensions. Wilcards are supported. "
description: "Specifies the ID or the name of the extensions. Wildcards are supported. "
outputs:
- type: "Microsoft.VisualStudio.Services.ExtensionManagement.WebApi.InstalledExtension"
description:
Expand Down
4 changes: 2 additions & 2 deletions docs/cmdlets/ExtensionManagement/Enable-TfsExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ parameterSets:
type: "object"
parameters:
- name: "Extension"
description: "Specifies the ID or the name of the extensions. Wilcards are supported. "
description: "Specifies the ID or the name of the extensions. Wildcards are supported. "
globbing: false
position: 0
type: "object"
- name: "Publisher"
description: "Specifies the ID or the name of the publisher. Wilcards are supported. "
description: "Specifies the ID or the name of the publisher. Wildcards are supported. "
globbing: false
position: 1
type: "string"
Expand Down
8 changes: 4 additions & 4 deletions docs/cmdlets/ExtensionManagement/Get-TfsExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ parameterSets:
type: "object"
parameters:
- name: "Extension"
description: "Specifies the ID or the name of the extensions. Wilcards are supported. When omitted, returns all extensions installed in the specified organization/collection. "
description: "Specifies the ID or the name of the extensions. Wildcards are supported. When omitted, returns all extensions installed in the specified organization/collection. "
globbing: false
position: 0
type: "object"
defaultValue: "*"
- name: "Publisher"
description: "Specifies the ID or the name of the publisher. Wilcards are supported. When omitted, returns all extensions installed in the specified organization/collection. "
description: "Specifies the ID or the name of the publisher. Wildcards are supported. When omitted, returns all extensions installed in the specified organization/collection. "
globbing: false
position: 1
type: "string"
Expand All @@ -42,12 +42,12 @@ parameters:
type: "SwitchParameter"
defaultValue: "False"
- name: "IncludeErrors"
description:
description: "Specifies whether to include errors in the result. "
globbing: false
type: "SwitchParameter"
defaultValue: "False"
- name: "IncludeInstallationIssues"
description:
description: "Specifies whether to include installation issues in the result. "
globbing: false
type: "SwitchParameter"
defaultValue: "False"
Expand Down
42 changes: 34 additions & 8 deletions docs/cmdlets/Git/Branch/Get-TfsGitBranch.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,47 @@ parent: "Git.Branch"
description: "Gets information from one or more branches in a remote Git repository. "
remarks:
parameterSets:
"_All_": [ Branch, Collection, Default, Project, Repository, Server ]
"_All_": [ Branch, Collection, Compare, Default, Project, Repository, Server ]
"Get by name":
Branch:
type: "object"
position: "0"
Repository:
type: "object"
position: "1"
required: true
Collection:
type: "object"
Project:
type: "object"
Repository:
type: "object"
Server:
type: "object"
"Get default":
Repository:
type: "object"
position: "1"
required: true
Default:
type: "SwitchParameter"
required: true
Collection:
type: "object"
Project:
type: "object"
Server:
type: "object"
"Get compare":
Repository:
type: "object"
position: "1"
required: true
Compare:
type: "SwitchParameter"
required: true
Collection:
type: "object"
Project:
type: "object"
Server:
type: "object"
parameters:
Expand All @@ -45,17 +63,25 @@ parameters:
type: "object"
aliases: [ RefName ]
defaultValue: "*"
- name: "Repository"
description: "Specifies the target Git repository. Valid values are the name of the repository, its ID (a GUID), or a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object obtained by e.g. a call to Get-TfsGitRepository. When omitted, defaults to the team project name (i.e. the default repository). "
required: true
globbing: false
pipelineInput: "true (ByValue)"
position: 1
type: "object"
- name: "Default"
description: "Returns the default branch in the given repository. "
description: "Returns the \"Default\" branch in the given repository. "
required: true
globbing: false
type: "SwitchParameter"
defaultValue: "False"
- name: "Repository"
description: "Specifies the target Git repository. Valid values are the name of the repository, its ID (a GUID), or a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object obtained by e.g. a call to Get-TfsGitRepository. When omitted, defaults to the team project name (i.e. the default repository). "
- name: "Compare"
description: "Returns the \"Compare\" branch in the given repository. "
required: true
globbing: false
pipelineInput: "true (ByValue)"
type: "object"
type: "SwitchParameter"
defaultValue: "False"
- name: "Project"
description: "Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet. "
globbing: false
Expand Down
104 changes: 54 additions & 50 deletions docs/cmdlets/Git/Commit/Get-TfsGitCommit.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,27 @@ parent: "Git.Commit"
description: "Gets information from one or more Git commits in a remote repository. "
remarks:
parameterSets:
"_All_": [ Author, Branch, Collection, Commit, Committer, CompareVersion, ExcludeDeletes, FromCommit, FromDate, IncludeLinks, IncludePushData, IncludeUserImageUrl, ItemPath, Project, Repository, Server, ShowOldestCommitsFirst, Skip, Tag, ToCommit, ToDate, Top ]
"_All_": [ Author, Branch, Collection, Commit, Committer, CompareVersion, ExcludeDeletes, FromCommit, FromDate, IncludeLinks, IncludePushData, IncludeUserImageUrl, IncludeWorkItems, ItemPath, Project, Repository, Server, ShowOldestCommitsFirst, Skip, Tag, ToCommit, ToDate, Top ]
"Get by commit SHA":
Commit:
type: "object"
position: "0"
required: true
Repository:
type: "object"
required: true
Collection:
type: "object"
ExcludeDeletes:
type: "SwitchParameter"
IncludeLinks:
type: "SwitchParameter"
IncludePushData:
type: "SwitchParameter"
IncludeUserImageUrl:
IncludeWorkItems:
type: "SwitchParameter"
Project:
type: "object"
Repository:
type: "object"
Server:
type: "object"
ShowOldestCommitsFirst:
type: "SwitchParameter"
Skip:
type: "int"
Top:
type: "int"
"Get by tag":
Repository:
type: "object"
required: true
Tag:
type: "string"
required: true
Expand All @@ -57,12 +49,12 @@ parameterSets:
type: "SwitchParameter"
IncludeUserImageUrl:
type: "SwitchParameter"
IncludeWorkItems:
type: "SwitchParameter"
ItemPath:
type: "string"
Project:
type: "object"
Repository:
type: "object"
Server:
type: "object"
ShowOldestCommitsFirst:
Expand All @@ -79,6 +71,9 @@ parameterSets:
Branch:
type: "string"
required: true
Repository:
type: "object"
required: true
Author:
type: "string"
Collection:
Expand All @@ -99,12 +94,12 @@ parameterSets:
type: "SwitchParameter"
IncludeUserImageUrl:
type: "SwitchParameter"
IncludeWorkItems:
type: "SwitchParameter"
ItemPath:
type: "string"
Project:
type: "object"
Repository:
type: "object"
Server:
type: "object"
ShowOldestCommitsFirst:
Expand All @@ -118,6 +113,9 @@ parameterSets:
Top:
type: "int"
"Search commits":
Repository:
type: "object"
required: true
Author:
type: "string"
Collection:
Expand All @@ -138,12 +136,12 @@ parameterSets:
type: "SwitchParameter"
IncludeUserImageUrl:
type: "SwitchParameter"
IncludeWorkItems:
type: "SwitchParameter"
ItemPath:
type: "string"
Project:
type: "object"
Repository:
type: "object"
Server:
type: "object"
ShowOldestCommitsFirst:
Expand All @@ -158,92 +156,98 @@ parameterSets:
type: "int"
parameters:
- name: "Commit"
description:
description: "Specifies the hash (SHA) of the commit to return. "
required: true
globbing: false
position: 0
type: "object"
- name: "Tag"
description:
description: "Specifies the tag name of the commit to return. "
required: true
globbing: false
type: "string"
- name: "Branch"
description:
description: "Specifies the branch name of the commit to return. "
required: true
globbing: false
type: "string"
- name: "Author"
description:
description: "Limits the search to commits authored by this user. "
globbing: false
type: "string"
- name: "Committer"
description:
description: "Limits the search to commits committed by this user. "
globbing: false
type: "string"
- name: "CompareVersion"
description:
globbing: false
type: "GitVersionDescriptor"
- name: "FromCommit"
description:
description: "Specifies the \"commit-ish\" to start the search from. "
globbing: false
type: "string"
- name: "FromDate"
description:
description: "Specifies the date and time of the commit to start the search from. "
globbing: false
type: "DateTime"
defaultValue: "1/1/0001 12:00:00 AM"
- name: "ItemPath"
description:
description: "Limits the search to commits that affect this path. "
globbing: false
type: "string"
- name: "ToCommit"
description:
description: "Specifies the \"commit-ish\" to end the search at. "
globbing: false
type: "string"
- name: "ToDate"
description:
description: "Specifies the date and time of the commit to end the search at. "
globbing: false
type: "DateTime"
defaultValue: "1/1/0001 12:00:00 AM"
- name: "ExcludeDeletes"
description:
- name: "ShowOldestCommitsFirst"
description: "Sorts the results from oldest to newest commit. "
globbing: false
type: "SwitchParameter"
defaultValue: "False"
- name: "IncludeLinks"
- name: "Skip"
description:
globbing: false
type: "int"
defaultValue: "0"
- name: "Top"
description: "Specifies the maximum number of commits to return. "
globbing: false
type: "int"
defaultValue: "0"
- name: "ExcludeDeletes"
description: "Prevents deleted items from being included in the results. "
globbing: false
type: "SwitchParameter"
defaultValue: "False"
- name: "IncludePushData"
description:
- name: "IncludeLinks"
description: "Includes links to related resources in the results. "
globbing: false
type: "SwitchParameter"
defaultValue: "False"
- name: "IncludeUserImageUrl"
description:
- name: "IncludeWorkItems"
description: "Includes links to related work items in the results. "
globbing: false
type: "SwitchParameter"
defaultValue: "False"
- name: "ShowOldestCommitsFirst"
description:
- name: "IncludePushData"
description: "Includes push data in the results. "
globbing: false
type: "SwitchParameter"
defaultValue: "False"
- name: "Skip"
description:
globbing: false
type: "int"
defaultValue: "0"
- name: "Top"
description:
- name: "IncludeUserImageUrl"
description: "Includes the user's image URL in the results. "
globbing: false
type: "int"
defaultValue: "0"
type: "SwitchParameter"
defaultValue: "False"
- name: "Repository"
description: "Specifies the target Git repository. Valid values are the name of the repository, its ID (a GUID), or a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object obtained by e.g. a call to Get-TfsGitRepository. When omitted, defaults to the team project name (i.e. the default repository). "
required: true
globbing: false
pipelineInput: "true (ByValue)"
type: "object"
Expand Down
Loading

0 comments on commit 886d118

Please sign in to comment.