Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change from Set to Add-VSTeamProfile #176

Merged
merged 2 commits into from
Jul 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .docs/Set-VSTeamAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Parameter Sets: Secure, Plain

### -Profile

The profile name stored using Set-VSTeamProfile function. You can tab complete through existing profile names.
The profile name stored using Add-VSTeamProfile function. You can tab complete through existing profile names.

```yaml
Type: String
Expand Down Expand Up @@ -188,7 +188,7 @@ Type: String

[Set-VSTeamAccount](Set-VSTeamAccount.md)

[Set-VSTeamProfile](Set-VSTeamProfile.md)
[Add-VSTeamProfile](Add-VSTeamProfile.md)

[Clear-VSTeamDefaultProject](Clear-VSTeamDefaultProject.md)

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.2.9

Merged [Pull Request](https://github.com/DarqueWarrior/vsteam/pull/176) from [Carlo Wahlstedt](https://github.com/carlowahlstedt) which included the following:

Updated help to refer to Add-VSTeamProfile instead of Set-VSTeamProfile

## 6.2.8

Added support for Get-VSTeamJobRequest. The provider was extended to show the Job Request under the Agent.
Expand Down
2 changes: 1 addition & 1 deletion Source/VSTeam.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'VSTeam.psm1'

# Version number of this module.
ModuleVersion = '6.2.8'
ModuleVersion = '6.2.9'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
6 changes: 3 additions & 3 deletions Source/en-US/VSTeam-Help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15203,7 +15203,7 @@ Remove-VSTeamVariableGroup @methodParameters</dev:code>
<command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="none">
<maml:name>Profile</maml:name>
<maml:Description>
<maml:para>The profile name stored using Set-VSTeamProfile function. You can tab complete through existing profile names.</maml:para>
<maml:para>The profile name stored using Add-VSTeamProfile function. You can tab complete through existing profile names.</maml:para>
</maml:Description>
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
<dev:type>
Expand Down Expand Up @@ -15317,7 +15317,7 @@ Remove-VSTeamVariableGroup @methodParameters</dev:code>
<command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="none">
<maml:name>Profile</maml:name>
<maml:Description>
<maml:para>The profile name stored using Set-VSTeamProfile function. You can tab complete through existing profile names.</maml:para>
<maml:para>The profile name stored using Add-VSTeamProfile function. You can tab complete through existing profile names.</maml:para>
</maml:Description>
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
<dev:type>
Expand Down Expand Up @@ -15436,7 +15436,7 @@ PS demo:\&gt; Get-ChildItem</dev:code>
<maml:uri></maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Set-VSTeamProfile</maml:linkText>
<maml:linkText>Add-VSTeamProfile</maml:linkText>
<maml:uri></maml:uri>
</maml:navigationLink>
<maml:navigationLink>
Expand Down
4 changes: 2 additions & 2 deletions docs/Set-VSTeamAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Parameter Sets: Secure, Plain

### -Profile

The profile name stored using Set-VSTeamProfile function. You can tab complete through existing profile names.
The profile name stored using Add-VSTeamProfile function. You can tab complete through existing profile names.

```yaml
Type: String
Expand Down Expand Up @@ -213,7 +213,7 @@ Type: SwitchParameter

[Set-VSTeamAccount](Set-VSTeamAccount.md)

[Set-VSTeamProfile](Set-VSTeamProfile.md)
[Add-VSTeamProfile](Add-VSTeamProfile.md)

[Clear-VSTeamDefaultProject](Clear-VSTeamDefaultProject.md)

Expand Down