diff --git a/.docs/Set-VSTeamAccount.md b/.docs/Set-VSTeamAccount.md index e18f3e6fe..b5ae88460 100644 --- a/.docs/Set-VSTeamAccount.md +++ b/.docs/Set-VSTeamAccount.md @@ -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 @@ -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) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bc31663d..5f70cdc85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Source/VSTeam.psd1 b/Source/VSTeam.psd1 index 4076d90fc..abbafb2e8 100644 --- a/Source/VSTeam.psd1 +++ b/Source/VSTeam.psd1 @@ -12,7 +12,7 @@ RootModule = 'VSTeam.psm1' # Version number of this module. - ModuleVersion = '6.2.8' + ModuleVersion = '6.2.9' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Source/en-US/VSTeam-Help.xml b/Source/en-US/VSTeam-Help.xml index 5520b0199..9a999b318 100644 --- a/Source/en-US/VSTeam-Help.xml +++ b/Source/en-US/VSTeam-Help.xml @@ -15203,7 +15203,7 @@ Remove-VSTeamVariableGroup @methodParameters 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. String @@ -15317,7 +15317,7 @@ Remove-VSTeamVariableGroup @methodParameters 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. String @@ -15436,7 +15436,7 @@ PS demo:\> Get-ChildItem - Set-VSTeamProfile + Add-VSTeamProfile diff --git a/docs/Set-VSTeamAccount.md b/docs/Set-VSTeamAccount.md index ebabc6fc2..ba4fd3f46 100644 --- a/docs/Set-VSTeamAccount.md +++ b/docs/Set-VSTeamAccount.md @@ -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 @@ -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)