Skip to content

Commit ea22589

Browse files
authored
Update Get-VSTeamServiceEndpoint.md (#568)
Updating Get-VSTeamServiceEndpointType to be Get-VSTeamServiceEndpoint as it is the Get-VSTeamServiceEndpoint and not the type one here seemed to be copy/pasted from the Get-VSTeamServiceEndpointType document.
1 parent 30efe9f commit ea22589

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.docs/Get-VSTeamServiceEndpoint.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,28 @@
1616

1717
### Example 1
1818
```powershell
19-
Get-VSTeamServiceEndpointType
19+
Get-VSTeamServiceEndpoint
2020
```
2121

2222
Returns all available service endpoint types.
2323

2424
### Example 2
2525
```powershell
26-
Get-VSTeamServiceEndpointType -Type "AzureRM"
26+
Get-VSTeamServiceEndpoint -Type "AzureRM"
2727
```
2828

2929
Returns the service endpoint type with the name "AzureRM".
3030

3131
### Example 3
3232
```powershell
33-
Get-VSTeamServiceEndpointType -Scheme "OAuth"
33+
Get-VSTeamServiceEndpoint -Scheme "OAuth"
3434
```
3535

3636
Returns service endpoint types that use the "OAuth" scheme.
3737

3838
### Example 4
3939
```powershell
40-
Get-VSTeamServiceEndpointType -Type "GitHub" -Scheme "PersonalAccessToken"
40+
Get-VSTeamServiceEndpoint -Type "GitHub" -Scheme "PersonalAccessToken"
4141
```
4242

4343
Returns the service endpoint type with the name "GitHub" and scheme "PersonalAccessToken".

0 commit comments

Comments
 (0)